/**
* Template Name: OnePage - v2.2.2
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Conv_IdealSans-Light-Pro';
  src: url('fonts/IdealSans-Light-Pro.eot');
  src: local('☺'), url('fonts/IdealSans-Light-Pro.woff') format('woff'), url('fonts/IdealSans-Light-Pro.ttf') format('truetype'), url('fonts/IdealSans-Light-Pro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Quicksand:wght@300;400;500&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
  color: #151618;
}

a {
  color: #eeb65b;
}

a:hover {
  color: #eeb65b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Conv_IdealSans-Light-Pro';
}
.font-small{ font-size: 12px; font-weight: 400; }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #eeb65b;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #eeb65b;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header {
    position: fixed;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 30px 15px rgba(0, 0, 0, 0.08);
    top: 0;
    padding: 5px 0;
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
}
#site-header.hide {
    top: -100px;
}
#header {
  transition: all 0.5s;
  background: rgba(0,0,0,0.5);
  z-index: 997;
  padding: 5px 0;
  border-bottom: 0px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
/* #Navigation
================================================== */
.bg-dark-opacity{ background: rgba(0,0,0,0.5); }

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  background: #202020;
}

.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
  
}
.nav-item:hover .nav-link{
  color: #eeb65b !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;

}


.nav-item{
  position: relative;
    transition: all 200ms linear;
    padding: 5px 0;
}
.nav-item a{padding: 0 15px;}
/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #2487ce;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px 11px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #2079b8;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 5px 18px 6px 18px;
    border-radius: 3px;
  }
}



.nav_tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* Add Toggle Menu */

.nav_custom {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: #000;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;
  right: -15rem;
  padding: 6rem 2rem 2rem 2rem;
  position: fixed;
  top: 0;
  width: 15rem;
  z-index: 1;
}

.nav_custom.expanded { right: 0; }

.nav_custom ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_custom ul li{ margin: 0 0 20px 0; padding: 0; line-height: normal;  }
.nav_custom ul li a{     color: #fff;  font-size: 12px;  text-transform: uppercase; letter-spacing: 1px; font-family: 'Conv_IdealSans-Light-Pro';
                     display: block; padding: 6px 15px 6px 15px; border-left: solid 1px #fff; transition: 0.3s;}
.nav_custom ul li a:hover{color: #eeb65b; border-color: #eeb65b; background-color: rgba(255,255,255,0.1);}
.nav-toggle { 
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 25px;
  right: 0rem;
  position: relative;
  top: 0rem;
  width: 2.0rem;
  z-index: 2;
  display: block;
}

.nav-toggle:hover { opacity: 0.8; }

.nav-toggle .nav-toggle-bar,  .nav-toggle .nav-toggle-bar::after,  .nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  content: '';
  height: 0.2rem;
  width: 100%;
}

.nav-toggle .nav-toggle-bar { margin-top: 0; }

.nav-toggle .nav-toggle-bar::after { margin-top: 0.6rem; }

.nav-toggle .nav-toggle-bar::before { margin-top: -0.6rem; }

.nav-toggle.expanded .nav-toggle-bar { background: transparent; }

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  position: relative;
}

/*Add Slider Image */
.hero_slider01{background: url(../img/hero-bg.jpg) top center; background-size:cover; background-repeat: no-repeat;}
.hero_slider02{background: url(../img/hero_bg02.webp) top center; background-size:cover; background-repeat: no-repeat;}
.hero_slider03{background: url(../img/hero_bg03.jpg) top center; background-size:cover; background-repeat: no-repeat;}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .container {
  padding-top: 35%;
}

.hero h2 {
  background: rgba(0,0,0,0.75);
  padding: 8px 20px; display: inline-block;
  color: #eeb65b;
  margin: 10px 0 10px 0;
  font-size: 21px;
}

.hero p{ color: #fff; letter-spacing: 2px; background: rgba(0,0,0,0.70); display: inline-block; padding: 8px 20px; }
.hero p span {color: #eeb65b; font-weight: 500;}
.hero-slider .owl-dots{ display: none; }
.full-column{position: relative; overflow: hidden; padding: 60px 0;}
.full-column::before{content: ''; position: absolute; top: 0; right: 0; width: 75%; height: 100%; background: #f2f2f2;}

#overview p{ font-size: 15px;
    font-weight: 400;
    line-height: 24px; }

#about .icon-boxes {
  margin-top: 100px;
}

#about .icon-box {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
 /* background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);*/
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#about .icon-box .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
}

#about .icon-box .title a {
  color: #eeb65b;
  transition: 0.3s;
}

#about .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #fff;
}

#about .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#about .icon-box:hover {
  transform: scale(1.08);
}

#about .icon-box:hover .title a {
  color: #eeb65b;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
   /* height: auto;*/
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #e7e7e7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #eeb65b;
}

.section-title p {
  margin-top: 20px;
  font-size: 14px;
  color: #919191;
}

/*#gallery_section{ position: relative; overflow: hidden; }
#gallery_section::before{ content: ''; position: absolute; width: 50%; right: 0; height: 100%; background: #000; top: 0; }
*/
.location_bg{ background: #f2f2f2; }
.offerd-list{ margin: 0; padding: 0; list-style: none; }
.offerd-list ul{ margin: 0px; padding: 0px;  }
.offerd-list h5{ color: #fff; font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.offerd-list li{ display: block; margin: 0px; padding: 5px 0; color: #fff; font-weight: 400; }
.offerd-list li i{ font-size:21px; line-height: 21px; margin: 4px 10px 0 5px; padding: 0; float: left;}
.title_plan{ background: #000; padding: 15px 30px; font-size: 14px; }
.title_plan h4{ font-size: 18px; text-align: left;margin-top: 5px; margin-bottom: 10px; color: #eeb65b; }
.title_plan ul{ margin: 0; padding: 0;}
.title_plan ul li{ margin: 0 0 0 20px; padding: 0; font-size: 14px; color: #fff; list-style-type: square;}
.image-set{ text-align: center; border: solid 1px #ccc;  }
.image-set img{ width: 100%; }
.img{ position: relative; }
.img .img_tag {text-align: right; color: #fff;  font-size: 12px; letter-spacing: 1px;  position: absolute; right: 10px;
    bottom: 0px; width: 100%;}

.card-img{ position: relative; border: solid 0px #ddd; font-size: 13px; color: #fff; text-align: center; margin-bottom: 15px;}
.card-img p{ margin: 8px 0 0 0; padding: 0; line-height: 24px; }
.image-set{position: relative;}
.image-set .hover-content {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
z-index: 10;
cursor:zoom-in;
}
.image-set .hover-content i {
position: absolute;
top: 50%;
left: 50%;
margin-top: 0;
margin-left: -26px;
z-index: 100;
display: inline-block;
width: 52px;
height: 52px;
border-radius: 50%;
background-color: #000;
text-align: center;
line-height: 50px;
font-size: 30px;
color: #eeb65b;
}
.image-set .hover-content:hover, .image-set .hover-content:focus{opacity: 1; visibility: visible;}
/* Add Tabs Section */

#tabs{
  background: #007b5e;
  color: #eee;
}


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent transparent #495057;
    border-bottom: 4px solid !important;
    font-size: 16px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 16px;
}
/* End Tab Section */
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{ background: #202020; }
.video-box {
  background: url("../img/about_img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}
.about p{ font-size: 14px; line-height: 21px; }
#location p{color: #000;}
.transparent_bg{ background: #202020;  }
.transparent_bg h5{ font-size: 18px; margin: 0 0 10px 0; }
.google-maps{min-height: 275px;}
.nav-btn{ background: #666; border-radius:5px; padding: 10px 20px; margin: 8px 10px; color: #fff; }
#location_tabs .active{background: -webkit-linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
 background: linear-gradient(left, #ab7c2f, #ede692, #ab7c2f); color: #000; font-weight: 400; }
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #2487ce !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.gutter-md > [class*='col-'] {
    padding-right:10px;
    padding-left:10px;
}

.services .icon-box {
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
  background:transparent; 
  border: solid 1px #e2e2e2; 
  width: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon img {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 300;
  margin: 10px 0 15px 0;
  font-size: 14px;
}

.services .icon-box h4 {
  color: #181818;
  transition: ease-in-out 0.3s;
}
.services .icon-box:hover h4{ color: #fff; }
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  background: #000;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2487ce;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #2487ce;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 42px;
  color: #2487ce;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #2487ce;
}

.pricing .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}

.pricing .featured {
  background: #2487ce;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background: url(../img/contact_bg.webp) no-repeat; background-attachment: fixed;
  background-size: cover;}
.contact .info {
  width: 100%;

}

.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background:transparent;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: -webkit-linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    background: linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);

  /*background: #eeb65b;*/
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 0px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: -webkit-linear-gradient(left, #ede692, #ab7c2f, #ede692);
    background: linear-gradient(left, #ede692, #ab7c2f, #ede692); color: #000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input:focus, input:focus{ background: transparent; border-color: #fff;}
.form-control{ background: transparent; border: 0; border-bottom: solid 1px rgba(255,255,255,0.8);  }
.contact .php-email-form input, .contact .php-email-form textarea{ border-radius: 0; }
.disclaimer{ margin:10px 0 0 0; padding: 0; display: block; }
.disclaimer p{ color: rgba(255,255,255,0.8); line-height: normal; font-size: 13px; margin-bottom: 10px; font-weight: 300; }
.disclaimer .rera{ display:block; margin: 20px 0;  background: rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.9); padding: 8px 15px; text-align: center; }
hr {
    border: 0;
    height: 1px;
    width: 10%;
    position: relative;
    margin: 10px auto 0 auto;
}

/*Feedback floating form*/
#feedback { position: fixed; right: 0; display: none; top: 20%; z-index: 999; margin-left: -3px; margin-bottom: -3px; background: transparent; }
#feedback-form { float: right; width: 320px; background: rgba(255, 255, 255, 0.85); height: 100%; padding:15px 0px; z-index: 1000; background-clip: 'padding-box'; border: 1px solid rgba(0, 0, 0, .2); border-radius: 0px; }
#feedback-tab { background: url(../img/enquiry_btn.png) no-repeat bottom; float: left; color: #fff; font-size: 21px; cursor: pointer; text-align: center; width: 36px; height: 200px; }
.enqury_btn { background: url(../img/enquiry_btn.png) no-repeat top !important; width:36px; height:200px; }
#feedback-form .form-control{border-color: #333; padding-left: 5px;}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 62px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .bg-dark-opacity{ background: rgba(0,0,0,0.85); }
  .enqbtn{ position: relative; top: 10px; left: 15px; }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #feedback {display:none!important;}

  #about .icon-box { padding: 0px;}
  #about .icon-box .icon img{ width: 100px; }
  #about .icon-box .title{ font-size: 16px; }
  #about .icon-box .description{ font-size: 14px; line-height: normal; }
  .hero .container{ padding-top:0; position: absolute !important; transform: translateY(-85%) !important; top: 85%; }
  hr {    width: 30%;}

}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #2487ce !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background: #000;   padding: 0 7px !important;}
.owl-carousel .owl-nav i{ color: #eeb65b; }

.pattern_bg{background: url(../img/pattern_bg_lg.jpg) no-repeat; background-size: cover;}

.ablums-text {  margin-bottom:0px;}
#text{ display:none; }
.more_btn{ font-size:15px; color:#eeb65b; display:inline-block;  text-align:left; font-weight:600; cursor:pointer; margin:0px 0 20px 0; padding:0px;}
 ul.checklist{ margin:0 0 15px 10px; padding: 0 0 0 0px; list-style: none; }
 ul.checklist li{ list-style: none; font-size: 16px; color: #151618;font-weight: 400; padding: 5px 0 5px 35px; background: url(../img/bullet-list-icon.png) no-repeat left/24px; }

/* Add Gallery Item */
.gallery_desc{position: absolute; bottom: 10px; left:10px; /*background: url(../img/pattern_bg.jpg) no-repeat; background-size: cover;*/ background: rgba(0,0,0,0.8); padding: 15px 30px;}
.gallery_desc h3{ color: #eeb65b; font-size: 21px; line-height: normal; margin:0px; padding: 0; }
.gallery_desc p{ font-size: 14px; color: #fff; line-height: normal; }

 .owl-nav .owl-next, .owl-nav .owl-prev {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .owl-nav .owl-next {
        right: 0;
        display: flex;
        margin-right: 2%;
        font-size: 25px !important;
    }
    .owl-nav .owl-prev{
        left: 0;
        display: flex;
        margin-left: 2%;
        font-size: 25px !important;
    }
    .mobilebtn{ display: none; }



.btn_theme{background: -webkit-linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    background: linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    
    border: 0;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
    border-radius: 0px;}


hr.center-square {
    background: #a97d2f;
}
hr.center-square:before {
    content: "";
    width: 50px;
    height: 5px;
    background: -webkit-linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    background: linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    display: inline-block;
    border: 0px solid #a97d2f;
    position: absolute;
    top: -2px;
    left: 50%;
    /* margin: 0 0 0 -3px; */
    transform: translate(-50%, 0);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #eeb65b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #eeb65b;
  color: #fff;
  text-decoration: none;
}
.list-inline>li { display: block; line-height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 14px;}
.list-inline>li a{ color: #eeb65b; }
.list-inline>li i{ font-size: 24px; display: inline-block; width: 32px; text-align: left; float: left; margin: 0; padding: 0; }
.list-inline { margin: 10px 0 0; display: inline-block; }
.list-inline>li a:hover{ color: #fff }

/* Add Thankyou page CSS */
.tahnkyou-0{ background:#f7f7f7; text-align: center;  }
.tahnkyou-0 .thanku-images{ width: 100%; margin: auto; }
.tahnkyou-0 .thanku-images img{ width: 20%; margin-top:25px; margin-bottom: 25px; }
.tahnkyou-0 p{ font-size: 14px; color: #000; line-height: 24px; text-align: center; padding-bottom: 10px; }
.tahnkyou-0 p a{ text-decoration: none; color:#000; font-weight: bold; }
.heading-popup {
    border: 0px solid #ede692;
    border-bottom: 0;
    background: #202020;
    padding: 15px 0;
    text-align: center; margin-bottom: 20px;
}
.heading-popup h3{ font-size:18px; font-weight: 500; color: #fff; }
a.close-popup {
    border-radius: 50%;
    position: absolute;
    right: -6px;
    background: #ede692;
    color: #000;
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    opacity: 1!important;
    top: -8px;
    text-shadow: none;
}
.modal-body{padding: 0 0 15px 0}
.contact-form input, .contact-form textarea {  margin-bottom: 20px;height: 40px;
    margin-bottom: 20px; padding: 0px;  width: 100%; border: 0; border-bottom: solid 1px #8d8d8d !important;
    background: transparent;
    color: #000;
    border-radius: 0}
@media (max-width: 768px) {
  section{ padding: 30px 0; }
  /*Add Slider Image */
  #overview{ padding-top: 15px; }
.hero{ height: 95vh; }
.hero_slider01{background: url(../img/slider-m/m-slider-01.jpg) top center; background-size: cover;}
.hero_slider02{background: url(../img/slider-m/m-slider-02.webp) top center; background-size: cover;}
.hero_slider03{background: url(../img/slider-m/m-slider-03.jpg) top center; background-size: cover;}
.hero h2{ font-size: 16px; }
.hero p{ font-size: 12px; }
.section-title h2{ font-size: 24px; }

  .portfolio-details .portfolio-description h2 {  width: 100%; }
  .portfolio-details .portfolio-info {  position: static; margin-top: 30px; }
  .gallery_desc {  position: relative;  bottom: 0; left: 0px; padding: 15px;}
  .gallery_desc h3{ font-size: 16px; }
  .about p{ line-height: normal; font-size: 12px; }
  .card-img{margin-bottom: 15px;}
  .title_plan{ font-size: 12px; padding: 15px; }
  .mobilebtn {    display: block!important;}
  .mobilebtn {  width: 100%; float: left; position: fixed; bottom: 0; left: 0; margin: 0px; z-index: 99;}
  .mobilebtn a button {
    width: 100%;
    float: left;
    margin-right: 0;
    color: #212121;
    border: none;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
     background: -webkit-linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
    background: linear-gradient(left, #ab7c2f, #ede692, #ab7c2f);
}
.heading-popup {
    border: 1px solid #ede692;
    border-bottom: 0;
    background: #202020;
    padding: 15px 0;
    text-align: center; margin-bottom: 20px;
}
.heading-popup h3{ font-size:18px; font-weight: 500; color: #fff; }
a.close-popup {
    border-radius: 50%;
    position: absolute;
    right: -6px;
    background: #ede692;
    color: #000;
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    opacity: 1!important;
    top: -8px;
    text-shadow: none;
}
.modal-body{padding: 0 0 15px 0}
.contact-form input, .contact-form textarea {  margin-bottom: 20px;height: 40px;
    margin-bottom: 20px; padding: 0px;  width: 100%; border: 0; border-bottom: solid 1px #8d8d8d !important;
    background: transparent;
    color: #000;
    border-radius: 0}
  .logo img{ height: 60px; }
  #site-header{ height: 75px; }

  .list-inline>li{ display: inline-block;padding-right:10px; } 
  .disclaimer .rera{ font-size: 10px; padding: 8px; margin-bottom: 0; }
  .transparent_bg{ padding-bottom: 70px !important; }

}

.btn-main{
 background: -webkit-linear-gradient(top, #ab7c2f, #ede692, #ab7c2f);
    background: linear-gradient(top, #ab7c2f, #ede692, #ab7c2f);

    border: 0;
    padding: 10px 18px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    transition: 0.4s;
    border-radius: 0px;
}


/*=================================================================
  Pricing section
==================================================================*/
.payment-plan-box {
  background: #fff;
  border-radius: 15px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 2px 2px #ccc;
}
.pad-30 {
  padding: 30px;
}
.payment-plan-box h3 {
  padding: 15px;
  background: #eeb65b;
  color: #fff;
  text-align: center;
  font-size: 21px;
  border-radius: 12px 12px 0 0;
}
.table {
  margin-bottom: 0px;
  border: solid 1px #eeeeee;
  border-collapse: collapse;
}
.table_custom thead {
  background: #999;
  color: #fff;
  font-size: 15px;
}

table.table tr:nth-child(2n+1) td {
  background: #f9f9f9;
}

.color-white{
  color:#fff;
}

.list_design ul {
    list-style: none;
}



.list_design ul li{ padding: 8px 10px; color: #fff; 
  background: linear-gradient(to right, #eeb65b 50%, #000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out; margin-bottom: 12px;  border-left: solid 4px #eeb65b;
 }

.list_design ul li:hover {
  background-position: left bottom;
}

/* ======= FAQs style ======= */
.faqs-box {
    position: relative;
    padding: 0;
}
.faqs-box .block {
    position: relative;
    background: #f6f6f6;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}
.faqs-box .block.active-block {
    background-color: #f6f6f6;
}
.faqs-box .block:last-child {
    margin-bottom: 0;
}
.faqs-box .block .acc-btn {
    
    position: relative;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 60px;
    color: #000;
    transition: all 500ms ease;
}
.faqs-box .block .acc-btn .count {
    color: #000;
    padding-right: 3px;
}
.faqs-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 15px;
    height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #eeb65b;
    line-height: 30px;
    content: "+";
   /* font-family: "themefisher-font";*/
    transition: all 500ms ease;
    font-weight: bold;
}
.faqs-box .block .acc-btn.active {
    background-color: #f6f6f6;
    color: #000;
}
.faqs-box .block .acc-btn.active:before {
   /* color: "themefisher-font";*/
    content: "-";
}
.faqs-box .block .acc-content {
    position: relative;
    display: none;
}
.faqs-box .block .content {
    position: relative;
    padding: 0px 30px 30px;
    background-color: #f6f6f6;
    color: #777;
}
.faqs-box .block .acc-content.current {
    display: block;
}
.faqs-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}
.faqs-box .block .content .text a{ color: #9c5451;}
.single-page-header { background-repeat: no-repeat; 
  background-size: cover !important;
  padding: 190px 0 120px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.border_right{border-left: solid 1px #e4bb61;  margin: 3% 0; height: 200px; }


  #more {display: none;}
    #myBtn {     border: none;
    background-color: #fff;
    color: #eeb65b;
    text-decoration: underline; }