/* * 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=Nunito+Sans:300,400,600,700,800|Poppins:300,400,600,700&display=swap");
body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #fff;
  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: 16px;
  line-height: 27px;
  color: #777777;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding:5px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header-top {
  position: relative;
  display: block;
  background: #131313;
}

.header-top ul.con {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.header-top ul.con li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: #ababab;
}

.header-top ul.con li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 8px 0;
  display: block;
}

.header-top ul.con li a:hover {
  opacity: .8;
}

.header-top ul.con li i {
  color: #fec727;
  margin-right: 10px;
}

.header-top .top-links {
  margin-top: 7px;
  text-align: right;
}

@media (max-width: 767px) {
  .header-top .top-links {
    text-align: center;
  }
}

.header-top .top-links li {
  display: inline-block;
}

.header-top .top-links li a {
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  border-radius: 2px;
  background: #336697;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  border: 1px solid #0081ff;
  min-width: 150px;
  text-decoration: none;
}

.header-top .top-links li a:hover {
  background-color: transparent;
  color: #fff;
}

.menubar {
  background: #336697;
  padding:5px 0;
  border-bottom: 4px solid #d5d5d5;
}

.menubar .navbar-brand {
  min-height: auto;
  height: auto;
}

.menubar .navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.menubar .navbar-default {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.menubar a.navbar-brand span {
  color: black;
}

.menubar .nav.navbar-nav {
  position: relative;
}

.menubar .navbar-default .navbar-nav > li > a {
  color: #fff700;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  padding:10px 0px 10px;
  padding-right:10px;
}


.menubar .navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}

.menubar .navbar-default .navbar-nav > li:last-child > a:before {
  display: none;
}

.menubar .navbar-default .navbar-nav > li > a:hover {
  color: #fec727;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menubar .navbar-default .navbar-nav > li:hover:last-child > a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.menubar a.navbar-brand {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menubar .navbar-default .navbar-nav > .active > a {
  background: #3a3e4a;
}

.menubar .navbar-brand > img {
  width: 100%;
}

.menubar .navbar > .container .navbar-brand {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .menubar .navbar > .container .navbar-brand {
    padding: 10px;
    margin: 0;
  }
}

.menubar .navbar-brand {
  padding: 0px;
}

@media (min-width: 768px) {
  .menubar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
   
    padding: 0px;
    border-top: 3px solid transparent;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: 0;
    padding: 0;
    background: #131313;
  }
  .menubar .dropdown .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #272727;
    width: 100%;
    padding: 0px 20px;
  }
  .menubar .dropdown .dropdown-menu li a {
    position: relative;
    display: block;
    padding: 13px 0px 13px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
  }
  .menubar .dropdown .dropdown-menu li a:hover {
    color: #fec727;
    padding-left: 20px;
    background-color: transparent;
  }
  .menubar .dropdown .dropdown-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .menubar .dropdown .dropdown-menu li a:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "\f192";
    color: #fec727;
    font-size: 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .menubar .dropdown .dropdown-menu a {
    padding: 5px 10px;
    color: #fff;
  }
  .menubar .dropdown .dropdown-menu a:hover {
    color: #2e567a;
  }
  .menubar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.wrapper .intro-carousel .owl-nav .owl-prev,
.wrapper .intro-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 18px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 1;
  opacity: 0;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  padding-top: 10px;
}

.wrapper .intro-carousel .owl-nav .owl-prev {
  left: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.wrapper .intro-carousel .owl-nav .owl-next {
  right: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next {
  right: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-prev {
  left: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next:hover,
.wrapper .intro-carousel:hover .owl-nav .owl-prev:hover {
  color: #fff;
  background: #fec727;
  border: 1px solid #fec727;
}

.wrapper .intro-carousel .owl-item .layer-1-2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s;
}

.wrapper .intro-carousel .owl-item .layer-1-1 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

.wrapper .intro-carousel .owl-item .layer-1-3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1.5s;
  transition: all 1s ease-in-out 1.5s;
}

.wrapper .intro-carousel .owl-item.active .layer-1-2,
.wrapper .intro-carousel .owl-item.active .layer-1-1,
.wrapper .intro-carousel .owl-item.active .layer-1-3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wrapper .intro-carousel .owl-item.active .slider-images img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 10s;
  transition: 10s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .slider-content {
    margin-top: -90px;
  }
  .wrapper .layer-1-2 h1 {
    font-size: 26px;
    line-height: 32px;
    max-width: 550px;
  }
  .wrapper .layer-1-1 p {
    font-size: 17px;
    line-height: 24px;
    max-width: 570px;
  }
}

.slider-images::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 1;
  top: 0;
  left: 0;
}

.intro-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

.intro-carousel .owl-dots .owl-dot {
  background: #ddd;
  border-radius: 0;
  height: 10px;
  margin: 0 7px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: inline-block;
}

.intro-carousel .owl-dots .owl-dot.active,
.intro-carousel .owl-dots .owl-dot:hover {
  background-color: #fec727;
}

.wrapper img {
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden;
  padding: 0 45px;
}

.news-container {
  position: relative;
  z-index: 0;
}

.news-container::before {
  content: "";
  position: absolute;
  border-left: 60px solid transparent;
  border-right: 40px solid transparent;
  border-top: 66px solid #131313;
  left: -60px;
  z-index: -1;
}

.news-container::after {
  content: "";
  position: absolute;
  border-left: 40px solid transparent;
  border-right: 60px solid transparent;
  border-top: 66px solid #131313;
  right: -60px;
  top: 0;
  z-index: -1;
}

.news-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #131313;
  padding-left: 200px;
  color: #fff;
}

.news-section::before {
  content: "News Updates";
  color: #fec727;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .news-section {
    padding-left: 50px;
  }
  .news-section::before {
    content: none;
  }
}

.news-section::after {
  content: "\f1ea";
  font-family: 'FontAwesome';
  color: #fec727;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.news-section a {
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.news-section a:hover {
  color: #fec727;
}

.news-section a i {
  margin-right: 10px;
}

.testimonial-section {
  position: relative;
  display: block;
  background: #f5f5f5;
  background-image: url(../images/testimonial-bg.png);
  background-position: top right;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
}

.section-padding {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title {
    padding-bottom: 30px;
  }
}

.section-title h2 {
  position: relative;
  display: block;
  color: #131313;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.section-title p {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #131313;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.section-title .text {
  position: relative;
  display: block;
  margin: 7px 0 0;
}

.section-title .text .decor-left {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.section-title .text .decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #fec727;
  content: "";
  margin: 2px 0;
}

.section-title .text .decor-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fec727;
  border-radius: 50%;
  content: "";
}

.section-title .text .decor-left:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fec727;
  border-radius: 50%;
  content: "";
}

.single-testimonial-item {
  position: relative;
  display: block;
}

.single-testimonial-item .inner-content {
  position: relative;
  display: block;
  padding: 35px 30px 100px;
  background: #ffffff;
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}

.single-testimonial-item:hover .inner-content {
  -webkit-box-shadow: 0px 6px 10px 3px #dddddd;
  box-shadow: 0px 6px 10px 3px #dddddd;
}

.single-testimonial-item .quote-icon {
  position: relative;
  display: block;
}

.single-testimonial-item .quote-icon span:before {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: #d4d4d4;
  font-size: 42px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item .quote-icon .decor-left {
  position: relative;
  top: -15px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.single-testimonial-item .quote-icon .decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #d4d4d4;
  content: "";
  margin: 2px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-left span {
  background: #fec727;
}

.single-testimonial-item .quote-icon .decor-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #d4d4d4;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-left:before {
  background: #fec727;
}

.single-testimonial-item .quote-icon .decor-left:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #d4d4d4;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-left:after {
  background: #fec727;
}

.single-testimonial-item .quote-icon .decor-right {
  position: relative;
  top: -15px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.single-testimonial-item .quote-icon .decor-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #d4d4d4;
  content: "";
  margin: 2px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-right span {
  background: #fec727;
}

.single-testimonial-item .quote-icon .decor-right:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #d4d4d4;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-right:before {
  background: #fec727;
}

.single-testimonial-item .quote-icon .decor-right:after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #d4d4d4;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-testimonial-item:hover .quote-icon .decor-right:after {
  background: #fec727;
}

.single-testimonial-item .inner-content h3 {
  margin: 17px 0 17px;
}

.single-testimonial-item .inner-content .text {
  position: relative;
  display: block;
  min-height: 100px;
}

.single-testimonial-item .inner-content .text-box p {
  line-height: 26px;
  margin: 0;
}

.single-testimonial-item .client-info {
  position: relative;
  display: block;
  padding: 61px 0 29px;
  background: #ffffff;
  border: 3px solid #fec727;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -75px;
}

.single-testimonial-item .client-info h3 {
  color: #131313;
  margin: 0 0 3px;
}

.single-testimonial-item .client-info .img-box {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
}

.single-testimonial-item .client-info .img-box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  border: 3px solid #fec727;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(1200px) rotateY(0deg) translateZ(0px);
          transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  opacity: 1;
  z-index: 4;
}

.single-testimonial-item .client-info .img-box img {
  width: 100%;
  -webkit-transition: all 700ms ease 300ms;
  transition: all 700ms ease 300ms;
  border-radius: 50%;
}

.single-testimonial-item:hover .client-info .img-box img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
}

.testimonial-slider .owl-nav {
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  margin: 20px auto;
}

.testimonial-slider .owl-nav .owl-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.testimonial-slider .owl-nav .owl-prev:hover {
  background: #fec727;
  border-color: #fec727;
}

.testimonial-slider .owl-nav .owl-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.testimonial-slider .owl-nav .owl-next:hover {
  background: #fec727;
  border-color: #fec727;
  color: #fff;
}

.testimonial-slider .single-testimonial-item:hover .quote-icon span:before {
  color: #fec727;
}

.navigations-section {
  position: relative;
  display: block;
  background: #efefef;
  background-image: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
  z-index: 0;
}

.navigations-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  z-index: -1;
}

.navigations-section .section-title h2,
.navigations-section .section-title p {
  color: #fff;
}

.navigations-section .single-navigation-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fec727;
  margin-bottom: 30px;
  z-index: 1;
}

.navigations-section .single-navigation-box .topper-box {
  text-align: center;
  border: 1px dotted #131313;
  padding: 10px;
  margin: 0 10px;
}

.navigations-section .single-navigation-box .topper-box img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.navigations-section .single-navigation-box .topper-box .title {
  padding: 15px 0;
  color: #131313;
  font-weight: bold;
  font-size: 18px;
}

.navigations-section .single-navigation-box .topper-box .designation {
  font-size: 16px;
}

.navigations-section .single-navigation-box .content {
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  min-height: 200px;
}

.navigations-section .single-navigation-box .content ul {
  position: relative;
  display: block;
  z-index: 1;
}

.navigations-section .single-navigation-box .content ul li {
  position: relative;
  display: block;
  line-height: 40px;
}

.navigations-section .single-navigation-box .content ul li:before {
  position: absolute;
  top: 16px;
  left: -3px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #272727;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 5;
}

.navigations-section .single-navigation-box .content ul li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navigations-section .single-navigation-box .content ul li a {
  position: relative;
  display: block;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  padding-left: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.navigations-section .single-navigation-box .content ul li a:hover {
  color: #000;
}

.navigations-section .single-navigation-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 110px;
  background: url(../images/download-bg.png);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.navigations-section .single-navigation-box .inner {
  position: relative;
  display: block;
  padding: 15px 0 20px;
  border: 2px dashed #131313;
  min-height: 400px;
}

.navigations-section .single-navigation-box span:before {
  color: #131313;
  font-size: 32px;
  line-height: 1;
}

.navigations-section .single-navigation-box h3 {
  color: #131313;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 10px;
}

.navigations-section .single-navigation-box p {
  color: #131313;
  line-height: 26px;
  margin: 7px 0 32px;
}

.navigations-section .single-navigation-box a.view-all {
  position: relative;
  background: #131313;
  display: inline-block;
  padding: 0 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navigations-section .single-navigation-box a.view-all:hover {
  color: #131313;
  background: #e8b319;
}

.footer {
  position: relative;
  display: block;
  background: #131313;
  padding: 20px 0;
  z-index: 1;
}

.footer .address ul li {
  color: #fff;
  margin-bottom: 15px;
}

.footer .address ul li i {
  margin-right: 10px;
  font-size: 20px;
}

.footer .social {
  text-align: right;
  margin: 0;
  padding: 10px 0;
}

.footer .social li {
  display: inline-block;
  padding: 3px 0;
  margin-right: 20px;
}

.footer .social li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .social li a:hover {
  color: #fec727;
}

.footer .social li a:hover::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-color: #fec727;
}

.footer button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.footer .single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 30px auto;
}

.footer .single-footer-widget .title {
  position: relative;
  display: block;
  padding-bottom: 34px;
  margin-top: -4px;
}

.footer .single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .single-footer-widget .decor {
  position: relative;
  display: block;
  width: 70px;
  height: 5px;
  margin: 15px 0 0;
}

.footer .single-footer-widget .decor:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fec727;
  border-radius: 50%;
  content: "";
}

.footer .single-footer-widget .decor:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fec727;
  border-radius: 50%;
  content: "";
}

.footer .single-footer-widget .decor span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #fec727;
  margin: 2px 0;
}

.footer .single-footer-widget .footer-company-info-text {
  position: relative;
  display: block;
}

.footer .single-footer-widget .footer-company-info-text p {
  color: #838383;
}

.footer .single-footer-widget .footer-company-info-text a {
  color: #ffffff;
  margin-top: 13px;
  display: inline-block;
}

.footer .single-footer-widget .footer-company-info-text a:hover {
  color: #fec727;
}

.footer .single-footer-widget.useful-links-box {
  overflow: inherit;
}

.footer .single-footer-widget .usefull-links {
  position: relative;
  display: block;
  margin-top: -8px;
}

.footer .single-footer-widget .usefull-links ul {
  position: relative;
  display: block;
  z-index: 1;
}

.footer .single-footer-widget .usefull-links ul:before {
  position: absolute;
  top: 14px;
  left: 0;
  bottom: 15px;
  width: 1px;
  background: #272727;
  content: "";
  z-index: -1;
}

.footer .single-footer-widget .usefull-links ul li {
  position: relative;
  display: block;
  line-height: 40px;
}

.footer .single-footer-widget .usefull-links ul li:before {
  position: absolute;
  top: 16px;
  left: -3px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fec727;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 5;
}

.footer .single-footer-widget .usefull-links ul li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .single-footer-widget .usefull-links ul li a {
  position: relative;
  display: block;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  padding-left: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer .single-footer-widget .usefull-links ul li a:hover {
  color: #fec727;
}

.footer .single-footer-widget .recent-news {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 6px;
}

.footer .single-footer-widget .recent-news li {
  position: relative;
  display: block;
  padding-left: 75px;
  min-height: 75px;
  border-bottom: 1px solid #272727;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer .single-footer-widget .recent-news li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.footer .single-footer-widget .recent-news li .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  display: block;
  overflow: hidden;
}

.footer .single-footer-widget .recent-news li .img-holder img {
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer .single-footer-widget .recent-news li:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.footer .single-footer-widget .recent-news li:hover .img-holder .overlay-style-one {
  opacity: 1;
}

.footer .single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: perspective(1200px) rotateY(-90deg) scale(5);
          transform: perspective(1200px) rotateY(-90deg) scale(5);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.footer .single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
          transform: perspective(1200px) rotateY(0deg) scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer .single-footer-widget .recent-news li .title-holder {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 75px;
}

.footer .single-footer-widget .recent-news li .title-holder p {
  color: #848484;
  line-height: 16px;
  margin: 0 0 9px;
}

.footer .single-footer-widget .recent-news li .title-holder h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.footer .single-footer-widget .recent-news li .title-holder h5 a {
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer .single-footer-widget .recent-news li .title-holder h5 a:hover {
  color: #fec727;
}

.footer .single-footer-widget .subscribe-box {
  position: relative;
  display: block;
}

.footer .single-footer-widget .subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 12px;
}

.footer .single-footer-widget .subscribe-box .text p {
  color: #848484;
  margin: 0;
}

.footer .single-footer-widget .subscribe-box .text p span {
  color: #fec727;
}

.footer .single-footer-widget .subscribe-form {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}

@media (max-width: 600px) {
  .footer .single-footer-widget .subscribe-form {
    max-width: 100%;
  }
}

.footer .single-footer-widget .subscribe-form .form-control {
  position: relative;
  display: block;
  background: #131313;
  border: 1px solid #272727;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 52px;
  margin-bottom: 0px;
  padding: 0 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 5px;
}

.footer .single-footer-widget .subscribe-form textarea.form-control {
  min-height: 80px;
}

.footer .single-footer-widget .subscribe-form .form-control::-webkit-input-placeholder {
  color: #5c5c5c;
}

.footer .single-footer-widget .subscribe-form .form-control:-moz-placeholder {
  color: #5c5c5c;
}

.footer .single-footer-widget .subscribe-form .form-control::-moz-placeholder {
  color: #5c5c5c;
}

.footer .single-footer-widget .subscribe-form .form-control:-ms-input-placeholder {
  color: #5c5c5c;
}

.footer .single-footer-widget .subscribe-form button {
  position: relative;
  display: block;
  width: 100%;
  background: #fec727;
  color: #131313;
  font-size: 16px;
  line-height: 52px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}

.footer .single-footer-widget .subscribe-form .form-control:focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #222222;
}

.footer .single-footer-widget .subscribe-form .form-control:focus + button,
.footer .single-footer-widget .subscribe-form button:hover {
  background: #0b0b0b;
  color: #fff;
}

.footer .single-footer-widget .subscribe-box .footer-social-links {
  position: relative;
  display: block;
  padding-top: 30px;
}

.btn-two {
  color: #131313;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-two span:before {
  position: relative;
  display: inline-block;
  top: 0px;
  font-size: 12px;
  line-height: 12px;
  padding-left: 10px;
}

.btn-two:hover {
  color: #fec727;
}

.copyright {
  position: relative;
  display: block;
  padding: 15px 0;
  background: #000000;
   color: #848484;
}

.copyright p {
 
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.copyright a {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0 15px;
  background: #fec727;
  color: #131313;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright a:hover {
  color: #ffffff;
  background: #131313;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border: 2px solid #fec727;
  background: transparent;
  border-radius: 50%;
  color: #828282;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  font-family: 'Poppins', sans-serif;
  z-index: 999;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@media (min-width: 992px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
  }
}

.page-title {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url(../images/page-bg.jpg);
  background-attachment: fixed;
  z-index: 0;
}

.page-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.page-title h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #e8b319;
}

.page-title ul li {
  display: inline-block;
}

.page-title ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.page-title ul li a:hover {
  color: #fec727;
}

.page-title ul li a i {
  margin-right: 10px;
  font-size: 15px;
}

.page-title li + li::before {
  color: #b9b9b9;
  content: "/";
  padding: 0 5px;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 16px;
}

.page-title ul li.active a {
  color: #fff;
  border-radius: 5px;
}

.page-section .btn-primary {
  background-color: #131313;
  border-color: #131313;
  border-radius: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 15px;
}

.page-section .btn-primary:hover {
  background-color: #e8b319;
  border-color: #e8b319;
}

.facilities-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #fff url(../images/facility-bg.png) repeat;
}

.facilities-section .facility {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 8px 40px;
  padding: 20px 15px 20px;
  border-radius: 6px;
}

.facilities-section .facility .icon {
  background-color: #fec727;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
  color: #fff;
}

.facilities-section .facility .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
}

.facilities-section .facility h5 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
}

.facilities-section .facility p {
  max-height: 80px;
  overflow: hidden;
}

.facilities-section .facility .read-more {
  display: inline-block;
  border: 1px solid #131313;
  color: #131313;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.facilities-section .facility .read-more:hover {
  border: 1px solid #e8b319;
  color: #fff;
  background-color: #e8b319;
}

.facilities-section .owl-nav {
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  margin: 0 auto;
}

.facilities-section .owl-nav .owl-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
  padding:15px;
}

.facilities-section .owl-nav .owl-prev:hover {
  background: #fec727;
  border-color: #fec727;
}

.facilities-section .owl-nav .owl-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
  padding:15px;
}

.facilities-section .owl-nav .owl-next:hover {
  background: #fec727;
  border-color: #fec727;
  color: #fff;
}

.counter_section {
  background: url("../images/counter-bg.jpg") 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.counter_section .counter_overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 50px 0;
}

.counter_section .count-description span {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.counter_section .count-description {
  font-size: 34px;
  font-weight: 700;
  color: white;
}

.counter_section .icon {
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  line-height: 60px;
  background: #dbbb0a;
  display: inline-block;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding:15px;
}

.counter_section .icon i:before {
  font-size: 22px !important;
  text-align: center;
  color: #fff;
}

.counter_section .tb_icon {
  float: left;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 1;
  border: 8px solid rgba(107, 107, 107, 0.3);
  border-radius: 100%;
}

.counter_section .tb_icon:before {
  content: '';
  border-right: 231px solid transparent;
  border-top: 144px solid rgba(107, 107, 107, 0.3);
  position: absolute;
  background: transparent;
  left: 26px;
  top: -38px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.counter_section .count-description {
  width: calc(100% - 75px);
  float: left;
  margin-top: 10px;
  z-index: 10;
  position: relative;
}

.counter_section .counter_cntnt_box {
  float: left;
  width: 100%;
  min-height: 150px;
  margin-top: 30px;
}

.counter_section .counter_cntnt_box:hover .count-description span,
.counter_section .counter_cntnt_box:hover .count-description {
  color: #dbbb0a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.counter_section .counter_cntnt_box:hover .tb_icon:before {
  background: rgba(107, 107, 107, 0.3);
  border-right: 231px solid transparent;
  border-top: 144px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.counter_section .con1,
.counter_section .con2,
.counter_section .con3,
.counter_section .con4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 13px;
}

.counter_section .counter_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 110px;
  padding-top: 120px;
  background: #f9f9f9;
  overflow: hidden;
}

.counter_section .tb_icon_2 {
  border: 8px solid #f9f9f9;
}

.counter_section .tb_icon_2:before {
  border-top: 144px solid #f1f1f1;
}

.counter_section .counter_cntnt_box:hover .tb_icon_2:before {
  border-top: 144px solid #fff;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.counter_section .tb_abt_count_txt span {
  color: #111;
}

.counter_section .con_1,
.counter_section .tb_abt_count_txt {
  color: #111;
}

.counter_section .cnt_overlay_left_img {
  float: left;
  position: relative;
}

.counter_section .cnt_overlay_left_img img {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}

.counter_section .cnt_overlay_right_img {
  position: relative;
  float: right;
}

.counter_section .cnt_overlay_right_img img {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
}

/*====================================
	Call to Action CSS
======================================*/
.call-to-action {
  padding: 40px 0;
  position: relative;
  background: #336697;
}

.call-to-action h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .button {
  float: right;
}

.call-to-action .btn {
  background: #fff;
  color: #131313;
  margin-top: 5px;
  border-color: #fff;
  padding: 13px 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.call-to-action .btn:hover {
  background: transparent;
  color: #fff;
}

.btn.effect {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

.btn.effect:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn.effect:hover:before {
  -webkit-animation: shine 1.75s;
  animation: shine 1.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.gallery-area {
  position: relative;
}

.gallery-area .container {
  position: relative;
}

.gallery-area .view-all {
  color: #fec727;
  background: #131313;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-area .view-all:hover {
  background: #dbbb0a;
  color: #131313;
}

@media (max-width: 400px) {
  .gallery-area .view-all {
    position: relative;
    display: block;
    max-width: 150px;
    margin: 0 auto 15px;
  }
}

.gallery-area .owl-nav {
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  margin: 20px auto;
}

.gallery-area .owl-nav .owl-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
  padding:15px;
}

.gallery-area .owl-nav .owl-prev:hover {
  background: #fec727;
  border-color: #fec727;
}

.gallery-area .owl-nav .owl-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
  padding:15px;
}

.gallery-area .owl-nav .owl-next:hover {
  background: #fec727;
  border-color: #fec727;
  color: #fff;
}

.gallery-area .single-gallery {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.gallery-area .gallery-head {
  position: relative;
  z-index: 66;
  overflow: hidden;
}

.gallery-area .single-gallery img {
  display: block;
  width: 100%;
  z-index: 3;
}

.gallery-area .single-gallery:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-area .gallery-hover {
  position: absolute;
  z-index: 5;
  color: #fff;
  text-align: center;
  background: rgba(42, 45, 47, 0.65);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .single-gallery:hover .gallery-hover {
  opacity: 1;
  visibility: visible;
}

.p-title {
  margin: 103px 0;
}

.gallery-area .p-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.gallery-area .single-gallery:hover .p-title h4 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.gallery-area .p-title h4 a {
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-area .p-title h4 a:hover {
  color: #FC6761;
}

.gallery-area .p-title h4 span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #fff;
}

.gallery-area .gallery-hover .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .single-gallery:hover .button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery-area .gallery-hover .button::before {
  content: "";
  position: absolute;
  background: #fec727;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  top: -30px;
  left: -30px;
}

.gallery-area .gallery-hover .btn {
  color: #FC6761;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 5px;
  background: #fff;
  z-index: 333;
  position: relative;
  border: none;
  text-align: center;
  border: 1px solid transparent;
  padding:10px;
}

.gallery-area .gallery-hover .btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.gallery-area .gallery-hover .btn:last-child {
  margin-right: 0px;
}

.gallery-area .gallery-hover .btn i {
  margin: 0;
}

.video-section {
  background: url(../images/videos-bg.jpg) 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: relative;
}

.video-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .8;
  z-index: -1;
}

.video-section .section-title h2,
.video-section .section-title p {
  color: #fff;
}

.video-section .video-box {
  position: relative;
  margin-bottom: 20px;
}

.video-section .video-box .image {
  position: relative;
  margin-bottom: 0;
}

.video-section .video-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.video-section .video-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-box:hover .link {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-section .video-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid #eeeeee;
  font-size: 26px;
  padding-left: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-box:hover .link .icon {
  background-color: #ffffff;
  color: #000000;
}

.video-section .owl-dots {
  text-align: center;
  margin: 10px auto;
}

.video-section .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #e8b319;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.video-section .owl-dots .owl-dot.active {
  background-color: #e8b319;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.sunrise-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 260px;
  }
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  -webkit-animation: swing ease-in-out 0.5s 1 alternate;
          animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 17px;
}

.sidebar-wrapper .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-wrapper .input-group .input-group-append {
  background: #3a3f48;
  padding-top: 7px;
  padding-right: 10px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

@media (max-width: 767px) {
  .sidebar-footer {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
  }
}

.sidebar-footer > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: sonar 1.5s infinite;
          animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------sunrise-theme-------------------------------------------------*/
.sunrise-theme .sidebar-wrapper {
  background: #0081ff;
}

.sunrise-theme .sidebar-wrapper .sidebar-header,
.sunrise-theme .sidebar-wrapper .sidebar-search,
.sunrise-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}

.sunrise-theme .sidebar-wrapper .sidebar-search input.search-menu,
.sunrise-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sunrise-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.sunrise-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.sunrise-theme .sidebar-wrapper .sidebar-search input.search-menu,
.sunrise-theme .sidebar-wrapper .sidebar-search .input-group-text,
.sunrise-theme .sidebar-wrapper .sidebar-brand > a,
.sunrise-theme .sidebar-wrapper .sidebar-menu ul li a,
.sunrise-theme .sidebar-footer > a {
  color: #fff;
}

.sunrise-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.sunrise-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.sunrise-theme .sidebar-wrapper .sidebar-header .user-info,
.sunrise-theme .sidebar-wrapper .sidebar-brand > a:hover,
.sunrise-theme .sidebar-footer > a:hover i {
  color: #c1c1c1;
}

.page-wrapper.sunrise-theme.toggled #close-sidebar {
  color: #fff;
}

.page-wrapper.sunrise-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.sunrise-theme .sidebar-wrapper ul li:hover a i,
.sunrise-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.sunrise-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.sunrise-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.sunrise-theme .sidebar-wrapper .sidebar-menu ul li a i,
.sunrise-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.sunrise-theme .sidebar-wrapper .sidebar-search input.search-menu,
.sunrise-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}

.sunrise-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

.sunrise-theme .sidebar-footer {
  background: #3a3f48;
  -webkit-box-shadow: 0px -1px 5px #282c33;
          box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.sunrise-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.sunrise-theme .sidebar-footer > a:last-child {
  border-right: none;
}

#cookiebanner {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 10px !important;
  background-color: #e5e5e5 !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center !important;
  width: 100% !important;
  position: fixed !important;
  bottom: 0px !important;
  left: 0px !important;
  z-index: 100000 !important;
  border-top: 2px solid #00bcd1 !important;
  display: none;
}

#cookietable1 {
  width: 100% !important;
  max-width: 960px !important;
  margin: 0px auto !important;
  text-align: left !important;
  border-collapse: unset !important;
}

#cookietd {
  vertical-align: top !important;
  width: 24px !important;
  padding: 0px 10px 0px 0px !important;
}

.cookietd2 {
  vertical-align: top !important;
  padding: 0px 6px !important;
}

#cookieOk {
  margin-left: 15px !important;
  float: right !important;
  display: inline-block !important;
  color: white !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: bold !important;
  background-color: #00bcd1 !important;
  padding: 15px 40px !important;
  text-decoration: none !important;
  border-radius: 5px;
}

#cookietdinner {
  vertical-align: top !important;
  padding: 0px 6px !important;
  margin-left: 15px !important;
  float: right !important;
  display: inline-block !important;
  color: white !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: bold !important;
  background-color: #b1ba1e !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
}

#cookiespan {
  margin-bottom: 5px !important;
  color: #000 !important;
  font-weight: bold;
}

#cookielinkmoreinfo {
  color: #719eae !important;
}

#cookiespan2 {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 14px !important;
}

#cookiespan2 a {
  color: #000 !important;
  text-decoration: underline;
}

.message-box {
  padding: 15px;
}

.message-box .message {
  background-color: #336697;
  padding: 15px;
  margin-bottom: 15px;
}

@media (max-width: 450px) {
  .message-box .message {
    text-align: center;
  }
}

@media (min-width: 450px) {
  .message-box .message {
   
  }
}

.message-box .message .read-more {
  color: #dbdef0;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px;
  display: inline;
}

@media (min-width: 450px) {
  .message-box .message .featured-img {
    display: table-cell;
    padding-right:15px;
  }
}

.message-box .message .featured-img img {
  max-width: 140px;
}

.message-box .message .content {
  vertical-align: middle;
}

@media (min-width: 450px) {
  .message-box .message .content {
    display: table-cell;
  }
}

.message-box .message .content p {
  font-size: 13px;
  color: #fff;
}

.message-box .message .featured-img .name {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-align:center;
}

.message-box .message .featured-img .designation {
  color: black;
  text-align:center;
}

@media (max-width: 991px) {
  .header-top .container {
    width: 100%;
  }
  .counter_overlay {
    padding-bottom: 0;
  }
  .tb_icon:before,
  .counter_cntnt_box:hover .tb_icon:before {
    border-right: 268px solid transparent;
  }
  .counter_cntnt_box {
    padding-bottom: 120px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .call-to-action,
  .call-to-action .button {
    text-align: center;
    float: none;
  }
  .footer {
    padding: 40px 0;
  }
  .header-top,
  .header-top .social {
    text-align: center;
    padding: 5px;
  }
}

@media (max-width: 420px) {
  .counter_section .col-xs-6 {
    width: 100%;
    float: none;
    clear: both;
  }
  .counter_section .tb_icon:before {
    background: rgba(107, 107, 107, 0.3);
    border-right: 231px solid transparent;
    border-top: 144px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .counter_section .counter_cntnt_box {
    width: 100%;
    min-height: 150px;
    float: none;
    margin-top: 30px;
    max-width: 280px;
    margin: 30px auto 0;
  }
}

.video-play-area {
  position: relative;
}

.video-play-area .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  color: #FC6761;
  background: #fff;
  font-size: 20px;
  margin: -30px 0 0 -30px;
}

.video-play-area .video-play:hover {
  background: #FC6761;
  color: #fff;
}

.navbar-toggle {
  border-radius: 0;
  margin-top: 15px;
}

.preloader-main {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  text-align: center;
}

.preloader {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top-color: #0081ff;
  border-bottom-color: #0081ff;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}

.preloader::before {
  content: '';
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 3px solid #FC6761;
  border-radius: 50%;
  -webkit-animation: pulse 1s alternate ease-in-out infinite;
          animation: pulse 1s alternate ease-in-out infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.enqry-box {
  background-color: #336697 !important;
}

.enqry-box span:before,
.enqry-box h3 {
  color: #fff !important;
}

.quick-enquiry {
  max-width: 90%;
  margin: 0 auto;
}

.quick-enquiry .form-control {
  border: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 0;
}

.quick-enquiry .form-control::-webkit-input-placeholder {
  color: #fff;
}

.quick-enquiry .form-control:-ms-input-placeholder {
  color: #fff;
}

.quick-enquiry .form-control::-ms-input-placeholder {
  color: #fff;
}

.quick-enquiry .form-control::placeholder {
  color: #fff;
}

.quick-enquiry textarea {
  height: 80px;
}

.quick-enquiry button {
  position: relative;
  display: block;
  width: 100%;
  background: #131313;
  color: #fff;
  font-size: 16px;
  line-height: 3;
  font-weight: 600;
  margin-top: 20px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
  border: 0;
}

.topper-slider .topper-single {
  margin-bottom: 30px;
}

.topper-slider .topper-single:hover .topper-img:before {
  opacity: .7;
  -webkit-transform: translate(0px);
          transform: translate(0px);
  visibility: visible;
}

.topper-slider .topper-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.topper-slider .topper-single:hover .topper-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.topper-slider .topper-img {
  position: relative;
  overflow: hidden;
}

.topper-slider .topper-img img {
  width: 100%;
}

.topper-slider .topper-wrap {
  margin-bottom: 30px;
}

.topper-slider .topper-content {
  padding: 25px 20px;
  background: #fff;
  position: relative;
  z-index: 102;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 15, 0.09);
          box-shadow: 1px 1px 5px rgba(0, 0, 15, 0.09);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topper-slider .topper-single:hover .topper-content {
  background: #e8b319;
}

.topper-slider .topper-content h4 {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  transition: all .3s;
}

.topper-slider .topper-single:hover .topper-content h4 {
  color: #fff;
}

.topper-slider .topper-content span {
  font-size: 14px;
  font-weight: 400;
  color: #1d375c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topper-slider .topper-single:hover .topper-content span {
  color: #ddd;
}

.topper-slider .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.topper-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #131313;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-right: 5px;
  display: inline-block;
}

.topper-slider .owl-dots .owl-dot.active, .topper-slider .owl-dots .owl-dot:hover {
  background-color: #131313;
}

.topper-slider .owl-nav {
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  margin: 20px auto;
}

.topper-slider .owl-nav .owl-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.topper-slider .owl-nav .owl-prev:hover {
  background: #fec727;
  border-color: #fec727;
}

.topper-slider .owl-nav .owl-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.topper-slider .owl-nav .owl-next:hover {
  background: #fec727;
  border-color: #fec727;
  color: #fff;
}
/*# 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;
}
.gallery_product .details h4
{
    color:#FFF;
}
