/*====================================
  HEADER SECTION STYEL
=====================================*/
.header-area {
  padding: 0;
  position: relative;
}
.logo {
  width: 35%;
}
.logo-text {
  width: 65%;
}
.logo-text h2 {
  color: #000;
  padding-top: 63px;
  font-size: 38px;
  padding-left: 10px;
  font-weight: 500;
}
.header-area .logo {
  margin-top: 0;
}
.top-social-links ul li{
  margin: 0 0 0 10px;
}
.top-social-links ul li a i {
  color: #949494;
  font-size: 18px;
  transition: all 500ms ease;
}


.social-ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.social-ul li {
  list-style: none;
  margin-left: 5px;
  display: inline;
}
.social-ul li a {
  position: relative;
  width: 50px;
  height: 29px;
  font-size: 25px;
  color: #dadada;
  display: inline-block;
  background: #1abc9c;
  text-align: center;
  line-height: 27px;
  z-index: 1;
}
.social-ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1abc9c;
  content: '';
  transform: rotate(60deg);
  z-index: -1;
}
.social-ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1abc9c;
  content: '';
  transform: rotate(120deg);
  z-index: -1;
}
.social-ul li a i.fa {
  transition: 0.5s;
}
.social-ul li:hover i.fa {
  font-size: 22px;
  text-shadow: 0 5px 10px #fff;
  color: #fff;
  transform: rotate(360deg);
}
.social-ul li a i {
    color: #fff;
    font-size: 20px;
}
.social-ul li .facebook {
  background: #3b5999;
}
.social-ul li .facebook:before {
  background: #3b5999;
}
.social-ul li .facebook:after {
  background: #3b5999;
}
.social-ul li .twitter {
  background: #55acee;
}
.social-ul li .twitter:before {
  background: #55acee;
}
.social-ul li .twitter:after {
  background: #55acee;
}
.social-ul li .youtube {
  background: #cd201f;
}
.social-ul li .youtube:before {
  background: #cd201f;
}
.social-ul li .youtube:after {
  background: #cd201f;
}
.social-ul li .linkedin {
  background: #007bb6;
}
.social-ul li .linkedin:before {
  background: #007bb6;
}
.social-ul li .linkedin:after {
  background: #007bb6;
}
.social-ul li .pinterest {
  background: #cb2027;
}
.social-ul li .pinterest:before {
  background: #cb2027;
}
.social-ul li .pinterest:after {
  background: #cb2027;
}
.social-ul li .instagram {
  background: #e4405f;
}
.social-ul li .instagram:before {
  background: #e4405f;
}
.social-ul li .instagram:after {
  background: #e4405f;
}
.search-button {
  margin-top: 55px;
}
.search-button .toggle-search button {
  border-color: #d4d4d4;
}
.search-button .toggle-search button i {
  color: #999999;
  font-size: 22px;
  line-height: 50px;
}
/*====================================
  ABOUT US SECTIOIN
=====================================*/
.about-us-area .right-info-box .middle h2 {
    color: #00a5ea;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: 'Open Sans', sans-serif;
}
.newsletter-area h2 {
  margin-bottom: 30px;
}
.newsletter-form .field-input input[type="email"] {
  width: 100%;
  border: 1px solid #f4f4f4;
  height: 55px;
  display: block;
  padding: 0 15px;
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}
.newsletter-form button {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #00a5ea;
  transition: all 500ms ease;
  padding: 0;
  line-height: 30px;
  margin: 0;
}
.our-info .button {
  text-align: center;
}
/*================================================
             14. GALLERY SECTION
==================================================*/
.photo-gallery-area {
  background: #f9f9f9;
  padding: 70px 0 70px;
}
.photo-gallery-area .title h2 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 30px;
}
.gallery-heading h2{
    color: #000;
    text-align: center;
    font-size: 30px;
	  line-height:38px;
}
.gallery-wrapper .mix {
    display: none;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.gallery-items {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery-items img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.gallery-items .overly {
    width: 100%;
    height: 100%;
    background-color: rgba(0,165,234,0.8);
    padding-top: 25%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
/* .gallery-items .overly */
.gallery-items .overly:before, .gallery-items .overly:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.gallery-items .overly:before {
    border-top: none;
    border-bottom: none;
    left: 15px;
    right: 15px;
}
.gallery-items .overly:after {
    border-left: none;
    border-right: none;
    top: 15px;
    bottom: 15px;
}
.gallery-items:hover .overly:before, .gallery-items:hover .overly:after {
    opacity: 1;
    transform: scale(1);
}
/* .gallery-items .overly */
.gallery-items .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery-items .buttons:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.gallery-items .buttons:hover:before {
    transform: scale(1);
}
.gallery-items .buttons .fa {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.gallery-items:hover .buttons {
    top: 50%;
}
.gallery-items:hover .overly {
  opacity: 1;
}
.gallery-items:hover img {
    transform: scale3d(1.1, 1.1, 1);
}
.gallery-items img {
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.gallery-items img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.gallery-items .buttons .fa:hover {
  color: #000;
  transition: .5s;
}

.gallery-text-heading h5 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
.gallery-items .gallery-text-heading {
    right: 0;
    bottom: 0;
    top: auto;
    opacity: 0;
    left: -20%;
    padding: 25px;
    position: absolute;
    float: left;
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.gallery-items:hover .gallery-text-heading {
  left: 0;
  opacity: 1;
}





.btn-wrapper a {
  position: relative;
  display: inline-block;
  padding: 11px 30px;
  margin-top: 40px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition: 0.5s;
  transform: translateY(0);
}
.btn-wrapper a:nth-child(1) {
  /* background: linear-gradient(to right,#4481eb,#04befe,#4481eb); */
  background: linear-gradient(to right,#0293d0,#04befe,#4481eb);
  background-size: 200%;
}
.btn-wrapper a:hover {
  background-position-x: 100%;
  transform: translateY(-15px);
}
.btn-wrapper a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.btn-wrapper a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 4px;
    background: rgba(0,165,234,0.8);
  /* background: rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
  transform: scale(0);
  filter: blur(5px);
  transition: 0.5s;
  z-index: -1;
}
.btn-wrapper a:hover:before {
  transform: scale(1);
  bottom: -15px;
}
.design-link a {
  color: #1da255;
  font-weight: 700;
}
.contact-google-map {
  margin-bottom: -8px;
}
.photo-gallery-page {
  padding-bottom: 70px;
  padding-top: 70px;
}
