@font-face {
  font-family: 'facdori-icon';
  src:  url('../fonts/facdori-icon.eot?xvrn6i');
  src:  url('../fonts/facdori-icon.eot?xvrn6i') format('embedded-opentype'),
    url('../fonts/facdori-icon.ttf?xvrn6i') format('truetype'),
    url('../fonts/facdori-icon.woff?xvrn6i') format('woff'),
    url('../fonts/facdori-icon.svg?xvrn6i') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="facdori-icon-"], [class*=" facdori-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'facdori-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.facdori-icon-phone-call-1:before {
  content: "\e900";
}
.facdori-icon-placeholder-1:before {
  content: "\e901";
}
.facdori-icon-placeholder-2:before {
  content: "\e902";
}
.facdori-icon-robot-arm:before {
  content: "\e903";
}
.facdori-icon-secure-shield:before {
  content: "\e904";
}
.facdori-icon-smile:before {
  content: "\e905";
}
.facdori-icon-strategy:before {
  content: "\e906";
}
.facdori-icon-support:before {
  content: "\e907";
}
.facdori-icon-training:before {
  content: "\e908";
}
.facdori-icon-clock:before {
  content: "\e909";
}
.facdori-icon-engineer:before {
  content: "\e90a";
}
.facdori-icon-factory-1:before {
  content: "\e90b";
}
.facdori-icon-factory-2:before {
  content: "\e90c";
}
.facdori-icon-factory-3:before {
  content: "\e90d";
}
.facdori-icon-human-resources:before {
  content: "\e90e";
}
.facdori-icon-icon:before {
  content: "\e90f";
}
.facdori-icon-industrial-robot:before {
  content: "\e910";
}
.facdori-icon-industry:before {
  content: "\e911";
}
.facdori-icon-message:before {
  content: "\e912";
}
.facdori-icon-newsletter:before {
  content: "\e913";
}
.facdori-icon-outsourcing:before {
  content: "\e914";
}
.facdori-icon-clock1:before {
  content: "\e915";
}
/************************** 
* 1. miscelnious styles 
***************************/


@FONT-FACE {
    font-family: "Roboto-Regular";
    src: url("Roboto-Regular.ttf");
}


@FONT-FACE {
    font-family: "DroidKufi";
    src: url("DroidKufi-Regular.ttf");
}


.arab {
font-family: "DroidKufi";
}



body {
font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 30px;
  color: #7f8284;
  font-weight: 500;
}

a {
  text-decoration: none;outline: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;outline: none;
}

.mb-60 {
  margin-bottom: 60px;
}

hr.style-one {
  margin: 0;
  border-top: 2px solid #f3f3f3;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1131px;
  }
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.base-color-bg {
  background-color: #13b6d1;
}

.gray-bg {
  background-color: #f3f3f3;
}

.dark-bg {
  background-color: #0f8a9f;
}

.large-paragraph {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #b7b7d3;
}

.sec-pad {
  padding: 30px 0;
padding-bottom: 0;
}
.sec-pad-top {
  padding-top: 30px;
}
.sec-pad-bottom {
  padding-bottom: 120px;
}
.sec-pad-bottom-with-content-margin-30 {
  padding-bottom: 90px;
}
.sec-pad-bottom-with-content-margin-60 {
  padding-bottom: 60px;
}
.sec-pad-with-content-margin-30 {
  padding: 120px 0;
  padding-bottom: 90px;
}
.sec-pad-with-content-margin-60 {
  padding: 120px 0;
  padding-bottom: 60px;
}

.thm-btn {
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 25px ;
  transition: all .4s ease;
display: inline-block;
width: auto;

}



.about-sa .thm-btn {
margin-top:20px;
}

.thm-btn:hover {
  background: #0f8a9f;
  color: #fff;
}
.thm-btn.white-hover:hover {
  background: #fff;
  color: #0f8a9f;
}
.thm-btn.style-two {
  padding: 12.5px 45.5px;
}

.sec-title {
  margin-bottom: 35px;
}
.sec-title span.tag-line {
  text-transform: uppercase;
  color: #7f8284;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #13b6d1;

}
.sec-title span.tag-line.light {
  color: #b1bec5;
}
.sec-title h2 {
color: #13b6d1;
font-size: 22px;
font-weight: 600;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
line-height: 45px;
font-weight: normal;
letter-spacing: 2px;
}



/*
.sec-title h2:after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 120px;
height: 2px;
z-index: 0;
background: rgba(38, 38, 38, 0.28);
opacity: 1;
right: 0;
left: 50%;
margin-left: -60px;
}*/


.sec-title h2:before {
position: absolute;
content: '';
left: 0;
bottom: 6px;
width: 60px;
height: 1px;
z-index: 1;
background: #13b6d180;
opacity: 1;
right: 0;
left: 50%;
margin-left: -30px;
}


.sec-title h2.light {
  color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  outline: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #13b6d1;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #7f8284;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #13b6d1;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/preloader.gif) center center no-repeat;
  z-index: 999;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #13b6d1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #0f8a9f;
}

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/************************** 
* 2. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;

z-index: 999;

background: linear-gradient(to right, #eef2f3, #6b6b6bb3);

background: linear-gradient(to right, #fff, #e6e6e6b3);
}
.header-navigation {

  position: relative;
  display: block;
	

}

/*
.header-navigation .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.header-navigation .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .menu-toggler {
  display: none;
}
.header-navigation .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;

  display: inline-block;
  vertical-align: middle;
float: left;

  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {

}
@media (max-width: 1649px) {
  .header-navigation ul.navigation-box > li + li {

  }
}
.header-navigation ul.navigation-box > li:first-child {
  border-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  border-right: 0;
}



.header-navigation ul.navigation-box > li:last-child { 
padding:0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: normal;
  font-size: 14px;
  color: #333;padding: 5px 18px;
  text-transform: uppercase;
  transition: all .4s ease;
position: relative;
display: inline-block;
}



.header-navigation ul.navigation-box > li.sub:before {
content: "\f107";
position: absolute;
right: 5px;
font-family: fontawesome;line-height: 40px;
}





.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #333;


}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: all .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
background-color: #0f8a9f;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover {
 }


.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
text-transform: capitalize;
font-size: 14px;
color: #fff;
font-weight: 500;
padding: 8px 20px;
display: block;
line-height: 21px;
white-space: nowrap;
position: relative;
transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #0f8a9f;
  background: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
top:100%;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #0f8a9f;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
text-transform: capitalize;
font-size: 14px;
color: #fff;
font-weight: 500;
padding: 8px 20px;
display: block;
line-height: 21px;
white-space: nowrap;
position: relative;
transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #0f8a9f;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
background:#fff;
  border-bottom: 0;
}

.site-header.header-one .top-bar .container-fluid {
  padding: 0;
}
.site-header.header-one .top-bar .left-content a.logo-box {
  background: #0f8a9f;
  text-align: center;
  padding: 40px 86px;
  display: inline-block;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content a.logo-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .left-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content {
    width: auto;
    text-align: left;
  }
}
.site-header.header-one .top-bar .right-content {
  padding: 34px 0;
  padding-right: 60px;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .right-content {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .right-content {
    width: auto;
    text-align: left;
    padding-right: 50px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info {
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .single-header-contact-info {
    text-align: left;
  }
}
.site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
  border-left: 2px solid #f3f3f3;
  padding-left: 50px;
  margin-left: 50px;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
    padding-left: 28px;
    margin-left: 28px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info:last-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info:last-child {
    display: none;
  }
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block,
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block i {
  font-size: 32px;
  color: #13b6d1;
  display: block;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  padding-left: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3,
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  line-height: 1em;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3 {
  color: #0f8a9f;
  font-size: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  color: #7f8284;
  font-size: 16px;
  margin-top: 5px;
}
.site-header.header-one .top-bar .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-one .top-bar .social a:hover {
  color: #fff;
  background: #0f8a9f;
}
.site-header.header-one .top-bar .social a + a {
  margin-left: 10px;
}
.site-header.header-one .header-navigation {
  position: relative;
}
.site-header.header-one .header-navigation {
  width: 100%;
  max-width: calc(100% - 362px);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #13b6d1;
  padding-left: 50px;
  padding-right: 0px;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation {
    max-width: calc(100% - 250px);
  }
}
.site-header.header-one .header-navigation .right-side-box {
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #0f8a9f;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn {
  display: inline-block;
  vertical-align: middle;
  background: #0f8a9f;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 25.5px 122.5px;
  transition: all .4s ease;
  margin-left: 50px;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn:hover {
  color: #13b6d1;
  background: #fff;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation .right-side-box .quote-btn {
    margin-left: 30px;
    padding-left: 80px;
    padding-right: 90px;
  }
}
.site-header.header-one .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.site-header.header-one .stricky-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.site-header.header-one .stricky-menu .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header.header-one .stricky-menu .container .right-side-box .quote-btn {
  padding-left: 45px;
  padding-right: 45px;
}
.site-header.header-one .stricky-menu.stricky-fixed {
  position: fixed;
  background: #13b6d1;
  visibility: visible;
  opacity: 1;
}



.right-side-box a {
color: #fff;
display: block;
float: right;
font-size: 13px;
/*
background: #ccc;*/
margin: 0px 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 22px;
}






.site-header.header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 44, 66, 0.1);
  z-index: 99;
}
.site-header.header-two .top-bar .container {
  position: relative;
}
.site-header.header-two .top-bar .container:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  content: '';
  width: 1000000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-two .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block,
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #13b6d1;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.site-header.header-two .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 14.5px 0;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-two .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.site-header.header-two .header-navigation ul.navigation-box > li:hover > a, .site-header.header-two .header-navigation ul.navigation-box > li.current > a {
  color: #13b6d1;
}
.site-header.header-two .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-three .top-bar {
  position: relative;
  background: #13b6d1;
}




.top-bar .left-side-box {
float: right;
line-height: 20px;
}

.top-bar .left-side-box li.languages {
list-style: none;
padding: 0;color:#fff;

list-style-position: outside;
line-height: 100%;
display: inline-block;
padding: 0 6px;
border-color: #cdcdcd;
border-width: 0 0 0 1px;
border-style: solid;
position: relative;
}

.top-bar .left-side-box li span.fa {
margin: 0 4px;
}


.flags {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    position: absolute;
    width: 100px;
    z-index: 999999;
    left: 0;
    -o-box-shadow: 0 5px 2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 2px 0 rgba(0,0,0,.2);
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: none;
    height: 0;
    overflow: hidden;
    top: 20px;
}


.flags li {
    border-top: 1px solid #eee;
    display: block;
    margin: 0;
    padding: 5px;
}

.flags li:first-child {
    border-top: 0;
}

.languages:hover .flags {
    visibility: visible;height: auto;
}

.languages {
 cursor:default
}
.flags {
 background:#fff;
 border:1px solid #eee;
 padding:0;
 position:absolute;
 width:100px;
 z-index:999999;
 left:0;
 -o-box-shadow:0 5px 2px 0 rgba(0,0,0,.2);
 -webkit-box-shadow:0 5px 2px 0 rgba(0,0,0,.2);
 -moz-box-shadow:0 5px 2px 0 rgba(0,0,0,.2);
 box-shadow:0 5px 2px 0 rgba(0,0,0,.2);
 -ms-transition:all .3s;
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s;
 opacity:0;
 -ms-filter:"alpha(opacity=0)";
 visibility:none;
 height:0;
 overflow:hidden;
 top:20px
}
.languages:hover .flags {
 opacity:1;
 -ms-filter:"alpha(opacity=100)";
 height:auto;
 visibility:visible;
 overflow:visible;
 top:13px
}
.flags li {
 border-top:1px solid #eee;
 display:block;
 margin:0;
 padding:5px
}
.flags li img {
 vertical-align:middle;
 display:inline-block
}
.flags li a {
 line-height:140%;
 margin-left:2px;
 vertical-align:middle;
 display:inline-block;
line-height: 140%;
font-size: 13px;
color: #333;
}
.flags li:first-child {
 border-top:0
}


.site-header.header-four .top-bar {
background: #474747;
border-bottom: 1px solid rgba(0,0,0,.04);
padding: 5px 0;
}
.site-header.header-four .top-bar .left-content p {
  padding: 10.5px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-four .top-bar .left-content p a {
  color: #13b6d1;
}
.site-header.header-four .lower-bar {
  position: relative;
}
.site-header.header-four .lower-bar .logo-box {
float:left;
padding: 5px 0;

}


.header-four {

}


.header-four .lower-bar {
background: #0f8a9f;

background: linear-gradient(to right, #6dd5ed, #2193b0);
}


.site-header.header-four .logo-box img {
width:110px;
padding:5px;
}


.site-header.header-four .lower-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0;position: relative;
margin-left: 10px;
padding: 0 8px;


}

.site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {

}

.site-header.header-four .lower-bar .single-header-contact-info i {
color: #fff;
font-size: 19px;
line-height: 1em;
display: block;
float: left;
}
.site-header.header-four .lower-bar .single-header-contact-info h3, .site-header.header-four .lower-bar .single-header-contact-info p {
  margin: 0;
}

.site-header.header-four .lower-bar .single-header-contact-info h3 a,
.site-header.header-four .lower-bar .single-header-contact-info h3 {
color: #fff;
font-size: 14px;
margin-top: 15px;
margin-bottom: 0;
margin-top: 0;
float: right;
margin-left: 8px;
}


.site-header.header-four .lower-bar .single-header-contact-info h3 a {
margin-left: 0;
    line-height: 24px;
}


.site-header.header-four .lower-bar .single-header-contact-info p {
  line-height: 1em;
  font-size: 16px;
  color: #fff;
}
.site-header.header-four .header-navigation {

}
.site-header.header-four .header-navigation .main-navigation {
  float: right;
  text-align: center;

margin-top: 15px;
}
.site-header.header-four .header-navigation ul.navigation-box > li {
position: relative;

}





.tit-des {
font-size: 11px;
display: block;
color: #d1d1d1;
}
/************************** 
* 3. slider styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel [class*=carousel-control-one] {
  background: none;
  width: 63px;
  height: 63px;
  font-size: 20px;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 44, 66, 0);
  visibility: visible !important;
  opacity: .2;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  border: 2px solid #fff;
}
#minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  #minimal-bootstrap-carousel [class*=carousel-control-one] {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
#minimal-bootstrap-carousel [class*=carousel-control-one-next] {
  right: 3%;
}
#minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
  left: 3%;
}
#minimal-bootstrap-carousel .carousel-indicators {
  bottom: 10px;
}
#minimal-bootstrap-carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
  border: 0;
}
#minimal-bootstrap-carousel .carousel-indicators li.active {
  opacity: 1;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 650px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: #0f8a9f;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .carousel-item {
  min-height: 975px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0f8a9f;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .carousel-item {
  min-height: 776px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0f8a9f;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .carousel-item {
  min-height: 777px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0f8a9f;
}

.slider-content-style-one span.tag-line {
  display: inline-block;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
  
  padding-bottom: 5px;
}
.slider-content-style-one h3 {
  margin: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  font-size: 45px;

  color: #fff;
  font-weight: 700;
text-transform: capitalize;
}
.slider-content-style-one .thm-btn {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  margin-top: 50px;
}

.slider-content-style-two .carousel-indicators {
  -webkit-box-pack: left;
          justify-content: left;
  max-width: 1170px;
  margin: auto;
  width: 100%;
}
.slider-content-style-two .content {
  padding-bottom: 165px;
}
.slider-content-style-two .main-content {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.slider-content-style-two .main-content:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: calc(100% - 23px);
  background: #13b6d1;
}
.slider-content-style-two h3 {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 23px;
}
.slider-content-style-two h3 span {
  color: #13b6d1;
}
.slider-content-style-two p {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
}
.slider-content-style-two .thm-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slider-content-style-three .bubbled-text-block {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #13b6d1;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.slider-content-style-three .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.slider-content-style-three .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #13b6d1;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.slider-content-style-three .bubbled-text-block i {
  font-size: 60px;
  color: #0f8a9f;
  display: block;
}
.slider-content-style-three .bubbled-text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
}
.slider-content-style-three h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1em;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-content-style-three p {
  margin: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
}
.slider-content-style-three .thm-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slider-content-style-four h3 {
  margin: 0;
  font-size: 110px;
  color: #fff;
  line-height: 100px;
  font-weight: 700;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-content-style-four .thm-btn {
  margin-top: 55px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/************************** 
* 4. about styles 
***************************/
.about-style-one p {
  margin: 0;font-size: 17px;
margin-top: 20px;
text-align: center;
height: 90px;
overflow: hidden;
}

.about-style-one .image-block-one img {
height:450px;
}


.about-style-one p.highlighted {
  font-size: 30px;
  line-height: 36px;
  color: #13b6d1;
  margin-top: 30px;
}
.about-style-one .phone-block {
  background: #0f8a9f;
  margin-top: 50px;
}
.about-style-one .phone-block .icon-block,
.about-style-one .phone-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.about-style-one .phone-block .icon-block {
  width: 162px;
  background: #001d2b;
  text-align: center;
  padding: 54px 0;
}
.about-style-one .phone-block .icon-block i {
  font-size: 54px;
  display: block;
  color: #13b6d1;
}
.about-style-one .phone-block .text-block {
  padding-left: 60px;
}
.about-style-one .phone-block .text-block h3,
.about-style-one .phone-block .text-block p {
  margin: 0;
}
.about-style-one .phone-block .text-block p {
  font-size: 20px;
  font-weight: 600;
  color: #b1bec5;
}
.about-style-one .phone-block .text-block h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.about-style-one .image-block-wrapper {
  position: relative;
  display: inline-block;
}
.about-style-one .image-block-wrapper .bubbled-text-block {
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #13b6d1;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.about-style-one .image-block-wrapper .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.about-style-one .image-block-wrapper .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #13b6d1;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.about-style-one .image-block-wrapper .bubbled-text-block i {
  font-size: 60px;
  color: #0f8a9f;
  display: block;
}
.about-style-one .image-block-wrapper .bubbled-text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
}
.about-style-one .image-block-wrapper .image-block-two {
  position: absolute;
  right: 120px;
  bottom: -120px;
}
.about-style-one .image-block-wrapper .image-block-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 20px solid #fff;
}

.single-about-style-two {
  padding-left: 60px;
  background: #fff;
  border-top-right-radius: 102px;
  border-bottom-right-radius: 103px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-about-style-two + .single-about-style-two {
  margin-top: 30px;
}
.single-about-style-two .image-block {
  float: right;
  width: 206px;
  overflow: hidden;
  border-radius: 50%;
}
.single-about-style-two .image-block > img {
  width: 100%;
}
.single-about-style-two .text-block {
  padding: 41px 0;
  width: calc(100% - 255px);
  float: left;
}
.single-about-style-two .text-block h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.single-about-style-two .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-about-style-two .text-block h3 a:hover {
  color: #13b6d1;
}
.single-about-style-two .text-block p {
  margin: 0;
}
.single-about-style-two .image-block {
  position: relative;
  overflow: hidden;
}
.single-about-style-two .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
  transition: .5s ease;
}
.single-about-style-two .image-block > img {
  width: 100%;
}
.single-about-style-two .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-about-style-two .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-about-style-two .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-about-style-two .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-about-style-two .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-about-style-two .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-about-style-two:hover .image-block:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: .5s ease;
}
.single-about-style-two:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

.about-style-two-content {
  padding-left: 30px;
}
.about-style-two-content p {
  margin: 37px 0;
}

.about-style-three .row + .row {
  margin-top: 60px;
}
.about-style-three .image-block {
  position: relative;
}
.about-style-three .image-block > img {
  width: 100%;
}
.about-style-three .image-block .bubbled-text-block {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #13b6d1;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.about-style-three .image-block .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.about-style-three .image-block .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #13b6d1;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.about-style-three .image-block .bubbled-text-block i {
  font-size: 60px;
  color: #0f8a9f;
  display: block;
}
.about-style-three .image-block .bubbled-text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
}
.about-style-three .text-block {
  height: 464px;
  padding: 60px 53px;
}
.about-style-three .text-block h3 {
  font-size: 30px;
  font-weight: 600;
}
.about-style-three .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.about-style-three .text-block h3 a:hover {
  color: #fff;
}
.about-style-three .text-block a.more-link {
  text-transform: uppercase;
  font-size: 16px;
  color: #0f8a9f;
  
  display: block;
  position: absolute;
  bottom: 50px;
  left: 69px;
  font-weight: 700;
  transition: all .4s ease;
}
.about-style-three .text-block a.more-link:hover {
  padding-left: 10px;
  color: #fff;
}
.about-style-three.history-page .text-block h3 {
  line-height: 40px;
  width: 81%;
}
@media (max-width: 991px) {
  .about-style-three.history-page .text-block h3 {
    width: 100%;
  }
}

.single-about-style-three {
  margin-bottom: 30px;
}
.single-about-style-three h3 {
  color: #0f8a9f;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
}
.single-about-style-three p {
  margin: 0;
}

.about-style-four hr {
  margin: 30px 0 40px;
}
.about-style-four p {
  margin: 0;
}
.about-style-four .video-box-one .image-block,
.about-style-four .video-box-one .text-block {
  display: table-cell;
  vertical-align: middle;
}
.about-style-four .video-box-one .image-block {
  position: relative;
  width: 206px;
}
.about-style-four .video-box-one .image-block > img {
  width: 100%;
}
.about-style-four .video-box-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 29, 43, 0.4);
  transition: all .4s ease;
}
.about-style-four .video-box-one .image-block .box a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-style-four .video-box-one .image-block .box a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #13b6d1;
  font-size: 12px;
  line-height: 40px;
  color: #0f8a9f;
  text-align: center;
}
.about-style-four .video-box-one .image-block:hover .box {
  background: rgba(0, 29, 43, 0);
}
.about-style-four .video-box-one .text-block {
  padding-left: 40px;
}
.about-style-four .video-box-one .text-block h4 {
  margin: 0;
  color: #0f8a9f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.about-style-five .content-block > p {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-style-five .phone-block .icon-block {
  background: #13b6d1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 22px;
}
.about-style-five .phone-block .icon-block i {
  color: #0f8a9f;
  font-size: 42px;
  display: block;
  line-height: 100px;
}
.about-style-five .phone-block h3,
.about-style-five .phone-block p {
  margin: 0;
}
.about-style-five .phone-block p {
  color: #7f8284;
  font-weight: 500;
  font-size: 20px;
}
.about-style-five .phone-block h3 {
  color: #0f8a9f;
  font-weight: 600;
  font-size: 40px;
}
.about-style-five .image-block-text {
  margin-top: 10px;
  padding: 58px 60px;
}
.about-style-five .image-block-text h4 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #0f8a9f;
  margin-bottom: 20px;
}
.about-style-five .image-block-text p {
  margin: 0;
}

.about-style-six img {
  width: 100%;
  display: block;
}
.about-style-six img + img {
  margin-top: 20px;
}
.about-style-six p {
  margin: 40px 0;
}
.about-style-six .content-block {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .about-style-six .content-block {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about-style-six .sec-title h2 {
    font-size: 40px;
  }
}

/************************** 
* 5. services styles 
***************************/


.single-service-style-one .top-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
background: #0f8a9f;
  padding:20px 0;
  margin-bottom: 30px;
  position: relative;
}
.single-service-style-one .top-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #13b6d1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.single-service-style-one .top-box .inner-content {
  position: relative;
}
.single-service-style-one .top-box i.box-icon {
  display: block;
  font-size: 46px;
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-service-style-one .top-box h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
}
.single-service-style-one .top-box h3 a {
  transition: all .4s ease;
  color: #fff;
font-size: 18px;
text-transform: capitalize;
}
.single-service-style-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-service-style-one .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-service-style-one .image-block > img {
  width: 100%;height: 300px;
}
.single-service-style-one .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-service-style-one .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-style-one .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-service-style-one .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-service-style-one .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-one .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-one:hover .top-box:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.single-service-style-one:hover .top-box i.box-icon {
  color: #fff;
}
.single-service-style-one:hover .top-box h3 a {
  color: #fff;
}
.single-service-style-one:hover .top-box h3 a:hover {
  color: #0f8a9f;
}
.single-service-style-one:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-service-style-one:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

.service-style-one-carousel .owl-nav {
  margin: 0;
}

.service-style-one-carousel .owl-dots {
  margin-top: 25px;
}

.service-style-one-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #7f8284;
  opacity: .5;
  border-radius: 50%;
  margin: 0 2.5px;
}

.service-style-one-carousel .owl-dots .owl-dot.active span {
  background: #0f8a9f;
  opacity: 1;
}

.single-service-style-two {
  margin-bottom: 30px;
}
.single-service-style-two .image-block,
.single-service-style-two .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .text-block {
  background: #fff;
  text-align: center;
  padding-top: 40px;
  position: relative;
  padding-bottom: 74px;
}
.single-service-style-two .text-block .icon-block {
  width: 85px;
  height: 85px;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 50%;
  transition: all .4s ease;
}
.single-service-style-two .text-block .icon-block i {
  font-size: 46px;
  display: block;
  line-height: 85px;
  color: #0f8a9f;
}
.single-service-style-two .text-block h3 {
  margin: 0;
  font-size: 24px;
  margin-top: 23px;
}
.single-service-style-two .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-service-style-two .text-block h3 a:hover {
  color: #13b6d1;
}
.single-service-style-two .text-block p {
  margin: 0;
  color: #7f8284;
  margin-top: 35px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
.single-service-style-two .text-block .read-more {
  background: #e6e6e6;
  color: #7f8284;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12.5px 0;
  transition: all .4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-service-style-two .text-block .read-more:hover {
  color: #0f8a9f;
  background: #13b6d1;
}
.single-service-style-two .image-block {
  position: relative;
  overflow: hidden;
  width: 270px;
}
.single-service-style-two .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-service-style-two .image-block > img {
  width: 100%;
}
.single-service-style-two .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-service-style-two .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-style-two .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-service-style-two .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-service-style-two .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-two .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-two:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-service-style-two:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}
.single-service-style-two:hover .text-block .icon-block {
  color: #0f8a9f;
  background: #13b6d1;
}
.single-service-style-two:hover .text-block .read-more {
  background: #13b6d1;
  color: #0f8a9f;
}

.single-service-style-three {
  position: relative;
}
.single-service-style-three:before {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #13b6d1;
  content: "";
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: 10;
}
.single-service-style-three .text-block {
  background: #fff;
  padding: 0 30px;
  text-align: center;
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
.single-service-style-three .text-block .icon-block {
  width: 85px;
  height: 85px;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 50%;
  transition: all .4s ease;
}
.single-service-style-three .text-block .icon-block i {
  font-size: 46px;
  display: block;
  line-height: 85px;
  color: #0f8a9f;
}
.single-service-style-three .text-block h3 {
  margin: 0;
  font-size: 24px;
  margin-top: 23px;
}
.single-service-style-three .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-service-style-three .text-block h3 a:hover {
  color: #13b6d1;
}
.single-service-style-three .text-block p {
  margin: 0;
  color: #7f8284;
  margin-top: 35px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
.single-service-style-three .text-block .read-more {
  color: #13b6d1;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  transition: all .4s ease;
}
.single-service-style-three .text-block .read-more:hover {
  color: #0f8a9f;
}
.single-service-style-three:hover .icon-block {
  background: #13b6d1;
  color: #0f8a9f;
}
.single-service-style-three:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.service-page-one .single-service-style-one {
  margin-bottom: 30px;
}

.service-page-three .single-service-style-three {
  margin-bottom: 30px;
}

.single-service-widget + .single-service-widget {
  margin-top: 30px;
}
.single-service-widget ul.service-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-service-widget ul.service-lists li + li {
  margin-top: 2px;
}
.single-service-widget ul.service-lists li a {
  display: block;
  color: #0f8a9f;
  background: #f3f3f3;
  font-size: 18px;
  padding: 22.5px 50px;
  transition: all .4s ease;
}
.single-service-widget ul.service-lists li:hover a, .single-service-widget ul.service-lists li.active a {
  background: #13b6d1;
}
.single-service-widget .contact-infos-widget {
  background: #0f8a9f;
  padding: 50px;
}
.single-service-widget .contact-infos-widget h3, .single-service-widget .contact-infos-widget p {
  margin: 0;
}
.single-service-widget .contact-infos-widget h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 33px;
}
.single-service-widget .contact-infos-widget p {
  color: #b1bec5;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
}
.single-service-widget .contact-infos-widget .phone-box i {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #13b6d1;
  margin-right: 10px;
}
.single-service-widget .contact-infos-widget .phone-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.single-service-widget .contact-form-widget {
  padding: 50px;
  background: #f3f3f3;
}
.single-service-widget .contact-form-widget h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f8a9f;
  margin-bottom: 30px;
}
.single-service-widget .contact-form-widget input, .single-service-widget .contact-form-widget textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  background: #fff;
  color: #7f8284;
  height: 81px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.single-service-widget .contact-form-widget input::-webkit-input-placeholder, .single-service-widget .contact-form-widget textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f8284;
}
.single-service-widget .contact-form-widget input::-moz-placeholder, .single-service-widget .contact-form-widget textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8284;
}
.single-service-widget .contact-form-widget input:-ms-input-placeholder, .single-service-widget .contact-form-widget textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8284;
}
.single-service-widget .contact-form-widget input:-moz-placeholder, .single-service-widget .contact-form-widget textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7f8284;
}
.single-service-widget .contact-form-widget textarea {
  padding-top: 20px;
  height: 191px;
}
@media (max-width: 991px) {
  .single-service-widget .contact-form-widget .thm-btn {
    padding: 25.5px 45px;
  }
}
.single-service-widget .project-infos-widget {
  padding: 50px;
}
.single-service-widget .project-infos-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-service-widget .project-infos-widget ul li + li {
  margin-top: 38px;
}
.single-service-widget .project-infos-widget ul li span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
}
.single-service-widget .project-infos-widget ul li span.title {
  float: left;
  color: #b1bec5;
}
.single-service-widget .project-infos-widget ul li span.value {
  float: right;
  color: #fff;
}
.single-service-widget .project-infos-widget ul li span.value.highlighted {
  color: #13b6d1;
}

@media (max-width: 991px) {
  .single-service-page-content {
    margin-top: 50px;
  }
}
.single-service-page-content img {
  display: inline-block;
}
.single-service-page-content h3, .single-service-page-content p {
  margin: 0;
}
.single-service-page-content h3 {
  color: #0f8a9f;
  font-size: 40px;
  font-weight: 600;
}
.single-service-page-content h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #0f8a9f;
}

/************************** 
* 6. video styles 
***************************/
.video-block-style-one {
  background: #0f8a9f url(../images/background-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 140px 0 120px;
}
.video-block-style-one h3 {
  margin: 0;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-top: 80px;
}
.video-block-style-one a.video-popup {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #13b6d1;
  font-size: 24px;
  line-height: 100px;
  color: #0f8a9f;
  position: relative;
}
.video-block-style-one a.video-popup:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 20px solid rgba(0, 0, 0, 0.05);
  transition: all .4s ease;
}
.video-block-style-one a.video-popup:hover:before {
  border-color: rgba(0, 0, 0, 0.2);
}

/************************** 
* 7. footer styles 
***************************/
/*
.footer-subscribe-wrapper {
background: #e1e1e1;
  padding: 39.5px 0;
}
.footer-subscribe-wrapper .title-block {
  padding: 5px 0;
}
.footer-subscribe-wrapper .title-block .icon-block, .footer-subscribe-wrapper .title-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.footer-subscribe-wrapper .title-block .icon-block i {
  font-size: 50px;
color: #333;
}
.footer-subscribe-wrapper .title-block .text-block {
  padding-left: 20px;
}
.footer-subscribe-wrapper .title-block .text-block h3 {
  font-size: 24px;
  font-size: 500;
color: #333;
}
.footer-subscribe-wrapper .mailchimp-form {
  width: calc(100% - 75px);
  height: 67px;
  background: #fff;
  position: relative;
  margin-left: 75px;
}
@media (max-width: 991px) {
  .footer-subscribe-wrapper .mailchimp-form {
    width: calc(100% - 0px);
    margin-left: 0;
  }
}
.footer-subscribe-wrapper .mailchimp-form input {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #7f8284;
  font-weight: 500;
  font-size: 16px;
  padding-left: 30px;
}
.footer-subscribe-wrapper .mailchimp-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari *//*
  color: #7f8284;
}
.footer-subscribe-wrapper .mailchimp-form input::-moz-placeholder {
  /* Firefox 19+ *//*
  color: #7f8284;
}
.footer-subscribe-wrapper .mailchimp-form input:-ms-input-placeholder {
  /* IE 10+ *//*
  color: #7f8284;
}
.footer-subscribe-wrapper .mailchimp-form input:-moz-placeholder {
  /* Firefox 18- *//*
  color: #7f8284;
}
.footer-subscribe-wrapper .mailchimp-form .thm-btn {
  padding: 18.5px 50px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.site-footer {
  background: #0f8a9f url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.site-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: #2338aa;
  opacity: .9;
}
.site-footer .container {
  position: relative;
}
.site-footer .main-footer {
  padding: 40px 0;
}
.site-footer .footer-widget.links-widget {
  padding-left: 65px;
}
.site-footer .footer-widget.service-links-widget {
  padding-left: 70px;
}

.footer-widget .widget-title {
  margin-bottom: 16px;
}
.footer-widget .widget-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer-widget p {
  font-size: 16px;
  line-height: 30px;
  color: #b1bec5;
  font-weight: 500;
  margin: 0;
}
.footer-widget .link-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .link-lists li + li {
  margin-top: 10px;
}
.footer-widget .link-lists li a {
  font-size: 16px;
  color: #b1bec5;
  transition: all .4s ease;
  display: block;
text-transform: capitalize;
}
.footer-widget .link-lists li a:hover {
  color: #fff;
  -webkit-transform: translatex(5px);
          transform: translatex(5px);
}
.footer-widget .link-wrapper {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.footer-widget .link-wrapper .link-lists {
  float: left;
  padding-left: 27.5px;
  padding-right: 27.5px;
}



.footer-widget .link-wrapper .link-lists li {
width: 50%;
float: left;
}


.footer-widget .find-us-link {
  font-size: 14px;
  text-transform: uppercase;
  
  font-weight: 500;
  color: #fff;
  transition: all .4s ease;
}
.footer-widget .find-us-link i {
  color: #13b6d1;
  margin-right: 10px;
  transition: all .4s ease;
}
.footer-widget .find-us-link:hover {
  color: #13b6d1;
}
.footer-widget .find-us-link:hover i {
  color: #fff;
}
.footer-widget ul.contact-infos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul.contact-infos li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.footer-widget ul.contact-infos li + li {
  margin-top: 29px;
}
.footer-widget ul.contact-infos li i {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-size: 21px;
  color: #fff;
}
.footer-widget.about-widget p {
  margin-bottom: 10px;
}
.footer-widget.about-widget img {

  display: block;
width: 190px;
margin: 0 auto;
  margin-bottom: 10px;
margin-top: 25px;

}

.bottom-footer p {
  margin: 0;
  padding: 11px 0;
  color: #b1bec5;
  font-size: 18px;
}
.bottom-footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #949494;
  line-height: 47px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.bottom-footer .social a:hover {
  color: #fff;
  background: #333;
}
.bottom-footer .social a + a {
  margin-left: 10px;
}
.bottom-footer .container-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
*/
/************************** 
* 8. contact styles 
***************************/
#home-one-map {
  width: 100%;
  height: 558px;
}

.contact-form-wrapper .sec-title {
  margin-bottom: 40px;
}
.contact-form-wrapper .single-contact-infos + .single-contact-infos {
  margin-top: 60px;
}
.contact-form-wrapper .single-contact-infos h3, .contact-form-wrapper .single-contact-infos p {
  margin: 0;
}
.contact-form-wrapper .single-contact-infos h3 {
  color: #7f8284;
  font-weight: 500;
  font-size: 20px;
}
.contact-form-wrapper .single-contact-infos p {
  font-size: 40px;
  color: #13b6d1;
  font-weight: 500;
  margin-top: 10px;
}
.contact-form-wrapper .contact-form {
  padding-left: 70px;
}
.contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 81px;
  background: #f3f3f3;
  margin-bottom: 20px;
  display: block;
  padding-left: 40px;
}
.contact-form-wrapper .contact-form input.error, .contact-form-wrapper .contact-form textarea.error {
  background: red;
  color: #fff;
}
.contact-form-wrapper .contact-form input.error::-webkit-input-placeholder, .contact-form-wrapper .contact-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error::-moz-placeholder, .contact-form-wrapper .contact-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error:-ms-input-placeholder, .contact-form-wrapper .contact-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form-wrapper .contact-form input.error:-moz-placeholder, .contact-form-wrapper .contact-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form-wrapper .contact-form textarea {
  padding-top: 20px;
  height: 211px;
}
.contact-form-wrapper .contact-form label.error {
  display: none !important;
}

/************************** 
* 9. blog styles 
***************************/
.single-blog-style-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-blog-style-one .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-blog-style-one .image-block > img {
  width: 100%;
}
.single-blog-style-one .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-blog-style-one .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-blog-style-one .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-blog-style-one .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-blog-style-one .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-one .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-one .text-block .upper-block {
  border-top: 0;
  border-bottom: 0;
  position: relative;
  padding: 20px;background: #fff;

}
.single-blog-style-one .text-block .date {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #13b6d1;
  color: #0f8a9f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 21px;
  line-height: 1em;
  text-align: center;
  position: absolute;
top: -50px;
left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  transition: all .4s ease;
}
.single-blog-style-one .text-block h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.single-blog-style-one .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-blog-style-one .text-block h3 a:hover {
  color: #13b6d1;
}
.single-blog-style-one .text-block p {
  margin: 34px 0 0px;
}
.single-blog-style-one .text-block .meta-info {
  text-align: center;
  border: 1px solid #f3f3f3;
  padding: 10px 0;
}
.single-blog-style-one .text-block .meta-info a {
  font-size: 14px;
  color: #7f8284;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-style-one .text-block .meta-info a + a {
  margin-left: 48px;
}
.single-blog-style-one .text-block .meta-info a:hover {
  color: #13b6d1;
}
.single-blog-style-one:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-blog-style-one:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}
.single-blog-style-one:hover .text-block .date {
  background: #f3f3f3;
}

.blog-carousel-style-one .owl-nav,
.blog-carousel-style-two .owl-nav {
  margin: 0;
}
.blog-carousel-style-one .owl-dots,
.blog-carousel-style-two .owl-dots {
  margin-top: 25px;
}
.blog-carousel-style-one .owl-dots .owl-dot span,
.blog-carousel-style-two .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #7f8284;
  opacity: .5;
  border-radius: 50%;
  margin: 0 2.5px;
}
.blog-carousel-style-one .owl-dots .owl-dot.active span,
.blog-carousel-style-two .owl-dots .owl-dot.active span {
  background: #0f8a9f;
  opacity: 1;
}

.with-post-list .sec-title .thm-btn {
  margin-bottom: 10px;
}

.single-blog-style-two {
  margin-bottom: 30px;
}
.single-blog-style-two .image-block {
  position: relative;
  overflow: hidden;
}
.single-blog-style-two .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-blog-style-two .image-block > img {
  width: 100%;
}
.single-blog-style-two .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-blog-style-two .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-blog-style-two .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-blog-style-two .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-blog-style-two .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-two .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-two .text-block .meta-info {
  margin-top: 20px;
}
.single-blog-style-two .text-block .meta-info a,
.single-blog-style-two .text-block .meta-info span {
  font-size: 16px;
  color: #7f8284;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-style-two .text-block .meta-info a:hover,
.single-blog-style-two .text-block .meta-info span:hover {
  color: #13b6d1;
}
.single-blog-style-two .text-block .meta-info a:nth-child(1) {
  color: #13b6d1;
}
.single-blog-style-two .text-block .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-style-two .text-block h3,
.single-blog-style-two .text-block p {
  margin: 0;
}
.single-blog-style-two .text-block h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 33px;
}
.single-blog-style-two .text-block h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-blog-style-two .text-block h3 a:hover {
  color: #13b6d1;
}
.single-blog-style-two .text-block p {
  margin: 0;
  margin-bottom: 44px;
}
.single-blog-style-two:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-blog-style-two:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

.blog-post-list {
  margin-bottom: 30px;
  padding: 50px 60px 60px;
}
.blog-post-list .single-post-list + .single-post-list {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 2px solid #fff;
}
.blog-post-list .single-post-list h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 5px;
}
.blog-post-list .single-post-list h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.blog-post-list .single-post-list h3 a:hover {
  color: #13b6d1;
}
.blog-post-list .single-post-list .meta-info a,
.blog-post-list .single-post-list .meta-info span {
  color: #7f8284;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-list .single-post-list .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-post-list .single-post-list .meta-info a:nth-child(1) {
  color: #13b6d1;
}
.blog-post-list .single-post-list .meta-info a {
  transition: all .4s ease;
}
.blog-post-list .single-post-list .meta-info a:hover {
  color: #13b6d1;
}

.single-blog-style-three .image-block {
  position: relative;
  overflow: hidden;
}
.single-blog-style-three .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-blog-style-three .image-block > img {
  width: 100%;
}
.single-blog-style-three .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-blog-style-three .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-blog-style-three .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-blog-style-three .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-blog-style-three .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-three .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-blog-style-three .meta-info {
  margin-top: 30px;
}
.single-blog-style-three .meta-info a,
.single-blog-style-three .meta-info span {
  font-size: 16px;
  color: #7f8284;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-style-three .meta-info a:hover,
.single-blog-style-three .meta-info span:hover {
  color: #13b6d1;
}
.single-blog-style-three .meta-info a:nth-child(1) {
  color: #13b6d1;
}
.single-blog-style-three .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-style-three h3,
.single-blog-style-three p {
  margin: 0;
}
.single-blog-style-three h3 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-top: 6px;
}
.single-blog-style-three h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-blog-style-three h3 a:hover {
  color: #13b6d1;
}
.single-blog-style-three:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-blog-style-three:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

.blog-page [class*=single-blog-] {
  margin-bottom: 30px;
}

.blog-page-2-col [class*=single-blog-] {
  margin-bottom: 60px;
}
.blog-page-2-col .blog-post-pagination {
  margin-top: 0;
}

.blog-post-pagination {
  margin-top: 30px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #0f8a9f;
  transition: all .4s ease;
}
.blog-post-pagination a.prev, .blog-post-pagination a.next {
  background: #0f8a9f;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active, .blog-post-pagination a:hover {
  background: #13b6d1;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.single-blog-page .single-news-content .meta-info {
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-blog-page .single-news-content .meta-info a,
.single-blog-page .single-news-content .meta-info span {
  font-size: 16px;
  color: #7f8284;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-page .single-news-content .meta-info a:hover,
.single-blog-page .single-news-content .meta-info span:hover {
  color: #13b6d1;
}
.single-blog-page .single-news-content .meta-info a:nth-child(1) {
  color: #13b6d1;
}
.single-blog-page .single-news-content .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-page .single-news-content p {
  margin: 0;
}
.single-blog-page .single-news-content h2 {
  margin: 0;
  font-size: 40px;
  color: #0f8a9f;
  font-weight: 600;
}
.single-blog-page .tags-block ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-blog-page .tags-block li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.single-blog-page .tags-block span {
  color: #0f8a9f;
  font-size: 20px;
  font-weight: 600;
}
.single-blog-page .tags-block a {
  font-size: 14px;
  font-weight: 600;
  color: #0f8a9f;
  background: #13b6d1;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 20px;
  transition: all .4s ease;
  text-transform: uppercase;
}
.single-blog-page .tags-block a:hover {
  color: #0f8a9f;
  background: #f3f3f3;
}
.single-blog-page .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.single-blog-page .social-block a:hover {
  color: #0f8a9f;
  background: #13b6d1;
}
.single-blog-page .social-block a + a {
  margin-left: 10px;
}
.single-blog-page .author-block {
  margin-top: 40px;
  border: 2px solid #f3f3f3;
  padding: 50px;
}
.single-blog-page .author-block .image-block, .single-blog-page .author-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-page .author-block .image-block {
  width: 160px;
}
.single-blog-page .author-block .image-block > img {
  width: 100%;
}
.single-blog-page .author-block .text-block {
  padding-left: 45px;
}
.single-blog-page .author-block .text-block h3, .single-blog-page .author-block .text-block p {
  margin: 0;
}
.single-blog-page .author-block .text-block h3 {
  font-size: 24px;
  color: #0f8a9f;
  font-weight: 600;
  margin-bottom: 35px;
}
.single-blog-page .author-block .text-block p {
  line-height: 30px;
}
.single-blog-page .block-title {
  margin: 60px 0;
}
.single-blog-page .block-title h3 {
  margin: 0;
  color: #0f8a9f;
  font-size: 30px;
  font-weight: 600;
}
.single-blog-page .single-comment-block {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 70px;
}
.single-blog-page .single-comment-block + .single-comment-block {
  margin-top: 70px;
}
.single-blog-page .single-comment-block .image-block, .single-blog-page .single-comment-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-page .single-comment-block .image-block {
  position: relative;
}
.single-blog-page .single-comment-block .image-block .date-block {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #13b6d1;
  color: #0f8a9f;
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.single-blog-page .single-comment-block .image-block .inner-block {
  width: 170px;
  border-radius: 50%;
  overflow: hidden;
}
.single-blog-page .single-comment-block .image-block .inner-block > img {
  width: 100%;
}
.single-blog-page .single-comment-block .text-block {
  padding-left: 75px;
  position: relative;
}
.single-blog-page .single-comment-block .text-block h3, .single-blog-page .single-comment-block .text-block p {
  margin: 0;
}
.single-blog-page .single-comment-block .text-block h3 {
  font-size: 20px;
  color: #0f8a9f;
  margin-bottom: 40px;
}
.single-blog-page .single-comment-block .text-block p {
  color: #7f8284;
  font-size: 16px;
  line-height: 30px;
}
.single-blog-page .single-comment-block .text-block a.reply {
  width: 71px;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #0f8a9f;
  background: #13b6d1;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.single-blog-page .comment-form input, .single-blog-page .comment-form textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 81px;
  background: #f3f3f3;
  margin-bottom: 20px;
  display: block;
  padding-left: 40px;
}
.single-blog-page .comment-form input.error, .single-blog-page .comment-form textarea.error {
  background: red;
  color: #fff;
}
.single-blog-page .comment-form input.error::-webkit-input-placeholder, .single-blog-page .comment-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.single-blog-page .comment-form input.error::-moz-placeholder, .single-blog-page .comment-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.single-blog-page .comment-form input.error:-ms-input-placeholder, .single-blog-page .comment-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.single-blog-page .comment-form input.error:-moz-placeholder, .single-blog-page .comment-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.single-blog-page .comment-form textarea {
  padding-top: 20px;
  height: 211px;
}
.single-blog-page .comment-form label.error {
  display: none !important;
}

/************************** 
* 10. project styles 
***************************/
.project-style-one .row {
  margin-left: -1px;
  margin-right: -1px;
}
.project-style-one .row [class*=col-] {
  padding-left: 1px;
  padding-right: 1px;
}




.single-project-style-one .image-block {
position: relative;
overflow: hidden;
}



.single-project-style-one .image-block:after {

  position: absolute;
  top: 0px;
  right: 0;
  width:100%;
  height: 100%;
  background: #0006;
  content: "";

}
.single-project-style-one .image-block > img {
  width: 100%;height: 500px;
}
.single-project-style-one .image-block .overlay {
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
bottom: 60px;
z-index: 1;
}
.single-project-style-one .image-block .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-project-style-one .image-block .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;

}
@media (max-width: 1280px) {
  .single-project-style-one .image-block .overlay .box .content {
    padding-right: 0;
  }
}
.single-project-style-one .image-block .overlay .box .content .inner-content {
  transition: all .4s ease;
  display: block;
  -webkit-transform: translateY(calc(100% - 100px));
          transform: translateY(calc(100% - 100px));
}
.single-project-style-one .image-block .overlay .box .content h3,
.single-project-style-one .image-block .overlay .box .content p {
  margin: 0;
}
.single-project-style-one .image-block .overlay .box .content h3 {
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .single-project-style-one .image-block .overlay .box .content h3 {
    font-size: 32px;
  }
}
.single-project-style-one .image-block .overlay .box .content h3 a {
  color: #fff;
  transition: all .4s ease;
}
.single-project-style-one .image-block .overlay .box .content h3 a:hover {
  color: #13b6d1;
}
.single-project-style-one .image-block .overlay .box .content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 40px;
}
.single-project-style-one:hover .image-block .overlay .box .content .inner-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-style-two {
  position: relative;
  overflow: hidden;
}
.project-style-two .title-box {
  width: 370px;
  height: 68px;
  background: transparent url("../images/project-title-shape.png") center center no-repeat;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-style-two .title-box h3 {
  margin: 0;
  color: #0f8a9f;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
}
.project-style-two .project-banner-wrapper {
  background-color: #0f8a9f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: projectImageScale 20s linear infinite;
          animation: projectImageScale 20s linear infinite;
  transition: all .5s ease;
}
@-webkit-keyframes projectImageScale {
  0% {
    opacity: .65;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: .85;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: .9;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes projectImageScale {
  0% {
    opacity: .65;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: .85;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: .9;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.project-style-two .container-fluid {
  padding: 0;
  position: relative;
}
.project-style-two .container-fluid span[class*='divider-'] {
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
}
.project-style-two .container-fluid span.divider-1 {
  left: 25%;
}
.project-style-two .container-fluid span.divider-2 {
  left: 50%;
}
.project-style-two .container-fluid span.divider-3 {
  left: 75%;
}
.project-style-two [class*=col-] {
  position: relative;
  overflow: hidden;
}

.single-project-style-two {
  padding: 60px;
  background: rgba(0, 29, 43, 0.4);
  -webkit-transform: translateY(calc(100% - 160px));
          transform: translateY(calc(100% - 160px));
  transition: all .4s ease;
}
@media (max-width: 1440px) {
  .single-project-style-two {
    padding: 30px 30px;
    -webkit-transform: translateY(calc(100% - 100px));
            transform: translateY(calc(100% - 100px));
  }
}
.single-project-style-two .inner-block .count-block,
.single-project-style-two .inner-block .text-block {
  display: table-cell;
  vertical-align: top;
}
.single-project-style-two .inner-block .count-block .count-text {
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #13b6d1;
}
.single-project-style-two .inner-block .text-block {
  padding-left: 20px;
}
.single-project-style-two .inner-block .text-block h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .single-project-style-two .inner-block .text-block h3 {
    font-size: 25px;
  }
}
.single-project-style-two .inner-block .text-block h3 a {
  color: #fff;
  transition: all .4s ease;
}
.single-project-style-two .inner-block .text-block h3 a:hover {
  color: #13b6d1;
}
.single-project-style-two .inner-block .text-block p {
  color: #b1bec5;
  margin: 53px 0;
}
.single-project-style-two .inner-block .text-block a.thm-btn:hover {
  background: #fff;
  color: #0f8a9f;
}
.single-project-style-two:hover {
  background: #0f8a9f;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-project-style-three {
  position: relative;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.single-project-style-three .image-block {
  position: relative;
  overflow: hidden;
}
.single-project-style-three .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-project-style-three .image-block > img {
  width: 100%;
}
.single-project-style-three .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-project-style-three .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-project-style-three .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-project-style-three .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-project-style-three .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-project-style-three .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-project-style-three .main-content {
  background: #13b6d1;
  border-top: 10px solid #fff;
  text-align: center;
  padding: 23px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .4s ease;
}
.single-project-style-three .main-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-project-style-three .main-content h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-project-style-three .hover-content {
  background: #f3f3f3;
  border-top: 10px solid #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 62px;
  padding-bottom: 40px;
  padding-top: 35px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: all .4s ease;
}
.single-project-style-three .hover-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.single-project-style-three .hover-content h3 a {
  color: #0f8a9f;
  transition: all .4s ease;
}
.single-project-style-three .hover-content h3 a:hover {
  color: #13b6d1;
}
.single-project-style-three .hover-content p {
  font-size: 18px;
  line-height: 30px;
  color: #7f8284;
  margin: 0;
  margin-bottom: 20px;
}
.single-project-style-three .hover-content a.thm-btn {
  font-size: 14px;
  padding: 7.5px 29.5px;
}
.single-project-style-three:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-project-style-three:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}
.single-project-style-three:hover .text-block .date {
  background: #f3f3f3;
}
.single-project-style-three:hover .main-content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.single-project-style-three:hover .hover-content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.service-style-two-carousel .owl-nav {
  margin: 0;
}
.service-style-two-carousel .owl-dots {
  margin-top: 25px;
}
.service-style-two-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #7f8284;
  opacity: .5;
  border-radius: 50%;
  margin: 0 2.5px;
}
.service-style-two-carousel .owl-dots .owl-dot.active span {
  background: #0f8a9f;
  opacity: 1;
}

.project-page-one .single-project-style-one {
  margin-bottom: 2px;
}

.project-page-two .single-project-style-three {
  margin-bottom: 30px;
}

.project-details-page .row + .row {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .project-details-page .single-service-page-content {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

/************************** 
* 11. testimonials styles 
***************************/
.single-testimonial-style-one {
  position: relative;
  text-align: center;
  margin-top: 45px;
}
.single-testimonial-style-one .image-block {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-testimonial-style-one .image-block i[class*='facdori-icon'] {
  width: 40px;
  height: 40px;
  background: #13b6d1;
  text-align: center;
  line-height: 40px;
  color: #0f8a9f;
  font-size: 11px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.single-testimonial-style-one .image-block .inner-block {
  overflow: hidden;
  width: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonial-style-one .image-block .inner-block > img {
  width: 100%;
}
.single-testimonial-style-one .text-block {
  background: #fff;
  padding: 0 66px;
  padding-top: 70px;
  padding-bottom: 60px;
}
.single-testimonial-style-one .text-block h3,
.single-testimonial-style-one .text-block p {
  margin: 0;
}
.single-testimonial-style-one .text-block h3 {
  color: #0f8a9f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}
.single-testimonial-style-one .text-block span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1em;
}
.single-testimonial-style-one .text-block p {
  font-size: 20px;
  line-height: 36px;
  color: #7f8284;
  font-weight: 500;
  margin: 36px 0 0;
}

.testimonials-carousel-style-one .owl-nav,
.testimonials-carousel-style-two .owl-nav {
  margin: 0;
}
.testimonials-carousel-style-one .owl-dots,
.testimonials-carousel-style-two .owl-dots {
  margin-top: 25px;
}
.testimonials-carousel-style-one .owl-dots .owl-dot span,
.testimonials-carousel-style-two .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #7f8284;
  opacity: .5;
  border-radius: 50%;
  margin: 0 2.5px;
}
.testimonials-carousel-style-one .owl-dots .owl-dot.active span,
.testimonials-carousel-style-two .owl-dots .owl-dot.active span {
  background: #0f8a9f;
  opacity: 1;
}

.testimonials-style-two {
  background: #fff url(../images/background-1-4.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 240px;
}
.testimonials-style-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .98;
}
.testimonials-style-two .container {
  position: relative;
  max-width: 805px;
}

.single-testimonial-style-two {
  text-align: center;
}
.single-testimonial-style-two p,
.single-testimonial-style-two h4 {
  margin: 0;
}
.single-testimonial-style-two p {
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
  color: #26263e;
  margin-top: 30px;
  margin-bottom: 40px;
}
.single-testimonial-style-two h4 {
  color: #0f8a9f;
  font-weight: 600;
  font-size: 24px;
}
.single-testimonial-style-two .image-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.single-testimonial-style-two .image-block i[class*='facdori-icon'] {
  width: 40px;
  height: 40px;
  background: #13b6d1;
  text-align: center;
  line-height: 40px;
  color: #0f8a9f;
  font-size: 11px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.single-testimonial-style-two .image-block .inner-block {
  overflow: hidden;
  width: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonial-style-two .image-block .inner-block > img {
  width: 100%;
}

.testimonials-style-three-carousel-wrapper {
  padding: 80px 80px;
}

.single-testimonial-style-three h3, .single-testimonial-style-three p {
  margin: 0;
}
.single-testimonial-style-three i {
  width: 40px;
  height: 40px;
  background: #13b6d1;
  text-align: center;
  line-height: 40px;
  color: #0f8a9f;
  font-size: 11px;
  border-radius: 50%;
  display: block;
  margin-bottom: 25px;
}
.single-testimonial-style-three p {
  font-size: 28px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.single-testimonial-style-three h3 {
  font-size: 24px;
  color: #13b6d1;
  font-weight: 600;
}
.single-testimonial-style-three span {
  display: block;
  color: #b1bec5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.single-testimonial-style-three .client-block {
  padding-top: 40px;
  margin-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}
.single-testimonial-style-three .client-block .image-block, .single-testimonial-style-three .client-block .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-style-three .client-block .image-block {
  overflow: hidden;
  width: 90px;
  border-radius: 50%;
}
.single-testimonial-style-three .client-block .image-block > img {
  width: 100%;
}
.single-testimonial-style-three .client-block .text-block {
  padding-left: 20px;
}

.testimonials-style-three-carousel .owl-nav {
  margin: 0;
}
.testimonials-style-three-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.testimonials-style-three-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: .2;
  border-radius: 50%;
  margin: 0 2.5px;
}
.testimonials-style-three-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}

.testimonials-page .single-testimonial-style-one {
  margin-bottom: 60px;
}

/************************** 
* 12. trusted clients styles 
***************************/
.trusted-clients .image-block-wrapper {
  position: relative;
  display: block;
}
.trusted-clients .image-block-wrapper img {
  width: 100%;
}
.trusted-clients .image-block-wrapper .bubbled-text-block {
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .trusted-clients .image-block-wrapper .bubbled-text-block {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.trusted-clients .image-block-wrapper .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.trusted-clients .image-block-wrapper .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.trusted-clients .image-block-wrapper .bubbled-text-block span {
  color: #7f8284;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  
  line-height: 1em;
}
.trusted-clients .image-block-wrapper .bubbled-text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
}
.trusted-clients .trusted-clients-icon-text-block {
  padding: 128px 0;
}
@media (max-width: 1440px) {
  .trusted-clients .trusted-clients-icon-text-block {
    padding: 171px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.trusted-clients .trusted-clients-icon-text-block .icon-block, .trusted-clients .trusted-clients-icon-text-block .text-block {
  display: table-cell;
  vertical-align: top;
}
.trusted-clients .trusted-clients-icon-text-block .icon-block i {
  font-size: 120px;
  color: #0f8a9f;
  display: block;
  line-height: 1em;
  position: relative;
  top: 20px;
}
.trusted-clients .trusted-clients-icon-text-block h3 {
  margin: 0;
  font-size: 60px;
  color: #0f8a9f;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .trusted-clients .trusted-clients-icon-text-block h3 {
    font-size: 50px;
  }
  .trusted-clients .trusted-clients-icon-text-block h3 br {
    display: none;
  }
}
.trusted-clients .trusted-clients-icon-text-block .text-block {
  padding-left: 50px;
}
.trusted-clients .trusted-client-content-block h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
}

.trusted-clients-two-upper-image-block {
  margin-top: -120px;
}
.trusted-clients-two-upper-image-block .trusted-client-main-image {
  float: right;
  position: relative;
  z-index: 99;
}
.trusted-clients-two-upper-image-block .container {
  position: relative;
}

.trusted-clients-two .tructed-client-text-image-box {
  padding: 120px 0;
  margin-right: 40px;
}
.trusted-clients-two .tructed-client-text-image-box .image-block, .trusted-clients-two .tructed-client-text-image-box .text-block {
  float: left;
}
.trusted-clients-two .tructed-client-text-image-box .image-block {
  width: 210px;
  float: right;
}
.trusted-clients-two .tructed-client-text-image-box .image-block > img {
  width: 100%;
}
.trusted-clients-two .tructed-client-text-image-box .text-block {
  background: #13b6d1;
  width: calc(100% - 210px);
  padding: 51px 0;
  padding-left: 60px;
  padding-right: 60px;
}
.trusted-clients-two .tructed-client-text-image-box .text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.trusted-clients-two .trusted-client-content-block {
  margin-left: 50px;
  position: relative;
  padding: 120px;
  padding-top: 90px;
  padding-bottom: 0;
  padding-right: 0;
  margin-top: -120px;
  z-index: 100;
}
.trusted-clients-two .trusted-client-content-block:before {
  content: '';
  height: 100%;
  width: 1000000px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.trusted-clients-two .trusted-client-content-block .inner-content {
  position: relative;
}
.trusted-clients-two .trusted-client-content-block .inner-content h3 {
  font-size: 60px;
  font-weight: 600;
  color: #0f8a9f;
  margin: 0;
}
.trusted-clients-two .trusted-client-content-block .inner-content p {
  margin: 42px 0;
}

/************************** 
* 13. faq styles 
***************************/
.faq-style-one {
  margin-left: 120px;
  max-width: 465px;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .faq-style-one {
    margin-left: 90px;
    max-width: 495px;
    padding: 55px 0 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .faq-style-one {
    padding-right: 15px;
  }
}
.faq-style-one .sec-title {
  margin-bottom: 50px;
}
.faq-style-one .accrodion-grp .accrodion + .accrodion {
  padding-top: 26px;
  margin-top: 26px;
border-top: 2px solid #e2e2e2;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  cursor: pointer;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0f8a9f;
  padding: 0px 0;
  padding-top: 0;
  padding-left: 0px;
  position: relative;
  transition: all .4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
  font-family: 'FontAwesome';
  content: '\f067';
  display: inline-block;
  background: #13b6d1;
  width: 27px;
  height: 27px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  padding-top: 40px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #7f8284;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f068';
  background: #0f8a9f;
  color: #fff;
}

/************************** 
* 14. work process styles 
***************************/
.work-process .row-outer {
  border: 2px solid #f3f3f3;
}
.work-process .row-outer [class*=col-] {
  position: relative;
}
.work-process .row-outer [class*=col-] + [class*=col-] {
  border-left: 2px solid #f3f3f3;
}
.work-process p.block-text {
  font-size: 18px;
  margin-top: 50px;
}

.single-work-process {
  padding: 72.5px 0;
}
.single-work-process a.more-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #13b6d1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-work-process a.more-link i {
  font-size: 12px;
  color: #0f8a9f;
  line-height: 40px;
}
.single-work-process h3, .single-work-process p {
  margin: 0;
}
.single-work-process .count {
  display: block;
  font-size: 100px;
  font-weight: 300;
  line-height: .65em;
  color: #0f8a9f;

}
.single-work-process .count span.text-name {
  text-transform: uppercase;
  color: #13b6d1;
  font-size: 20px;
  font-weight: 500;
  
  margin-left: -5px;
}
.single-work-process h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f8a9f;
  margin-bottom: 30px;
}
.single-work-process p {
  width: 57%;
  margin-left: auto;
  margin-right: auto;
}

/************************** 
* 15. brand carousel styles 
***************************/
.brand-carousel-one {
  padding: 90px 0;
}
.brand-carousel-one .owl-nav {
  margin: 0;
}

/************************** 
* 16. cta styles 
***************************/
.cta-style-one {
  position: relative;
  background: #001d2b url(../images/background-1-2.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 110px 0;
  padding-bottom: 120px;
}
.cta-style-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #001d2b;
  opacity: .6;
  width: 100%;
  height: 100%;
}
.cta-style-one h3 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}
.cta-style-one .single-cta-content {
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: middle;
}
.cta-style-one .single-cta-content + .single-cta-content {
  margin-left: 120px;
}
.cta-style-one .single-cta-content i {
  color: #13b6d1;
  font-size: 64px;
  line-height: 1em;
  display: block;
}
.cta-style-one .single-cta-content h4 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}

.cta-style-two {
  padding: 100px 0;
}
.cta-style-two .cta-content .icon-block,
.cta-style-two .cta-content .text-block {
  display: table-cell;
  vertical-align: middle;
}
.cta-style-two .cta-content .icon-block i {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #0f8a9f;
  line-height: 85px;
  text-align: center;
  color: #fff;
  font-size: 46px;
}
.cta-style-two .cta-content .text-block {
  padding-left: 30px;
}
.cta-style-two .cta-content .text-block h3,
.cta-style-two .cta-content .text-block p {
  margin: 0;
}
.cta-style-two .cta-content .text-block h3 {
  color: #0f8a9f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta-style-three {
  background: #13b6d1 url(../images/background-1-3.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 113.5px 0;
  position: relative;
}
.cta-style-three:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13b6d1;
  opacity: .85;
}
.cta-style-three .container {
  position: relative;
}
.cta-style-three h3,
.cta-style-three p {
  margin: 0;
  color: #0f8a9f;
}
.cta-style-three h3 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 25px;
}
.cta-style-three p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 60px;
}
.cta-style-three .thm-btn {
  background: #fff;
  color: #0f8a9f;
}
.cta-style-three .thm-btn:hover {
  color: #fff;
  background: #0f8a9f;
}
.cta-style-three.about-page-two {
  background: #fff url(../images/background-1-4.png) top center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.cta-style-three.about-page-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .85;
}
.cta-style-three.about-page-two img {
  margin-bottom: 45px;
}
.cta-style-three.about-page-two .thm-btn {
  background: #13b6d1;
}
.cta-style-three.about-page-two .thm-btn:hover {
  background: #fff;
  color: #0f8a9f;
}

.cta-style-four {
  position: relative;
  background: #001d2b url(../images/background-1-2.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 110px 0;
  padding-bottom: 120px;
}
.cta-style-four:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #001d2b;
  opacity: .6;
  width: 100%;
  height: 100%;
}
.cta-style-four .container {
  position: relative;
}
.cta-style-four h3 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}

/************************** 
* 17. team styles 
***************************/
.single-team-style-one {
  margin-bottom: 30px;
}
.single-team-style-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-team-style-one .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-team-style-one .image-block > img {
  width: 100%;
}
.single-team-style-one .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-team-style-one .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-team-style-one .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-team-style-one .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-team-style-one .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-team-style-one .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-team-style-one .text-block {
  margin-top: 20px;
}
.single-team-style-one .text-block h3, .single-team-style-one .text-block p {
  margin: 0;
}
.single-team-style-one .text-block h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f8a9f;
}
.single-team-style-one .text-block p {
  color: #7f8284;
  font-size: 16px;
  margin-top: 5px;
}
.single-team-style-one .text-block .social {
  margin-top: 15px;
}
.single-team-style-one .text-block .social a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  color: #7f8284;
  transition: all .4s ease;
}
.single-team-style-one .text-block .social a:hover {
  background: #0f8a9f;
  color: #fff;
}
.single-team-style-one .text-block .social a + a {
  margin-left: 10px;
}
.single-team-style-one:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-team-style-one:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

/************************** 
* 18. featured styles 
***************************/
.featured-style-one-image-block {
  position: relative;
}
.featured-style-one-image-block .bubbled-text-block {
  position: absolute;
  top: 45px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 10;
}
@media (max-width: 1440px) {
  .featured-style-one-image-block .bubbled-text-block {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.featured-style-one-image-block .bubbled-text-block .inner-box {
  display: block;
  width: 100%;
}
.featured-style-one-image-block .bubbled-text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 25px;
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.featured-style-one-image-block .bubbled-text-block span {
  color: #7f8284;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  
  line-height: 1em;
}
.featured-style-one-image-block .bubbled-text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
}
.featured-style-one .content-block {
  padding-left: 120px;
  padding-top: 120px;
}
.featured-style-one .content-block > p {
  margin: 0;
  font-size: 16px;
  color: #b1bec5;
  margin-top: 40px;
  margin-bottom: 60px;
}
.featured-style-one .content-block .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.featured-style-one .content-block .row [class*=col-] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.single-featured-content-one {
  padding: 42px 0;
  background: #001d2b;
}
.single-featured-content-one i {
  font-size: 60px;
  color: #13b6d1;
}
.single-featured-content-one h3, .single-featured-content-one p {
  margin: 0;
}
.single-featured-content-one h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  margin-top: 20px;
}
.single-featured-content-one p {
  color: #b1bec5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 5px;
}

.featured-style-two-row {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -50px;
}
.featured-style-two-row [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 50px;
}

.featured-style-two .sec-title {
  margin-top: -20px;
}

.single-featured-content-two p {
  margin: 0;
  margin-top: 10px;
}
.single-featured-content-two .top-box .icon-block, .single-featured-content-two .top-box .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-featured-content-two .top-box .icon-block i {
  color: #13b6d1;
  font-size: 52px;
  line-height: 1em;
  display: block;
}
.single-featured-content-two .top-box .text-block {
  padding-left: 30px;
}
.single-featured-content-two .top-box .text-block h3 {
  margin: 0;
  color: #0f8a9f;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

/************************** 
* 19. funfact styles 
***************************/
.fun-fact-style-one {
  background: #0f8a9f url(../images/footer-bg-1-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 168.5px 0;
}
.fun-fact-style-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f8a9f;
  opacity: .9;
}

.single-fun-fact h3, .single-fun-fact p {
  margin: 0;
}
.single-fun-fact h3 {
  color: #fff;
  font-weight: 300;
  font-size: 130px;
  line-height: 1em;
}
.single-fun-fact h3 .plus {
  color: #13b6d1;
}
.single-fun-fact p {
  font-size: 20px;
  color: #bfd4ef;
  font-weight: normal;
}

/************************** 
* 20. inner banner styles 
***************************/
.inner-banner {
  background: #0f8a9f url(../images/inner-banner-1-1.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px 0;
  padding-top: 180px;
  padding-bottom: 85px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001d2b;
  opacity: .5;
}
.inner-banner .container {
  position: relative;
}
.inner-banner .container h1, .inner-banner .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner .container h1 {
  font-size: 80px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.inner-banner .container .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #13b6d1;
}
.inner-banner .container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  
}
.inner-banner .container .breadcrumb li + li:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 9px;
}
.inner-banner .container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/************************** 
* 21. history styles 
***************************/
.single-history-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-history-one .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-history-one .image-block > img {
  width: 100%;
}
.single-history-one .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-history-one .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-history-one .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-history-one .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-history-one .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-history-one .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-history-one .text-block {
  text-align: center;
  position: relative;
  padding-top: 60px;
}
.single-history-one .text-block .date-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #13b6d1;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  color: #0f8a9f;
  font-weight: 600;
}
.single-history-one .text-block h3 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.single-history-one .text-block h3 a {
  color: #0f8a9f;
}
.single-history-one .text-block p {
  margin: 0;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.single-history-one:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-history-one:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

/************************** 
* 22. sidebar styles 
***************************/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 70px;
  }
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 30px;
}
.sidebar .single-sidebar p,
.sidebar .single-sidebar h3,
.sidebar .single-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .search-form {
  padding: 31px 50px;
  position: relative;
}
.sidebar .single-sidebar .search-form input,
.sidebar .single-sidebar .search-form button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #7f8284;
}
.sidebar .single-sidebar .search-form input {
  font-weight: 600;
  width: 100%;
}
.sidebar .single-sidebar .search-form button {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .single-sidebar .title-box {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title-box h3 {
  margin: 0;
  color: #0f8a9f;
  font-size: 20px;
  font-weight: 600;
}
.sidebar .single-sidebar .tag-wrapper {
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar .tag-wrapper li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar .single-sidebar .tag-wrapper a {
  font-size: 14px;
  font-weight: 600;
  color: #7f8284;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  padding: 3px 20px;
  transition: all .4s ease;
  text-transform: uppercase;
}
.sidebar .single-sidebar .tag-wrapper a:hover {
  color: #0f8a9f;
  background: #13b6d1;
}
.sidebar .single-sidebar .categories-list li {
  line-height: 1em;
}
.sidebar .single-sidebar .categories-list li + li {
  margin-top: 31px;
}
.sidebar .single-sidebar .categories-list li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #7f8284;
  transition: all .4s ease;
}
.sidebar .single-sidebar .categories-list li a:hover {
  color: #13b6d1;
}
.sidebar .single-sidebar .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.sidebar .single-sidebar .social a:hover {
  color: #0f8a9f;
  background: #13b6d1;
}
.sidebar .single-sidebar .social a + a {
  margin-left: 10px;
}
.sidebar .single-sidebar .single-tweet {
  font-size: 16px;
  color: #b1bec5;
  line-height: 30px;
  font-weight: 500;
}
.sidebar .single-sidebar .single-tweet a {
  color: #13b6d1;
  text-decoration: underline;
}
.sidebar .single-sidebar .single-tweet .name {
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}
.sidebar .single-sidebar .single-tweet .name .account-name {
  color: #13b6d1;
}
.sidebar .single-sidebar .single-tweet .name .account-name i {
  font-size: 20px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar .single-sidebar .single-tweet .name .sep {
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar .single-sidebar .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.sidebar .single-sidebar .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
  float: left;
  width: 50%;
  text-align: center;
}
.sidebar .single-sidebar .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 28px 0;
  border-radius: 0 !important;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar .tab-title li a h3 {
  font-size: 16px;
  color: #0f8a9f;
  font-weight: 600;
}
.sidebar .single-sidebar .post-wrapper {
  padding: 50px;
  padding-right: 30px;
}
.sidebar .single-sidebar .single-recent-post + .single-recent-post {
  border-top: 2px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}
.sidebar .single-sidebar .single-recent-post .image-block, .sidebar .single-sidebar .single-recent-post .text-block {
  display: table-cell;
  vertical-align: top;
}
.sidebar .single-sidebar .single-recent-post .image-block {
  width: 66px;
}
.sidebar .single-sidebar .single-recent-post .image-block > img {
  width: 100%;
}
.sidebar .single-sidebar .single-recent-post .text-block {
  padding-left: 30px;
}
.sidebar .single-sidebar .single-recent-post .text-block .date {
  color: #13b6d1;
  font-size: 16px;
  display: block;
  line-height: 1em;
}
.sidebar .single-sidebar .single-recent-post .text-block h3 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
.sidebar .single-sidebar .single-recent-post .text-block h3 a {
  color: #7f8284;
  transition: all .4s ease;
}
.sidebar .single-sidebar .single-recent-post .text-block h3 a:hover {
  color: #0f8a9f;
}
.sidebar .twitter-widget {
  background: #0f8a9f;
}
.sidebar .twitter-widget .title-box {
  margin-bottom: 15px;
}
.sidebar .twitter-widget .title-box h3 {
  color: #fff;
}
.sidebar .single-sidebar:not(.twitter-widget) {
  background: #f3f3f3;
}
.sidebar .single-sidebar:not(.search-widget):not(.post-tabbed-widget) {
  padding: 50px;
}


.about-sa .text-once {
text-align:center;

}

.about-sa .text-block img {
width:100%;
}

.about-sa .img-bg {
width: 100%;
position: relative;}

.about-sa .img-bg:after {
content: '';
position: absolute;
width: 50%;
height: 50%;
z-index: -1;
top: -10px;
left: -10px;
background-color: #0f8a9f;}



.about-sa .img-bg:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
z-index: -1;
bottom: -10px;
right: -10px;
background-color: #0f8a9f;}



.about-sa .text-once .text-block {

display: inline-block;
text-align: center;
}

.faq-accrodion {
padding:15px;
background:#fff;
border-radius:15px;
}

.part-carousel .fl-g { 
display: grid;
text-align: center;
align-items: center;
padding: 15px;
border-radius: 5px;
background: #cecece;
}
.part-carousel .fl-g img {

margin: 0 auto;
width:150px;
width: 150px;
/*
border: 1px dashed;
background: #cecece;*/}


.clin-sec {

padding:20px 0;
}





/****************************************************/


/************************************************/

.about-section {
    position: relative;
    padding: 60px 0;
padding-bottom: 40px;

background: #fff;
}

.about-section .image-column {
    position: relative;

    height: 280px
}

.about-section .image-column .image {
    position: relative;
    overflow: hidden;
    height: 240px
}

.about-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all ease-in-out 0.4s;
    height: 100%
}

.about-section .image-column .image:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    opacity: 1
}

.about-section:hover .image:after {
    opacity: 0;
    transition: all ease-in-out 0.4s
}






.about-section .image-column:before {
position: absolute;
content: '';
right: -5%;
top: -10%;
width: 120%;
height: 110%;
z-index: 1;
border: 1px solid #13b6d1;
opacity: 1;
}




.about-section:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.about-section .content-column {
    position: relative;

}

.about-section .content-column .inner-column {
position: relative;
margin-left: 27px;
z-index: 2;
padding: 0 50px 0;
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.about-section .content-column h2 {
    position: relative;
    color: #3d3e3e;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: capitalize;

}

.provide {
    line-height: 24px
}

.about-section .content-column h2 span {
    font-weight: 500
}

.about-section .content-column .text {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 30px
}

.about-section .content-column h3 {
    position: relative;
    color: #3d3e3e;
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 25px
}

.about-section .content-column .charges {
    position: relative;
    color: #3d3e3e;
    font-size: 16px;
    text-align: center;
    
}

.about-section .content-column .price {
    position: relative;
    color: #cc8809;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
    
}


.pa-le {
padding-left: 70px;
}


.soc-link {
display: inline-block;
text-align: center;margin-top: 40px;
}

.soc-link li {
display: inline-block;
text-align: center;
}


.soc-link li a {
color: #13b6d1;
font-size: 26px;
margin: 2px;}




/******************************************/


.list-adv-color4 {
    margin: 0 0 50px;
    padding: 0 10px;
}



/*Begin Adv Color*/
.item-adv-color {
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
height: 250px;
display: grid;
align-items: center;
}
.adv-color-thumb img {
  width: 110px;
}
.adv-color-info {
  color: #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50%;
  transition: all 0.6s ease-out 0.3s;
  -webkit-transition: all 0.6s ease-out 0.3s;
}
.item-adv-color .adv-color-info::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-adv-color .adv-color-info::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-adv-color:hover .adv-color-info::before,
.item-adv-color:hover .adv-color-info::after {
  width: 100%;
  transition: all 0.6s ease-out 0.3s;
  -webkit-transition: all 0.6s ease-out 0.3s;
}
.item-adv-color:hover .adv-color-info {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;

}


.item-adv-color.info-left:hover .adv-color-info {
  left: 25%;
}
.item-adv-color.info-right:hover .adv-color-info {
  right: 25%;
}
.info-left .adv-color-info {
  left: 0;
}
.info-right .adv-color-info {
  right: 0;
}
.adv-color-info p {
  margin: 0 0 22px;height: 120px;
overflow: hidden;
}
.adv-color-info h2 {
  font-weight: 700;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.adv-color-info .shopnow {
  background: #fff none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 40px;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.adv-color-info .shopnow:hover {
  width: 130px;
}
.adv-color-info .shopnow::after {
  content: "";
  font-family: fontawesome;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.inner-adv-color-info {
  left: 0;
  margin: -110px auto auto;
  max-width: 240px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
}
.color-maroon .adv-color-info,
.color-maroon .adv-color-info::before,
.color-maroon .adv-color-info::after {
  background: rgba(255, 129, 118, 0.95);
}
.color-maroon .adv-color-info .shopnow {
  color: #ff8176;
}
.color-cyan .adv-color-info,
.color-cyan .adv-color-info::before,
.color-cyan .adv-color-info::after {
  background: rgba(38, 192, 180, 0.95);
}
.color-cyan .adv-color-info .shopnow {
  color: #26c0b4;
}
.color-yellow .adv-color-info,
.color-yellow .adv-color-info::before,
.color-yellow .adv-color-info::after {
background: #333;
}
.color-yellow .adv-color-info .shopnow {
color: #333;
}





.color-yellow .adv-color-thumb {
position: absolute;
right: 0;
}


.color-yellow {
background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.color-blue {
background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.color-blue .adv-color-info,
.color-blue .adv-color-info::before,
.color-blue .adv-color-info::after {
background: #13b6d1;
}
.color-blue .adv-color-info .shopnow {
color: #13b6d1;
}
.color-red .adv-color-info,
.color-red .adv-color-info::before,
.color-red .adv-color-info::after {
  background: rgba(224, 45, 67, 0.95);
}
.color-red .adv-color-info .shopnow {
  color: #e02d43;
}
.color-purple .adv-color-info,
.color-purple .adv-color-info::before,
.color-purple .adv-color-info::after {
  background: rgba(188, 164, 217, 0.95);
}
.color-purple .adv-color-info .shopnow {
  color: #bca4d9;
}
.list-adv-color4 {
  margin: 0 0 50px;
  padding: 0 10px;
}
.list-adv-color4 .item-adv-color {
  margin: 0 -10px;
}
/*End Adv Color*/


.adv-color-thumb {
width: 50%;
text-align: center;
}



/*****************************************************/




.team-four {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-box-shadow: 0 5px 20px rgba(105, 106, 119, .05);
		box-shadow: 0 5px 20px rgba(105, 106, 119, .05);
position: relative;
margin-top: 15px;
}

.team-four .subtitle {

		display: inline-block;

}

.team-four img {
		-webkit-border-radius: .26667rem .26667rem 0 0;
		border-radius: .26667rem .26667rem 0 0;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
}

.team-four .content {
		padding: 1.8rem 2rem 2rem;
		-webkit-border-radius: 0 0 .26667rem .26667rem;
		border-radius: 0 0 .26667rem .26667rem;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background: #6663;



position: absolute;
width: 100%;
z-index: 9;
bottom: 0;
}

.team-four .content h6 {
margin: 0;
text-transform: capitalize;
font-size: 17px;
}

.team-four .content h6 a {
color:#333
}



/********    ***********/


.owl-nav {
    position: absolute;
    top: 57%;
    width: 100%;
    display: none;
    right: 0;
}



.owl-nav .owl-prev {
    line-height: 2rem;
    cursor: pointer;
    width: 37px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    z-index: 111;
    bottom: 24px;
margin: 0 2px !important;
    text-align: center;
}

.owl-nav > div {
    position: absolute;

    color: #13b6d1 !important;
    font-size: 20px !important;
    margin-bottom: -42px;
box-shadow:0;
}



.owl-nav > div:hover {
    background: #13b6d1 !important;
    color: #fff !important;
}

.owl-nav .owl-next {
    line-height: 2rem;
    cursor: pointer;
    width: 37px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    z-index: 111;
    bottom: 24px;
    text-align: center;margin: 0 2px !important;
}


.cta--nine {
padding: 60px 0;
background: #0f899e;
background: url(../images/bg-1.jpg);
background-attachment: fixed;
background-size: cover;

}


/*
.projects-new .sec-title h2:before, 
.cta--nine .sec-title h2:before { 
background: #fff;}


.projects-new .sec-title h2,
.cta--nine .sec-title h2 { color:#fff;}
*/

/*
.cta--nine {background: url(../images/bg2.jpg) #13b6d1;

padding:40px 0;
background-size: cover;position: relative;
background-attachment: fixed;
}


.cta--nine:after {
position: absolute;
content: '';
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.7);
opacity: 1;
background: linear-gradient(to right, #e0e0e066, #0072cf99);
}*/

.cta--nine .container {
position: relative;
z-index: 2;
}




.services-ds .sec-title h2:after{
background: rgba(255, 255, 255, 0.3);

}

.over-sa {
height:300px;
overflow: hidden;
position: relative;
}

.over-sa img { height:100%; }
.over-sa:after {
content: "";
background-color: rgba(255, 255, 255, 0.2);
position: absolute;
width: 35%;
height: 200%;
left: -100%;
top: -50%;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
-moz-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}


.team-four:hover .over-sa:after {
left: 200%;
}


.team-four:hover img{
transform:scale(1.1);
}


.contact-widget p i {
font-size: 20px;
}




/******************************************************/







.vgwc-item {
  overflow: hidden;
direction: rtl;
}
.vgwc-item .vgwc-item-i {
  margin: 0 0 30px;
}
.vgwc-item .vgwc-item-i:last-child {
  margin: 0;
}
.vgwc-item .vgwc-product-price.price-variable del {
  display: none;
}
.vgwc-item .ma-box-content {
  padding: 0;
  text-align: center;
  display: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 0;

  max-width: 100%;

  -webkit-transition: border 0.4s linear;
  -moz-transition: border 0.4s linear;
  -o-transition: border 0.4s linear;
  transition: border 0.4s linear;
}
.vgwc-item .ma-box-content:hover {
  border-color: #333 !important;
}
.vgwc-item .ma-box-content:hover .vgwc-image-block img.primary_image {
  opacity: 1;
  filter: alpha(opacity=100);
transform: rotatey(180deg);transform: scale(1.1);

}
.vgwc-item .ma-box-content:hover .vgwc-button-group.vgwc-button-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.vgwc-item .ma-box-content:hover .vgwc-button-group .add-to-links > * {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vgwc-item .ma-box-content:hover .vgwc-button-group .vgwc-quick {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vgwc-item .ma-box-content .vgwc-image-block {
  position: relative;
  max-width: 100%;
  z-index: 0;
}
.vgwc-item .ma-box-content .vgwc-image-block > a {
  display: inline-block;
  position: relative;
  z-index: 0;
width: 100%;overflow: hidden;
}

.vgwc-item .ma-box-content .vgwc-image-block > a img {
height: 200px; width:100%;
transition: all ease-in-out 0.5s;
}


.vgwc-item .ma-box-content .vgwc-image-block img.secondary_image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgwc-item .ma-box-content .vgwc-text-block {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
padding-top: 5px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .inner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-product-title {
  margin: 10px 0 15px;
  min-height: 1px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-product-title a {
  color: #fff;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-product-rating {
  color: #fff;
  margin: 10px 0 !important;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-add-to-cart a {
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  border-color: #fff;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-add-to-cart a:hover {
  border-color: #3fb4fb;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group {
  margin-bottom: 15px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group:before,
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group:after {
  content: "";
  display: table;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group:after {
  clear: both;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group.vgwc-button-cart {
  margin-bottom: 5px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .vgwc-quick {
  right: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 10px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .vgwc-quick a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  color: #818181;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .vgwc-quick a:after {
  font-size: 14px;
  line-height: 34px;
  width: 34px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .vgwc-quick a:hover {
  background: #3fb4fb !important;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links > * {
  right: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  color: #818181;
  margin-left: 10px !important;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links a:after {
  font-size: 14px;
  line-height: 34px;
  width: 34px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links a:hover {
  background: #3fb4fb !important;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links .vgwc-wishlist .yith-wcwl-wishlistexistsbrowse.show .vinageckotip {
  margin-left: -15px !important;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links .vgwc-wishlist .yith-wcwl-wishlistexistsbrowse.show .vinageckotip:after {
  left: 30px;
}
.vgwc-item .ma-box-content .vgwc-text-block.overlay .vgwc-button-group .add-to-links .vgwc-wishlist a {
  margin-left: 0 !important;
}
.vgwc-item .ma-box-content .vgwc-text-block a {
  color: #343434;
}
.vgwc-item .ma-box-content .vgwc-text-block a:hover {
  color: #3fb4fb !important;
}
.vgwc-item .ma-box-content .vgwc-text-block .vgwc-product-title {
  margin: 0 0 5px;
  min-height: 30px;
  overflow: hidden;
}
.vgwc-item .ma-box-content .vgwc-text-block .vgwc-product-title a {

  display: block;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  line-height: normal;
  color: #343434;
  font-weight: 700;
text-align: center;

}


.vgpc-item {
text-align: right;
direction: rtl;
}

.vgwc-item .ma-box-content .vgwc-product-price {

display: block;
text-align: center;
}
.vgwc-item .ma-box-content .vgwc-product-rating {
  margin: 0 0 10px !important;
  float: none;
  display: block;
}
.vgwc-item .ma-box-content .vgwc-add-to-cart {
  display: inline-block;
  width: auto;

}




.vgwc-item .ma-box-content .vgwc-add-to-cart p {
  margin: 0 !important;
}
.vgwc-item .ma-box-content .vgwc-add-to-cart a {
  display: block;
  position: relative;
  height: auto;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  color: #636363;
  background-color: #fff;
border: 2px solid #999;
  padding: 8px 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

color: #333;
  border: 2px solid #333;
  color: #333;

}




.vgwc-item .ma-box-content .vgwc-add-to-cart a.added {
  display: none !important;
}
.vgwc-item .ma-box-content .vgwc-add-to-cart a.wc-forward,
.vgwc-item .ma-box-content .vgwc-add-to-cart a:hover {
  border: 2px solid #333 !important;
  color: #fff !important;
  background: #333 !important;
}
.vgwc-item .ma-box-content .vgwc-button-group {
display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
float: right;
width: 100%;
text-align: center;
}
.vgwc-item .ma-box-content .vgwc-button-group:before,
.vgwc-item .ma-box-content .vgwc-button-group:after {
  content: '';
  display: table;
}
.vgwc-item .ma-box-content .vgwc-button-group:after {
  clear: both;
}
.vgwc-item .ma-box-content .vgwc-button-group.vgwc-button-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%,-30px);
  -moz-transform: translate(-50%,-30px);
  -ms-transform: translate(-50%,-30px);
  -o-transform: translate(-50%,-30px);
  transform: translate(-50%,-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgwc-item .ma-box-content .vgwc-button-group.vgwc-button-quickview .vgwc-quick {
right: 50%;
opacity: 1;
filter: alpha(opacity=100);
margin-right: -33px;
}
.vgwc-item .ma-box-content .vgwc-button-group.vgwc-button-quickview .vgwc-quick a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #333;
}
.vgwc-item .ma-box-content .vgwc-button-group.vgwc-button-quickview .vgwc-quick a:after {
  font-size: 18px;
  width: 45px;
  line-height: 45px;
}
/*
.vgwc-item .ma-box-content .vgwc-button-group > * {
  display: block;
  float: left;
}*/



.vgwc-item .ma-box-content .vgwc-button-group .vgwc-add-to-cart:first-child {

margin-right: 5px;

}


.vgwc-item .ma-box-content .vgwc-button-group .vgwc-quick {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 5px;
  right: -66px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.vgwc-item .ma-box-content .vgwc-button-group .vgwc-quick a {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  background: #343434;
  border: none;
  color: #fff;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.vgwc-item .ma-box-content .vgwc-button-group .vgwc-quick a:after {
  float: left;
  content: "\f08e";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  text-indent: 0;
  z-index: 2;
}
.vgwc-item .ma-box-content .vgwc-button-group .vgwc-quick a:hover {
  background: #3fb4fb;
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links > * {
  position: relative;
  z-index: 0;
  margin: 0;
  display: inline-block;
  float: left;
  right: -66px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links > *.vgwc-wishlist {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links > *.vgwc-compare {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links a {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: 5px !important;
  margin-bottom: 5px;
  text-align: center;
  line-height: 28px;
  text-indent: -9999px;
  color: #fff;
  background-color: #343434;
  border: none !important;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links a:after {
  float: left;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  text-indent: 0;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links a:hover {
  background: #3fb4fb;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links a:hover:after {
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background: #3fb4fb !important;
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
  content: "\f004";
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .add_to_wishlist:after,
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background: #3fb4fb !important;
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .compare-button .compare.added {
  background: #3fb4fb !important;
  border-color: #3fb4fb !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .compare-button .compare.added:after {
  color: #fff !important;
}
.vgwc-item .ma-box-content .vgwc-button-group .add-to-links .compare-button .compare:after {
  content: "\f079";
}
.vgwc-item.item-overlay .vgwc-item-i {
  margin: 0;
}
.vgwc-item.item-overlay .vgwc-item-i:last-child .ma-box-content {
  border-bottom: none;
}
.vgwc-item.item-overlay .ma-box-content {
  margin: 0 !important;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-text-block {
  padding: 0 0 25px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-text-block .vgwc-product-title {
  min-height: 40px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-text-block .vgwc-product-title a {
  font-size: 14px;
  line-height: 18px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-text-block.overlay .vgwc-product-title {
  min-height: 1px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-product-price {
  font-size: 20px;
  line-height: 24px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-product-price > .amount {
  font-size: 20px;
  line-height: 24px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-product-price del {
  font-size: 16px;
  line-height: 20px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-product-price del .amount {
  font-size: 16px;
  line-height: 20px;
}
.vgwc-item.item-overlay .ma-box-content .vgwc-product-price ins > .amount {
  font-size: 17px;
  line-height: 24px;
}
.vgwc-item.item-overlay .ma-box-content:hover .vgwc-text-block {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.vgwc-item.item-overlay .ma-box-content:hover .vgwc-text-block.overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.vgwc-item.latest-product.style1 .ma-box-content {

}
.vgwc-item.latest-product.style2 .ma-box-content {
  margin: 0 !important;
  padding: 0 10px;
  border: none;
  border-right: 1px solid #f1f1f1;
}
.vgwc-item.vertical .ma-box-content {
  border: 0;
  margin: 0 15px 30px !important;
  padding: 20px 10px;
  zoom: 1;
  border: 6px solid rgba(63,180,251,0.1);
}
.vgwc-item.vertical .ma-box-content:before,
.vgwc-item.vertical .ma-box-content:after {
  content: " ";
  display: table;
}
.vgwc-item.vertical .ma-box-content:after {
  clear: both;
}
.vgwc-item.vertical .ma-box-content .vgwc-image-block {
  float: left;
  width: 36%;
  overflow: hidden;
}
.vgwc-item.vertical .ma-box-content .vgwc-text-block {
  width: 64%;
  float: left;
  text-align: left;
  padding: 0 0 0 15px;
  background: none;
}
.vgwc-item.vertical .ma-box-content .vgwc-text-block .vgwc-product-title {
  min-height: 1px;
  margin-bottom: 10px;
}
.vgwc-item.vertical .ma-box-content .vgwc-button-group {
  margin-top: 10px;
}
.vgwc-item.vertical .vgwc-item-i:last-child .ma-box-content {
  margin-bottom: 0 !important;
}
.vgwc-item.item-timeproduct .vgwc-item-i {
  margin-bottom: 25px;
}
.vgwc-item.item-timeproduct .vgwc-item-i:last-child {
  margin-bottom: 0;
}
.vgwc-item.item-timeproduct .ma-box-content {
  border: 6px solid rgba(63,180,251,0.1);
  padding: 15px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-text-block {
  padding-bottom: 0;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-text-block .vgwc-product-title {
  min-height: 1px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-text-block .vgwc-product-title a {
  font-size: 14px;
  line-height: 18px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-product-price {
  font-size: 18px;
  line-height: 24px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-product-price > .amount {
  font-size: 18px;
  line-height: 24px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-product-price del {
  font-size: 14px;
  line-height: 20px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-product-price del .amount {
  font-size: 14px;
  line-height: 20px;
}
.vgwc-item.item-timeproduct .ma-box-content .vgwc-product-price ins > .amount {
  font-size: 18px;
  line-height: 24px;
}
.vgwc-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 16px;
  line-height: 26px;
  font-weight: 700;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background-color: transparent;
  color: #fff;
}
.vgwc-label span {
  font-size: 14px;
}
.vgwc-label.vgwc-onsale {
  background: #13b6d1;
}








.vgwc-label.vgwc-featured {
  left: auto;
  right: 0;
  background: #333 !important;
}





/*******************************************************************/


.offers-vid {

padding:30px 0;
}



.head-sec h2 {
color: #13b6d1;
font-size: 22px;
font-weight: 600;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
line-height: 45px;
font-weight: normal;
letter-spacing: 2px;
}

.head-sec {

position: relative;

}


/*
.head-sec:after {
position: absolute;
content: '';
left: 0;
bottom: 50%;
width: 100%;
height: 4px;
z-index: 0;
background: rgba(38, 38, 38, 0.28);
opacity: 1;
}
*/


/*
.head-sec:before {
position: absolute;
content: '';
left: 0;
bottom: 50%;
width: 100%;
height: 2px;
z-index: 1;
background: #13b6d133;
opacity: 1;
}
*/


.padd-bord {
padding:15px;
}


.offers-sec .vgwc-item .ma-box-content {
background: #d5d5d5;
}



.offers-sec .vgwc-item .ma-box-content .vgwc-text-block .vgwc-product-title a {
color: #333;	
}



.offers-sec .vgwc-item .ma-box-content .vgwc-add-to-cart a {
border: 2px solid transparent;
color: #333;
}




/******************************************
17. Service area
******************************************/
.jtv-single-service {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 13px;
	text-align: center;
}
.jtv-single-service:last-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 19px;
}
.service-text h2 {
	color: #333e48;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.service-text p {
	color: #333e48;
	font-size: 13px;
	padding-bottom: 0;
	display: inline-block;
	padding: 0 5px;
}
/*******************************************/



.gallery-vid {
background: #fff;
padding:40px 0;
}


.gall-sec {
background: #fff; border: 0; padding-bottom: 0;}


/**********************************************/

.gall-owl img {
width:100%;
height:300px;
transition: all ease-in-out 0.5s;
}


.gall-owl .item {
margin:10px 0;overflow: hidden;
}

.gall-owl .item:hover {

} 


.gall-owl .item a { 
position: relative;
overflow: hidden;display: inline-block;width: 100%;

display: grid;
width: 100%;
margin: 8px 0;
align-items: center;

border: 1px dashed #ccc;
padding: 8px;

}

.gall-owl .item a:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}



.gall-owl .item a:hover:after { 
	left:150%;
}


.gall-owl .item a:hover img { 
transform: scale(1.1);
}




.gall-owl .item a:before {
content:"\f00e";
  font-family: 'FontAwesome';
background: #333;
    position: absolute;
    width: 40px;
    height: 40px;z-index: 9;
    left: 50%;text-align: center;
line-height: 40px;
color: #fff;
    top: 50%;margin-left: -22px;
margin-top: -45px;
opacity:0;    transition: all ease-in-out 0.5s ; border-radius:5px;
}



.gall-owl .item a:hover:before { opacity:1; margin-top: -22px;}


.videos-sec {
background: #fff;
display: inline-block;
width: 100%;
height: 365px;
}



.offers-slider .owl-nav,
.prod-owl .owl-nav,
.gall-owl .owl-nav {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: auto;
top: 12px;
right: 40px;
}




.prod-owl .owl-nav {
top: 0px;
}



.offers-slider .owl-nav > div,
.prod-owl .owl-nav > div,
.gall-owl .owl-nav > div { 
padding: 0;
border: 1px solid #13b6d1;
}


.offers-slider .owl-next,
.gall-owl .owl-next {
left: 0;

}
.offers-slider .owl-prev,
.gall-owl .owl-prev {
right: 5px;

}



















.gall-owl2 img {
width:100%;
height:300px;
transition: all ease-in-out 0.5s;
}


.gall-owl2 .item {
margin:10px 0;overflow: hidden;
}

.gall-owl2 .item:hover {

} 


.gall-owl2 .item a { 
position: relative;
overflow: hidden;display: inline-block;width: 100%;

display: grid;
width: 100%;
margin: 8px 0;
align-items: center;

border: 1px dashed #ccc;
padding: 8px;

}

.gall-owl2 .item a:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}



.gall-owl2 .item a:hover:after { 
	left:150%;
}


.gall-owl2 .item a:hover img { 
transform: scale(1.1);
}




.gall-owl2 .item a:before {
content:"\f00e";
  font-family: 'FontAwesome';
background: #333;
    position: absolute;
    width: 40px;
    height: 40px;z-index: 9;
    left: 50%;text-align: center;
line-height: 40px;
color: #fff;
    top: 50%;margin-left: -22px;
margin-top: -45px;
opacity:0;    transition: all ease-in-out 0.5s ; border-radius:5px;
}



.gall-owl2 .item a:hover:before { opacity:1; margin-top: -22px;}


.videos-sec {
background: #fff;
display: inline-block;
width: 100%;
height: 365px;
}



.offers-slider .owl-nav,
.prod-owl .owl-nav,
.gall-owl2 .owl-nav {
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: auto;
top: 12px;
right: 40px;
}




.prod-owl .owl-nav {
top: 0px;
}



.offers-slider .owl-nav > div,
.prod-owl .owl-nav > div,
.gall-owl2 .owl-nav > div { 
padding: 0;
border: 1px solid #13b6d1;
}


.offers-slider .owl-next,
.gall-owl2 .owl-next {
left: 0;

}
.offers-slider .owl-prev,
.gall-owl2 .owl-prev {
right: 5px;

}








.prod-owl .owl-nav .owl-next {
left: 0;

}

.prod-owl .owl-nav .owl-prev {
right: 0;

}

/****************/

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border:none;
  border-right: none;
  padding: 5px;
border: 1px solid #6dd5ed;
  border-radius: 5px 0 0 5px;
  outline: none;
background: none;
color:#555;
}

.searchTerm:focus{
  color: #333;
}

.searchButton {
  width: 40px;
background: #6dd5ed;
  border: none;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 18px;
}

/*Resize the wrap to see the search bar change!*/




.block-off .vgwc-item .ma-box-content .vgwc-image-block > a img {
height:310px;
}




/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{

}

.main-slider .slider-outer .owl-item{
	position:relative;
}


.main-slider .owl-item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: inline-block;
    background: #0006;
}

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
background-size: 100% 100%;
height: 500px;

display: grid;
text-align: center;
align-items: center;
width: 100%;
overflow: hidden;
}

.main-slider .owl-item img {
    transition: all ease-in-out 3s;
transform:scale(1.3);
height:100%;
}



.main-slider .owl-item.active img {
transform:scale(1);
 }




.decrepation-sl {
position: absolute;
width: 100%;

}






/*
.main-slider .slide:after {

	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:#0006;
}
*/
.main-slider .slide .container {
	position:relative;
z-index:10;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;

}

.main-slider .slide .content.alternate{
padding: 60px 0;
width: 50%;
margin: 0 auto;
display: block;

position: relative;margin-bottom: 0;

}


/*
.main-slider .slide .content.alternate:after {
position: absolute;
content: '';
top: 30px;
left: 30px;
width: 80px;
height: 2px;
background-color: #7b0c0c;
}
*/

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}

.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}

.main-slider.style-four .content h1:before{
	position:absolute;
	content:'';
	left:-50px;
	top:0px;
	width:5px;
	height:100%;
	background-color:#f71101;
}

.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color:#fff;
	opacity: 0;
	font-size:20px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider h1{
	position:relative;
	color:#415762;
	opacity: 0;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:30px;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:4px;
	background-color:#415762;
}

.main-slider h1 span{
	color:#ed8800;


}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
padding-bottom: 0px;
margin-bottom: 0;
font-size: 40px;
text-transform: capitalize;
font-weight: bold;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffffff;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;

}

.main-slider h1.style-two span{
	color:#ad8e63;
}

.main-slider h1.style-two:after{
	display:none;
}

.main-slider .active h1{
	opacity: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
font-size: 20px;
line-height: 25px;
font-weight: 400;
}

.main-slider .text.alternate{
	color:#ffffff;
}


.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}




/*
.main-slider .active h1 {-webkit-animation: 1s .3s bounceInLeft both;}
.main-slider .active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}

*/






.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-right:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 20px;
    max-width: 120px;
    margin-left: -50px;
    width: 100%;

    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	height:100%;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:60%;
	z-index:1;
	width:100%;
	margin-top:-40px;
}

.main-slider .owl-nav .owl-prev{
position: absolute;
width: 50px;
height: 50px;
left: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-left: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider .owl-nav .owl-next{
position: absolute;
width: 50px;
height: 50px;
right: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-right: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider:hover .owl-nav > div {
opacity:1;
}

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border-color:#7e6a46;
	color:#7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:#7e6a46;
	background-color:#7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ed8800;
	background-color:#ed8800;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60);
}



/****************************/
.pos-border {
position: absolute;
width: 100%;
border: 3px solid #fff;
width:60px;
height:60px;
visibility: hidden;
transition: all ease-in-out 0.8s;
}

.pos-border.top-right {

top: 0;
right: 0;
border-top: 0;
border-right: 0;

animation-delay: 0.5s !important;
}

.pos-border.top-left {
top: 0;
left: 0;
border-top: 0;
border-left: 0;

animation-delay: 0.7s !important;
}

.pos-border.bottom-right {
bottom: 0;
right: 0;
border-bottom: 0;
border-right: 0;
animation-delay: 0.9s !important;
}

.pos-border.bottom-left {

bottom: 0;
left: 0;
border-bottom: 0;
border-left: 0;
animation-delay: 1.2s !important;
}


/*********************/
.pos-border:after {
content: "";
position: absolute;
border: 1px solid #fff;
width:60px;
height:60px;
}

.pos-border.top-right:after {
top: -6px;
right: -6px;
border-top: 0;
border-right: 0;
}

.pos-border.top-left:after {
top: -6px;
left: -6px;
border-top: 0;
border-left: 0;
}

.pos-border.bottom-right:after {
bottom: -6px;
right: -6px;
border-bottom: 0;
border-right: 0;
}

.pos-border.bottom-left:after {
bottom: -6px;
left: -6px;
border-bottom: 0;
border-left: 0;
}


/***********************/

.owl-item.active .pos-border {
visibility: visible;

webkit-animation: 0.5s fadeInUp both;
animation: 0.5s fadeInUp both;


}


/*
.owl-item.active .pos-border.top-right {
webkit-animation: 1s .3s fadeInUp both;
animation: 1s .3s fadeInUp both;
}

.owl-item.active .pos-border.top-left {
webkit-animation: 1s .3s fadeInUp both;
animation: 1s .3s fadeInUp both;
}

.owl-item.active .pos-border.bottom-right {
webkit-animation: 1s .3s fadeInUp both;
animation: 1s .3s fadeInUp both;
}

.owl-item.active .pos-border.bottom-left {

webkit-animation: 1s .3s fadeInUp both;
animation: 1s .3s fadeInUp both;
}
*/



/**********************/


.text-head-box h2 {
position: relative;
padding: 0 0 10px;
font-weight: 400;
line-height: 140%;
color: #666;
margin: 0;}



hr.style-six {
    padding: 0;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #f2f2f2;
    color: #f2f2f2;
    text-align: center;
    margin: 30px 0;
        margin-top: 10px;
        margin-bottom: 30px;
    line-height: 100%;
    position: relative;
    overflow: visible;
}


hr.style-six::before {
    background: #13b6d1;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    margin-top: -1px;
    width: 50%;
}


hr.style-six::after {
    background: #fff;
    color: #13b6d1;
    content: '\f107';
    display: inline-block;
    font-family: fontawesome;
    font-size: 30px;
    line-height: 35px;
    padding: 0 40px;
    position: relative;
    top: -15px;
}



/******************************* aboooooooooooout *****************/

.bw_filter img {
filter: gray;
-webkit-filter: grayscale(100%);
}

.rounded_image img, .rounded_image svg {
    border-radius: 50%;
}


.box img {
    max-width: 100% !important;
}

.img_loaded img {
    opacity: 1;
    -ms-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.responsive .content img {
    height: auto;
}

.featured img.aligncenter {
    margin: 0 auto;
}

.box {
 margin:0 0 0 20px;
 padding:0;
 display:inline;
 float:left;
 border:0;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -o-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box
}


/********************* proooooooooooooducts *************************/

.boc-th {
position: relative;
border-radius: 15px;
overflow: hidden;
margin: 20px 0;
}

/*
.boc-th:after {
    background: #13b6d1;
    content: "";
    display: block;
    height: 10px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 2px;
}

.boc-th:before {
    background: #13b6d1;
    content: "";
    display: block;
    height: 2px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 10px;
    z-index: 2;
}
*/


.product_item_holder {
    position: relative;
}



.product_item_holder .featured_image {
    border: 0;
    padding: 20px;background-color: #fff;
margin-bottom: 0;
width: auto;
}

.featured_image {
    background-color: #fff;
    margin-bottom: 0;
    width: auto;
}

.box img {
    max-width: 100% !important;
}


.product_info {
    padding: 20px;
text-align: center;
display: none;
overflow: hidden;
text-align: center;
}



.product_info h4 {
    font-size: 17px;
    line-height: 150%;
}


.product_info h4 a {
font-size: 22px;
text-transform: capitalize;
}


.product_info p {
padding: 0 0 16px;font-size: 16px;
color: #333;
}

.product_info h4 a:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 10px;
    opacity: .5;
}




.price del {
    color: #bbb;
    padding: 0;
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    display: none;
}


.product_info { transition:all ease-in-out 0.5s;
width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; overflow: auto; display: block; opacity: 0; background: #fffc;


display: grid;display: none;
text-align: center;
align-items: center;}


.boc-th:hover .product_info {
opacity: 1;
}


.featured_image img {
width: 100%;
height: 180px;}


/*************** neww foooooter ***************/


     .bg-grey {
        background: #292929; background: url(../images/bg_temp.jpg);background-size: cover;color: #333;
     }


/*** 
=============================================
    Footer area style
=============================================
***/
.footer-end {
background-color: #1b1c1d;
 position:relative;
background: url(../images/bg-footer.jpg); 

}



.footer-widgets {  
 padding-top:60px;}



.widget-title { text-transform: capitalize; padding:10px 0; font-size:20px; color:#222 }



/*
.footer-end:after { 
content:" ";
display:block; 
width:100%; 
left:0;
top:0;
 position:absolute; 
height:100%;
background: #000000b3;
}*/



#footer-widgets,
.footer-bottom-area {
 position:relative; 
z-index:9
}

.address p { color:#fff; font-size: 15px;}
.footer-contact .ft-contact i {
color: #13b6d1;
    float: left;
    margin: 7px;
font-size: 15px;
}


.ft-contact a { color:#fff !important}
 

/*
i.fa-facebook:hover { color: #4267b2 !important;} 
i.fa-twitter:hover { color: #2aa9e0 !important;}
i.fa-linkedin:hover { color: #0077b5 !important;}
i.fa-google-plus:hover { color: #db4437 !important;}
*/
.gardenhub-social-links-widget a { margin:10px;}

ul.menu { text-transform:capitalize;}

.footer-area {
    background: #303443;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.single-footer-widget {
    position: relative;
    overflow: hidden;
}

.single-footer-widget .title {
    padding-bottom: 40px;
    margin-top: -3px;
}
.single-footer-widget .title h3 {
    color: #fff;
    font-size: 20px;
    
    text-transform: capitalize;
}
.single-footer-widget .footer-logo {
    overflow: hidden;
    padding-bottom: 33px;
}
.single-footer-widget .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-info{
    overflow: hidden;
}
.single-footer-widget .our-info p{
    color: #c1c2c7;
    font-size: 16px;
    margin: 0;
}
.single-footer-widget .our-info a {
    border: 1px solid #fff;
    width: 230px;
    margin: 33px 0 0;
    overflow: hidden;
}


.single-footer-widget .latest-blog {
    margin-top: -11px;
}
.single-footer-widget .latest-blog li {
    border-bottom: 1px solid #363b4b;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.single-footer-widget .latest-blog li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-footer-widget .latest-blog li .text-holder a{
    color: #c1c2c7;
    font-size: 16px;
}
.single-footer-widget .latest-blog li .text-holder a:hover{
    color: #fff;
}
.single-footer-widget .latest-blog li .text-holder span {
    color: #fff;
    font-size: 14px;
    
    display: block;
    margin: 7px 0 0;
}
.single-footer-widget .latest-blog li .text-holder span i{
    display: inline-block;
    padding-right: 8px;
}


.single-footer-widget .footer-contact-info {
    overflow: hidden;
    display: block;
    position: relative;
    margin: -11px 0 25px;
    z-index: 1;
}
.single-footer-widget .footer-contact-info:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map.png);
    content: "";
    z-index: -1;
}
.single-footer-widget .footer-contact-info li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}
.single-footer-widget .footer-contact-info li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 1px;
    left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before{
    color: #c1c2c7;
    font-size: 16px;
    line-height: 16px;
}
.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-arrows:before{
    position: relative;
    top: 5px;
}
.single-footer-widget .footer-contact-info li .text-holder{ }
.single-footer-widget .footer-contact-info li .text-holder h5{
    color: #c1c2c7;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "arabic";
}
.single-footer-widget .map a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 500ms ease;
}
.single-footer-widget .map a:hover{
    color: #dddddd;
}

.single-footer-widget .working-hours {
    overflow: hidden;
    display: block;
    margin-top: -14px;
}
.single-footer-widget .working-hours li{
    line-height: 32px;
    color: #c1c2c7;
    font-size: 16px;
    font-weight: 300;
}
.single-footer-widget .working-hours li:last-child{
 
}
.single-footer-widget .working-hours li span{
    float: right;
}
.single-footer-widget .working-hours li span.closed{
    color: #fff; 
    font-size: 15px;
    font-weight: 400;
}

#menu-service-menu a { color:#fff; font-size: 15px;transition: all ease-in-out 0.5s; }
#menu-service-menu a:hover { padding-left:10px; }

#menu-service-menu li {
width:50%;
float:left;
line-height: 40px;padding-left: 20px;position: relative;
}

#menu-service-menu li:after {
content: "\f105";
position: absolute;
left: 0;
font-family: fontawesome;
}

.date-foot { width: 34%; transition: all ease-in-out 0.4s; }


.links li:hover .date-foot { width: 50%;
opacity:1;
background: #fff; }
.links li:hover .desc { border-bottom:1px solid #f5f5f5 }

.desc { color:#fff;  }


/************  products  **************/




.nam-pro {
text-align: center;
font-size: 18px;
    padding: 13px 30px 10px 30px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	padding: 11px 32px 11px 31px;

	position: relative;
color:#333;
	z-index: 9;
	vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
background: #fff;
border-top: 1px solid #13b6d1;
width: 100%;
margin-bottom: 0;
}
.nam-pro:not(.btn-inline):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #13b6d1;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden
}
.nam-pro:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0
}

.nam-pro:hover {
color:#fff;
}






.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #08364b;
}



.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #08364b;
}


.under-sec {
display: inline-block;
position: relative;
padding: 0px 2px;
padding-top: 10px;}


.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: #08364b;
}

.under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: #08364b;
}

.under-sec i { 
font-size: 25px;
color: #13b6d1;}

.under-sec i:before {
font-size: 25px;
margin-left: 0;
}


.under-sec small {
position: absolute;
left: 0px;
top: 0px;
width: 100%;}



.sec-title {
margin-top: -3px;
position: relative;
text-align: center;
margin-bottom: 10px;}



.sec-title h1 {
font-size:21px;
text-transform: uppercase;
margin: 0 !important;
}


.sec-title h1 a {
color:#08364b

}



.second-div {
padding:50px 0;
}

.footer-end .sec-title2 {
margin-bottom: 20px;
}

.footer-end .sec-title2 p {
line-height: 25px;
font-size: 15px;
text-align: center;
color: #fff;
}


.footer-end .sec-title2 h2 {
color: #fff;
font-size: 19px;
}


.footer-end .sec-title2 a {
color:#fff;
font-size: 17px;
}



.footer-end .sec-title2 .under {
width:80px;
height:2px;
background: #13b6d1;
display: inline-block;

}


#nav_menu-2 {
padding-left:30px;
}






/*** 
=============================================
    Footer Bottom area style
=============================================
***/
.footer-bottom-area {
display: block;
padding: 1px 0;
text-align: center;
border-top: 1px solid #fff3;

}
.copyright-text {
    margin: 7px 0;
}
.copyright-text p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}
.copyright-text p a{
    
    color: #fff;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: #fff;
}



/*
.footer-bottom-area .footer-social-links {
    overflow: hidden;
    float: right;
margin: 0 !important;
}
.footer-bottom-area .footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    text-align: right;
}
.footer-bottom-area .footer-social-links li:last-child{
    margin-right: 0;
}
.footer-bottom-area .footer-social-links li a i {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
    line-height: 40px;
}
.footer-bottom-area .footer-social-links li a:hover i{
    color: #fff;
}
*/

.footer-social-links {
padding-left:0;
display: inline-block;
text-align: center;
}



.footer-social-links li {
display: inline-block;
}

.footer-social-links li a{
font-size: 18px;
color: #fff;
border: 3px solid #fff;
border-radius: 50%;
width: 45px;
height: 45px;
display: inline-block;
text-align: center;
line-height: 40px;
margin: 4px;
}


.footer-end ul {
width: 100%;
display: inline-block;
}

.footer-end ul li {
list-style: none;
}

.contact-footer li a,
.contact-footer li {
color: #fff;font-size: 14px;
}

.footer-social-links li a:hover {
color: #333;
background: #fff;
}




.contact-footer li {
list-style: none;
margin: 4px 0;
padding: 3px 8px;

border-radius: 5px;
}
/*

.contact-footer li:hover {
background: #fff;
color: #333;
}*/

/*
.contact-footer li:hover a {
color: #333;
}
*/


.contact-footer li i {
margin-right:10px;
color: #13b6d1;
}


.newsletter-2 input {

background-color: #f2f2f2;
border: none;
box-sizing: border-box;
color: #aaa9a9;
display: inline-block;
font-size: 13px;
height: 30px;
line-height: 20px;
outline: none;
padding: 4px 6px;
    padding-left: 6px;
vertical-align: middle;
box-shadow: none;
background-color: rgba(255,255,255,0.10);
font-size: 12px;
color: #c2c2c2;
height: 35px;
font-style: italic;
padding-left: 15px;
width: 80%;}

.newsletter-2 input[type="submit"] {
width: 120px;
background: #13b6d1;
color:#fff
}

.newsletter-2 input[type="submit"]:hover {
border:1px solid #13b6d1;
background-color: rgba(255,255,255,0.10);
color:#fff
}

.newsletter-2 li {
    list-style: none;
float: left;
width: 100%;
    margin: 0px 0px 20px;
}


.btn-style-two {


padding: 8px 15px;
background: #fff;
color: #007bff;
border: 1px solid;}





.btn-style-two:hover {
background: #007bff;
color: #fff;
}




.cmt-icon i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cmt-icon.cmt-icon_element-size-md i {
	font-size: 30px; color: #ab0303;
}

.section-title h2.title {
font-weight: normal;
font-size: 22px;
line-height: 36px;
margin-bottom: 0;
text-transform: capitalize;color: #333;
}




.block-center {
border-right:1px solid #fff3;
border-left:1px solid #fff3;
padding: 0 30px;
}


.bttn {font-size: 15px;
    padding: 13px 30px 10px 30px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	padding: 11px 32px 11px 31px;
	background: 0 0;
	
	position: relative;
color:#fff;
	z-index: 9;
	vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
background: #13b6d1;
}
.bttn:not(.btn-inline):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #374140f5;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden
}
.bttn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0
}

.bttn:hover {
color:#fff;
}



#u_0_4,
video {
height: 300px;
}
.videos-sec iframe > div {
height: 290px !important;    width: 100% !important;

}

.videos-sec iframe {
height: 290px !important;    width: 100% !important;

}









/*Wellcome-Section Starts*/
.wellcome-area {
    padding: 30px 0;background: #fff;   position: relative;background-attachment: fixed;
background-size: cover;
padding-bottom: 50px;
}


/*
.wellcome-area:after {
content:" ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
width:100%;
height:100%;
}*/

.wellcome-area .container {
 position: relative;    z-index: 1;

}



.wellcome-section .row {
align-items: center;
}

.wellcome-area .wellcome-item {
 text-align: center;

}

.wellcome-area .wellcome-item h4 {
color:#333;
font-size: 19px;
}



.wellcome-area .wellcome-item .left-side {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 22px;

margin: 0 auto;

margin-bottom: 30px;
display: inline-block;
}

.wellcome-area .wellcome-item .left-side i {
line-height: 1;
color: #13b6d1;

font-size: 40px;
border-radius: 50%;
text-align: center;
align-items: center;
display: grid;
margin: 0;
}


/*
.wellcome-area .wellcome-item .left-side::before {
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left: 20px solid #3865d4;
    border-top: 20px solid #2154cf;
    border-right: 20px solid #2154cf;
    border-bottom: 20px solid #2154cf;
    animation: rotate 10s linear infinite;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    z-index: -1;
}*/

@media (min-width: 576px) {
    .wellcome-area .wellcome-item .left-side {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

/*
    .wellcome-area .wellcome-item .left-side::before {
        border-left: 30px solid #3865d4;
        border-top: 30px solid #2154cf;
        border-right: 30px solid #2154cf;
        border-bottom: 30px solid #2154cf;
    }*/
}

.wellcome-area .wellcome-item .right-side p {
height: 120px;
overflow: hidden;
}






.welcome-thumb .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#00a3ce 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
position: absolute;
overflow: hidden;
top: 50%;
margin-top: -47px;
left: 50%;
margin-left: -47px;
background: rgb(68, 68, 68);
}

.welcome-thumb .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.welcome-thumb .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.welcome-thumb .play-btn:hover::after {
  border-left: 15px solid #00a3ce;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.welcome-thumb .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}




.wellcome-item {
    background: #f0f0f0;
    float: left;
    width: 100%;
    padding: 20px;
    transition: 0.3s;
box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.02);    position: relative;
    top: 0px;transition: all ease-in-out 0.3s;
border-radius: 15px;
background: linear-gradient(to right, #eef2f3, #cecece1a);
}


.wellcome-item:hover, .wellcome-item.active {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    top: 1px;
border-radius: 0;
}

.wellcome-item:after {
content: "";
position: absolute;
top: 0;
width:0;
height: 2px;
background: #13b6d1;
transform: translateX(-50%);
left: 50%;
transition: all ease-in-out 0.3s;
}


.wellcome-item:hover:after {
width:100%;
}


/* *************** projects cards ********************/


    .card {
border-radius: 18px;
background: white;
width: 100%;
text-align: center;
    }


    .card-image img {
width:100%;
height:120px;transition: all ease-in-out 0.3s;
    }


    .card-text h2 {
padding: 10px;
margin: 0 !important;
text-transform: capitalize;font-size:22px;
    }



    .card-stats {
      grid-area: stats; 
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      background: rgb(255, 7, 110);
    }




    .card-stats .stat {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: white;
      padding:10px;
    }

/*
    .card:hover {
      transform: scale(1.1);
      box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
    }*/


.projects-new {
padding:30px 0;background: #0f899e;
background: -webkit-linear-gradient(to top, #6dd5ed, #2193b0);
background: linear-gradient(to top, #6dd5ed, #2193b0);

background: linear-gradient(to top, #eef2f3, #8e9eab66);
}

.projects-new .card {
transition: all ease-in-out 0.3s;
width: 100%;
border: 0;
border-radius: 5px;
overflow: hidden;
}

.projects-new .card:hover img {
transform: scale(1.1);
}

.projects-new .card .card-text {

position: absolute;
bottom: 0;
width: 100%;
color: #fff;
background: linear-gradient(to right, #eea849b3, #29292999);
}


.logo-footer {
    width: 100px;
    margin: 0 auto;
    display: block;
margin-bottom:10px;
}


.contact-footer,
.menli {
padding-left:20px;
}


.menli a {
text-transform: capitalize;
font-size: 16px;
color: #fff;

}

.te-center {
text-align:center;
}





.xox-block {
width: 225px;
margin: 0 auto;
text-align: center;
margin-top: 15px;
}



.single-shop-product {
    border-bottom: 3px solid #0f899e;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);

}
.single-product-image {
    background: #eee none repeat scroll 0 0;
    border: 10px solid #eee;
    overflow: hidden;
    position: relative;
}
.single-product-text {
    padding:5px;
}
.single-product-image img {
transition: all 0.3s ease;
height: 250px;

}
.single-product-text > h3 {
color: #333333;
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-transform: capitalize;
text-align: center;
line-height: 25px;
height: 50px;
overflow: hidden;
text-transform: capitalize;
font-weight: bold;
}
.product-price {
    margin: 20px 0;
}
.product-price > h3 {
    display: inline-block;
    color: #0f899e 
}
.product-rating {
    float: right;
}
.product-rating > li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 1px;
}
.product-button > a {
background: #0f899e none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: normal;
padding: 5px;
text-transform: uppercase;
width: 49%;
font-size: 13px;
text-align: center;
}

.product-button > a i {
margin-right: 5px;
}


.product-button > a:hover{
    background: #7e7e7e none repeat scroll 0 0
}
.single-product-text h3 > a:hover{
    color: #0f899e
}




.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #dbd72b;
        background: linear-gradient(#dbd72b 0%, #dbd72b 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;

    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0%;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #dbd72b;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #dbd72b;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #dbd72b;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #dbd72b;
        }





.caro-section {
height:430px;
position: relative;
}




.caro-img {
    background: #eee none repeat scroll 0 0;
    border: 10px solid #eee;
    overflow: hidden;
    position: relative;
height:470px;
}

.caro-img  img {
height: 100%;
width: 400px;
float: left;
margin-right: 20px;
    transition: all 0.3s ease;
}


.caro-img:hover img {
transform:scale(1.1);
}



.single-product-image:hover img {
opacity:0.9;
transform:scale(1.1);

}




.clrrr{
display: block;
clear: both;

}



.clrrr{
clear: both;
display: block;
}


.downloadfile {
	color: #CB3939;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #CB3939;
	color: #fff;
	transition: all 0.9s ease 0s;
}


@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}




.proimmmg{
width: 200px;
-webkit-border-radius: 2% !important;
-moz-border-radius: 2% !important;
border-radius: 2% !important;border: 1px solid #E3E3E3;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;height: 200px;
}

.progalley{
width: 200px;
float: left;
margin-bottom: 15px;
height: 200px;
margin-right: 25px;
position: relative;

}
.textphoto{
color: #fff;
font-size: 15px;
position: absolute;
top: 44%;
z-index: 5555555555555;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-align: center;
opacity: 0;
overflow: hidden;
width: 100%;
height: 0;


/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.progalley:hover > .example-image-link .textphoto{
opacity: 1;
height: 200px;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.progalley:hover > .example-image-link .proimmmg{
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shadow{
width: 100%;
height: 200px;
background: #000;
position: absolute;
top: 0;
left: 0px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
opacity: 0;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow{
opacity: 1;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}



.boxxtext{
margin: 0px !important;
    margin-top: 0px;text-align: left;
direction: ltr;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
padding: 0px;
border: 1px solid #D2CFCF !important;
height: 35px;
padding-top: 0px;
padding-left: 2% !important;
cursor: pointer;
height: 44px;
margin-bottom: 10px !important;
}



.downloadicon{
height: 42px;
padding: 0px;
width: 240px;
background: #CB3939;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
font-family: arial;
transition: all 500ms ease;
color: #fff !important;
}

.downloadicon:hover{
height: 42px;
padding: 0px;
-family: arial;
width: 240px;
background: #187DB4 !important;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
color: #fff !important;
transition: all 500ms ease;
}


.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: 400;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #ECECEC;
    transition: all 500ms ease-in-out 0s;
direction: ltr;
}

.default-form input:hover{
    border: 1px solid #0EACE0;
    transition: all 500ms ease-in-out 0s;
}

.default-form textarea:hover{
    border: 1px solid #0EACE0;
    transition: all 500ms ease-in-out 0s;
}


.btn-style-one {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    background-color: #3299BB;
    border: 2px solid #3299BB; margin: 0 !important;
    text-transform: capitalize;
}



.btn-style-one:hover{
	color:#3299BB;
	background:none;
}




.clear{
clear: both; display: block;
}
