/*
*******************************************
*******************************************

@File: Cross Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** ==> Default CSS
** ==> Homepage CSS 
** ==> About Us CSS
** ==> Service CSS
** ==> Single Service CSS
** ==> Service  CSS
** ==> Project  CSS
** ==> Blog Page CSS
** ==> Single Blog CSS
** ==> Team  CSS
** ==> Tastimonial CSS
** ==> Shop CSS
** ==> Single Shop CSS
** ==> Chack Out CSS
** ==> Comming Soon CSS
** ==> Get a Qute CSS
** ==> 404 CSS
** ==> Contact CSS
** ==> Open Job CSS
** ==> Job  Deatils CSS




*/
.project-deatisl{
  background-image: url("images/drops.png");
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: 400;
  color: #777777; }

img {
  max-width: 100%; }

a,
span {
  display: inline-block; }

a {
  color: #fff; }

a:hover {
  text-decoration: none;
  color: #fdc00f; }

i {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto-Regular";
  font-weight: normal;
  margin: 0 0 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none; }

.section-title {
  color: #1f5e93;
  position: relative;
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
      text-align: center; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .section-title {
      text-align: center; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .section-title h2 {
      font-size: 25px; } }
  .section-title:after {
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #fdc00f;
    left: 0;
    bottom: -18px;
    content: ''; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title:after {
        left: 50%;
        margin-left: -25px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .section-title:after {
        left: 50%;
        margin-left: -25px; } }

.spH {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .spH {
      padding: 60px 0; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spH {
      padding: 40px 0; } }

.spB60 {
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .spB60 {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spB60 {
      padding-bottom: 35px; } }

.sp60 {
  padding: 60px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp60 {
      padding: 35px 0; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sp60 {
      padding: 20px 0; } }

.spT60 {
  padding-top: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .spT60 {
      padding-top: 40px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spT60 {
      padding-top: 35px; } }

.spHT {
  padding-top: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .spHT {
      padding-top: 60px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spHT {
      padding-top: 40px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    1.About Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.header-top {
  padding: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-top {
      padding: 0px; } }
  .header-top .top_info {
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .header-top .top_info {
        margin: 15px 0; } }
    .header-top .top_info li {
      display: inline-block;
      list-style: outside none none; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-top .top_info li {
          display: block; } }
      .header-top .top_info li a {
        display: inline-block;
        line-height: 30px;
        margin-right: 35px;
        font-size: 16px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .header-top .top_info li a {
            margin-right: 0;
            line-height: 25px;
            text-align: center;
            display: block;
            width: 100%; } }
        .header-top .top_info li a:hover {
          text-decoration: none; }
        .header-top .top_info li a i {
          margin-right: 5px; }
  .header-top .social_top {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
    text-align: center; }
    .header-top .social_top li {
      background-color: #1a7078;
      display: inline-block;
      float: right;
      margin: 0 7px;
      padding: 0 5px;
      position: relative;
      line-height: 15px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-top .social_top li {
          float: none; } }
      .header-top .social_top li:before {
        border-bottom: 10px solid #1a7078;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: -10px;
        width: 0; }
      .header-top .social_top li:after {
        border-left: 14px solid transparent;
        border-right: 12px solid transparent;
        border-top: 8px solid #1a7078;
        bottom: -8px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0; }
      .header-top .social_top li a {
        display: inline-block;
        font-size: 16px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }

.mainmenu-area {
  position: relative;
  padding-top: 10px; }
  .mainmenu-area .logo {
    line-height: 90px;
    font-size: 30px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s; }
    .mainmenu-area .logo a {
      -webkit-transition-duration: 0.6s;
      transition-duration: 0.6s; }
  .mainmenu-area .mainmenu {
    text-align: right;
    margin-right: 60px; }
    .mainmenu-area .mainmenu li {
      display: inline-block;
      position: relative;
      font-family: "Roboto-Regular";
      font-style: normal; }
      .mainmenu-area .mainmenu li:hover ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        z-index: 99;
        top: 60px;
        left: -45px; }
      .mainmenu-area .mainmenu li ul {
        left: -45px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        text-align: left;
        padding: 5px;
        top: 100px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        visibility: hidden;
        width: 200px;
        z-index: -1;
        background: #1a7078;
        border-radius: 4px; }
        .mainmenu-area .mainmenu li ul li {
          display: block;
          border-bottom: 1px solid #fff; }
          .mainmenu-area .mainmenu li ul li a {
            padding-bottom: 10px;
            padding-top: 5px;
            text-transform: none;
            font-size: 14px; }
    .mainmenu-area .mainmenu a {
      color: #fff;
      display: block;
      font-size: 16px;
      padding: 30px 14px;
      text-transform: uppercase;
      font-family: "Roboto-Regular";
      font-style: normal; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .mainmenu-area .mainmenu a {
          padding: 28px 10px;
          font-size: 15px; } }
      .mainmenu-area .mainmenu a:hover {
        color: #2c465f;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .mainmenu-area .mainmenu {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mainmenu-area .mainmenu {
        display: none; } }
  .mainmenu-area .cart-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 20px;
    width: 42px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mainmenu-area .cart-icon {
        display: none; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .mainmenu-area .cart-icon {
        display: none; } }
  .mainmenu-area .responsive-menu-wrap {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    display: none; }
    .mainmenu-area .responsive-menu-wrap ul {
      background-color: #1a7078;
      border-radius: 10px;
      padding: 10px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mainmenu-area .responsive-menu-wrap {
        display: block;
        padding-top: 20px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .mainmenu-area .responsive-menu-wrap {
        padding-top: 20px;
        display: block; } }
    .mainmenu-area .responsive-menu-wrap .slicknav_menu {
      background: transparent; }
    .mainmenu-area .responsive-menu-wrap .slicknav_btn {
      background-color: #1a7078;
      right: 15px; }

.slider-wrapper {
  background-color: #1f8993; }
  .slider-wrapper .single-slide {
    height: 604px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-wrapper .single-slide {
        height: 400px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-wrapper .single-slide {
        height: 360px;
        padding-bottom: 40px; } }
    .slider-wrapper .single-slide h1 {
      font-size: 55px;
      color: #fff;
      font-family: "Roboto-Regular";
      font-style: normal;
      margin-top: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-wrapper .single-slide h1 {
          font-size: 45px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-wrapper .single-slide h1 {
          font-size: 40px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-wrapper .single-slide h1 {
          font-size: 30px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-wrapper .single-slide .slide-images img {
        display: none; } }
    .slider-wrapper .single-slide p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 35px;
      margin-top: 25px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-wrapper .single-slide p {
          margin-bottom: 20px;
          margin-top: 20px; } }
    .slider-wrapper .single-slide .slide-btn {
      background-color: #2c465f;
      border-radius: 4px;
      padding: 0px 28px;
      text-align: center;
      position: relative;
      line-height: 48px;
      z-index: 1; }
      .slider-wrapper .single-slide .slide-btn:hover {
        color: #000;
        transition: all 0.4s ease 0s; }
      .slider-wrapper .single-slide .slide-btn:hover::after {
        border-radius: 4px;
        left: 0;
        transition: all 0.4s ease 0s;
        width: 100%; }
      .slider-wrapper .single-slide .slide-btn:after {
        background-color: #8dd7f7;
        border-radius: 50%;
        content: " ";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 0;
        z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-wrapper .single-slide .slide-btn {
          font-size: 16px;
          padding: 0px 20px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .slider-wrapper .single-slide .slide-btn {
          font-size: 14px;
          padding: 0px 25px; } }
  .slider-wrapper .owl-dot {
    background-color: #8dd7f7;
    border-radius: 50%;
    height: 10px;
    margin: 10px;
    width: 10px;
    transition: .5s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-wrapper .owl-dot {
        display: inline-block;
        margin: 3px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-wrapper .owl-dot {
        display: inline-block;
        margin: 3px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-wrapper .owl-dot {
        display: inline-block;
        margin: 3px; } }
  .slider-wrapper .owl-dots {
    position: absolute;
    right: 8%;
    top: 40%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-wrapper .owl-dots {
        width: 100%;
        text-align: center;
        right: auto;
        top: 80%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-wrapper .owl-dots {
        width: 100%;
        text-align: center;
        right: auto;
        top: 90%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-wrapper .owl-dots {
        width: 100%;
        text-align: center;
        right: auto;
        top: 91%; } }
  .slider-wrapper .owl-dot.active {
    background-color: #fff;
    border-radius: 10px;
    width: 40px;
    transition: 2.5s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-wrapper .owl-dot.active {
        width: 10px;
        height: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-wrapper .owl-dot.active {
        width: 10px;
        height: 10px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .slider-wrapper .owl-dot.active {
        width: 10px;
        height: 10px; } }
  .slider-wrapper .owl-item img {
    width: auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-wrapper .owl-item img {
        margin-top: 70px; } }

.slide-content h1.animated {
  animation-duration: 1.5s; }

.slide-content p.animated {
  animation-duration: 1s; }

.slide-content a.animated {
  animation-duration: 2s; }

.flt{
  float: left;
}
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    2.About Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.about-area {
  overflow: hidden; }
  .about-area .about-content {
    margin-top: 45px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-area .about-content {
        margin-top: 25px; } }
    .about-area .about-content p {
      line-height: 35px;
      margin-bottom: 30px;
      font-family: "Roboto-Regular";
      text-align: justify;
      font-style: normal;
      color: #777; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .about-area .about-content p {
          font-size: 16px;
          line-height: 30px;
          margin-bottom: 15px; } }
    .about-area .about-content .about-btn {
      background-color: #1f8993;
      border-radius: 4px;
      padding: 0px 40px;
      text-align: center;
      line-height: 48px;
      color: #fff;
      position: relative;
      z-index: 1; }
      .about-area .about-content .about-btn:hover::after {
        border-radius: 4px;
        left: 0;
        transition: all 0.4s ease 0s;
        width: 100%; }
      .about-area .about-content .about-btn:after {
        background-color: #2c465f;
        border-radius: 50%;
        content: " ";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 0;
        z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-area .about-content .about-btn {
          padding: 0px 30px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .about-area .about-content .about-btn {
          font-size: 16px;
          padding: 0px 18px; } }
  .about-area .about-images {
    margin-top: -30px;
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-area .about-images {
        margin-top: 60px;
        text-align: center; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-area .about-images {
        margin-top: 40px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .about-area .about-images {
        text-align: center; } }
  .about-area .BorderB {
    position: relative;
    z-index: 1; }
    .about-area .BorderB:after {
      background-color: #dbe7fb;
      bottom: -100px;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: -1; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .about-area .BorderB:after {
          bottom: -50px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    3.Service  Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.single-service {
  overflow: hidden;
  position: relative;
  margin-top: 90px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-service {
      text-align: center;
      margin-top: 40px; } }
  .single-service .service-images {
    position: absolute;
    top: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service .service-images {
        left: 20px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-service .service-images {
        position: static;
        margin-bottom: 20px; } }
  .single-service .service-content {
    display: inline-block;
    float: right;
    width: 61%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service .service-content {
        width: 68%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-service .service-content {
        width: 100%; } }
    .single-service .service-content h3 {
      font-size: 22px;
      color: #000;
      font-family: "montserratsemi_bold";
      font-weight: normal;
      font-style: normal; }
    .single-service .service-content p {
      color: #777777; }
    .single-service .service-content a {
      color: #000;
      margin-top: 10px;
      font-family: "Roboto-Regular"; }
      .single-service .service-content a:hover {
        color: #1f5e93;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
    .single-service .service-content i {
      padding-left: 5px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4.Project  Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.project-area {
  padding-bottom: 100px;
  padding-top: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-area {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-area {
      padding-bottom: 30px; } }

.project-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .project-area {
      margin: auto;
      width: 480px; } }

.project-area::after {
  
  border-radius: 50%;
  bottom: 30px;
  content: "";
  height: 200px;
  left: 120px;
  opacity: 0.3;
  position: absolute;
  width: 200px;
  z-index: -1; }

.project-area::before {

  border-radius: 50%;
  content: "";
  height: 200px;
  opacity: 0.3;
  position: absolute;
  right: 120px;
  top: 80px;
  width: 200px; }

.project-images-hover {
  bottom: 100%;
  color: #ffffff;
  left: 30px;
  position: absolute;
  transition: all 0.6s ease 0s;
  z-index: 1; }

.project-images img {
  width: 100%; }

.project-area .col-sm-4 {
  padding: 5px; }

.project-images {
  position: relative;
  overflow: hidden;
  display: block; }

.project-images::after {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  cursor: url("images/cursor.png"), auto; }

.project-images:hover::after {
  border-radius: 0;
  transform: scale(1);
  visibility: visible; }

.project-images:hover .project-images-hover {
  bottom: 20px;
  transition: all 0.6s ease 0s; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    5.Counter  Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.counter-area {
  background: #1f8993; }
  .counter-area .single-counter {
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .counter-area .single-counter {
        margin: 20px 0; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .counter-area .single-counter {
        margin: 20px 0; } }
    .counter-area .single-counter h1 {
      font-size: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .counter-area .single-counter h1 {
          font-size: 40px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .counter-area .single-counter h1 {
          font-size: 22px; } }
    .counter-area .single-counter .counter-images {
      position: absolute;
      top: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .counter-area .single-counter .counter-images {
          left: -5px;
          top: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .counter-area .single-counter .counter-images {
          left: 15px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .counter-area .single-counter .counter-images {
          left: 0px;
          top: 5px; } }
    .counter-area .single-counter .counter-content {
      float: right;
      width: 74%;
      color: #fff; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .counter-area .single-counter .counter-content {
          width: 56%; } }
    .counter-area .single-counter p {
      font-family: "Roboto-Regular";
      font-size: 14px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    6.Staff  Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.staff-area {
  position: relative; }
  .staff-area .single-staff,
  .staff-area .owl-item:nth-child(1) .single-staff,
  .staff-area .owl-item:nth-child(2) .single-staff,
  .staff-area .owl-item:nth-child(3) .single-staff,
  .staff-area .owl-item:nth-child(4) .single-staff,
  .staff-area .owl-item:nth-child(5) .single-staff,
  .staff-area .owl-item:nth-child(6) .single-staff,
  .staff-area .owl-item:nth-child(7) .single-staff,
  .staff-area .owl-item:nth-child(8) .single-staff,
  .staff-area .owl-item:nth-child(9) .single-staff,
  .staff-area .owl-item:nth-child(10) .single-staff,
  .staff-area .owl-item:nth-child(11) .single-staff,
  .staff-area .owl-item:nth-child(12) .single-staff,
  .staff-area .owl-item:nth-child(13) .single-staff,
  .staff-area .owl-item:nth-child(14) .single-staff,
  .staff-area .owl-item:nth-child(15) .single-staff,
  .staff-area .owl-item:nth-child(16) .single-staff {
    background: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1; }
    .staff-area .single-staff:before,
    .staff-area .owl-item:nth-child(1) .single-staff:before,
    .staff-area .owl-item:nth-child(2) .single-staff:before,
    .staff-area .owl-item:nth-child(3) .single-staff:before,
    .staff-area .owl-item:nth-child(4) .single-staff:before,
    .staff-area .owl-item:nth-child(5) .single-staff:before,
    .staff-area .owl-item:nth-child(6) .single-staff:before,
    .staff-area .owl-item:nth-child(7) .single-staff:before,
    .staff-area .owl-item:nth-child(8) .single-staff:before,
    .staff-area .owl-item:nth-child(9) .single-staff:before,
    .staff-area .owl-item:nth-child(10) .single-staff:before,
    .staff-area .owl-item:nth-child(11) .single-staff:before,
    .staff-area .owl-item:nth-child(12) .single-staff:before,
    .staff-area .owl-item:nth-child(13) .single-staff:before,
    .staff-area .owl-item:nth-child(14) .single-staff:before,
    .staff-area .owl-item:nth-child(15) .single-staff:before,
    .staff-area .owl-item:nth-child(16) .single-staff:before {
      position: absolute;
      height: 30px;
      top: 0;
      background: #2c4660;
      content: '';
      left: 0;
      width: 100%;
      z-index: -1; }
    .staff-area .single-staff:after,
    .staff-area .owl-item:nth-child(1) .single-staff:after,
    .staff-area .owl-item:nth-child(2) .single-staff:after,
    .staff-area .owl-item:nth-child(3) .single-staff:after,
    .staff-area .owl-item:nth-child(4) .single-staff:after,
    .staff-area .owl-item:nth-child(5) .single-staff:after,
    .staff-area .owl-item:nth-child(6) .single-staff:after,
    .staff-area .owl-item:nth-child(7) .single-staff:after,
    .staff-area .owl-item:nth-child(8) .single-staff:after,
    .staff-area .owl-item:nth-child(9) .single-staff:after,
    .staff-area .owl-item:nth-child(10) .single-staff:after,
    .staff-area .owl-item:nth-child(11) .single-staff:after,
    .staff-area .owl-item:nth-child(12) .single-staff:after,
    .staff-area .owl-item:nth-child(13) .single-staff:after,
    .staff-area .owl-item:nth-child(14) .single-staff:after,
    .staff-area .owl-item:nth-child(15) .single-staff:after,
    .staff-area .owl-item:nth-child(16) .single-staff:after {
      position: absolute;
      height: 10px;
      bottom: 0;
      background: #2c4660;
      content: '';
      left: 0;
      width: 100%;
      z-index: -1; }
    .staff-area .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(1) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(2) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(3) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(4) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(5) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(6) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(7) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(8) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(9) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(10) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(11) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(12) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(13) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(14) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(15) .single-staff .staff-deatils,
    .staff-area .owl-item:nth-child(16) .single-staff .staff-deatils {
      padding: 60px 30px;
      text-align: left; }
      .staff-area .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(1) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(2) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(3) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(4) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(5) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(6) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(7) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(8) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(9) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(10) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(11) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(12) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(13) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(14) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(15) .single-staff .staff-deatils p,
      .staff-area .owl-item:nth-child(16) .single-staff .staff-deatils p {
        font-size: 16px;
        text-align: left; }
    .staff-area .single-staff .staff-images,
    .staff-area .owl-item:nth-child(1) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(2) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(3) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(4) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(5) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(6) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(7) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(8) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(9) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(10) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(11) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(12) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(13) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(14) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(15) .single-staff .staff-images,
    .staff-area .owl-item:nth-child(16) .single-staff .staff-images {
      text-align: center;
      margin-bottom: 30px;
      display: block; }
      .staff-area .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(1) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(2) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(3) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(4) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(5) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(6) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(7) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(8) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(9) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(10) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(11) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(12) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(13) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(14) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(15) .single-staff .staff-images img,
      .staff-area .owl-item:nth-child(16) .single-staff .staff-images img {
        display: inline-block;
        width: 160px !important; }
  .staff-area .owl-item:nth-child(1) .single-staff:before, .staff-area .owl-item:nth-child(5) .single-staff:before, .staff-area .owl-item:nth-child(9) .single-staff:before, .staff-area .owl-item:nth-child(13) .single-staff:before, .staff-area .owl-item:nth-child(17) .single-staff:before {
    background-color: #2c4660; }
  .staff-area .owl-item:nth-child(1) .single-staff:after, .staff-area .owl-item:nth-child(5) .single-staff:after, .staff-area .owl-item:nth-child(9) .single-staff:after, .staff-area .owl-item:nth-child(13) .single-staff:after, .staff-area .owl-item:nth-child(17) .single-staff:after {
    background-color: #2c4660; }
  .staff-area .owl-item:nth-child(1) .single-staff .staff-social li, .staff-area .owl-item:nth-child(5) .single-staff .staff-social li, .staff-area .owl-item:nth-child(9) .single-staff .staff-social li, .staff-area .owl-item:nth-child(13) .single-staff .staff-social li, .staff-area .owl-item:nth-child(17) .single-staff .staff-social li {
    background-color: #2c4660; }
    .staff-area .owl-item:nth-child(1) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(5) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(9) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(13) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(17) .single-staff .staff-social li:before {
      border-bottom: 10px solid #2c4660; }
    .staff-area .owl-item:nth-child(1) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(5) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(9) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(13) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(17) .single-staff .staff-social li:after {
      border-top: 8px solid  #2c4660; }
    .staff-area .owl-item:nth-child(1) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(5) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(9) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(13) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(17) .single-staff .staff-social li a:hover {
      color: #fba500; }
  .staff-area .owl-item:nth-child(1) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(5) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(9) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(13) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(17) .single-staff .staff-deatils {
    color: #2c4660; }
  .staff-area .owl-item:nth-child(2) .single-staff:before, .staff-area .owl-item:nth-child(6) .single-staff:before, .staff-area .owl-item:nth-child(10) .single-staff:before, .staff-area .owl-item:nth-child(14) .single-staff:before, .staff-area .owl-item:nth-child(18) .single-staff:before {
    background-color: #fba500; }
  .staff-area .owl-item:nth-child(2) .single-staff:after, .staff-area .owl-item:nth-child(6) .single-staff:after, .staff-area .owl-item:nth-child(10) .single-staff:after, .staff-area .owl-item:nth-child(14) .single-staff:after, .staff-area .owl-item:nth-child(18) .single-staff:after {
    background-color: #fba500; }
  .staff-area .owl-item:nth-child(2) .single-staff .staff-social li, .staff-area .owl-item:nth-child(6) .single-staff .staff-social li, .staff-area .owl-item:nth-child(10) .single-staff .staff-social li, .staff-area .owl-item:nth-child(14) .single-staff .staff-social li, .staff-area .owl-item:nth-child(18) .single-staff .staff-social li {
    background-color: #fba500; }
    .staff-area .owl-item:nth-child(2) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(6) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(10) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(14) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(18) .single-staff .staff-social li:before {
      border-bottom: 10px solid #fba500; }
    .staff-area .owl-item:nth-child(2) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(6) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(10) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(14) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(18) .single-staff .staff-social li:after {
      border-top: 8px solid  #fba500; }
    .staff-area .owl-item:nth-child(2) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(6) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(10) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(14) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(18) .single-staff .staff-social li a:hover {
      color: #404040; }
  .staff-area .owl-item:nth-child(2) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(6) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(10) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(14) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(18) .single-staff .staff-deatils {
    color: #fba500; }
  .staff-area .owl-item:nth-child(3) .single-staff:before, .staff-area .owl-item:nth-child(7) .single-staff:before, .staff-area .owl-item:nth-child(11) .single-staff:before, .staff-area .owl-item:nth-child(15) .single-staff:before, .staff-area .owl-item:nth-child(19) .single-staff:before {
    background-color: #449ea6; }
  .staff-area .owl-item:nth-child(3) .single-staff:after, .staff-area .owl-item:nth-child(7) .single-staff:after, .staff-area .owl-item:nth-child(11) .single-staff:after, .staff-area .owl-item:nth-child(15) .single-staff:after, .staff-area .owl-item:nth-child(19) .single-staff:after {
    background-color: #449ea6; }
  .staff-area .owl-item:nth-child(3) .single-staff .staff-social li, .staff-area .owl-item:nth-child(7) .single-staff .staff-social li, .staff-area .owl-item:nth-child(11) .single-staff .staff-social li, .staff-area .owl-item:nth-child(15) .single-staff .staff-social li, .staff-area .owl-item:nth-child(19) .single-staff .staff-social li {
    background-color: #449ea6; }
    .staff-area .owl-item:nth-child(3) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(7) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(11) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(15) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(19) .single-staff .staff-social li:before {
      border-bottom: 10px solid #449ea6; }
    .staff-area .owl-item:nth-child(3) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(7) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(11) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(15) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(19) .single-staff .staff-social li:after {
      border-top: 8px solid  #449ea6; }
    .staff-area .owl-item:nth-child(3) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(7) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(11) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(15) .single-staff .staff-social li a:hover, .staff-area .owl-item:nth-child(19) .single-staff .staff-social li a:hover {
      color: #2c4660; }
  .staff-area .owl-item:nth-child(4) .single-staff:before, .staff-area .owl-item:nth-child(8) .single-staff:before, .staff-area .owl-item:nth-child(12) .single-staff:before, .staff-area .owl-item:nth-child(16) .single-staff:before, .staff-area .owl-item:nth-child(20) .single-staff:before {
    background-color: #404040; }
  .staff-area .owl-item:nth-child(4) .single-staff:after, .staff-area .owl-item:nth-child(8) .single-staff:after, .staff-area .owl-item:nth-child(12) .single-staff:after, .staff-area .owl-item:nth-child(16) .single-staff:after, .staff-area .owl-item:nth-child(20) .single-staff:after {
    background-color: #404040; }
  .staff-area .owl-item:nth-child(4) .single-staff .staff-social li, .staff-area .owl-item:nth-child(8) .single-staff .staff-social li, .staff-area .owl-item:nth-child(12) .single-staff .staff-social li, .staff-area .owl-item:nth-child(16) .single-staff .staff-social li, .staff-area .owl-item:nth-child(20) .single-staff .staff-social li {
    background-color: #404040; }
    .staff-area .owl-item:nth-child(4) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(8) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(12) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(16) .single-staff .staff-social li:before, .staff-area .owl-item:nth-child(20) .single-staff .staff-social li:before {
      border-bottom: 10px solid #404040; }
    .staff-area .owl-item:nth-child(4) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(8) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(12) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(16) .single-staff .staff-social li:after, .staff-area .owl-item:nth-child(20) .single-staff .staff-social li:after {
      border-top: 8px solid  #404040; }
  .staff-area .owl-item:nth-child(4) .single-staff .staff-social a:hover, .staff-area .owl-item:nth-child(8) .single-staff .staff-social a:hover, .staff-area .owl-item:nth-child(12) .single-staff .staff-social a:hover, .staff-area .owl-item:nth-child(16) .single-staff .staff-social a:hover, .staff-area .owl-item:nth-child(20) .single-staff .staff-social a:hover {
    color: #449ea6; }
  .staff-area .owl-item:nth-child(4) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(8) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(12) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(16) .single-staff .staff-deatils, .staff-area .owl-item:nth-child(20) .single-staff .staff-deatils {
    color: #404040; }
  .staff-area .staff-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .staff-area .staff-social li {
      background-color: #2c4660;
      display: inline-block;
      margin: 0 3px;
      padding: 0 5px;
      position: relative;
      line-height: 15px; }
      .staff-area .staff-social li:before {
        border-bottom: 10px solid #2c4660;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: -10px;
        width: 0; }
      .staff-area .staff-social li:after {
        border-left: 14px solid transparent;
        border-right: 12px solid transparent;
        border-top: 8px solid #2c465f;
        bottom: -8px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0; }
      .staff-area .staff-social li a {
        display: inline-block;
        font-size: 16px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
  .staff-area .owl-dot {
    background-color: #1f8993;
    float: left;
    height: 10px;
    width: 10px;
    margin-left: 12px; }
  .staff-area .owl-dot.active {
    background-color: #2c465f;
    height: 8px;
    width: 8px;
    margin-top: 1px; }
  .staff-area .owl-dots {
    bottom: -60px;
    left: 50%;
    margin-left: -40px;
    position: absolute; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    5.Blog  Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.bolg-area .single-blog {
  margin-top: 75px;
  transition: all 0.4s ease 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bolg-area .single-blog {
      text-align: center;
      margin: 40px 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .bolg-area .single-blog {
      margin: 20px 0px; } }
  .bolg-area .single-blog .bolg-deatils {
    background: #f8f8f8;
    padding: 0px 18px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .bolg-area .single-blog .bolg-deatils {
        padding: 0 10px 25px; } }
    .bolg-area .single-blog .bolg-deatils h4 {
      font-size: 18px;
      color: #474747; }
    .bolg-area .single-blog .bolg-deatils p {
      font-family: "Roboto-Regular";
      font-weight: normal;
      font-size: 17px; }
    .bolg-area .single-blog .bolg-deatils span {
      font-size: 14px;
      margin: 25px 0;
      padding: 0 5px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .bolg-area .single-blog .bolg-deatils span {
          padding: 0 4px;
          font-size: 12px;
          margin: 15px 0; } }
    .bolg-area .single-blog .bolg-deatils a {
      color: #474747;
      font-family: "Roboto-Regular";
      margin-top: 10px; }
      .bolg-area .single-blog .bolg-deatils a:hover {
        color: #2c465f; }
      .bolg-area .single-blog .bolg-deatils a i {
        padding-left: 15px; }

.single-blog:hover {
  box-shadow: 1px 0 1px 6px #efefef;
  transition: all 0.4s ease 0s; }

.single-blog:hover .bolg-deatils h4 {
  color: #1f5e93;
  transition: all 0.4s ease 0s; }

.single-blog:hover .bolg-deatils a {
  color: #1f5e93;
  transition: all 0.4s ease 0s; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    6. Tastimonial   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.tastpd {
  padding-bottom: 50px;
  padding-top: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tastpd {
      padding-bottom: 30px;
      padding-top: 60px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .tastpd {
      padding-bottom: 10px;
      padding-top: 50px; } }

.testimonial-area .single-testimonaial {
  transition: .4s;
  margin: 100px 4px 0 3px;
  position: relative;
  border: 1px solid #d4f4f5; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-area .single-testimonaial {
      text-align: center;
      margin: 60px 4px 0 3px; } }
  .testimonial-area .single-testimonaial .testimonail-images {
    display: inline-block;
    position: relative;
    top: -35px;
    left: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-area .single-testimonaial .testimonail-images {
        left: 35px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-area .single-testimonaial .testimonail-images {
        position: static; } }
    .testimonial-area .single-testimonaial .testimonail-images img {
      width: 132px !important;
      margin-bottom: 20px;
      border: 2px solid  #fba500;
      border-radius: 50%; }
    .testimonial-area .single-testimonaial .testimonail-images p {
      font-size: 14px;
      font-family: "Roboto-Regular";
      font-weight: normal;
      color: #474747; }
    .testimonial-area .single-testimonaial .testimonail-images h5 {
      font-size: 16px;
      margin: 0 0 0 5px;
      color: #474747; }
  .testimonial-area .single-testimonaial .testimonial-content {
    width: 72%;
    float: right;
    padding: 40px 3px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .testimonial-area .single-testimonaial .testimonial-content {
        width: 67%;
        padding: 30px 0; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .testimonial-area .single-testimonaial .testimonial-content {
        width: 100%;
        float: none;
        padding: 10px 0; } }
    .testimonial-area .single-testimonaial .testimonial-content p {
      font-size: 17px;
      line-height: 32px; }
  .testimonial-area .single-testimonaial:hover {
    box-shadow: 1px 0 15px 4px #f1f1f1;
    transition: .4s;
    border: 1px solid transparent; }
.testimonial-area .owl-dot {
  background-color: #1f8993;
  float: left;
  height: 10px;
  width: 10px;
  margin-left: 12px; }
.testimonial-area .owl-dot.active {
  background-color: #2c465f;
  height: 8px;
  width: 8px;
  margin-top: 1px; }
.testimonial-area .owl-dots {
  bottom: -50px;
  left: 50%;
  margin-left: -40px;
  position: absolute; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .owl-dots {
      bottom: 0px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7. Client   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.client-area {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area {
      padding: 60px 0; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-area {
      padding: 40px 0; } }
  .client-area .single-client img {
    border: 1px solid transparent;
    width: auto !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .client-area .single-client img:hover {
      border: 1px solid #b8e0e4;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    8. Footer   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.footer-area {
  background: #1f8993;
  color: #fff;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .col-md-3.col-sm-6:nth-child(2) {
      padding-left: 0px;
      padding-right: 0px; } }
  .footer-area h3 {
    font-size: 22px;
    margin-bottom: 35px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer-area h3 {
        margin: 25px 0; } }
  .footer-area .single-footer p {
    font-size: 15px; }
  .footer-area .contact-footer {
    font-size: 15px;
    margin-left: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-area .contact-footer {
        margin-left: 0px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer-area .contact-footer {
        margin-left: 0px; } }
    .footer-area .contact-footer i {
      padding: 0 6px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .contact-footer i {
          padding: 0 2px; } }
  .footer-area .impo-link {
    margin-left: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .impo-link {
        margin-left: 0px;
        margin-top: 20px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer-area .impo-link {
        margin-left: 0px; } }
    .footer-area .impo-link ul {
      list-style: outside none none;
      margin: 0;
      padding: 0; }
    .footer-area .impo-link li {
      margin: 5px 0; }
      .footer-area .impo-link li a {
        font-size: 15px; }
  .footer-area .subcribe {
    font-size: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-area .subcribe {
        font-size: 13px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .subcribe {
        margin-top: 20px; } }
    .footer-area .subcribe form {
      margin-top: 20px;
      position: relative; }
      .footer-area .subcribe form input {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #ffffff;
        border-radius: 5px 0 0 5px;
        height: 48px;
        padding-left: 10px;
        width: 98%; }
      .footer-area .subcribe form button {
        border: medium none;
        border-radius: 0 5px 5px 0;
        color: #1f4d93;
        line-height: 48px;
        padding: 0 13px;
        position: absolute;
        right: 0; }
  .footer-area .bottom-footer {
    border-top: 1px solid #1c7d86;
    font-size: 14px;
    margin-top: 45px;
    padding-bottom: 20px;
    padding-top: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-area .bottom-footer {
        font-size: 13px; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer-area .bottom-footer {
        font-size: 14px;
        text-align: center;
        padding-bottom: 20px; } }
    .footer-area .bottom-footer .botton-social {
      list-style: outside none none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .footer-area .bottom-footer .botton-social li {
        background-color: #1a7078;
        display: inline-block;
        float: right;
        margin: 0 7px;
        padding: 0 5px;
        position: relative;
        font-size: 16px;
        line-height: 15px; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .footer-area .bottom-footer .botton-social li {
            float: none; } }
        .footer-area .bottom-footer .botton-social li:before {
          border-bottom: 10px solid #1a7078;
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          content: "";
          height: 0;
          left: 0;
          position: absolute;
          top: -10px;
          width: 0; }
        .footer-area .bottom-footer .botton-social li:after {
          border-left: 14px solid transparent;
          border-right: 12px solid transparent;
          border-top: 8px solid #1a7078;
          bottom: -8px;
          content: "";
          height: 0;
          left: 0;
          position: absolute;
          width: 0; }
        .footer-area .bottom-footer .botton-social li a {
          display: inline-block;
          font-size: 16px;
          -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }
  .footer-area .scroll-top {
    background: #1a7078 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 17px;
    padding: 13px;
    position: absolute;
    right: 14%;
    top: -25px; }
    .footer-area .scroll-top i {
      font-size: 18px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    2.1.  About   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.header-area {
  background: #1f8993; }

.page-banner {
  padding: 45px 0 0;
  box-shadow: 0 20px 28px 1px #f1f1f1;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .page-banner {
      text-align: center;
      padding: 35px 0 25px; } }
  .page-banner .page-title {
    margin-bottom: 45px;
    color: #1f5e93; }
  .page-banner .page-bar p a {
    transition: .5s;
    text-decoration: none; }
    .page-banner .page-bar p a:hover {
      color: #f8d43d;
      transition: .5s; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .page-banner .page-bar {
      text-align: center; } }
  .page-banner:after {
    background: #f8d43d none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 45%;
    width: 30px; }
  .page-banner:before {
    background: #f8d43d none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-right: -15px;
    position: absolute;
    bottom: 45%;
    width: 30px; }
  .page-banner p {
    color: #1f5e93; }
  .page-banner a {
    color: #1f5e93;
    padding-right: 5px; }

.about-page {
  margin: 10px 0; }
  .about-page p {
    line-height: 35px;
    margin-bottom: 15px;
    text-align: justify; }
  .about-page .aboutpage-images {
    float: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-page .aboutpage-images {
        text-align: center;
        float: none;
        margin: 20px 0; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    3.1.  Service    Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.load-more a {
  background: #1f8993 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 0px 40px;
  line-height: 48px;
  z-index: 1;
  position: relative; }
  .load-more a:hover {
    color: #f8d43d;
    transition: all 0.4s ease 0s; }
  .load-more a:hover::after {
    border-radius: 4px;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .load-more a:after {
    background-color: #1f5e93;
    border-radius: 50%;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .load-more a {
      padding: 0px 34px;
      font-size: 16px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4.1.  Single - Service   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.single-service-area .SingleService-sidebar {
  box-shadow: -3px 5px 30px 5px #f3f3f3;
  padding: 25px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-service-area .SingleService-sidebar {
      padding: 25px 0; } }
  .single-service-area .SingleService-sidebar h3 {
    font-family: "Roboto-Regular";
    color: #333a40; }
  .single-service-area .SingleService-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .single-service-area .SingleService-sidebar ul li a {
      color: #515151;
      padding: 10px 0;
      font-size: 18px; }
      .single-service-area .SingleService-sidebar ul li a i {
        padding-right: 15px; }
      .single-service-area .SingleService-sidebar ul li a:hover {
        color: #1f5e93;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
.single-service-area .single-service-content {
  margin-top: 60px; }
  .single-service-area .single-service-content h2 {
    color: #000; }
  .single-service-area .single-service-content p {
    line-height: 32px; }
  .single-service-area .single-service-content a {
    padding: 0px 28px;
    border-radius: 5px;
    line-height: 48px;
    color: #1f5e93;
    margin-right: 20px;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 0 9px 10px #f1f1f1;
    position: relative;
    z-index: 1; }
    .single-service-area .single-service-content a:hover::after {
      border-radius: 4px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .single-service-area .single-service-content a:after {
      background-color: #1f5e93;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-service-area .single-service-content a {
        padding: 0px 20px;
        font-size: 16px; } }
    .single-service-area .single-service-content a:hover {
      color: #fff; }
  .single-service-area .single-service-content .pdf-fill {
    background-color: #1f8993;
    color: #fff; }
.single-service-area .counsaltent-area {
  padding-top: 100px; }
  .single-service-area .counsaltent-area h2 {
    color: #000; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-service-area .counsaltent-area {
      padding-top: 40px; } }
  .single-service-area .counsaltent-area .request-form h2 {
    margin-bottom: 35px; }
  .single-service-area .counsaltent-area .request-form form input {
    height: 50px;
    border: none;
    color: #3e73a0; }
  .single-service-area .counsaltent-area .request-form form .form-control {
    background-color: #f1f1f1;
    margin: 10px 0;
    box-shadow: none;
    border: none;
    resize: none;
    border-radius: 6px; }
  .single-service-area .counsaltent-area .request-form form .form-control::-webkit-input-placeholder {
    color: #3e73a0;
    opacity: 1; }
  .single-service-area .counsaltent-area .request-form form .form-control::-moz-placeholder {
    color: #3e73a0;
    opacity: 1; }
  .single-service-area .counsaltent-area .request-form form .form-control:-ms-input-placeholder {
    color: #3e73a0;
    opacity: 1; }
  .single-service-area .counsaltent-area .request-form form .form-control:-moz-placeholder {
    color: #3e73a0;
    opacity: 1; }
  .single-service-area .counsaltent-area .request-form form button {
    padding: 0px 30px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    background-color: #1f8993;
    border: none;
    margin-top: 20px;
    position: relative;
    z-index: 1; }
    .single-service-area .counsaltent-area .request-form form button:hover::after {
      border-radius: 4px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .single-service-area .counsaltent-area .request-form form button:after {
      background-color: #1f5e93;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-service-area .counsaltent-area .request-form form button {
        padding: 0px 24px;
        font-size: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-area .consult-images {
    text-align: center;
    margin-top: 40px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-service-area .consult-images {
    margin: 30px 0; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    3.1.  Service    Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.project-page .project {
  padding-top: 20px; }
  .project-page .project ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .project-page .project ul {
        text-align: center; } }
    .project-page .project ul li {
      background: #f4f4f4 none repeat scroll 0 0;
      display: inline-block;
      padding: 15px 30px;
      position: relative;
      z-index: 1; }
      .project-page .project ul li:after {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        height: 20px;
        position: absolute;
        right: -12px;
        top: 20px;
        width: 20px;
        z-index: -1; }
      .project-page .project ul li:before {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        height: 20px;
        left: -12px;
        position: absolute;
        top: 20px;
        width: 20px; }
    .project-page .project ul li.active {
      background: #ffffff none repeat scroll 0 0;
      color: #1f8993;
      box-shadow: 0 0 6px 6px #f4f4f4; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4.1.  Project Page   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.project-wrapper .project-images {
  margin: 5px 0;
  cursor: url("images/cursor.png"), auto; }
  .project-wrapper .project-images img {
    width: 100%; }

.project-wrapper .col-md-4, .project-wrapper .col-md-6 {
  padding: 0 5px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    5.1.  Blog Page   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-page-area .single-blog {
    text-align: center; } }

.blog-sidebar {
  padding-top: 60px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog-sidebar {
      padding-top: 0 !important; } }
  .blog-sidebar .sidebar-title {
    font-size: 22px;
    margin-bottom: 50px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    color: #4e4d4d; }
    .blog-sidebar .sidebar-title:after {
      background: #ffca00 none repeat scroll 0 0;
      bottom: -20px;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 50px; }
  .blog-sidebar .serach-box {
    position: relative;
    width: 100%; }
    .blog-sidebar .serach-box input {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      border-color: -moz-use-text-color -moz-use-text-color #ccc;
      border-image: none;
      border-style: none none solid;
      border-width: medium medium 1px;
      padding-bottom: 10px;
      width: 100%; }
    .blog-sidebar .serach-box i {
      position: absolute;
      right: 10px;
      top: 7px; }

.blog-sidebar .serach-box {
  position: relative;
  width: 100%; }
  .blog-sidebar .serach-box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-bottom: 10px;
    width: 100%; }
.blog-sidebar .catagory ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
.blog-sidebar .catagory li a {
  color: #959595;
  display: block;
  font-size: 18px;
  padding: 12px 0; }
  .blog-sidebar .catagory li a:hover {
    color: #1f8993;
    transition: .4s; }
  .blog-sidebar .catagory li a i {
    padding-right: 15px; }
  .blog-sidebar .catagory li a span {
    float: right; }
.blog-sidebar .recent-content {
  display: inline-block;
  float: right;
  width: 64%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar .recent-content {
      width: 76%;
      margin-top: 15px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog-sidebar .recent-content {
      width: 100%; } }
.blog-sidebar .single-recent {
  margin: 30px 0; }
  .blog-sidebar .single-recent .recent-content a {
    color: #000;
    font-family: "Roboto-Regular";
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .blog-sidebar .single-recent .recent-content a:hover {
      color: #1f8993;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
  .blog-sidebar .single-recent span {
    font-size: 16px;
    margin-top: 10px; }
.blog-sidebar .tag-btn a {
  border: 1px solid #c2dfe2;
  color: #626262;
  line-height: 40px;
  margin: 5px 0;
  text-align: center;
  width: 115px;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .blog-sidebar .tag-btn a:hover {
    background: #1f8993;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #fff; }
.blog-sidebar .mail-subcribe {
  position: relative; }
  .blog-sidebar .mail-subcribe input {
    color: #000000;
    width: 100%;
    height: 48px;
    position: relative;
    padding-left: 30px;
    border-radius: 0px 0px 0px 8px;
    border: 1px solid #eaeaea; }
  .blog-sidebar .mail-subcribe i {
    font-size: 20px;
    left: 5px;
    position: absolute;
    top: 16px; }
  .blog-sidebar .mail-subcribe button {
    background: #1f8993 none repeat scroll 0 0;
    border: 0px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 10px;
    padding: 0px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 48px;
    position: relative;
    z-index: 1; }
    .blog-sidebar .mail-subcribe button:hover::after {
      border-radius: 4px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .blog-sidebar .mail-subcribe button:after {
      background-color: #2c465f;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }

.cross-pagination .pagination a {
  background: #4ba7b0 none repeat scroll 0 0;
  border: 0 solid transparent;
  color: #fff;
  font-size: 20px;
  height: 40px;
  margin: 0 3px;
  width: 45px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cross-pagination .pagination a {
      margin: 0 1px; } }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  background: #84cd9f none repeat scroll 0 0;
  border-radius: 15px 0 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  background: #84cd9f none repeat scroll 0 0;
  border-radius: 0 15px 0 0; }

.cross-pagination ul {
  margin: 0;
  padding-top: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cross-pagination ul {
      padding-top: 40px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cross-pagination ul {
      padding-top: 20px;
      margin-bottom: 20px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    6.1.  Single Blog  Page   Area
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.single-bolg-area {
  padding-top: 80px; }
  .single-bolg-area h3 {
    font-size: 22px;
    color: #0c0c0c; }
  .single-bolg-area span {
    font-size: 16px;
    padding-right: 15px; }
  .single-bolg-area .single-blog-images {
    margin-bottom: 35px;
    margin-top: 30px; }
  .single-bolg-area p {
    color: #818080;
    line-height: 30px; }
  .single-bolg-area blockquote {
    border-left: 10px solid #1f5e93;
    color: #818080;
    line-height: 30px;
    padding: 0 10px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .single-bolg-area blockquote {
        border-left: 5px solid #1f5e93; } }

.share-tag .share h4 {
  display: inline-block;
  font-size: 18px; }
.share-tag .share ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .share-tag .share ul li {
    display: inline-block; }
    .share-tag .share ul li a {
      background: #1f8993 none repeat scroll 0 0;
      border-radius: 50%;
      color: #fff;
      margin: 0 4px;
      padding: 2px;
      text-align: center;
      width: 30px; }
.share-tag .tag h4 {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px; }
.share-tag .tag a {
  color: #727272;
  font-size: 17px; }

.comment-area h4 {
  margin-bottom: 15px;
  color: #4f4f4f; }
.comment-area .single-comment {
  border-bottom: 2px solid #f3f2f2;
  overflow: hidden;
  padding: 30px 0; }
  .comment-area .single-comment .comment-content {
    display: inline-block;
    float: right;
    width: 82%;
    position: relative; }
    .comment-area .single-comment .comment-content span {
      font-size: 16px;
      margin-bottom: 15px; }
    .comment-area .single-comment .comment-content i {
      background: #e5e5e5 none repeat scroll 0 0;
      border-radius: 50%;
      padding: 5px;
      position: absolute;
      right: 45px;
      top: 5px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comment-area .single-comment .comment-content {
        width: 100%;
        float: none; } }

.share-tag {
  padding: 50px 0; }

.comment-area {
  margin-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-area {
      margin-bottom: 0px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-area {
      margin-bottom: 40px; } }
  .comment-area form {
    margin-top: 60px; }
  .comment-area input {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 48px; }
  .comment-area label {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    border-radius: 4px;
    font-family: "Roboto-Regular";
    color: #8e8e8e;
    font-weight: normal; }
    .comment-area label span {
      color: red; }
  .comment-area .form-control {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    resize: none;
    box-shadow: none; }
  .comment-area button {
    background: #1f8993 none repeat scroll 0 0;
    border: 0 solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    padding: 0px 36px;
    line-height: 48px;
    position: relative;
    z-index: 1; }
    .comment-area button:hover::after {
      border-radius: 4px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .comment-area button:after {
      background-color: #2c465f;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1.  Team Area  Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.team-page {
  position: relative;
  text-align: center;
  padding-bottom: 100px; }
  .team-page .single-member {
    margin-top: 80px;
    position: relative;
    z-index: 1; }
    .team-page .single-member:before {
      position: absolute;
      height: 30px;
      top: 0;
      background: #2c4660;
      content: '';
      left: 0;
      width: 100%;
      z-index: -1; }
    .team-page .single-member:after {
      position: absolute;
      height: 10px;
      bottom: 0;
      background: #2c4660;
      content: '';
      left: 0;
      width: 100%;
      z-index: -1; }
    .team-page .single-member .staff-deatils {
      padding: 60px 30px;
      text-align: left; }
      .team-page .single-member .staff-deatils p {
        font-size: 16px;
        text-align: left; }
    .team-page .single-member .staff-images {
      text-align: center;
      margin-bottom: 30px;
      display: block; }
      .team-page .single-member .staff-images img {
        display: inline-block;
        width: 160px !important; }
  .team-page .single-member:nth-child(5):before {
    background-color: #fba500; }
  .team-page .single-member:nth-child(5):after {
    background-color: #fba500; }
  .team-page .single-member:nth-child(6):before {
    background-color: #fba500; }
  .team-page .single-member:nth-child(6):after {
    background-color: #fba500; }
  .team-page .single-member:nth-child(6) .staff-social li {
    background-color: #fba500; }
    .team-page .single-member:nth-child(6) .staff-social li:before {
      border-bottom: 10px solid #fba500; }
    .team-page .single-member:nth-child(6) .staff-social li:after {
      border-top: 8px solid  #fba500; }
  .team-page .staff-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .team-page .staff-social li {
      background-color: #2c465f;
      display: inline-block;
      margin: 0 3px;
      padding: 0 5px;
      position: relative;
      line-height: 15px; }
      .team-page .staff-social li:before {
        border-bottom: 10px solid #2c4660;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: -10px;
        width: 0; }
      .team-page .staff-social li:after {
        border-left: 14px solid transparent;
        border-right: 12px solid transparent;
        border-top: 8px solid #2c465f;
        bottom: -8px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0; }
      .team-page .staff-social li a {
        display: inline-block;
        font-size: 16px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }

.single-staff:nth-child(1) .single-member::before, .single-staff:nth-child(5) .single-member::before, .single-staff:nth-child(9) .single-member::before, .single-staff:nth-child(1) .single-member::after, .single-staff:nth-child(5) .single-member::after, .single-staff:nth-child(9) .single-member::after {
  background: #1f5e93 none repeat scroll 0 0; }

.single-staff:nth-child(1) .staff-deatils h4, .single-staff:nth-child(5) .staff-deatils h4, .single-staff:nth-child(9) .staff-deatils h4 {
  color: #2d689a; }

.single-staff:nth-child(2) .single-member::before, .single-staff:nth-child(6) .single-member::before, .single-staff:nth-child(10) .single-member::before, .single-staff:nth-child(2) .single-member::after, .single-staff:nth-child(6) .single-member::after, .single-staff:nth-child(10) .single-member::after {
  background: #fba500 none repeat scroll 0 0; }

.single-staff:nth-child(2) .staff-deatils h4, .single-staff:nth-child(6) .staff-deatils h4, .single-staff:nth-child(10) .staff-deatils h4 {
  color: #fba500; }

.single-staff:nth-child(2) .staff-social li, .single-staff:nth-child(6) .staff-social li, .single-staff:nth-child(10) .staff-social li {
  background-color: #a4761d; }
  .single-staff:nth-child(2) .staff-social li:before, .single-staff:nth-child(6) .staff-social li:before, .single-staff:nth-child(10) .staff-social li:before {
    border-bottom: 10px solid #a4761d;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  .single-staff:nth-child(2) .staff-social li:after, .single-staff:nth-child(6) .staff-social li:after, .single-staff:nth-child(10) .staff-social li:after {
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #a4761d; }
  .single-staff:nth-child(2) .staff-social li a:hover, .single-staff:nth-child(6) .staff-social li a:hover, .single-staff:nth-child(10) .staff-social li a:hover {
    color: #544b39; }

.single-staff:nth-child(3) .single-member::before, .single-staff:nth-child(7) .single-member::before, .single-staff:nth-child(11) .single-member::before, .single-staff:nth-child(3) .single-member::after, .single-staff:nth-child(7) .single-member::after, .single-staff:nth-child(11) .single-member::after {
  background: #449ea6 none repeat scroll 0 0; }

.single-staff:nth-child(3) .staff-deatils h4, .single-staff:nth-child(7) .staff-deatils h4, .single-staff:nth-child(11) .staff-deatils h4 {
  color: #449ea6; }

.single-staff:nth-child(3) .staff-social li, .single-staff:nth-child(7) .staff-social li, .single-staff:nth-child(11) .staff-social li {
  background-color: #405c5e; }
  .single-staff:nth-child(3) .staff-social li:before, .single-staff:nth-child(7) .staff-social li:before, .single-staff:nth-child(11) .staff-social li:before {
    border-bottom: 10px solid #405c5e;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  .single-staff:nth-child(3) .staff-social li:after, .single-staff:nth-child(7) .staff-social li:after, .single-staff:nth-child(11) .staff-social li:after {
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #405c5e; }
  .single-staff:nth-child(3) .staff-social li a:hover, .single-staff:nth-child(7) .staff-social li a:hover, .single-staff:nth-child(11) .staff-social li a:hover {
    color: #264588; }

.single-staff:nth-child(4) .single-member::before, .single-staff:nth-child(8) .single-member::before, .single-staff:nth-child(12) .single-member::before, .single-staff:nth-child(4) .single-member::after, .single-staff:nth-child(8) .single-member::after, .single-staff:nth-child(12) .single-member::after {
  background: #404040 none repeat scroll 0 0; }

.single-staff:nth-child(4) .staff-deatils h4, .single-staff:nth-child(8) .staff-deatils h4, .single-staff:nth-child(12) .staff-deatils h4 {
  color: #404040; }

.single-staff:nth-child(4) .staff-social li, .single-staff:nth-child(8) .staff-social li, .single-staff:nth-child(12) .staff-social li {
  background-color: #3f3f3f; }
  .single-staff:nth-child(4) .staff-social li:before, .single-staff:nth-child(8) .staff-social li:before, .single-staff:nth-child(12) .staff-social li:before {
    border-bottom: 10px solid #3f3f3f;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  .single-staff:nth-child(4) .staff-social li:after, .single-staff:nth-child(8) .staff-social li:after, .single-staff:nth-child(12) .staff-social li:after {
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #3f3f3f; }
  .single-staff:nth-child(4) .staff-social li a:hover, .single-staff:nth-child(8) .staff-social li a:hover, .single-staff:nth-child(12) .staff-social li a:hover {
    color: #449ea6; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1.  Tastimonial    Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.tastimonial-page {
  padding-top: 40px;
  padding-bottom: 110px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tastimonial-page {
      padding-top: 50px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .tastimonial-page {
      text-align: center;
      padding-top: 0px;
      padding-bottom: 60px; } }
  .tastimonial-page .single-testimonaial {
    position: relative;
    margin-top: 100px;
    border: 1px solid #d4f4f5;
    transition: .5s; }
    .tastimonial-page .single-testimonaial:hover {
      box-shadow: 0 0 10px 8px #f1f1f1;
      transition: .5s;
      border: 1px solid transparent; }
    .tastimonial-page .single-testimonaial .testimonail-images {
      display: inline-block;
      position: relative;
      top: -35px;
      left: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tastimonial-page .single-testimonaial .testimonail-images {
          left: 35px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .tastimonial-page .single-testimonaial .testimonail-images {
          position: static; } }
      .tastimonial-page .single-testimonaial .testimonail-images img {
        width: 132px !important;
        margin-bottom: 20px;
        border: 2px solid  #fba500;
        border-radius: 50%; }
      .tastimonial-page .single-testimonaial .testimonail-images p {
        font-size: 14px; }
      .tastimonial-page .single-testimonaial .testimonail-images h5 {
        font-size: 16px;
        margin: 0 0 0 5px; }
    .tastimonial-page .single-testimonaial .testimonial-content {
      width: 72%;
      float: right;
      padding: 40px 0; }
      .tastimonial-page .single-testimonaial .testimonial-content p {
        font-size: 17px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tastimonial-page .single-testimonaial .testimonial-content {
          width: 67%;
          padding: 30px 0; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .tastimonial-page .single-testimonaial .testimonial-content {
          width: 100%;
          float: none;
          padding: 10px 0; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1.  Shop    Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shop-content h3 {
    margin-top: 30px; } }
.shop-content h4 {
  font-size: 20px;
  margin-top: 20px; }
.shop-content span {
  font-size: 16px;
  line-height: 40px; }
.shop-content a {
  background: #1f8993 none repeat scroll 0 0;
  border: 0 solid transparent;
  border-radius: 4px;
  color: #fff;
  float: right;
  font-size: 16px;
  padding: 12px 30px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .shop-content a {
      font-size: 14px;
      padding: 12px 20px; } }
  .shop-content a:hover::after {
    border-radius: 4px;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .shop-content a:after {
    background-color: #2c465f;
    border-radius: 50%;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1; }

.single-item {
  margin-top: 50px; }

.shoppd {
  padding-bottom: 20px;
  padding-top: 80px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .shoppd {
      padding-bottom: 00px;
      padding-top: 40px; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1. Cart  Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .add-cart {
    text-align: center; } }

.add-cart > p i {
  padding-right: 10px; }

.add-cart > p {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #6f6f6f;
  line-height: 40px;
  padding: 10px; }

.add-cart p a {
  background: #e2e2e2 none repeat scroll 0 0;
  padding: 0 15px;
  border-radius: 4px;
  color: #868686;
  transition: .5s;
  float: right; }
  .add-cart p a:hover {
    background: #449ea6;
    color: #fff;
    transition: .5s; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .add-cart p a {
      padding: 5px 30px; } }

.single-shop .shop-content > input {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  width: 85px; }

.shop-product {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: 10px; }

.shop-product li {
  color: #000;
  font-size: 16px; }

.shop-product li span {
  line-height: 35px; }

.shop-product > li span {
  color: #757575;
  line-height: 35px;
  padding: 0 10px; }

.shop-product li a {
  border: 1px solid #757575;
  color: #757575;
  line-height: 23px;
  margin: 0 4px;
  padding: 0 3px;
  text-align: center;
  width: 24px; }

.table-responsive table thead tr th {
  background: #e8e7e7 none repeat scroll 0 0;
  padding: 20px 30px;
  font-family: "Roboto-Regular";
  font-weight: normal; }

.table-responsive tbody tr td {
  background: #e8e7e7 none repeat scroll 0 0;
  padding: 20px 30px;
  vertical-align: middle; }

.table-responsive table tbody tr input {
  background: #eeecec none repeat scroll 0 0;
  border: 0px solid #ccc;
  border-radius: 5px;
  height: 45px;
  padding: 10px;
  width: 80px;
  border: none; }

.cart-page a {
  background: #1f8993 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 5px;
  line-height: 48px;
  padding: 0px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart-page a {
      font-size: 12px;
      margin-right: 0;
      padding: 0px 10px; } }
  .cart-page a:hover {
    border: 1px solid #e8e8e8; }
  .cart-page a:hover::after {
    border-radius: 2px;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .cart-page a:after {
    background-color: #ffffff;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1; }

.cart-total {
  padding-top: 70px; }
  .cart-total h4 {
    font-size: 20px;
    margin-bottom: 45px;
    margin-top: 25px; }
  .cart-total a {
    background: #1f8993 none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 5px;
    padding: 0px 30px;
    line-height: 48px;
    margin-top: 20px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .cart-total a {
        padding: 0px 20px; } }
  .cart-total .total {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .cart-total .total li {
      background: #f4f4f4 none repeat scroll 0 0;
      border-bottom: 1px solid #fff;
      padding: 12px 24px; }
      .cart-total .total li span {
        float: right; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    Single Shop CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.tab-area {
  padding-top: 40px; }

.nav.nav-tabs > li {
  font-size: 22px; }

.tab-content h3 {
  font-size: 25px;
  margin-top: 30px; }

.tab-content p {
  line-height: 35px; }

.nav.nav-tabs a {
  color: #5a5a5a; }

.nav.nav-tabs {
  border-bottom: 0 solid transparent; }

.nav-tabs li a {
  border: 0 solid transparent; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0 solid transparent; }

.shop-content h3 span {
  color: #1f8993;
  font-size: 25px; }

.add-cart {
  margin-bottom: 40px; }

.shop-content i {
  color: #f8b014; }

.shop-content li a i {
  color: #757575; }

.shop-content li a i:hover {
  color: #000;
  transition: all 0.5s ease 0s; }

.nav-tabs .active {
  border-bottom: 2px solid #1f8993; }

.shop-product h3 {
  margin-top: 40px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1. Chack Out Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.check-out-page h4 {
  background: #3297a0 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 20px 10px; }
.check-out-page button {
  background: #1f8993 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  padding: 0px 40px;
  line-height: 48px; }

.check-out-form form input {
  border-radius: 0;
  height: 50px;
  margin: 10px 0; }

.nice-select .list {
  width: 100%; }

.nice-select.form-control {
  border-radius: 0;
  height: 50px;
  line-height: 37px;
  margin: 0 0 10px;
  width: 100%; }

.checkout {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .checkout li {
    padding: 20px 10px;
    font-family: "Roboto-Regular";
    margin: 1px 0;
    font-size: 18px; }
    .checkout li span {
      float: right; }
    .checkout li:nth-child(2n+1) {
      background: #f5f5f5 none repeat scroll 0 0; }
    .checkout li:nth-child(2n) {
      border: 1px solid #f0f0f0; }

.payment_mathod {
  margin: 40px 0; }
  .payment_mathod p {
    font-size: 15px;
    padding: 20px; }
  .payment_mathod img {
    padding: 0 25px; }
  .payment_mathod a {
    color: #898989;
    float: right;
    font-size: 14px; }

/*Shop-social*/
.shop-social {
  bottom: 0;
  left: 8px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 60%; }

.shop-social li a {
  background: transparent none repeat scroll 0 0; }

.shop-product {
  position: relative; }

/*Shop-social*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    7.1. Comming Soon Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.day_wrap {
  border: 1px solid #dddddd;
  height: 130px;
  text-align: center;
  width: 130px;
  display: inline-block;
  padding: 10px 0;
  margin: 12px;
  border-radius: 5px;
  font-size: 45px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .day_wrap {
      width: 120px;
      height: 120px;
      padding: 8px 0;
      font-size: 35px;
      margin: 6px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .day_wrap {
      width: 200px;
      height: 140px;
      padding: 15px 0;
      font-size: 45px;
      margin: 6px; } }
  .day_wrap:hover {
    border: 1px solid #3297a0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .day_wrap .days {
    font-size: 18px; }

.comming-content {
  padding-top: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .comming-content {
      text-align: center; } }
  .comming-content h1 {
    font-size: 65px;
    color: #3e3e3e; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comming-content h1 {
        font-size: 45px; } }
  .comming-content p {
    color: #dddddd;
    margin-bottom: 30px;
    margin-top: 20px; }
  .comming-content input {
    border: 1px solid #dddddd;
    height: 48px;
    width: 300px;
    padding: 0 10px;
    border-radius: 4px; }
  .comming-content button {
    background: #1f8993 none repeat scroll 0 0;
    border: 0 solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 20px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .comming-content button {
        margin: 20px 0; } }
    .comming-content button:hover {
      color: #fff; }
    .comming-content button:hover::after {
      border-radius: 2px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .comming-content button:after {
      background-color: #2c465f;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    8.1. Quete Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.quote-content h2 {
  font-size: 30px;
  color: #444; }
.quote-content p {
  line-height: 30px; }
.quote-content img {
  margin-top: 70px; }

.qute-form {
  background: #1f8993 none repeat scroll 0 0;
  border: 0 solid transparent;
  padding: 20px 30px 20px 20px; }
  .qute-form input {
    height: 48px;
    margin: 0 0 15px;
    border: 0px solid solid;
    padding: 0 10px; }
  .qute-form button {
    background: #fff;
    color: #1f8993;
    padding: 0px 40px;
    line-height: 48px;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    border: none; }
    .qute-form button:hover {
      color: #fff; }
    .qute-form button:hover::after {
      border-radius: 2px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .qute-form button:after {
      background-color: #2c465f;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }
  .qute-form .nice-select.form-control {
    border-radius: 5px; }
  .qute-form .form-control {
    border-radius: 3px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    8.1. Contact Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.contact-form {
  background: #1f8993 none repeat scroll 0 0;
  border: 0 solid transparent;
  padding: 20px 30px 20px 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form {
      margin-top: 50px; } }
  .contact-form input {
    height: 48px;
    margin: 0 0 15px;
    border: 0px solid transparent;
    border-radius: 0px; }
  .contact-form button {
    background: #fff;
    color: #1f8993;
    padding: 0px 40px;
    line-height: 48px;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    border: 0px solid transparent; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .contact-form button {
        padding: 0px 40px;
        border-radius: 4px; } }
    .contact-form button:hover {
      color: #fff; }
    .contact-form button:hover::after {
      border-radius: 2px;
      left: 0;
      transition: all 0.4s ease 0s;
      width: 100%; }
    .contact-form button:after {
      background-color: #2c465f;
      border-radius: 50%;
      content: " ";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transition: all 0.4s ease 0s;
      width: 0;
      z-index: -1; }
  .contact-form .nice-select.form-control {
    border-radius: 3px; }
  .contact-form .form-control {
    border-radius: 2px; }

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span {
  display: none; }

.gmnoprint div {
  background: none !important; }

.contact-contect > h2 {
  color: #444444; }

.contact-contect > h3 {
  margin-top: 35px;
  color: #444444; }

.contact-contect p span {
  font-family: "Roboto-Regular";
  color: #2d2d2d; }

#googleMap {
  margin-top: 90px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    9.1. 44 Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-image {
    text-align: center;
    margin-bottom: 40px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-image {
    text-align: center;
    margin-bottom: 40px; } }

.error-content p {
  margin: 30px 0; }
.error-content input {
  border: 1px solid #838383;
  height: 48px;
  width: 300px;
  padding-left: 15px;
  border-radius: 4px; }
.error-content button {
  background: #1f8993 none repeat scroll 0 0;
  border: 0 solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  padding: 0px 30px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .error-content button {
      text-align: center;
      margin-top: 30px; } }
  .error-content button:hover {
    color: #fff; }
  .error-content button:hover::after {
    border-radius: 2px;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .error-content button:after {
    background-color: #2c465f;
    border-radius: 50%;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1; }
.error-content a {
  color: #2c2c2c;
  margin-top: 20px;
  transition: all 0.4s ease 0s; }
  .error-content a:hover {
    transition: all 0.4s ease 0s;
    color: #1f8993; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content {
    text-align: center; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .error-content {
    text-align: center; } }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    10. Open Job Page   CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.job-area table tr td {
  padding-bottom: 20px;
  padding-top: 40px; }

.job-area {
  padding-top: 90px; }

.job-area thead tr th {
  background: #f1f1f1 none repeat scroll 0 0;
  padding-bottom: 30px;
  padding-top: 30px; }

.carrer-content > h2 {
  font-size: 25px;
  color: #4b4b4b; }

.carrer-content > p {
  line-height: 30px;
  margin-top: 30px; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    10. Job Deatils Page
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.job-info input {
  border: 1px solid #bababa;
  border-radius: 0px;
  height: 48px;
  margin: 7px 0; }

.job-deatils p span {
  font-family: "Roboto-Regular"; }

job-deatils h4 {
  margin-bottom: 30px;
  margin-top: 45px; }

.job-deatils > p {
  line-height: 32px;
  margin-top: 20px; }

.job-info button {
  background: #1f8993 none repeat scroll 0 0;
  border: 0 solid transparent;
  border-radius: 4px;
  color: #fff;
  margin-right: 20px;
  margin-top: 14px;
  padding: 14px 40px;
  position: relative;
  z-index: 1; }
  .job-info button:hover {
    color: #fff; }
  .job-info button:hover::after {
    border-radius: 2px;
    left: 0;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .job-info button:after {
    background-color: #2c465f;
    border-radius: 50%;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1; }

.job-info button.borwse {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #bababa;
  color: #1f8993; }

.job-info textarea {
  border-radius: 0;
  resize: none; }

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    10. Project-deatils  Page CSS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.project-content h3 {
  color: #171717;
  font-size: 22px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-content {
    margin-top: 30px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-content {
    margin-top: 30px; } }

.project-deatils-list {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .project-deatils-list li {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    transition: .5s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .project-deatils-list li {
        padding: 8px 0; } }
    .project-deatils-list li:hover {
      border-top: 1px solid #1f8993;
      transition: .5s; }
    .project-deatils-list li h4 {
      color: #0d0d0d;
      font-family: "Roboto-Regular"; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-deatils-list li h4 {
          margin-bottom: 5px; } }
      .project-deatils-list li h4:hover {
        color: #1f8993;
        transition: .5s; }
    .project-deatils-list li p {
      font-size: 16px;
      line-height: 26px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-deatils-list li p {
          line-height: 20px; } }

/* Preloaders CSS */
.spinner {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.spinner-2 {
  width: 100px;
  height: 100px;
  margin: 100px auto;
  background-color: #1f8993;
  border-radius: 100%;
  -webkit-animation: sk-scaleout2 1.0s infinite ease-in-out;
  animation: sk-scaleout2 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout2 {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@keyframes sk-scaleout2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
.cross-site-preloader-wrap {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999; }

.cross-site-preloader-wrap .spinner-2 {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%; }

/*# sourceMappingURL=style.css.map */
