/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600");
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

p {
  font-size: 14px;
  line-height: 27px;
  color: #777777;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.mr10 {
  margin-right: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header_strip {
  padding: 5px 0;
  color: #575956;
  font-size: 1.2em;
}

.header_strip i {
  padding-right: 5px;
}

.header {
  background-color: #337ab71a;
  padding: 5px 0 0 0;
}

.logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.header h1 {
  color: #3b3d3f;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header p {
  margin: 0 0 10px;
}

.social {
  list-style: none;
  margin: 18px auto 5px;
  padding: 0;
}

.social li {
  display: inline-block;
}

.social li a {
  display: block;
  text-decoration: none;
  color: #3b3d3f;
  height: 40px;
  width: 40px;
  border: 1px solid #3b3d3f;
  font-size: 1.2em;
  text-align: center;
  border-radius: 50%;
  padding-top: 10px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.social li a:hover {
  color: #f54639;
  border-color: #f54639;
}

.menubar {
  margin: 5px auto 0;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #3b3d3f;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
}

.navbar {
  margin-bottom: 0;
  border: 0;
}

.dropdown-menu {
  background-color: #f17cba;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > li > a {
  color: white;
  display: block;
  padding: 10px 20px;
  width: 100%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #102c46;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  color: #da0040;
}

a.apply_now {
  padding: 10px;
  text-decoration: none;
  color: white;
  background-color: #31708f;
  display: block;
  text-align: center;
  font-weight: bold;
}

.banners {
  position: relative;
  overflow: hidden;
}

.banners .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.banners .owl-dot {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.banners .owl-dot.active {
  background-color: #fff;
}

.banners .owl-carousel .owl-item img {
  max-width: none;
  width: 100%;
}

.banners .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

.banners .slide-text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banners .slide-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.banners .slide-text p {
  width: 50%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.main-slider .owl-nav {
  width: 100%;
  height: 60px;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-slider .owl-nav .owl-prev {
  background: transparent;
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-slider .owl-nav .owl-next {
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: 5px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  opacity: 0;
  height: 40px;
  width: 40px;
  visibility: hidden;
  background-color: #d98062;
  border-radius: 50%;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #d98062;
  background-color: #fff;
}

.banners:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.banners:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.banners .owl-item.active .slide-text h2 {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both;
}

.banners .owl-item.active .slide-text p {
  -webkit-animation: 1s .4s fadeInUp both;
  animation: 1s .4s fadeInUp both;
}

.banners .owl-item.active .slide-text .btn-custom {
  -webkit-animation: 1s .6s fadeInUp both;
  animation: 1s .6s fadeInUp both;
}

.btn-custom,
a.btn-custom {
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  border-radius: 10px;
  background-color: #ff5a2c;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.btn-custom:hover,
a.btn-custom:hover {
  background-color: #3F51B5;
  color: #ffffff;
}

.btn-custom:hover,
.btn-custom.active {
  background: none;
  color: #f9be4d;
}

.btn-custom.active:hover {
  color: #f9be4d;
  background-color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .banners .slide-text h2 {
    font-size: 25px;
  }
  .banners .slide-text p {
    display: none;
  }
  .banners .slide-text h2 {
    font-size: 25px;
  }
  .banners .owl-dots {
    position: relative;
    margin: 15px auto 0;
    bottom: 0;
  }
  .banners .owl-dots .owl-dot {
    border-color: #d98062;
  }
  .banners .owl-dots .owl-dot.active {
    background-color: #d98062;
  }
}

.news-slider {
  height: 40px;
  padding-left: 150px;
  position: relative;
  background: #ddd;
  z-index: 0;
  overflow: hidden;
  margin-top:2px;
}

.news-slider::before {
  height: 100%;
  width: 150px;
  content: "News Updates";
  position: absolute;
  top: 0;
  left: 0;
  background: #31708f;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-top: 7px;
  z-index: 99;
}

.news-slider::after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #31708f;
  position: absolute;
  content: "";
  left: 150px;
  z-index: 99;
}

.news-slider a {
  text-decoration: none;
  color: #000;
  padding: 5px;
  display: inline-block;
}

.section-padding {
  padding: 80px 0;
}

.section-title h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #002147;
  text-transform: capitalize;
}

.section-title h2::after {
  background: #d98062 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.section-title h2::before {
  background: #d98062 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 20px;
}

.section-title h5 {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.page-section .message-box {
  padding: 15px;
  border-radius: 2px;
  background-color: #31708f;
  margin: 0 auto 15px;
}

.page-section .message-box p {
  color: #fff;
}

.page-section .message-box a.read_more {
  color: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  background: #000;
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-transform: capitalize;
}

.page-section .message-box a.read_more:hover {
  background-color: #3F51B5;
}

.page-section .message-box .title {
  font-size: 20px;
  text-align: center;
  color: #ffb606;
  padding: 15px 0 10px;
}

.page-section .message-box .designation {
  text-align: center;
  font-size: 16px;
  color: #002147;
  margin-bottom: 15px;
}

.page-section .message-box .message-pic {
  max-width: 250px;
  margin: 0 auto 10px;
}

.page-section .message-box .message-pic img {
  max-width: 100%;
  display: block;
}

.page-section .page-pic {
  margin-bottom: 15px;
}

.page-section .btn-dark.border {
  background-color: transparent;
  color: #002147;
  border: 2px solid #002147;
  padding: 10px 40px 10px;
  border-radius: 0;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
  margin: 10px 0;
}

.page-section .btn-dark.border:hover {
  background-color: #002147;
  color: #ffffff !important;
  border: 2px solid #002147;
}

.after-none h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.after-none h2:after, .after-none h2:before {
  content: none;
}

.video-section .owl-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  margin: 15px auto 0;
}

.video-section .owl-dots .owl-dot {
  border-color: #d98062;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: #31708f;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.video-section .owl-dots .owl-dot.active, .video-section .owl-dots .owl-dot:hover {
  background-color: #d98062;
}

.video-section .video {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}

.video-section .video img {
  width: 100%;
}

.video-section .video:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.video-section .video .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.video-section .video .overlay i {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #d98062;
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.facilities-section {
  background: #f9f9f9 url(../images/white_texture.jpg) repeat top left;
}

.facilities-section .facility {
  padding: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 1px solid #dee4ee;
}

.facilities-section .facility:hover {
  -webkit-box-shadow: 0px 4px 26px 3px #d5ddea;
  box-shadow: 0px 4px 26px 3px #d5ddea;
}

.facilities-section .facility:hover .icon {
  color: #d98062;
}

.facilities-section .facility .icon {
  font-size: 50px;
  color: #002147;
  margin-bottom: 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.facilities-section .facility .title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 10px;
}

.facilities-section .facility .content p {
  margin: 0 0 26px;
  line-height: 1.6;
  font-weight: 400;
  color: #778191;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.facilities-section .facility .btn-link {
  color: #15549a;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #15549a;
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
}

.facilities-section .facility .btn-link:hover {
  color: #d98062;
  border-bottom: 2px solid #d98062;
  text-decoration: none;
}

.facilities-section .owl-dots {
  position: relative;
  bottom: 0;
  text-align: center;
}

.facilities-section .owl-dots .owl-dot {
  border-color: #d98062;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: #31708f;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.facilities-section .owl-dots .owl-dot.active, .facilities-section .owl-dots .owl-dot:hover {
  background-color: #d98062;
}

.testimonial-section {
  background-color: #31708f;
}

.testimonial-section .section-title h5 {
  color: #ccc;
}

.testimonial-section .section-title h2 {
  color: #fff;
}

.testimonial-section .testimonial-carousel .thumb {
  padding-left: 0;
}

.testimonial-section .testimonial-carousel .item img {
  border-radius: 5px;
}

.testimonial-section .testimonial-carousel .info {
  padding-right: 0;
}

.testimonial-section .testimonial-carousel .item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 30px;
}

.testimonial-section .testimonial-carousel .item .info p {
  position: relative;
  color: #fff;
  z-index: 1;
}

.testimonial-section .testimonial-carousel .item .info p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 180px;
  left: -7px;
  letter-spacing: -15px;
  opacity: 0.1;
  position: absolute;
  top: 70px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.testimonial-section .testimonial-carousel .item .info h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #fff;
}

.testimonial-section .testimonial-carousel .item .info span {
  color: #ffb606;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-section .owl-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 15px;
}

.testimonial-section .owl-dots .owl-dot {
  border-color: #d98062;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
  background-color: #d98062;
}

.topper-section .our-team {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  margin: 15px 0;
}

.topper-section .our-team .team-content {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  position: relative;
  right: 0;
  text-align: center;
  -webkit-transform: inherit;
          transform: inherit;
  width: 100%;
}

.topper-section .our-team .team-content .title {
  color: #002147;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
}

.topper-section .our-team .team-content .post {
  color: #ffb606;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.topper-section .our-team .team-content .post::after {
  background: #ffb606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  bottom: -2px;
  width: 30px;
}

.gallery-section {
  background: #f9f9f9 url(../images/white_texture.jpg) repeat top left;
}

.gallery-section .gal {
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
}

.gallery-section .gal img {
  max-width: 100%;
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.gallery-section .gal:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.gallery-section .gal:hover .overlay {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gallery-section .gal:hover .overlay i.fa {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  color: #d98062;
  border-color: #d98062;
}

.gallery-section .gal .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.gallery-section .gal .overlay i.fa {
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.gallery-section .owl-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 15px;
}

.gallery-section .owl-dots .owl-dot {
  border-color: #d98062;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: #31708f;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-section .owl-dots .owl-dot.active, .gallery-section .owl-dots .owl-dot:hover {
  background-color: #d98062;
}

.contact-section input,
.contact-section textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #666666;
  min-height: 50px;
}

.contact-section .con-submit {
  background: #d98062 none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  padding: 10px 40px;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-section .con-submit:hover {
  background-color: #31708f;
}

.footer-2 {
  background: #31708f;
}

.footer-2 a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer-2 .footer-area {
  position: relative;
}

.footer-2 .footer-about-top {
  position: relative;
  background: #0A1828;
  padding: 91px 30px;
  top: -90px;
  margin-bottom: -190px;
}

.footer-2 .footer-logo {
  margin-bottom: 15px;
}

.footer-2 .footer-head p {
  color: #ddd;
}

.footer-2 .footer-head h4 {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-2 .footer-services-link ul.footer-list {
  width: 50%;
  float: left;
}

.footer-2 .footer-icons ul li {
  display: inline-block;
}

.footer-2 .footer-icons ul li a {
  color: #ddd;
  display: block;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding:8px;
}

.footer-2 .footer-icons ul li a:hover {
  color: #fff;
  background: #d98062;
  border: 1px solid #d98062;
}

.footer-2 .footer-icons {
  margin-top: 30px;
  display: inline-block;
}

.footer-2 .footer-icons h5 {
  color: #ddd;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 15px;
}

.footer-2 .suscribe-input input {
  background: transparent;
  border: medium none;
  color: #ddd;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  height: 42px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #777;
}

.footer-2 .suscribe-input button {
  background: #d98062;
  border: 1px solid #d98062;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 700;
}

.footer-2 .suscribe-input button:hover {
  background: #31708f;
  border: 1px solid #31708f;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-2 .footer-contacts p span {
  color: #d98062;
  font-weight: 700;
}

.footer-2 .footer-content {
  display: block;
  overflow: hidden;
}

.footer-2 .footer-list li a {
  color: #ddd;
  padding: 4px 0px 4px 20px;
  display: block;
  position: relative;
  font-weight: 500;
}

.footer-2 .footer-list li:first-child a {
  padding-top: 0px;
}

.footer-2 .footer-list li:last-child a {
  padding-bottom: 0px;
}

.footer-2 .footer-list li a::after {
  position: absolute;
  content: "\f105";
  right: auto;
  top: 4px;
  font-family: FontAwesome;
  font-size: 11px;
  left: 0;
}

.footer-2 .footer-list li a:hover {
  color: #d98062;
}

.footer-2 .footer-area-bottom {
  background: #0A1828;
  padding: 25px 0;
}

.footer-2 .copyright-text a:hover {
  text-decoration: underline;
  color: #d98062;
}

.footer-2 .copyright-text a {
  color: #ddd;
}

.footer-2 .copyright > p {
  margin-bottom: 0;
  color: #ddd;
}

.footer-2 .copyright a {
  color: #d98062;
}

.footer-2 .footer-about-top {
  background: #0A1828;
}

.footer-2 .footer-area-bottom {
  background: #0A1828;
}

.area-padding {
  padding: 90px 0px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
  .footer-content {
    margin-top: 50px;
  }
  .footer-about-top {
    background: transparent !important;
    padding: 91px 0px;
    margin-top: 0px;
  }
  .header-top {
    text-align: center;
  }
  .header-top .info_wrapper {
    display: block;
  }
  .header-top .info_wrapper .login_info {
    text-align: center;
    display: block;
    padding: 10px 0;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    border: 0;
    border-top: 5px solid #ab1522;
    border-bottom: 0;
  }
  a.apply_now {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .header .text-right {
    text-align: center !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .navbar-toggle {
    top: 0;
  }
  .footer-content {
    margin-top: 50px;
  }
  .footer-about-top {
    background: transparent !important;
    padding: 91px 0px;
    margin-top: 0px;
  }
  .area-padding {
    padding: 40px 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
  }
  .testimonial-carousel .item .thumb img {
    border-radius: 50%;
    height: 150px;
    margin: auto auto 30px;
    width: 150px;
  }
  .testimonial-carousel {
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

#back_to_top {
  background: #d98062;
  border-radius: 50%;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  font-size: 30px;
  font-weight: normal;
  height: 55px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px #1b1b1b;
  box-shadow: 0px 8px 23px -6px #1b1b1b;
}

#back_to_top.visible {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .header_strip {
    text-align: center;
  }
  .navbar-toggle {
    border: 1px solid #31708f;
    border-radius: 4px;
    color: #31708f;
  }
  .navbar-toggle .icon-bar {
    background-color: #31708f;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #31708f;
  }
  .header {
    text-align: center;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 13px;
  }
  .menubar {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=style.css.map */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after
    {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

a.filter-button
{
    color: #999999;
    font: 400 13px/22px 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    color: inherit;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 0 15px;
}

.gallery_product
{
    position: relative;
    overflow: hidden;
}


.port-image
{
    width: 100%;
}



.gal_title
{
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    position: relative;
    padding-bottom: 20px;
}

    .gal_title:after
    {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 40px;
        background-color: #dfdfdf;
    }

ul.gal_sort
{
    list-style: none;
    margin: 35px auto 5px;
    padding: 0;
}

    ul.gal_sort li
    {
        display: inline-block;
        color: black;
    }

        ul.gal_sort li.active a
        {
            font-weight: 700;
            color: #202020;
        }

.gallery_product
{
    margin-bottom: 30px;
    position: relative;
}

.gal_img img
{
   display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.gal_img
{
    position: relative;
    width: 100%;
    z-index:2;
    top:0;transition:.3s  all ease-in;
}

.gallery_product:hover .gal_img
{

   top: -70px;
    
}

.gallery_product .details
{
    height: 70px;
    bottom: 0;
    position: relative;
    background-color: #282727;
    position: absolute;
    width: 100%;
    padding: 10px 0 0 10px;
    color: white;
    z-index:1;
}
