* {
  padding: 0;
  margin: 0;
}

html, 
body {
  overflow-x: hidden;
}

body {
  float: left;
  width: 100%;
  height: auto!important;
  letter-spacing: 0.3px;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Courgette', cursive;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #d39a3c;
  font-family: 'Courgette', cursive;
  margin: 0;
}

p {
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-bottom: 0;
}

a {
  font-family: 'Open Sans', sans-serif;
}

ul li,
ol li {
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

.pad0 {
  padding: 0!important;
  margin: 0!important;
}

.top-bar {
  background: #f894a9;
  padding-top: 7px;
}

.email-us {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  vertical-align: middle;
  display: inline-block;
  //border: 1px solid red;
  margin-top: 4px;
}

.email-us > i {
  font-size: 28px;
}

.email-us > p {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

#social-icons li {
  margin-right: 3px;
}

#social-icons li:last-child {
  margin-right: 0px;
}

#social-icons  a {
  color: #fff;
  font-size: 16px;
}

.fa-facebook {
  //padding: 6px 11px;
  padding: 6px 9px;
  border: 1px solid #fff;
  border-radius: 35px;
  //font-size: 25px;
}
/*.fa-facebook:hover{
  background:#fff;
  color:#f894a9;
  border-radius:35px;
  
  transition-property: background,color;
  //transition-property: background,color,border-radius;
  transition-duration: .3s;
  transition-timing-function: linear, ease-in-out;

}*/
.fa-instagram {
  padding: 6px 7px;
  border: 1px solid #fff;
  border-radius: 35px;
  //font-size: 25px;
}

.fa-twitter {
  padding: 6px 6px;
  border: 1px solid #fff;
  border-radius: 35px;
  //font-size: 25px;
}

#social-icons li :hover {
  background: #fff;
  color: #f894a9;
  border-radius: 35px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition-property: background,color;
  transition-duration: .3s;
  transition-timing-function: linear, ease-in-out;
}

.navbar {
  background: rgb(255, 255, 255);
  //border-radius: 4px;
  border: 0;
  padding: 0;
  border: none!important;
  margin-bottom: 0px!important;
  -webkit-box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.23);
  box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.23);
}

.navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

/*.navbar-nav > .active > a,  .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {

    color: #ffffff;

    background: transparent;

}*/

.navbar-nav {
  margin-left: 4%!important;
  margin-top: 1.5%;
  padding-left: 1%;
}

.navbar-toggle .icon-bar+.icon-bar , .navbar-toggle .icon-bar {
  background-color: #f894a9;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f894a9;
}

.navbar-toggle {
  background-color: #fff;
  border: 1px solid #f894a9;
  border-radius: 4px;
  margin-top: 7%;
}

.navbar-collapse {
  background-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent!important;
  //background-color: #701577!important;
  //color: #fff!important;
  color: #d39a3c!important;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  //background-color: #701577!important;
  color: #d39a3c!important;
  font-weight: bold;
  transition-property: color;
  //transition-property: background,color,border-radius;
  transition-duration: .3s;
  transition-timing-function: linear, ease-in-out;
}

/*.navbar-nav .active a::hover{
    text-decoration: none;
    background-color: #701577!important;
    color:#f894a9!important;
    transition: all 0.6s ease-out;

}*/

.navbar-default .navbar-nav>li>a {
  color: #3d3d3d;
  //font-weight: bold;
  //margin-right: 20px;
  padding-right: 36px;
}

.navbar-default .navbar-nav > ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 5px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
   -webkit-background-color: #fff;
  -moz-background-color: #fff;
  -o-background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #f894a9;
  -webkit-border-color: #f894a9;
  -moz-border-color: #f894a9;
  -o-border-color: #f894a9;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #000;
  background-color: #fff;
  -webkit-background-color: #fff;
  -moz-background-color: #fff;
  -o-background-color: #fff;
}

/*.dropdown-menu>li>a {
    padding: 10px 20px;
    clear: both;
    font-weight: 500;
    color: #701577;
    white-space: nowrap;
}*/

.dropdown-menu {
  //border-top: 4px #701577 solid;
  margin-top: 5px;
  border: transparent!important;
  min-width: 186px;
  padding: 11px 0px;
  margin-top: 8px!important;
  //font-size: 15px;
  text-align: left;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(112, 21, 119, 0.2);
  box-shadow: 0 6px 12px rgba(112, 21, 119, 0.2);
}

/*.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #701577;
}*/

header {
  background: #fff none repeat scroll 0 0;
  //-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  //-moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  //-ms-box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  //-o-box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  //box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  //border: 1px solid red;
}

  /*.dropdown-menu {

    min-width: 200px;

  }*/

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 10px 15px;
  font-weight: 300;
}

.multi-column-dropdown {
  list-style: none;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 700;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  //color: #262626;
  color: #d39a3c!important;
  background-color: #f5f5f5;
  transition-property: color;
  //transition-property: background,color,border-radius;
  transition-duration: .3s;
  transition-timing-function: linear, ease-in-out;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .content {
    width: 90%;
    margin: 50px auto;
    padding: 10px;
  }
}

.block {
  float: left;
  padding: 126px 0 0  0;
  //padding: 126px 0;
  position: relative;
  width: 100%;
  
}

.theme-layout {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider {
  max-width: 100%;
  height: 500px;
  //margin: 20px auto;
  position: relative;
}

.slide1,.slide2,.slide3,.slide4,.slide5,.slide6 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide-caption {
  width: 100%;
  height: 700px;
  //margin: 20% auto;
  //border: 1px solid red;
  //padding: 20% 0%;
  padding-top: 15%;
  padding-bottom: 20%;
  background: rgba(0,0,0,0.3);
}

.slide-caption h1 {
  font-size: 40px;
  color: #fff;
}

.slide1 {
  background: url(../images/banners/banner1.jpg)no-repeat center;
  background-size: 100%;
  animation: fade 15s infinite;
  -webkit-animation: fade 15s infinite;
}

.slide2 {
  background: url(../images/banners/banner2.jpg)no-repeat center;
  background-size: cover;
  animation: fade2 15s infinite;
  -webkit-animation: fade2 15s infinite;
}

.slide3 {
  background: url(../images/banners/banner3.jpg)no-repeat center;
  background-size: cover;
  animation: fade3 15s infinite;
  -webkit-animation: fade3 15s infinite;
}

.slide4 {
  background: url(../images/banners/banner4.jpg)no-repeat center;
  background-size: cover;
  animation: fade4 15s infinite;
  -webkit-animation: fade4 15s infinite;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade4 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*=======About us section======= */

.section-heading {
  font-family: 'Courgette', cursive;
  //font-size: 37px;
  font-size: 50px;
  color: #d39a3c;
  font-weight: normal;
}

.sub-section-heading{
  font-size: 34px;
}

.spacer-top{
  margin-top: 60px;
  margin-bottom: 60px;
  //border: 1px solid red;
}


.inner-padding{
  padding: 5% 0;
  //border: 1px solid green;
}

.btn-default {
  color: #e4ac50;
  border: 2px solid #e4ac50;
}

.btn-default:hover, .btn-default:active, .btn-default:focus{
  color: #fff;
  border: 2px solid #e4ac50;
  background: #e4ac50;
}

.btn {
  padding: 0 25px;
  //height: 56px;
  line-height: 40px;
  border-radius: 0;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.carousel-adjust {
position: absolute;
top: 86%!important; /* pushes the icon in the middle of the height */
left: 74.5%;
z-index: 5;
display: inline-block;
//border: 1px solid green;
opacity: 1!important;
  width: 12%!important;
}

.carousel-adjust.right {
  right: 8px;
}

.carousel-adjust:hover {
  opacity: 0.8!important;
  width: 12%!important;
}


/*===team section====*/

.brand-list .owl-nav{
    position: absolute;
    //top: 30%;
    top: 20%;
    width: 100%;
}
.brand-list .owl-prev{
    float:left;
}

.brand-list .owl-next{
  float:right;
}

.team-list{
  padding-left: 35px;
  padding-right: 35px;
}

.team-heading{
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  border: 1px solid transparent;
  overflow: hidden;
}
.team-desc{
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.owl-stage {
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
}

/*==========for Owl2.3.0 styling=============*/
.flipboxStyle.owl-carousel .owl-item img {
  //-webkit-transform-style: preserve-3d;
  width:auto!important;
  height:auto;
}

/*.flipboxStyle .owl-theme .owl-nav {
    text-align:left!important;
}*/

.flipboxStyle .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
	text-align: left!important;
}
.flipboxStyle.owl-prev{
    float:left;
	left:0%;
}

.flipboxStyle .owl-next{
  float:right;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	background:transparent!important;
	border:none!important;
}
/*========Service home page========*/

.white-patch{
  background: #f5f5f5;
}

.flipboxStyle1{
  margin-top:6%;
}

.services-flip{
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
.services-flip:hover, .services-flip:active{
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
   margin-top: 5px;
}

.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  perspective: 800;
  height: 100%;
  position: relative;
}

.flip .card.flipped {
  -ms-transform: rotatey(-180deg);
 /* IE 9 */
  -moz-transform: rotatey(-180deg);
 /* Firefox */
  -webkit-transform: rotatey(-180deg);
 /* Safari and Chrome */
  -o-transform: rotatey(-180deg);
 /* Opera */
  transform: rotatey(-180deg);
}

.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  font-family: Georgia;
  font-size: 3em;
  text-align: center;
  line-height: 200px;
  -webkit-backface-visibility: hidden;
 /* Safari & Chrome */
  -moz-backface-visibility: hidden;
 /* Firefox */
  -ms-backface-visibility: hidden;
 /* Internet Explorer */
  -o-backface-visibility: hidden;
 /* Opera */
  backface-visibility: hidden;
  /* W3C */;
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  //background: black;
  color: white;
  cursor: pointer;
}

.flip .card .back {
  //background: blue;
  //background: white;
  color: black;
  cursor: pointer;
  -ms-transform: rotatey(-180deg);
 /* IE 9 */
  -moz-transform: rotatey(-180deg);
 /* Firefox */
  -webkit-transform: rotatey(-180deg);
 /* Safari and Chrome */
  -o-transform: rotatey(-180deg);
 /* Opera */
  transform: rotatey(-180deg);
}

.flipboxStyle {
  display: block;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
  padding-botton: 30px;
}

.flipboxStyle {
  list-style: outside none none;
  overflow: hidden;
}

.flipboxStyle .item1 {
  height: 300px;
  margin: auto;
  padding: 10px;
  width: 300px;
}

.flipboxStyle figcaption {
  background-color: #fff;
  //background-image: url("../images/goldenborder.png");
  //background-position: center center;
  //background-size: 154% auto;
  border: 1px solid #f894a9;
  border-radius: 50%;
  color: #1d4491;
  height: 100%;
  line-height: 14px;
  padding: 35px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.flipboxStyle .back figcaption {
  //background-color: #1d4491;
  background-color: #f894a9;
  padding: 10px;
}

.flipboxStyle .item1 h4 {
  font-family: 'Open Sans', sans-serif;
  color: #f894a9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 20px;
  text-align: center;
  text-transform: capitalize;
}

.flipboxStyle .item1 .back h4 {
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.flipboxStyle figcaption i {
  font-size: 55px;
}

.flipboxStyle .item1 small {
  color: #d8bc7c;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 0;
}

.flipboxStyle .item1  p {
  color: #fff;
  //font-size: 11px;
  //line-height: 13px;
  line-height: 21px;
  padding: 7px 3px 0 3px;
}

.flipboxStyle .bullet-white li {
  list-style: outside none none;
  margin-right: 0;
  overflow: visible;
  font-size: 14px;
  color: #fff;
}

.flipboxStyle .bullet-white {
  display: block;
  margin: 0;
}

.bullet-white {
  color: #fff;
  margin: -7px 0 0;
  padding: 0 15px;
  display: none;
}

.flipboxStyle .bullet-white {
  display: block;
  margin: 0;
}

.portfolio_listing {
  float: left;
  margin: 0;
  width: 100%;
  position: relative;
}

.lowerBorder {
  //bottom: 0;
  margin-top: -120px;
  height: 282px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.carousel-control {
  top: 50%;
}

.carousel-control {
  opacity: 1;
  width: 3%;
}

.carousel-control:hover {
  opacity: 0.7;
  width: 3%;
}

.carousel-control.left, .carousel-control.right {
  background-image: none !important;
  filter: none !important;
}

.pattern {
  //background: url(../images/bg-pattern.jpg)repeat center;
  width: 100%;
  clear: both;
  background-position: 0 0;
}

/*.pattern1 {
  background: url(../images/bg-pattern.jpg)repeat center;
  width: 100%;
  clear: both;
  background-position: 0 0;
}*/

/*.white-patch {
  background: rgba(255,255,255,0.7);
}*/



/*===== Blog Sec =====*/

/*.blog-post {
  border: 2px solid #f3f3f3;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blog-post.img-post,

.blog-post.author-post {
  border: 0 none;
  text-align: center;
}

.blog-post.intro-div {
  padding: 76px 15%;
}

.intro-div .title {
  margin-bottom: 55px;
}

.blog-post > p {
  color: #999;
  float: left;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
}

.blog-post .btn1 {
  font-size: 18px;
}

.blog-post > a.btn2 {
  border: 2px solid;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 40px;
  padding: 18px 35px;
}

.blog-post > a.btn2:hover {
  background: transparent none repeat scroll 0 0;
}

.blog-post-padd {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 65px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}

.blog-post:hover .blog-post-padd {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.blog-post-padd-inner {
  height: 100%;
  padding: 10px 10px 10px;
  position: relative;
  z-index: 1;
}

.blog-post-padd-inner::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.post-detail > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.post-detail > h2 a {
  color: inherit;
}

.post-detail > p {
  color: #fff;
  display: inline-block;
  //font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif!important;
}

.post-detail > a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #000;
  float: right;
  font-size: 16px;
  margin-top: 40px;
  padding: 15px 30px;
}

.post-detail >i>a {
  font-size: 16px;
  padding: 3px 5px;
  vertical-align: initial;
  margin-top: 5px;
}

.post-detail > a:hover {
  background: #333 none repeat scroll 0 0;
}
*/


/*===== Gallery Sec =====*/
.brand-list{
  width: 100%;
  overflow: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.owl-carousel.owl-loaded {
  display: block!important;
}

.gallery-carousel {
  float: left;
  //margin-bottom: 70px;
  margin-bottom: 50px;
  margin-left: -20%;
  width: 140% !important;
}

.gallery-post {
  float: left;
  position: relative;
  width: 100%;
}

.gallery-post:before,

.gallery-post:after {
  background: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  content: "";
  z-index: 1;
}

.gallery-post:before {
  top: 0px;
}

.gallery-post:after {
  bottom: 0px;
}

.gallery-post > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.gallery-info {
  bottom: 65px;
  left: 35px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: calc(100% - 70px);
  z-index: 1;
}

.gallery-info::before {
  background: #f66b88 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.gallery-info > h2 {
  color: #fff;
  float: left;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 8px;
  width: 100%;
}

.gallery-info > span {
  color: #fff;
  float: left;
  font-size: 19px;
  width: 100%;
}

.gallery-carousel .owl-item.center :hover.gallery-info {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.gallery-carousel .owl-item.center .gallery-info::before {
  opacity: 0.8;
}

.gallery-carousel .owl-item.center .gallery-post {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.gallery-carousel .owl-item.center .gallery-post:before,

.gallery-carousel .owl-item.center .gallery-post:after {
  opacity: 1;
}

.gallery-carousel .owl-stage-outer {
  //overflow-y: auto !important;
  padding: 90px 0;
}

.gallery-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.gallery-carousel .owl-item.center .gallery-post > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery-carousel .owl-dots {
  //bottom: -45px;
  display: none!important;
}

/*===== Gallery Sec Style2 =====*/

.gallery-sec.style2 .gallery-post::after,

.gallery-sec.style2 .gallery-post::before {
  display: none;
}

.gallery-sec.style2 .owl-item.center .gallery-post {
  border: 35px solid #fff;
}

.gallery-sec.style2 .gallery-info {
  bottom: 0;
  left: 0;
  width: 100%;
}

.block.pattern {
  background: url(../images/bg-pattern.jpg);
}

.block.less-spacing {
  padding: 50px 0px 0px 0px;
}

/*.block {
  float: left;
  padding: 150px 0;
  position: relative;
  width: 100%;
}*/


section {
  float: left;
  position: relative;
  width: 100%;
}

.intro:before, .intro img, .owl-dots > div, .gallery-post, .people .socials, .people .socials:before, .load-more > a, .singlepost-share > ul > li, .wedplan-info > i, .wedplan-info > a, .pricing, .pricing > span, .pricing > span img, .pricing > i, nav ul ul li, .responsive-menu, .topbar, .for-contact, .social-btns > li, .logomenu-sec > ul > li, .social-btns > li a:before, .blog-post-padd, .audio-track, .sidepanel, .social-btn > li a, .map-add {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

/*===end gallery====*/

/* ===============================================================

    OWL CAROUSEL STYLING

    ================================================================*/



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* *   Owl Carousel - Auto Height Plugin*/.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}/* *  Core Owl Carousel CSS File*/.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}


.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}/* No Js */.no-js .owl-carousel {
  display: block;
}/* *    Owl Carousel - Lazy Load Plugin*/.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
/* transform-style:preserve-3d; */;
}/* *  Owl Carousel - Video Plugin*/.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@-webkit-keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    animation-timing-function: cubic-bezier(0.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {

  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {

  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeOutLeft {

  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@keyframes pulse {

  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {

  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}



/*===*/

.gallery-info,

.gallery-info::before,

.gallery-post:before,

.gallery-post:after,

.gallery-post > img,

.blog-post img{
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}



.gallery-post,
.blog-post-padd,
 {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);

  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
 
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
 
}


/*==footer=*/
.footer-form{
  margin-top: 15px;
  margin-bottom:15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footer-form input[type=text], .footer-form input[type=email]{
    background: transparent!important;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    border-radius: 0!important;
}

.footer-form textarea {
  background: transparent!important;
  border: none;
  border-bottom: 1px solid #fff;
  box-shadow: none!important;
  border-radius: 0!important;
}

.footer-form input[type=text]:focus, .footer-form input[type=email]:focus{
    background: transparent!important;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0!important;
}

.footer-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f894a9 inset !important;
   -webkit-text-fill-color:#fff;
}
.footer-form textarea:focus {
  border-bottom: 1px solid #fff;
}

.footer-form .form-control{
  padding-bottom:20px;
  color: #fff;
  font-size:16px;
}

.footer-form input::-webkit-input-placeholder {
          color: #fff !important;
          }
          
          input:-moz-placeholder { /* Firefox 18- */
          color: #fff !important;  
          }
          
          input::-moz-placeholder {  /* Firefox 19+ */
          color: #fff !important;  
          }
          
          input:-ms-input-placeholder {  
          color: #fff !important;  
          }

.footer-form textarea::-webkit-input-placeholder {
          color: #fff !important;
          }
          
          textarea:-moz-placeholder { /* Firefox 18- */
          color: #fff !important;  
          }
          
          textarea::-moz-placeholder {  /* Firefox 19+ */
          color: #fff !important;  
          }
          
          textarea:-ms-input-placeholder {  
          color: #fff !important;  
          }
.btn-primary {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding-left: 45px;
  padding-right: 45px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  color: #e4ac50;
  border: 2px solid #fff;
  background: #fff;
}

.footer-form h3, .footer-form p{
  color: #fff;
}

hr{
  margin: 2% 40% 4% 40%;
}

.fdesc-space-location{
  border-right: 1px solid #fff;
}

.fdesc-space-contact{
  padding-bottom: 26px;
  border-right: 1px solid #fff;
}

.fdesc-space-email{
  padding-bottom: 80px;
  border-right: 1px solid #fff;
}

.design-align{
  text-align: right;
}

/*=====Services-inside-pages-styling=====*/

.inside-spacer-top{
  margin-top: 200px;
}
.services-para{
  line-height: 25px;
  margin-bottom: 5px;
}

/*=====End-services-inside-pages-styling=====*/

/*=====team-page=====*/
.inside-team-heading{
  color: #3d3d3d;
  font-size: 50px;
  font-weight: 700;
}

.team-desg{
  margin: 10px 0;
}

.team-desg h4{
  color: #3d3d3d;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
}

.team-padding{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
}
/*=====end-team-page=====*/

/*=====contact-page=====*/
.contact-form{
  margin-top: 15px;
  margin-bottom:15px;
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
}

.contact-form input[type=text], .contact-form input[type=email]{
    background: transparent!important;
    border: none;
    border-bottom: 1px solid #adadad;
    box-shadow: none;
    border-radius: 0!important;
}

.contact-form input[type=text]:focus, .contact-form input[type=email]:focus{
    background: transparent!important;
    border: none;
    border-bottom: 1px solid #adadad;
    border-radius: 0!important;
}

.contact-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset !important;
    background: transparent!important;
}

.contact-form textarea {
  background: transparent!important;
  border: none;
  border-bottom: 1px solid #adadad;
  box-shadow: none!important;
  border-radius: 0!important;
}

.contact-form textarea:focus {
  border-bottom: 1px solid #adadad;
}

.contact-form select {
  background: transparent!important;
  border: none;
  border-bottom: 1px solid #adadad;
  box-shadow: none!important;
  border-radius: 0!important;
  width: 100%;
  padding-bottom:20px;
  height: 45px;
  padding-left: 5px;
}

.contact-form .form-control{
  padding-bottom:20px;
  color: #3d3d3d;
  font-size:16px;
}

.contact-form input::-webkit-input-placeholder {
          color: #3d3d3d !important;
          }
          
          input:-moz-placeholder { /* Firefox 18- */
          color: #3d3d3d !important;  
          }
          
          input::-moz-placeholder {  /* Firefox 19+ */
          color: #3d3d3d !important;  
          }
          
          input:-ms-input-placeholder {  
          color: #3d3d3d !important;  
          }

.contact-form textarea::-webkit-input-placeholder {
          color: #3d3d3d !important;
          }
          
          textarea:-moz-placeholder { /* Firefox 18- */
          color: #3d3d3d !important;  
          }
          
          textarea::-moz-placeholder {  /* Firefox 19+ */
          color: #3d3d3d !important;  
          }
          
          textarea:-ms-input-placeholder {  
          color: #fff !important;  
          }

.contact-form h3, .contact-form p{
  color: #3d3d3d;
}

.contact-enquire{
  background: #f5f5f5;
  -webkit-box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 24px 5px rgba(0,0,0,0.1);
  margin-left: 80px;
  margin-right: 40px;
  margin-bottom: 60px;
  border:1px solid transparent;
}

.enq-desc{
  padding:0 40px;
  border: 1px solid transparent;
  background:#f5f5f5;
}

.reach-us{
  //border:1px solid pink;
  background: #e9e9e9;
  margin-top: -53%;
  margin-left: -1%;
  padding-bottom: 40px;

}

.reach-us .section-heading{
  padding: 50px 68px 15px 68px;
}

.reachus-para{
  margin:15px 10px;
}
.contact-email{
  line-height: 3em;
}

/*=====end-contact-page=====*/
/*=====destination-wedding-page=====*/
.dest-wed{
  background: #f5f5f5;
  //border:1px solid blue;
  margin: 30px 0 20px 0;
}

.dest-wed img{
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.dest-wed:hover img{
  width: 100%;
  height: 100%;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: all .6s ease-in-out;
  -webkit-transition: all.6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  font-weight: 700;
  color: #d39a3c;
}

.dest-desc{
  padding: 25px 40px;
  height: 205px;
}

.dest-desc h4{
  font-weight: 700;
  color: #3d3d3d;
  font-size:  24px;
}

.dest-desc p{
 margin: 10px 0;
}

.dest-wed:hover >.dest-desc h4 {
color: #d39a3c;
}
/*=====end-destination-wedding-page=====*/
/*=====main-about-page=====*/
.about-video{
  border:2px solid #f894a9;
  padding: 5px 5px 0px 5px;
  margin-top: 30px;
}

.about-visn{
  margin-top: 20px;
  color: #3d3d3d;
  padding-left:30px;
}

.home_friend_layout .home_caption {
    text-align: center;
    margin-bottom: 50px
}

.home_friend_layout .home_friend_content .nav-tabs {
    padding-left: 60px;
    padding-right: 60px;
    border-width: 0;
    padding-bottom: 44px;
}

.home_friend_layout .home_friend_content .nav-tabs>li {
    padding: 0 18px;
    width: 30%;
    position: relative;
    margin-left: 19%;
}

.home_friend_layout .home_friend_content .nav-tabs>li:last-child {
    padding: 0 18px;
    width: 30%;
    position: relative;
    margin-left: 0;
}


.home_friend_layout .home_friend_content .nav-tabs>li>a>img {
    width: 100%;
}

.home_friend_layout .home_friend_content .nav-tabs>li a {
    margin-right: 0 !important;
    border-width: 0;
    padding: 0;
}

.home_friend_layout .home_friend_content .nav-tabs>li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.home_friend_layout .home_friend_content .nav-tabs>li:after,.home_friend_layout .home_friend_content .nav-tabs>li:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.home_friend_layout .home_friend_content .nav-tabs>li:after {
    zoom: 1;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 25px;
    margin-top: -24px;
    margin-left: 35px;
    color: #ebc79d;
}

.home_friend_layout .home_friend_content .nav-tabs>li:hover:after,.home_friend_layout .home_friend_content .nav-tabs>li:hover:before,.home_friend_layout .home_friend_content .nav-tabs>li.active:after,.home_friend_layout .home_friend_content .nav-tabs>li.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.home_friend_layout .home_friend_content .nav-tabs>li:hover a,.home_friend_layout .home_friend_content .nav-tabs>li.active a {
    position: relative;
}

.home_friend_layout .home_friend_content .nav-tabs>li:hover a:before,.home_friend_layout .home_friend_content .nav-tabs>li.active a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.home_friend_layout .home_friend_content .nav>li>a>img {
    max-width: 100%
}

.home_friend_layout .home_friend_content .nav-tabs>li.active>a,.home_friend_layout .home_friend_content .nav-tabs>li.active>a:focus,.home_friend_layout .home_friend_content .nav-tabs>li.active>a:hover {
    border-width: 0;
    background-color: transparent !important
}

.home_friend_layout .home_friend_content .nav>li>a:focus,.home_friend_layout .home_friend_content .nav>li>a:hover {
    background-color: transparent !important
}

.home_friend_layout .home_friend_content .tab-content {
    text-align: center;
    padding-top: 2px;
}

.home_friend_layout .home_friend_content .tab-content .tab-pane-group {
    position: relative
}

.home_friend_layout .home_friend_content .tab-content .tab-pane-group .name {
    font-size: 50px;
    color: #d39a3c;
    font-weight: normal;
    display: block;
}

.home_friend_layout .home_friend_content .tab-content .tab-pane-group .caption p {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 16px
}

.abt-line{
  background-image: url(../images/about-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 40px;
}

.abt-line p{
  line-height: 8em;
  font-size: 20px;
  font-weight: 700;
}

/*=====end-main-about-page=====*/

/*===our project===*/
.project{
  position: relative;
  //border: 1px solid green;
  margin-top: 10px;
  margin-bottom: 20px;
}

.project-desc{
  position: absolute;
  background: rgba(255,255,255,0.8);
  //background: rgba(150, 0, 0, 0.7);
  width: 100%;
  top: 243px;
  padding: 15px;
  
}

.project-desc h3{
  color: #f894a9;
  //color: #fff;
}

 .project-desc .projet-line{
  width: 60px;
  border-top: 1px solid #f894a9;
  //border-top: 1px solid #fff;
  text-align: center;
  margin: 10px auto!important;
}

 .project-desc .project-zoom{
  display: none;
  margin: 70px  auto 20px;
 }

 .project:hover .project-desc {
   position: absolute;
  background: rgba(248,148,169,0.8);
  //background: rgba(150, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  padding: 15px;
  transition: linear .7s ease-in-out;
  -webkit-transition: linear.7s ease-in-out;
  -moz-transition: linear .7s ease-in-out;
}

.project:hover .project-desc> .project-zoom{
  display: block;
}

.project:hover .project-desc> .projet-line{
   width: 60px;
  border-top: 1px solid #fff!important;
  text-align: center;
  margin: 10px auto!important;
}

.project:hover .project-desc>h3{
 color: #fff;
}

#lightbox {
  position: fixed!important;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000!important;
    font-weight: 400;
    top:90px!important;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999!important;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}
/*===end our project===*/
