@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;
}


html{ background: url( ../images/myscroll.jpg ) 50% no-repeat; background-attachment: fixed; background-size: cover;}
body {
  line-height: 1.4;
  font-size: 17px;
  background-color: rgba( 255,255,255,.9);
font-family: 'Rubik', sans-serif; font-weight: normal;
	color: #000;
}

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

p {
  margin-bottom: 20px;
}


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

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

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

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

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary, button, a.mybutton {
  background: #19aaaf !important;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, 
button:hover, a.mybutton:hover, button:active, a.mybutton:active, button:focus, a.mybutton:focus {
  box-shadow: none;
  background: #19aaaf;
}
.btn:hover, .btn:active, .btn:focus,
button:hover, a.mybutton:hover, button:active, a.mybutton:active, button:focus, a.mybutton:focus {
  background: #092f44 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.five9-chat-button {
    font-family: 'Rubik', sans-serif !important;
    background: linear-gradient(#19aaaf, #092f44) !important;
    border: 2px solid #000 !important;
}

.heading-section {
  margin-bottom: 5em;
}
.heading-section h2 {
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.heading-section h2:before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 20px;
  height: 3px;
  background: #19aaaf;
}

header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section,
#fh5co-work-section {
  padding-bottom: 5em;
}

.logo img {
    height: 100px;
}

header {
  padding-top: 3em;
}
header .fh5co-navbar-brand {
  padding-bottom: 3em;
}
header .fh5co-navbar-brand .fh5co-logo {
  position: relative;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none;
}
header #fh5co-main-nav > ul {
  padding: 0;
  margin: 0;
}
header #fh5co-main-nav > ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  font-size: 18px;
}




.nav.navbar-nav.navbar-center {
    width: 100%;
}

.nav.navbar-nav.navbar-center > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
}
.navbar-nav ul>li {
    float: left;
}
.nav ul>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav ul>li>a {
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-default .navbar-nav ul>li>a {
    color: #777;
}
.navbar-nav ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav ul ul {
    visibility: hidden;
    opacity: 0;
}
.navbar-nav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
    text-align: left;
    padding-left: 0;
}


.navbar-nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}


ul.sub-menu {
    background: rgb(255,255,255,.9);
    margin: 0;
}



@media screen and (max-width: 768px) {
  header #fh5co-main-nav > ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
header #fh5co-main-nav > ul li a {
  padding-bottom: 5px;
  color: #000;
  position: relative;
  font-weight: 400;
}
header #fh5co-main-nav > ul li a.active:before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  top: -5px;
  right: -7px;
  background: #19aaaf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
header #fh5co-main-nav > ul li a:hover, header #fh5co-main-nav > ul li a:focus {
  text-decoration: none;
  color: #000;
}
header #fh5co-main-nav > ul li:first-child {
  margin-left: 0;
}

#fh5co-intro-section h2 {
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-intro-section h2 {
    font-size: 30px;
  }
}

.owl-carousel {
  margin-bottom: 5em;
}

ul.footlinks {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
ul.footlinks li {
	list-style-type: none;
	
}
	
IMG {
	max-width: 100%;
}
/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-next i,
.owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.item {
  position: relative;
}
.item .pop-up-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 56, 97, 0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item .pop-up-overlay.pop-up-overlay-color-2 {
  background: rgba(248, 125, 9, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-3 {
  background: rgba(23, 231, 164, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-4 {
  background: rgba(249, 197, 53, 0.8) !important;
}
.item .pop-up-overlay .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -60px;
  padding: 30px;
}
.item .pop-up-overlay .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.item .pop-up-overlay .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.item .pop-up-overlay .desc span p {color: white;margin-bottom: 0;}
.item .pop-up-overlay:hover, .item .pop-up-overlay:focus {
  text-decoration: none;
}
.item:hover .pop-up-overlay, .item:focus .pop-up-overlay {
  opacity: 1;
}

.services-num {
  position: relative;
}
.services-num .number-holder {
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 0;
  left: 15px;
  line-height: 100px;
  color: #000;
}
.services-num .desc {
  padding-left: 140px;
}
.services-num .desc h3 {
  font-weight: 300;
  line-height: 26px;
  font-size: 24px;
  margin-bottom: 8px;
}
.services-num.services-num-text-right {
  text-align: right;
}
.services-num.services-num-text-right .number-holder {
  right: 15px;
}
.services-num.services-num-text-right .desc {
  padding-left: 0;
  padding-right: 140px;
}
@media screen and (max-width: 768px) {
  .services-num.services-num-text-right {
    text-align: left;
  }
  .services-num.services-num-text-right .number-holder {
    right: 0;
    left: 15px;
  }
  .services-num.services-num-text-right .desc {
    padding-left: 140px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .services-num.services-num-text-right .desc {
    padding-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .services-num .number-holder {
    font-size: 50px;
  }
  .services-num .desc {
    padding-left: 80px;
  }
}

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 500px;
}

.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-bottom: 7em;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .4;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.services-grid {
  margin-bottom: 50px;
}
.services-grid i {
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
  color: #19aaaf;
}

.fhco-hero2 {
  margin-bottom: 40px;
}
.fhco-hero2 img {
  margin-top: -50px;
}
@media screen and (max-width: 992px) {
  .fhco-hero2 {
    display: none;
  }
}

.fh5co-services {
  position: relative;
  margin-bottom: 40px;
}
.fh5co-services .holder-section {
  padding-left: 100px;
}
.fh5co-services .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #19aaaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}

.fh5co-services-right {
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}
.fh5co-services-right .holder-section {
  padding-right: 100px;
}
.fh5co-services-right .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services-right .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #19aaaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services-right .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services-right .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .fh5co-services-right {
    margin-bottom: 0;
    text-align: left;
  }
  .fh5co-services-right .holder-section {
    padding-right: 0;
    padding-left: 100px;
  }
  .fh5co-services-right .fh5co-table2 {
    left: 0;
  }
}

.fh5co-table2-color-2 {
  background: #F87D09 !important;
}

.fh5co-table2-color-3 {
  background: #17E7A4 !important;
}

.fh5co-table2-color-4 {
  background: #F9C535 !important;
}

.fh5co-table2-color-5 {
  background: #51DACF !important;
}

.fh5co-table2-color-6 {
  background: #FF7676 !important;
}

@media screen and (max-width: 992px) {
  .blog-section {
    margin-bottom: 80px;
  }
}
.blog-section span {
  display: block;
  font-size: 80px;
  color: #000;
  line-height: 0;
  margin-bottom: 60px;
  font-weight: 700;
  position: relative;
}
.blog-section span small {
  position: absolute;
  top: 0;
  font-size: 16px;
  color: rgba(114, 114, 114, 0.8);
  font-weight: 300;
  line-height: 0;
  margin-left: 20px;
}
.blog-section h3 {
  margin-bottom: 10px;
}
.blog-section h3 a {
  color: #000;
}

.fh5co-grid-work {
  margin-bottom: 60px;
}
.fh5co-grid-work .work-holder {
  position: relative;
  margin-bottom: 30px;
}
.fh5co-grid-work .work-holder img {
  max-width: 100%;
}
.fh5co-grid-work .work-holder .inner-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 56, 97, 0.9);
  opacity: 0;
}
.fh5co-grid-work .work-holder .inner-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
  font-size: 30px;
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-2 {
  background: rgba(248, 125, 9, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-3 {
  background: rgba(23, 231, 164, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(249, 197, 53, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(81, 218, 207, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-5 {
  background: rgba(255, 118, 118, 0.9);
}
.fh5co-grid-work .desc h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.fh5co-grid-work .desc h3 a {
  color: #000;
}
.fh5co-grid-work .desc span {
  color: rgba(114, 114, 114, 0.5);
  font-size: 16px;
}
.fh5co-grid-work:hover .inner-overlay, .fh5co-grid-work:focus .inner-overlay {
  opacity: 1;
}

.about {
  padding-bottom: 5em;
}
.about img {
  margin-bottom: 50px;
}
.about .team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.about .team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about .team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}
.about .team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.about .team-section-grid .overlay-section p.fh5co-social-icons a:hover, .about .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.about .team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.about .team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.about .team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.about .team-section-grid:hover .overlay-section {
  opacity: 1;
}
.about .fh5co-social-icons a {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about .fh5co-social-icons a:hover {
  color: white;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #19aaaf;
}
.contact-info li a {
  color: #19aaaf;
}

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


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

#map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer p {
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}

.js .animate-box {
  opacity: 0;
}

h1,h2,h3,h4,header .fh5co-navbar-brand .fh5co-logo{
	font-family: 'Rubik', sans-serif; font-weight: bold;
}

header .fh5co-navbar-brand .fh5co-logo {
    font-size: 30px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 15px;
    display: inline-block;
}

header {
    padding: 20px 0;
	background: #fff;
}

header .fh5co-navbar-brand {
    padding: 0;
}

.pt {
    height: 750px;
    background: url(../images/mymain.jpg) 50% 100% no-repeat;
    background-size: cover;
    width: 100%;
    display: table;
    position: relative;
}

.overwrapper .innerblock {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 500px;
    background: rgba(100,181,172,.8);
    text-align: center;
    border-top: 2px solid #b09e9a;
    border-bottom: 2px solid #b09e9a;

}

.overwrapper{
	position: relative;
	
}


.margin-top-40{ margin-top: 40px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-10{ margin-top: 10px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-10{ margin-bottom: 10px; }

#fh5co-common-section {
    padding: 60px 0;
}
div#fh5co-common-section.coloredbg {
    background: #b09e9a;
}


.item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
    width: auto;
    min-width: 100%;
    max-width: 1000%;
    min-height: 100%;
    height: auto;
    max-height: 1000%;
}

.item {
    height: 260px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.item .imgblock {
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
}
div#footer .footertop {
    background: white;
    padding: 20px 0;
    margin-bottom: 20px;
}
div#footer {
    background: #b09e9a;
    padding: 0 0 20px;
}

ul.footlink {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

div#fh5co-featured-work-section {
    padding: 60px 0;
}

h5, .h5 {
    font-size: 110%;
}

h6, .h6 {
    font-size: 100%;
}


@media (max-width: 991px) {
.overwrapper .innerblock{ width: 100%; position:static; }

}



@media (max-width: 767px) {


html {

    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
}
ul.footlink A {
	font-size: 9px;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}


div#consentBox {
border: 2px solid #fff;
}
div#consentBox, div#consentBox * {
background: #835E81 !important;
color: #fff;
}


div#consentBox .consentButton , div#consentBox .rejectButton {
color: #FFFFFF !important;
background-color: #E56B70 !important;

padding: 8px 18px 10px !important;
border-radius: 0.25rem !important;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;

background-color: transparent !important;
border: 1px solid #E56B70 !important;
}

div#consentBox .consentButton:hover , div#consentBox .rejectButton:hover {
color: #474747 !important;

border-color: #474747 !important;
}


body {
    background: #cecece;
}


header,ul.sub-menu, div#footer .footertop {
    background: #444;
}

div#content H2, .episode h2 {
    text-transform: capitalize;
}


div#content .row {
    margin: 0;
}

.pt {
    border-top: 5px dashed #444;
    border-bottom: 5px dashed #b09e9a;
}

.logo img
 {
    height: 150px;
}

.pt {
    height: 650px;
 }
 
 
h1, h2, h3, h4, h5, h6, p, form {
    width: 100%;
}

.row{ margin: 0px;}