html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
	background-image: url(../images/dfsg.jpg);
	background-repeat: repeat;	
	background-color: #fff;
}
body p {
  line-height: 24px;
}
body * {
  font-family: "Roboto", sans-serif;
}
body section.row, body header.row, body footer.row {
  margin: 0;
  position: relative;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/*Buttons*/
.btn {
  padding: 0 36px;
	color: #000000;
  border: 1px solid;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-shadow: none;
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.8);
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	color:#fff;
	background-color: #000000;
}

.btn-primary {
  padding: 0 36px;
  line-height: 48px;
}
.btn-primary.btn-sm {
  padding: 0 32px;
  line-height: 44px;
}

.btn-default {
  padding: 0 36px;
  line-height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover, .btn-default:focus {
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.8);
}

.btn-bg {
  padding: 0 45px;
  line-height: 65px;
  font-size: 24px;
}

.btn-sm {
  padding: 0 25px;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
}

.btn-round {
  border-radius: 50px;
}

.btn-outline {
  padding: 0 36px;
  line-height: 44px;
  border: 1px solid #000000;
  background: none;
}

/*Section Title*/
.sectionTitle {
  margin-bottom: 30px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.sectionTitle:after {
  content: '';
  display: block;
  width: 47px;
  height: 2px;
  margin: 25px auto 0;
}
.sectionTitle .this-title {
  margin: 0 0 5px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 36px;
}
@media (max-width: 767px) {
  .sectionTitle .this-title {
    font-size: 30px;
  }
}
.sectionTitle p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.sectionTitle.text-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.sectionTitle.text-left:after {
  margin-left: 0;
}

/*--------------------------------------------------------------------------------------------*/
.top-bar {
  border-bottom: 1px solid;
}
.top-bar .welcome-message {
  float: left;
  letter-spacing: 0.25px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .top-bar .welcome-message {
    width: 100%;
    text-align: center;
  }
}
.top-bar .top-nav {
  float: right;
}
@media (max-width: 991px) {
  .top-bar .top-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
.top-bar .top-nav li {
  float: left;
}
.top-bar .top-nav .tel {
  border-left: 0;
}
.top-bar .top-nav a {
  padding: 0 20px;
  line-height: 40px;
  letter-spacing: 0.25px;
  font-size: 15px;
}
.top-bar .top-nav a i {
  font-size: 15px;
}
@media (max-width: 767px) {
  .top-bar .top-nav a {
    width: 47px;
    padding: 0;
    text-align: center;
  }
  .top-bar .top-nav a i {
    width: 47px;
  }
}
@media (max-width: 767px) {
  .top-bar .top-nav .email, .top-bar .top-nav .tel {
    white-space: nowrap;
    overflow: hidden;
  }
}
.top-bar .top-nav .email i, .top-bar .top-nav .tel i {
  margin-right: 10px;
}

/*Navigation*/
.navbar-default {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}
.navbar-default .navbar-header {
  margin: 0;
}
.navbar-default .navbar-header .navbar-toggle {
  margin: 14px 0 0;
  border-radius: 0;
}
.navbar-default .navbar-header .navbar-brand {
	padding: 0;
	height: 70px;
	margin-right: 0;
	margin-left: 0;
}
.navbar-default .navbar-header .navbar-brand img {
	max-height: 70px;
}
.navbar-default .navbar-collapse {
  margin: 0;
}
.navbar-default .navbar-collapse .btn-outline {
  margin-top: 29px;
  margin-left: 20px;
}
.navbar-default .navbar-collapse .nav {
  margin: 0;
}
.navbar-default .navbar-collapse .nav li a {
  text-shadow: none;
  padding: 0 20px;
  line-height: 70px;
  font-size: 17px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-collapse .nav li a {
    padding: 0 12px;
  }
}
.navbar-default .navbar-collapse .nav li .dropdown-menu {
  border-radius: 0;
  left: 0;
  right: auto;
  min-width: 200px;
}
@media (min-width: 1025px) {
  .navbar-default .navbar-collapse .nav li .dropdown-menu {
    display: block;
    z-index: -10000;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-perspective-origin: top center;
    perspective-origin: top center;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default .navbar-collapse .nav li .dropdown-menu li + li {
  border-top: 1px solid;
}
.navbar-default .navbar-collapse .nav li .dropdown-menu li a {
  line-height: 34px;
  font-size:14px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse .nav li.dropdown > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
  }
}
.navbar-default .navbar-collapse .nav li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navbar-default .navbar-collapse .nav li:hover a, .navbar-default .navbar-collapse .nav li.open a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .navbar-default .navbar-collapse .nav li:hover .dropdown-menu, .navbar-default .navbar-collapse .nav li.open .dropdown-menu {
    z-index: 10000;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: perspective(150) rotateX(0);
  }
}
.navbar-default.affix {
  width: 100%;
  top: 0;
}
.navbar-default.affix .navbar-header .navbar-brand {
}
.navbar-default.affix .navbar-collapse .btn-outline {
  margin-top: 8px;
}
.navbar-default.affix .navbar-collapse .nav li a {
  line-height: 70px;
}
.navbar-default.affix + .row {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-header .navbar-brand, .navbar-default.affix .navbar-header .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-collapse, .navbar-default.affix .navbar-collapse {
    max-height: 100%;
  }
  .navbar-default .navbar-collapse .btn-outline, .navbar-default.affix .navbar-collapse .btn-outline {
    margin-top: 8px;
  }
  .navbar-default .navbar-collapse .nav li a, .navbar-default.affix .navbar-collapse .nav li a {
    line-height: 70px;
  }
}





.rev_slider {
  overflow: hidden;
}
.rev_slider .welcome-Title {
  font-weight: 300;
}
.rev_slider .welcome-Title:after {
  content: '';
  width: 46px;
  height: 2px;
  display: block;
  margin-top: 20px;
}
.rev_slider .welcome-Title2 {
  padding: 30px !important;
}
@media (max-width: 991px) {
  .rev_slider .welcome-Title2 {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .rev_slider .welcome-Title2 {
    padding: 15px !important;
  }
}
.rev_slider .welcome-Title2:after {
  display: none;
}
@media (max-width: 991px) {
  .rev_slider .welcome-Title3 {
    text-align: center;
  }
}
.rev_slider .welcome-Title3:after {
  display: none;
}
.rev_slider .welcome-Content {
  font-weight: 300;
}
@media (max-width: 991px) {
  .rev_slider .welcome-Content2 {
    display: none;
  }
}
.rev_slider .slide-Img img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .rev_slider .check-o-list {
    display: none;
  }
}
.rev_slider .check-o-list li + li {
  margin: 0;
}
.rev_slider .slide-Video {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(32, 43, 51, 0.9);
  box-shadow: 0px 0px 9px 0px rgba(32, 43, 51, 0.9);
  border: 20px solid;
}

















.service-about {
  padding: 110px 0 130px;
}

.service-features .this-headings {
  max-width: 460px;
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-features .this-heading-p {
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 45px;
}
.service-features .this-feature {
  margin-bottom: 55px;
}
.service-features .this-feature .media-left {
  font-size: 40px;
  padding-right: 30px;
}
.service-features .this-feature .media-left span {
  width: 35px;
  display: block;
}
.service-features .this-feature .this-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}
.service-features .this-feature p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.service-process {
  overflow: visible;
}
.service-process + .service-process {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 1199px) {
  .service-process + .service-process {
    margin-top: 65px;
  }
}
.service-process + .service-process:before {
  content: '';
  width: 1px;
  height: 140px;
  border-left: 1px dashed;
  display: block;
  position: absolute;
  top: -140px;
  left: 30px;
}
@media (max-width: 991px) {
  .service-process + .service-process:before {
    height: 90px;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .service-process + .service-process:before {
    display: none;
  }
}
.service-process .media-left {
  font-size: 26px;
  font-weight: 500;
  padding-right: 30px;
}
.service-process .media-left span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 60px;
}
.service-process .this-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-process p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}














/*--------------------------------------------------------------------------------------------*/
.our-services {
	background-color: #FFF;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.our-services + .more-services:before {
  content: '';
  display: block;
  border-radius: 5px;
  height: 62px;
  width: 6px;
  position: absolute;
  top: -31px;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
}
.our-services + .more-services.style:before {
  display: none;
}
.service-block {
  padding-top: 1px;
}

.service-block {
	padding: 4px;
	text-align: center;
}
.service-block .inner {
	transition: all 300ms linear 0s;
	padding-right: 14px;
	padding-bottom: 17px;
	padding-left: 17px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0;
}
@media (max-width: 991px) {
  .service-block .inner {
    padding: 0 15px 25px;
  }
}
@media (max-width: 991px) {
  .service-block .inner {
    border-top-width: 20px;
  }
}
.service-block .inner:hover, .service-block .inner:focus {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
}
.service-block .icon-holder {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 100%;
  margin: -49px auto 35px;
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
}
@media (max-width: 991px) {
  .service-block .icon-holder {
    margin-bottom: 20px;
  }
}
.service-block .icon-holder i {
  display: inline-block;
}
.service-block .this-title {
	margin: 0 0 20px;
	text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-block .this-title {
    font-size: 22px;
  }
}
.service-block .this-summary {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .service-block .this-summary {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.service-block .more {
	font-size: 17px;
	line-height: 44px;
	text-transform: capitalize;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
.service-block.style .inner {
  border-top: none;
  margin-top: 56px;
}

/*More Services*/
.more-services {
  padding: 115px 0 175px;
}
.more-services.style {
  padding-bottom: 100px;
}

.more-service-blocks .btn-primary {
  margin-top: 30px;
}
.service-block {
	text-align: center;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}
@media (max-width: 767px) {
  .service-block {
    padding-bottom: 30px;
  }
}
.service-block .icon-holder {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
}
.service-block .icon-holder img {
  display: inline-block;
}
.service-block .this-title {
  font-weight: 400;
  margin: 32px 0 30px;
  text-transform: capitalize;
}
.service-block .this-summary {
  font-size: 16px;
  line-height: 27px;
  padding: 0 14px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .service-block .this-summary {
    padding: 0;
  }
}
















/*Featured Services*/
.featured-service-blocks.row {
  margin-top: -284px;
  z-index: 20;
}
@media (max-width: 1199px) {
  .featured-service-blocks.row {
    margin-top: -223px;
  }
}
.featured-service-blocks.row.style2 {
  margin-top: 0;
  padding: 95px 0 125px;
}

.featured-service-block {
  padding: 45px 50px 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .featured-service-block {
    padding: 25px 20px 35px;
  }
}
@media (max-width: 991px) {
  .featured-service-block {
    padding: 25px;
  }
}
.featured-service-block + .featured-service-block {
  border-left: 1px solid;
}
.featured-service-block .icon-holder {
  line-height: 35px;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .featured-service-block .icon-holder {
    margin-bottom: 10px;
  }
}
.featured-service-block .this-title {
  margin: 0 0 18px;
	font-size: 24px;
	color: #00ccff;
}
@media (max-width: 1199px) {
  .featured-service-block .this-title {
    margin-bottom: 10px;
  }
}
.featured-service-block .this-title a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .featured-service-block .this-title a {
    line-height: 24px;
    font-size: 18px;
  }
}
.featured-service-block .this-summary {
  margin-bottom: 0;
	color: #fff;
}
@media (max-width: 991px) {
  .featured-service-block .this-summary {
    line-height: 23px;
  }
}
.featured-service-block .this-expand {
  width: 49px;
  line-height: 49px;
  border-radius: 100%;
  position: absolute;
  bottom: -24.5px;
  left: -webkit-calc(50% - 24.5px);
  left: calc(50% - 24.5px);
  text-align: center;
  display: block;
  z-index: 1;
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
}
@media (max-width: 991px) {
  .featured-service-block .this-expand {
    display: none;
  }
}
.featured-service-block .this-expand:hover, .featured-service-block .this-expand:focus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featured-service-block .more {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 42px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .featured-service-block .more {
    margin-top: 20px;
  }
}
.featured-service-block.style3 {
  padding: 0 15px;
  background: none;
}
@media (max-width: 767px) {
  .featured-service-block.style3 {
    padding: 15px;
  }
}
.featured-service-block.style3 + .featured-service-block {
  border: none;
}
.featured-service-block.style3 .this-title {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .featured-service-block.style3 .this-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.featured-service-block.style3 .this-summary {
  line-height: 27px;
}








/*--------------------------------------------------------------------------------------------*/
.our-experties {
  padding: 125px 0 130px;
}

.expertise-intro {
  max-width: 810px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
.expertise-intro:after {
  content: '';
  display: block;
  margin: 30px auto 18px;
  border-radius: 5px;
  height: 62px;
  width: 6px;
}

.expertise-circle {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .expertise-circle {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .expertise-circle .img-circle {
    max-width: 100%;
  }
}
.expertise-circle .block {
  position: absolute;
  width: 200px;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 991px) {
  .expertise-circle .block {
    width: 165px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .expertise-circle .block {
    position: relative;
    width: 100%;
    line-height: 24px;
  }
}
.expertise-circle .block:before {
  content: '';
  width: 31px;
  height: 31px;
  border: 6px solid;
  display: block;
  border-radius: 100%;
  position: absolute;
  opacity: 0.6;
  top: 6px;
}
@media (max-width: 767px) {
  .expertise-circle .block:before {
    top: 3px;
    width: 18px;
    height: 18px;
    border-width: 3px;
  }
}
.expertise-circle .block.pos-left {
  text-align: right;
  left: 0;
}
@media (max-width: 767px) {
  .expertise-circle .block.pos-left {
    padding-right: 30px;
    margin-bottom: 15px;
  }
}
.expertise-circle .block.pos-left:before {
  right: -49px;
}
@media (max-width: 767px) {
  .expertise-circle .block.pos-left:before {
    right: 0;
  }
}
.expertise-circle .block.pos-right {
  text-align: left;
  right: 0;
}
@media (max-width: 767px) {
  .expertise-circle .block.pos-right {
    padding-left: 30px;
    margin-top: 15px;
  }
}
.expertise-circle .block.pos-right:before {
  left: -49px;
}
@media (max-width: 767px) {
  .expertise-circle .block.pos-right:before {
    left: 0;
  }
}
.expertise-circle .block.top-block {
  top: 78px;
}
@media (max-width: 767px) {
  .expertise-circle .block.top-block {
    top: auto;
  }
}
.expertise-circle .block.bottom-block {
  bottom: 72px;
}
@media (max-width: 767px) {
  .expertise-circle .block.bottom-block {
    bottom: auto;
  }
}














/*--------------------------------------------------------------------------------------------*/
.testimonials {
  padding: 82px 0 74px;
}
.testimonials:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/testbg.jpg) no-repeat fixed center center;
  background-size: cover;
  opacity: 0.10;
  z-index: 0;
}
.testimonials.style2:before {
  display: none;
}
.testimonials .container {
  position: relative;
  z-index: 2;
}

.testimonial-slides {
  max-width: 830px;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonial-slides {
    padding: 0 15px;
  }
}
.testimonial-slides .client-img {
  text-align: center;
  border-radius: 100%;
  width: 88px;
  height: 88px;
  margin: 0 auto 35px;
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
}
.testimonial-slides .client-img img {
  border-radius: 100%;
}
.testimonial-slides .quotes {
  margin: 0 0 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
@media (max-width: 479px) {
  .testimonial-slides .quotes {
    font-size: 16px;
    line-height: 24px;
  }
}
.testimonial-slides .client-id {
  margin: 0;
  font-weight: 400;
}
.testimonial-slides .client-id:before {
  content: '';
  display: block;
  margin: 0 auto 30px;
  width: 47px;
  height: 2px;
}
.testimonial-slides .client-id span {
  font-weight: 300;
}
.testimonial-slides .owl-dots {
  display: table;
  margin: 50px auto 0;
}
.testimonial-slides .owl-dot {
  float: left;
  width: 13px;
  height: 13px;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonial-slides .owl-dot + .owl-dot {
  margin-left: 12px;
}

.testimonial2 {
  padding: 95px 0 130px;
}
.testimonial2 .quote-sign {
  padding-top: 23px;
  padding-bottom: 35px;
}
.testimonial2 .testimonial2-carousel {
  max-width: 870px;
  margin: 0 auto;
}
.testimonial2 .testimonial2-carousel .testimonail-footer {
  display: table;
  margin: 0 auto;
}
.testimonial2 .testimonial2-carousel .testimonail-footer .media-left {
  padding-right: 15px;
}
.testimonial2 .testimonial2-carousel .testimonail-footer .media-left a {
  width: 86px;
  height: 86px;
  display: block;
  line-height: 86px;
}
.testimonial2 .testimonial2-carousel .testimonail-footer .media-body {
  width: auto;
  vertical-align: middle;
  text-align: left;
}
.testimonial2 .testimonial2-carousel .testimonail-footer .this-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.testimonial2 .testimonial2-carousel .testimonail-footer .this-pos {
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: 300;
}
.testimonial2 .owl-dots {
  margin-top: 45px;
}
.testimonial2 .owl-dot {
  width: 12px;
  height: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 100%;
  border: none;
}
.testimonial2 p {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 35px;
  font-weight: 300;
  font-style: italic;
}



































/*--------------------------------------------------------------------------------------------*/
.contact-form-area {
  padding: 102px 0 130px;
  background: url(../images/gallery2.png) no-repeat scroll center bottom;
}

.contact-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin: 10px 0 55px;
	color: #fff;
}

.contact-form-box {
  position: relative;
}

.contact-form {
  margin: 0;
}
.contact-form .form-group {
  margin-bottom: 40px;
}
.contact-form .form-control {
  height: 53px;
  line-height: 51px;
  border: 1px solid;
  padding: 0 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
}
.contact-form .form-control + .error {
  font-weight: 300;
  font-size: 15px;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form textarea.form-control {
  height: 190px;
  resize: none;
}

#success, #error {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  padding: 15px;
  display: none;
}

#mapBox {
  height: 665px;
}

.contact-infos {
  padding: 80px 0;
}

.contact-info {
  padding: 15px;
}
@media (max-width: 767px) {
  .contact-info {
    max-width: 320px;
    margin: 0 auto;
  }
}
.contact-info .media-left i {
  font-size: 30px;
  width: 45px;
}
.contact-info .this-title {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 21px;
}
.contact-info .this-title:after {
  content: '';
  display: block;
  width: 47px;
  height: 2px;
  margin-top: 15px;
}
.contact-info .list-unstyled li {
  font-size: 16px;
  font-weight: 300;
}
.contact-info .list-unstyled li + li {
  margin-top: 15px;
}
.contact-info .list-unstyled li a.email {
  text-decoration: underline;
}








/*Product Based Services*/
.product-based-services {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .product-based-services {
    padding-bottom: 50px;
  }
}

.product-based-service {
  padding-top: 30px;
}
.product-based-service .img-holder {
  overflow-y: hidden;
  max-height: 390px;
}
@media (max-width: 767px) {
  .product-based-service .img-holder {
    max-height: none;
    margin: 0 auto 40px;
    max-width: 400px;
  }
}
.product-based-service .text-holder p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 0;
}
.product-based-service .text-holder .btn {
  margin-top: 40px;
}









/*--------------------------------------------------------------------------------------------*/
.project-contact-banner {
  padding: 40px 0;
}
.project-contact-banner h2 {
  margin: 0 0 10px;
  font-weight: 300;
}
.project-contact-banner p {
  font-size: 16px;
  font-weight: 300;
}
.project-contact-banner .btn-holder {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .project-contact-banner .btn-holder {
    text-align: left;
  }
}
































/*--------------------------------------------------------------------------------------------*/
.project-gallery {
  padding: 110px 0 5px;
}
@media (max-width: 639px) {
  .project-gallery {
    padding-bottom: 50px;
  }
}
.project-gallery:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: -webkit-calc(50% + 125px);
  height: calc(50% + 125px);
  background: url(../images/gallery.png) no-repeat scroll center bottom;
  z-index: 0;
}
@media (max-width: 1199px) {
  .project-gallery:before {
    height: -webkit-calc(50% + 127px);
    height: calc(50% + 127px);
  }
}
@media (max-width: 991px) {
  .project-gallery:before {
    height: -webkit-calc(50% + 125px);
    height: calc(50% + 125px);
  }
}
@media (max-width: 767px) {
  .project-gallery:before {
    height: -webkit-calc(50% + 123px);
    height: calc(50% + 123px);
  }
}
@media (max-width: 639px) {
  .project-gallery:before {
    height: 100%;
  }
}
.project-gallery.style2 {
  padding: 110px 0 90px;
}
.project-gallery.style2:before {
  height: 100%;
}
.project-gallery .container {
  z-index: 1;
  position: relative;
}

.project-gallery-box {
  padding-top: 23px;
}

.gallery-blocks {
  margin: 0 auto;
  width: 982px;
  height: 982px;
  padding-top: 133px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .gallery-blocks {
    width: 840px;
    height: 840px;
    padding-top: 114px;
  }
}
@media (max-width: 991px) {
  .gallery-blocks {
    width: 728px;
    height: 728px;
    padding-top: 97px;
  }
}
@media (max-width: 767px) {
  .gallery-blocks {
    width: 637px;
    height: 637px;
    padding-top: 84px;
  }
}
@media (max-width: 639px) {
  .gallery-blocks {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.gallery-blocks .blocks-box {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 714px;
  height: 714px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .gallery-blocks .blocks-box {
    width: 614px;
    height: 614px;
  }
}
@media (max-width: 991px) {
  .gallery-blocks .blocks-box {
    width: 534px;
    height: 534px;
  }
}
@media (max-width: 767px) {
  .gallery-blocks .blocks-box {
    width: 470px;
    height: 470px;
  }
}
@media (max-width: 639px) {
  .gallery-blocks .blocks-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
  }
}
@media (max-width: 479px) {
  .gallery-blocks .blocks-box {
    width: auto;
  }
}

.study-block {
  margin: 10px;
  width: 337px;
  height: 337px;
  float: left;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
  .study-block {
    width: 287px;
    height: 287px;
  }
}
@media (max-width: 991px) {
  .study-block {
    width: 247px;
    height: 247px;
  }
}
@media (max-width: 767px) {
  .study-block {
    width: 215px;
    height: 215px;
  }
}
@media (max-width: 479px) {
  .study-block {
    margin: 10px auto;
    float: none;
  }
}
.study-block .block-inner {
  margin: 0;
  border: 6px solid;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.study-block .rotate-back {
  -webkit-transform: rotate(-45deg) translateY(-21%);
  -ms-transform: rotate(-45deg) translateY(-21%);
  transform: rotate(-45deg) translateY(-21%);
  width: 460px;
  height: 460px;
  margin: auto;
  position: relative;
  left: 1px;
}
@media (max-width: 1199px) {
  .study-block .rotate-back {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 991px) {
  .study-block .rotate-back {
    width: 334px;
    height: 334px;
  }
}
@media (max-width: 767px) {
  .study-block .rotate-back {
    width: 288px;
    height: 288px;
  }
}
.study-block .bg-img {
  height: 230px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .study-block .bg-img {
    height: 195px;
  }
}
@media (max-width: 991px) {
  .study-block .bg-img {
    height: 167px;
  }
}
@media (max-width: 767px) {
  .study-block .bg-img {
    height: 144px;
  }
}
.study-block .shot {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 100%;
}
.study-block .study-about {
  margin: 0;
  text-align: center;
}
.study-block .study-about .client-logo {
  line-height: 75px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .study-block .study-about .client-logo {
    line-height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .study-block .study-about .client-logo {
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .study-block .study-about .client-logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.study-block .study-about .client-logo img {
  max-height: 75px;
}
@media (max-width: 1199px) {
  .study-block .study-about .client-logo img {
    max-height: 55px;
  }
}
@media (max-width: 991px) {
  .study-block .study-about .client-logo img {
    max-height: 35px;
  }
}
.study-block .study-about .this-case {
  margin: 0;
  font-size: 20px;
}

.study-blocks2 {
  padding-top: 9px;
}

@media (max-width: 599px) {
  .study-block-carousel {
    max-width: 360px;
    margin: 0 auto;
  }
}
.study-block-carousel .owl-dots {
  display: table;
  margin: 25px auto 0;
}
.study-block-carousel .owl-dot {
  float: left;
  width: 13px;
  height: 13px;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.study-block-carousel .owl-dot + .owl-dot {
  margin-left: 12px;
}
.study-block-carousel .owl-dot.active {
  border-width: 2px;
}

.study-block2 {
  padding: 15px;
}
.study-block2 .inner {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.study-block2 .inner img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.study-block2 .inner:hover, .study-block2 .inner:focus {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
}
.study-block2 .this-title {
  position: relative;
  margin: 0;
  padding: 25px 20px;
  text-align: center;
}
.study-block2 .title-text {
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.study-block2 .target-page {
  position: absolute;
  width: 49px;
  height: 49px;
  -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
  line-height: 49px;
  top: -24.5px;
  right: 20px;
  border-radius: 100%;
}
.study-block2 .target-page:hover, .study-block2 .target-page:focus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .study-block2.style2 {
    max-width: 385px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------------------------------*/
.served-clients {
  padding: 90px 0;
}

.served-client {
  text-align: center;
  line-height: 95px;
}
.served-client img {
  max-width: 100%;
}















/* ==============
    Services Area CSS 
======================== */
.services-item {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box > h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover > h3 {
   opacity: 0;
    visibility: hidden;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    background: #00299b;
    border-color: #00299b;
}
/* ==============
    End Services Area CSS 
======================== */

.content-block-area {
    padding: 100px 0;
}
.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}
.section-title span {
    color: #00299b;
}
.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
}
.car-icon::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.car-icon::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.separator-line {
    height: 1px;
    background: #eee;
    margin: 50px 0;
}
.gray-bg {
    background: #f9fbfd;
}
.space-tb-30 {
    height: 30px;
}

/* ==============
    Body Services Area CSS 
======================== */
.body-service-boxed-item {
    margin-left: -15px;
    background-color: #ddd;
    height: 560px;
    background-size: cover;
    background-position: center center;
}
.auto-body-bg {
     background-image: url(assets/img/body-service-bg.jpg);
}
.services-list {
    margin-top: 30px;
}
.services-list ul li {
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
    letter-spacing: .5px;
}
.services-list ul li:before {
    position: absolute;
    content: "\f046";
    color: #00299b;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}

/* ==== Services V.2 ===*/
.services-item-two {
    display: none;
    margin-bottom: 30px;
}
.services-item-two .services-item-mask {
    position: relative;
    padding: 10px 0 10px 20px;
}
.services-item-two .services-item-mask:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627;
}
.services-item-two .pic{
    position: relative;
    overflow: hidden;
}
.services-item-two .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .pic:after{
    opacity: 1;
}
.services-item-two .pic img{
    width: 100%;
    height: auto;
}
.services-item-two .single-links{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .single-links {
    bottom: 20px;
}
.services-item-two .single-links li{
    display: inline-block;
    margin-right: 5px;
}
.services-item-two .single-links li a {
  border: 1px solid #fdfffc;
  color: #fdfffc;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 130px;
}
.services-item-two .single-links li a:hover{
    background: #00299b;
    border: 1px solid #00299b;
}
.services-item-two .services-item-info{
    padding: 20px;
    background: #00299b;
    color: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two .services-item-info:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .services-item-info:before{
    left: 0;
}
.services-item-two .title{
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .title{
    color: #fff;
}
.services-item-two .post{
    display: block;
    font-size: 13px;
    color: #eee;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.services-item-two:hover .services-item-info,
.services-item-two:hover .post{
    color: #fdfffc;
}
.services-item-two .description{
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 990px){
    .services-item-two{ margin-bottom: 20px; }
}
/* ==============
    End Body Services Area CSS 
======================== */





/* ==============
    Gallery Page CSS 
========================= */
.gallery-item {
   margin-right: -15px;
    margin-left: -15px;
}
.gallery-boxed {
    display: none;
}
.gallery-item-one {
    text-align: center;
    margin-bottom: 30px;
}
.gallery-item-one .pic{
    position: relative;
}
.gallery-item-one .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.gallery-item-one .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one:hover .pic:before,
.gallery-item-one:hover .pic:after{
    opacity: 1;
}
.gallery-item-one .pic img{
    width: 100%;
    height: auto;
}
.gallery-item-one .lightbox-link {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one:hover .lightbox-link {
    opacity: 1;
    top: 50%;
}
.gallery-item-one .lightbox-link li{
    display: inline-block;
    margin-right: 10px;
}
.gallery-item-one .lightbox-link li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 50%;
    font-size: 25px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one .lightbox-link li a:hover{
    background: #00299b;
    border-color: #00299b;
}
.gallery-item-one .gallery-content{
    padding: 15px 0;
    background: #323232;
    border-top: 2px solid #00299b;
    overflow: hidden;
    position: relative;
}
.gallery-item-one .gallery-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #00299b;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.gallery-item-one:hover .gallery-content:before{
    top: 0;
}
.gallery-item-one .title{
    font-size: 24px;
    color: #f2f2f2;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gallery-item-one .post{
    display: block;
    font-size: 14px;
    color: #eeeeee;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gallery-item-one:hover .title,
.gallery-item-one:hover .post{
    color: #fff;
}








/* ==============
    Breadcumbs Area CSS 
======================== */
.breadcumbs-area {
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
.breadcumbs-bg-1 {
    background-image: url(../images/breadcumbs-bg-1.jpg);
}
.breadcumbs-bg-2 {
    background-image: url(../images/breadcumbs-bg-2.jpg);
}
.breadcumbs-area::before {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.breadcumbs-area h2 {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.breadcumbs-area a {
  color: #fff;
}
.breadcumbs-area span {
  text-transform: capitalize;
}

.breadcumbs-banner-area h2 {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 40px;
}
.breadcumbs-banner-area span {
	text-transform: capitalize;
	display: inline-block;
	margin: 25px 0 0;
}
.breadcumbs-banner-area a {
	color: #fff;
	text-transform: capitalize;
}
.breadcumbs-banner-area {
	background-position: center center;
	background-size: cover;
	height: 540px;
	position: relative;
}
.breadcumbs-banner-bg {
    background-image: url(../images/breadcumbs-banner-bg.jpg);
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
/* ==============
   End Breadcumbs Area CSS 
======================== */








/* 
   enquiry
   ----------- */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.enquiry {
    padding-bottom: 80px;
	padding-top: 70px;
}

.enquiry .enquiry-form {
    border: 1px solid #f3f1ed;
    padding: 25px 50px;
}

.enquiry-form .form-group {
    padding: 10px 0px;
    position: relative;
}

.enquiry-form .form-group .form-control {
    padding: 0px 50px 0px 15px;
    font-size: 16px;
    height: 40px;
}

.enquiry-form .form-group input[type=number]::-webkit-inner-spin-button,
.enquiry-form .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.enquiry-form .enquiry-btn {
    text-align: center;
    padding: 20px 0px;
}

.enquiry-form .enquiry-btn a {
    padding: 15px 40px;
}

.enquiry-form i {
    position: absolute;
    right: 20px;
    top: 53px;
    color: #f28a2f;
}

.enquiry-footer {
    position: relative;
    text-align: center;
    background-color: #fafafa;
    overflow: visible;
    padding-top: 20px;
}

.enquiry-footer p {
    margin-bottom: 20px;
}

.enquiry-footer span {
    position: relative;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 5px;
    text-align: center;
    background: 0 center repeat-x url("../img/zigzag.svg");
}

.enquiry td .active {
    background-color: #f9c56a !important;
}

.help-block {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

.top-space {
    margin-top: 15px;
}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbfcff;
    border: 1px solid #eee;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fbfcff;
}
.select-styled:active, .select-styled.active {
  background-color: #fbfcff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #999 transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fbfcff;
    border: 1px solid #eee;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #eee;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #333;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}