@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Do not touch above 
*	Edit below section only
*
* ======================================================= */
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  background-image: url(images/photography.png);
  font-weight: 300;
  overflow-x: hidden;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#ovh5cm-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#ovh5cm-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: #539DDB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #539DDB;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Karla", Arial, sans-serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#ovh5cm-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #ovh5cm-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#ovh5cm-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  padding: 3em 0;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#ovh5cm-main-nav .ovh5cm-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#ovh5cm-main-nav .ovh5cm-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#ovh5cm-main-nav .ovh5cm-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#ovh5cm-main-nav .ovh5cm-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #ovh5cm-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#ovh5cm-main-nav h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}
#ovh5cm-main-nav h1 .ovh5cm-logo {
  color: #fff;
}
#ovh5cm-main-nav h1 .ovh5cm-logo:hover {
  text-decoration: none;
}
#ovh5cm-main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #ovh5cm-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#ovh5cm-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Playfair Display", Arial, serif;
}
#ovh5cm-main-nav ul li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #ovh5cm-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#ovh5cm-main-nav ul li a:hover, #ovh5cm-main-nav ul li a:active, #ovh5cm-main-nav ul li a:focus {
  color: white;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #ovh5cm-main-nav ul li {
    display: block;
  }
}
#ovh5cm-main-nav .ovh5cm-social-icon a i {
  color: rgba(255, 255, 255, 0.5);
}

.ovh5cm-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ovh5cm-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.ovh5cm-table .ovh5cm-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ovh5cm-table .ovh5cm-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
  background: #539DDB;
  color: #fff;
  border: 2px solid #539DDB;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #68a9df !important;
  border-color: #68a9df !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #539DDB;
  border: 2px solid #539DDB;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #539DDB;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.view-button .btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

header {
	width: 100%;
	position: absolute;
	top: -6px;
	padding: 1em 0;
	z-index: 2;
	left: -1px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
  }
}
header .ovh5cm-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}
header .ovh5cm-navbar-brand h1 {
  width: 20%;
  display: block;
  font-family: "Playfair Display", Arial, serif;
  margin-bottom: 0;
}
header .ovh5cm-navbar-brand .ovh5cm-logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
header .ovh5cm-navbar-brand .ovh5cm-logo:hover {
  text-decoration: none !important;
  color: #fff !important;
}
header .ovh5cm-navbar-brand .ovh5cm-logo:active, header .ovh5cm-navbar-brand .ovh5cm-logo:focus {
  outline: none;
  text-decoration: none;
}
header .ovh5cm-navbar-brand .ovh5cm-logo span {
  font-size: 12px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 2px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
}
header .ovh5cm-navbar-brand .ovh5cm-social-icon {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 50px;
}
header .ovh5cm-navbar-brand .ovh5cm-social-icon a {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  header .ovh5cm-navbar-brand .ovh5cm-social-icon a i {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 480px) {
  header .ovh5cm-navbar-brand .ovh5cm-social-icon {
    display: none;
  }
}

.ovh5cm-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}
.ovh5cm-nav-toggle.active i::before, .ovh5cm-nav-toggle.active i::after {
  background: #fff;
}
.ovh5cm-nav-toggle.dark.active i::before, .ovh5cm-nav-toggle.dark.active i::after {
  background: #fff;
}
.ovh5cm-nav-toggle:hover, .ovh5cm-nav-toggle:focus, .ovh5cm-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.ovh5cm-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .ovh5cm-nav-toggle i {
  background: #fff;
  color: #fff;
}
.ovh5cm-nav-toggle i::before, .ovh5cm-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .ovh5cm-nav-toggle i::before, .menu-show .ovh5cm-nav-toggle i::after {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .ovh5cm-nav-toggle i {
    background: rgba(255, 255, 255, 0.8);
  }
  .ovh5cm-nav-toggle i::before, .ovh5cm-nav-toggle i::after {
    background: rgba(255, 255, 255, 0.8);
  }
}
.ovh5cm-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.ovh5cm-nav-toggle.dark i::before, .ovh5cm-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ovh5cm-nav-toggle i::before {
  top: -7px;
}

.ovh5cm-nav-toggle i::after {
  bottom: -7px;
}

.ovh5cm-nav-toggle:hover i::before {
  top: -10px;
}

.ovh5cm-nav-toggle:hover i::after {
  bottom: -10px;
}

.ovh5cm-nav-toggle.active i {
  background: transparent;
}

.ovh5cm-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ovh5cm-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ovh5cm-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .ovh5cm-nav-toggle {
    display: block;
    top: 0px;
  }
}

#ovh5cm-hero {
  width: 65%;
  margin-bottom: 5em;
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #ovh5cm-hero {
    width: 100%;
  }
}
#ovh5cm-hero .btn {
  font-size: 24px;
}
#ovh5cm-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#ovh5cm-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#ovh5cm-hero .flexslider .slides {
  position: relative;
}
@media screen and (max-width: 768px) {
  #ovh5cm-hero .flexslider .slides {
    overflow: hidden;
  }
}
#ovh5cm-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#ovh5cm-hero .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#ovh5cm-hero .flexslider .flex-control-nav {
  position: absolute;
  bottom: 1em;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #ovh5cm-hero .flexslider .flex-control-nav {
    bottom: 1em;
  }
}
#ovh5cm-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#ovh5cm-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#ovh5cm-hero .flexslider .flex-direction-nav {
  display: none;
}
#ovh5cm-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: 700px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #ovh5cm-hero .flexslider .slider-text {
    text-align: center;
  }
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #ovh5cm-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner p {
  color: rgba(255, 255, 255, 0.8);
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #fff !important;
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner .ovh5cm-lead a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner .ovh5cm-lead a:hover {
  text-decoration: none;
}
#ovh5cm-hero .flexslider .slider-text > .slider-text-inner .desc {
  padding: 5em;
  background: rgba(83, 157, 219, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  #ovh5cm-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0px 10px 30px -13px transparent;
    -moz-box-shadow: 0px 10px 30px -13px transparent;
    box-shadow: 0px 10px 30px -13px transparent;
  }
}

#ovh5cm-featured,
#ovh5cm-about,
#ovh5cm-blog,
#ovh5cm-contact-section,
#ovh5cm-work-section,
#ovh5cm-about-section,
#ovh5cm-map-section {
  padding-bottom: 3em;
}

 
#ovh5cm-intro-section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

#ovh5cm-blog, #ovh5cm-work-section {
  padding-top: 7em;
}

.ovh5cm-work-section {
  padding-top: 0 !important;
}

.ovh5cm-heading {
  margin-bottom: 3em;
}
.ovh5cm-heading h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}

.ovh5cm-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.intro-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}
@media screen and (max-width: 992px) {
  .post-entry {
    display: block;
    min-height: 400px;
  }
}
.post-entry .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .post-entry .post-image {
    display: block;
    height: 400px;
  }
}
.post-entry .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .post-entry .display-tc {
    display: block;
    vertical-align: none;
    text-align: left;
    height: inherit;
  }
}
.post-entry .desc {
  padding: 5em;
  background: rgba(83, 157, 219, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}
.post-entry .desc h3 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}
.post-entry .desc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.post-entry .desc .date {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }
  .post-entry .desc h3 {
    font-size: 30px;
  }
}

.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}
.work .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .work .view {
    opacity: 1;
  }
}
.work .view span, .work .view i {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.work h3 {
  margin-top: 30px;
}
.work h3 a {
  color: #000;
}
.work:hover .view, .work:focus .view {
  opacity: 1;
}

.ovh5cm-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.ovh5cm-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.ovh5cm-counters .ovh5cm-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Karla", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.ovh5cm-counters .ovh5cm-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.about-content {
  margin-bottom: 5em;
}

.ovh5cm-staff {
  margin-bottom: 30px;
}
.ovh5cm-staff img {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ovh5cm-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.ovh5cm-staff p {
  margin-bottom: 30px;
}
.ovh5cm-staff .role {
  color: #b3b3b3;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
  font-size: 16px;
}
.ovh5cm-staff:hover img {
  background: rgba(83, 157, 219, 0.2);
}

.ovh5cm-blog {
  margin-bottom: 60px;
}
.ovh5cm-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ovh5cm-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ovh5cm-blog {
    width: 100%;
  }
}
.ovh5cm-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ovh5cm-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.ovh5cm-blog .blog-text span.comment {
  float: right;
  font-size: 14px;
}
.ovh5cm-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.ovh5cm-blog .blog-text span.comment a i {
  color: #539DDB;
  padding-left: 7px;
}
.ovh5cm-blog .blog-text span.posted_on {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.ovh5cm-blog .blog-text h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ovh5cm-blog .blog-text h3 a {
  color: black;
}
.ovh5cm-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.ovh5cm-blog .blog-text:hover h3 a {
  text-decoration: none;
}

.ovh5cm-social-icons {
  margin: 0;
  padding: 0;
}
.ovh5cm-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ovh5cm-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.ovh5cm-social-icons li a i {
  font-size: 20px;
}


/* insert of go to top 

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
  end of insert */
 
.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4em 0;
}
#footer .section-title {
  font-size: 24px;
  font-weight: 400;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer .float {
  width: 50%;
  float: left;
}

#footer .seal { float:right; margin-top:15px;}
#footer .seal img { width:113px; height:auto; margin-left:10px;}

@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}
#footer .copy-right {
  padding-top: 4em;
}
#footer a {
  color: black;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #539DDB;
}
#footer .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#footer .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#footer #ovh5cm-header-subscribe #email {
  padding-right: 4em;
}
#footer #ovh5cm-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #539DDB;
  border: none;
}
#footer #ovh5cm-header-subscribe button i {
  color: #fff;
  font-size: 25px;
}

.ovh5cm-social-icon a {
  padding: 0 5px;
}
.ovh5cm-social-icon a i {
  color: #000;
}
.ovh5cm-social-icon a:hover, .ovh5cm-social-icon a:focus {
  text-decoration: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.js .animate-box {
  opacity: 0;
}
#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}


/*# sourceMappingURL=style.css.map */

