/* :: Import All CSS */
/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  font-family: 'Nunito', sans-serif !important;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif !important;
}

p {
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  font-family: 'Nunito', sans-serif;
}

footer p {
    color:#fff;
}
a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none !important;
  outline: none !important;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #4f4d4d;
}

/* a:hover,
a:focus {
	font-family: 'Comic Sans MS',cursive, sans-serif;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: none;
	font-size: 14px;
} */

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d0d0d;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#original-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2400ms linear infinite;
  animation: original 2400ms linear infinite;
  z-index: 999;
}

#original-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2700ms linear infinite;
  animation: original 2700ms linear infinite;
}

#original-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 1800ms linear infinite;
  animation: original 1800ms linear infinite;
}

@-webkit-keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-image: url(img/innerbg/innerbgimg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

#scrollUp {
  bottom: 60px;
  right: 60px;
  font-size: 13px;
  text-align: center;
  color: #878787;
  letter-spacing: 1px;
  border-bottom: 2px solid #878787;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
}

#scrollUp:hover {
color: #30336b;
border-color: #30336b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#scrollUp {
bottom: 30px;
right: 30px;
}
.banner-title{display:none !important}
  .search-sec {
  padding: 0 !important;
}
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
  .banner-title{display:none !important}
  .search-sec {
  padding: 0 !important;
}
}

.bg-gray {
  background-color: #f1f1f1;
}

.background-overlay {
  position: relative;
  z-index: 2;
}

.background-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

.original-btn {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  min-width: 175px;
  height: 60px;
  border: 1px solid;
  border-color: #dcdcdc;
  font-size: 14px;
  border-radius: 0;
  line-height: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #000000;
}

.original-btn:hover,
.original-btn:focus {
font-family: 'Poppins', sans-serif;
color: #ffffff;
border-color: #30336b;
background-color: #30336b;
}

/* :: Header Area CSS */
.header-area {
  /* position: relative; */
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.header-area .top-header {
  height: 60px;
  /*height: 40px;*/
  /*border-bottom: 1px solid #eee;*/
  /* background: rgba(255, 255, 255, 0.9); */
  background: #fff;
}

@media only screen and (max-width: 767px) and (max-width: 991px) {
  .header-area .top-header {
    height: 90px;
    display: none;
  }

  .header-area {
    background: #fff;
  }

  .logo {
    padding: 0px !important;
  }

  .logo a img {
    width: 130px;
  }

  .footertext p {
    font-size: 13px;
  }

  .footerlink {
    text-align: center !important;
  }

  .footerlink ul li {
    padding: 0px 5px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .top-header {
    height: 70px;

  }
}

.header-area .top-header .top-social-area {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area {
    text-align: left;
  }
}

.header-area .top-header .top-social-area a {
  display: inline-block;
  padding: 5px 12px;
  color: #000000;
  font-size: 12px;
}

.header-area .top-header .top-social-area a:hover,
.header-area .top-header .top-social-area a:focus {
  color: #30336b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .top-header .top-social-area a {
    padding: 5px 4px;
  }
}

.header-area .logo-area {
  height: 170px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .header-area .logo-area {
    height: 100px;
  }
}

.header-area .original-nav-area {
  height: 100px;
  /* box-shadow: 1px 2px 3px #999; */
}

@media only screen and (max-width: 767px) {
  .header-area .original-nav-area {
    height: 70px;
  }
}

.header-area .original-nav-area .subscribe-btn a {
  display: inline-block;
  min-width: 140px;
  height: 40px;
  background-color: #404040;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
}

.header-area .original-nav-area .subscribe-btn a:hover,
.header-area .original-nav-area .subscribe-btn a:focus {
  background-color: #076799;
}

.header-area .original-nav-area .classynav ul li a {
  text-transform: capitalize;
  color: #4f4d4d;
}

.classynav ul li a {
  text-transform: uppercase;
  color: #4f4d4d;
  letter-spacing: 1px;
}

.header-area .original-nav-area .classynav ul li a:focus,
.header-area .original-nav-area .classynav ul li a:hover,
.classynav ul li a:hover,
.classynav ul li a:focus {
  color: #076799;
}

.header-area .original-nav-area .classy-nav-container {
  background-color: transparent;
}

.header-area .original-nav-area .classy-navbar {
  height: 100px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header-area .original-nav-area .classy-navbar {
    height: 70px;
  }
}

.header-area .is-sticky .original-nav-area {
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}

.header-area .is-sticky .original-nav-area .classy-navbar {
  height: 70px;
}

#breakingNewsTicker.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

#breakingNewsTicker1.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
}

#breakingNewsTicker.ticker ul {
  width: 100%;
  position: relative;
}

#breakingNewsTicker.ticker ul li {
  display: none;
  width: 100%;
}

#breakingNewsTicker.ticker ul li a {
  color: #000000;
  font-size: 13px;
  text-transform: lowercase;
  font-weight: normal;
}

#breakingNewsTicker.ticker ul li a:hover {
  color: #30336b;
}

.modal-backdrop.show {
  opacity: .8 !important;
}

.subscribe-newsletter-area .modal-content {
  border-radius: 0;
}

.subscribe-newsletter-area .modal-content .modal-body {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter-area .modal-content .modal-body {
    padding: 40px 30px;
  }
}

.subscribe-newsletter-area .modal-content .modal-body .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm {
  position: relative;
  z-index: 1;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input {
  width: 100%;
  height: 60px;
  border: 1px solid #787878;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  margin-bottom: 15px;
  padding: 0 30px;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input:focus {
  border: 1px solid #000000;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"] {
  background-color: #ffffff;
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"]:hover {
  background-color: #30336b;
  color: #ffffff;
}

.subscribe-newsletter-area .close {
  position: absolute;
  top: -218px;
  right: 0;
  background-color: #076799 !important;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: 400;
  z-index: 99;
  opacity: 1;
}

.subscribe-newsletter-area .close:hover {
  color: #ffffff;
}

/* :: Hero Slides Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .single-hero-slide {
  position: relative;
  z-index: 1;
  height: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 250px;
  }
}

.hero-slides .single-hero-slide .slide-content {
  display: none;
}

.hero-slides .single-hero-slide .slide-content .post-tag {
  margin-bottom: 15px;
  display: block;
}

.hero-slides .single-hero-slide .slide-content .post-tag a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #000000;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #ffffff;
}

.hero-slides .single-hero-slide .slide-content h2 span {
  font-size: 25px;
  display: inline-block;
  padding: 12px 20px 5px;
  background-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.hero-slides .single-hero-slide .slide-content h3 span {
  font-size: 12px;
  display: inline-block;
  padding: 8px 20px 6px;
  background-color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide .slide-content h2 a {
    font-size: 12px;
    padding: 12px 10px 5px;
  }
}

.hero-slides .center .single-hero-slide .slide-content {
  display: block;
}

.hero-slides .owl-nav .owl-prev,
.hero-slides .owl-nav .owl-next {
  background-color: #076799;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  left: 7%;
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 42px;
  border-radius: 2px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.hero-slides .owl-nav .owl-prev:hover,
.hero-slides .owl-nav .owl-prev:focus,
.hero-slides .owl-nav .owl-next:hover,
.hero-slides .owl-nav .owl-next:focus {
  background-color: #0d0d0d;
  color: #ffffff;
}

.hero-slides .owl-nav .owl-next {
  left: auto;
  right: 7%;
}

/* Blog Content Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .single-blog-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-area .single-blog-thumbnail img {
  width: 100%;
}

.single-blog-area .single-blog-thumbnail .post-date {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  border: 1px solid #787878;
  background-color: #ffffff;
  padding: 20px 8px;
  text-align: center;
}

.single-blog-area .single-blog-thumbnail .post-date a {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.single-blog-area .single-blog-thumbnail .post-date a span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #878787;
}

.single-blog-area .single-blog-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin: 17px auto;
  text-align: center;
}

.single-blog-area .single-blog-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
  font-family: 'Poppins', sans-serif;
}

.single-blog-area .single-blog-content .post-tag:hover,
.single-blog-area .single-blog-content .post-tag:focus {
  color: #000000;
}

.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}

.single-blog-area .single-blog-content h4 a:hover,
.single-blog-area .single-blog-content h4 a:focus {
  color: #30336b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 20px;
  }
}

.single-blog-area .single-blog-content>p {
  line-height: 2;
  margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .single-blog-content>p {
    margin-bottom: 30px;
  }
}

.single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block;
}

.single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px;
}

.single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}

.single-blog-area.blog-style-2 .single-blog-content>p {
  margin-bottom: 30px;
}

.single-catagory-area {
  position: relative;
  z-index: 1;
}

.single-catagory-area .catagory-title {
  background-color: #000000;
  top: 50%;
  left: 50%;
  width: 226px;
  height: 156px;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-catagory-area .catagory-title:hover {
  background-color: #30336b;
}

.single-catagory-area .catagory-title a {
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-tag-content {
    width: 100%;
  }
   .primary-menu ul a {
    font-size: 10px !important;
    padding: 6px !important;
}
.classy-nav-container * {
    box-sizing: border-box;
    margin: 0px;
    margin-top: 0px;
}
.header-area .top-header{
    position:relative;
    z-index:99999;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-tag-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .post-tag-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sidebar-widget-area .search-form {
  position: relative;
  z-index: 1;
}

.sidebar-widget-area .search-form input[type="search"] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #bbbec1;
  font-size: 12px;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  color: #bbbec1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-widget-area .search-form input[type="search"]:focus {
  border-bottom: 1px solid #000000;
}

.sidebar-widget-area .search-form input[type="submit"] {
  display: none;
}

.sidebar-widget-area .newsletterForm {
  position: relative;
  z-index: 1;
}

.sidebar-widget-area .newsletterForm input {
  width: 100%;
  height: 40px;
  border: 1px solid #787878;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-style: italic;
  color: #b2b2b2;
  margin-bottom: 15px;
  padding: 0 25px;
}

.sidebar-widget-area .newsletterForm input:focus {
  border: 1px solid #000000;
}

.sidebar-widget-area .newsletterForm button[type="submit"] {
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-widget-area .newsletterForm button[type="submit"]:hover {
  background-color: #30336b;
}

.sidebar-widget-area .title {
  font-size: 18px;
  margin-bottom: 52px;
}

.sidebar-widget-area .title.subscribe-title {
  margin-bottom: 20px;
}

.sidebar-widget-area .single-blog-post {
  margin-bottom: 25px;
}

.sidebar-widget-area .single-blog-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  min-width: 115px;
  padding-right: 15px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sidebar-widget-area .single-blog-post .post-content .post-tag:hover,
.sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
  color: #000000;
}

.sidebar-widget-area .single-blog-post .post-content h4 {
  margin-bottom: 10px;
  line-height: 1;
}

.sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
  font-size: 16px;
  color: #000000;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a {
  font-size: 11px;
  color: #878787;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover,
.sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
  color: #000000;
}

.sidebar-widget-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -5px;
}

.sidebar-widget-area .tags a {
  display: block;
  padding: 0 8px;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  color: #666;
  height: 35px;
  line-height: 35px;
  margin: 5px;
}

.sidebar-widget-area .tags a:hover,
.sidebar-widget-area .tags a:focus {
  border: 1px solid #076799;
  color: #333;
  background-color: #076799;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .tags a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-area .tags a {
    padding: 0 15px;
  }
}

.instagram-feed-area {
  position: relative;
  z-index: 1;
 /* border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
  padding-bottom: 30px;
  background: #f9f9f9;
}

.instagram-feed-area .insta-title {
  text-align: center;
}

.instagram-feed-area .insta-title h5 {
  margin-bottom: 0;
  padding: 40px 0;
  font-size: 18px;
}

.instagram-feed-area .single-insta-feed {
  position: relative;
  z-index: 1;
  clear: both;
}

/* .instagram-feed-area .single-insta-feed .hover-effects a {
     display: block;
     color: #ffffff;
     font-size: 30px;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 10;
     background-color: rgba(48, 51, 107, 0.95);
     opacity: 0;
     visibility: hidden;
}*/
.instagram-feed-area .single-insta-feed:hover .hover-effects a,
.instagram-feed-area .single-insta-feed:focus .hover-effects a {
  opacity: 1;
  visibility: visible;
}

.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 300px;
}

.breadcumb-area .breadcumb-content h2 {
  padding: 15px;
  margin-bottom: 0;
  font-size: 22px;
  background-color: #076799;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  /*line-height: 1;*/
  /*text-align: right;*/
  border-right: 3px solid;
  margin-top: 55px;
      line-height: 1.3;
    text-align: center;
}

.breadcumb-content ul {
  padding-top: 10px;
}

.breadcumb-content ul li {
  display: inline-block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding-left: 10px;
}

.breadcumb-content ul li a {
  color: #fff;
}

.breadcumb-content ul li a:hover {
  color: #076799;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .breadcumb-content h2 {
    font-size: 30px;
  }
}

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c5c5c5;
}

.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  min-width: 132px;
  padding-right: 20px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
  }
}

.blog-post-author .author-thumbnail img {
  border-radius: 50%;
}

.blog-post-author .author-info .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 20px;
}

.blog-post-author .author-info .author-role {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

.blog-post-author .author-info h4 a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0;
}

.blog-post-author .author-info p {
  line-height: 2;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.single-blog-wrapper .single-blog-area .single-blog-content p {
  font-family: 'Poppins', sans-serif;
}

.comment_area {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 40px;
}

.comment_area .title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content {
    padding: 20px 15px;
  }
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
  min-width: 79px;
  margin-right: 55px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    margin-right: 15px;
  }
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
  color: #a1a1a1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  display: block;
}

.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 15px;
  display: block;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 2;
}

.comment_area .comment-content .comment-meta .comment-reply {
  font-size: 11px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .comment_area .children .single_comment_area {
    margin-left: 15px;
  }
}

.single_comment_area .children .single_comment_area .comment-meta {
  margin-bottom: 0;
}

.cool-facts-area {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.cool-facts-area .single-blog-area .line {
  margin: 0 auto 15px;
  background-color: #ffffff;
}

.cool-facts-area .single-blog-area .post-tag {
  color: #ffffff;
}

.cool-facts-area .single-blog-area .post-headline {
  color: #ffffff;
}

.cool-facts-area .single-blog-area p {
  color: #ffffff;
}

.cool-facts-area .single-cool-facts-area h2 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1;
}

.cool-facts-area .single-cool-facts-area p {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}

/* Contact Area CSS */
.contact-form h5,
.post-a-comment-area h5 {
  /* font-size: 18px;
	color: #666; */
  font-size: 26px;
  color: #076799;
  /* margin-bottom: 20px;font-family: 'Poppins', sans-serif; */
  /* text-align: left; */
  /* text-align: center; */
  /* border-bottom: 1px solid #ddd;
  padding-bottom: 10px; */
}


.contact-form button,
.post-a-comment-area button {
  background-color: #ffffff;
}

/* Form CSS */
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.group input,
.group textarea,
.group select {
  font-size: 13px;
  font-style: normal;
  padding: 0px;
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid;
  border-color: #f1f1f1;
  font-weight: 600;
  color: #878787;
}

.group input:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
}

.group label {
  color: #878787;
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: 0.5s ease all;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #076799;
  transition: 0.5s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group textarea {
  min-height: 60px;
}

.submitbtn button {
  max-width: 100% !important;
}


/* Form Active State */
input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label,
input:not(:empty),
textarea:not(:empty) {
  top: -15px;
  font-size: 12px;
  color: #076799;
}

input:focus~.bar:before,
textarea:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:after {
  width: 50%;
}

input:focus~.highlight,
textarea:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background-color: #30336b;
  }

  to {
    width: 0;
    background-color: transparent;
  }
}

.map-area {
  position: relative;
  z-index: 1;
}

.map-area #googleMap {
  width: 100%;
  height: 690px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-area #googleMap {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area #googleMap {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .map-area #googleMap {
    height: 400px;
  }
}

/* Search bar */
#search-wrapper {
  display: inline-block;
  position: relative;
  right: 7px;
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-wrapper {
    margin-top: 15px;
    padding-left: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper {
    margin-top: 15px;
    padding-left: 1em;
  }
}

#search-wrapper.search-expanded #close-icon:before {
  -webkit-animation: cross-1-in 0.25s linear 0s forwards;
  animation: cross-1-in 0.25s linear 0s forwards;
}

#search-wrapper.search-expanded #close-icon:after {
  -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
  animation: cross-2-in 0.25s linear 0.2s forwards;
}

#search-wrapper.search-expanded:after {
  -webkit-animation: lens-out 0.5s linear 1 forwards;
  animation: lens-out 0.5s linear 1 forwards;
}

#search-wrapper:after {
  position: absolute;
  bottom: 3px;
  right: -9px;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
  transform-origin: 0 50%;
  -webkit-animation: lens-in 0.6s linear 0.9s forwards;
  animation: lens-in 0.6s linear 0.9s forwards;
}

#search-wrapper #search {
  background: none;
  border: 2px solid;
  border-color: #000000;
  outline: none;
  padding: 0 9px;
  border-radius: 1000px;
  width: 0;
  transition: all 0.3s 0.6s;
  font-size: 12px;
}

#search-wrapper #search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#search-wrapper #search:focus {
  width: 270px;
  padding: 7px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-wrapper #search:focus {
    width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  #search-wrapper #search:focus {
    width: 200px;
  }
}

#search-wrapper #close-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: 0.2s all;
  display: none;
}

#search-wrapper #close-icon[style*="display: block"] {
  color: red;
}

#search-wrapper #close-icon[style*="display: block"]:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
  transform: rotate(45deg) scaleX(1) translateY(10px);
}

#search-wrapper #close-icon[style*="display: block"]:after {
  -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
  transform: rotate(-45deg) scaleX(1) translateY(-10px);
}

#search-wrapper #close-icon:before,
#search-wrapper #close-icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #878787;
  transform-origin: 100% 50%;
}

#search-wrapper #close-icon:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
  transform: rotate(45deg) scaleX(0) translateY(10px);
}

#search-wrapper #close-icon:after {
  -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
  transform: rotate(-45deg) scaleX(0) translateY(-10px);
}

#search-wrapper #close-icon.closing:before {
  -webkit-animation: cross-1-out 0.25s linear 0s forwards;
  animation: cross-1-out 0.25s linear 0s forwards;
}

#search-wrapper #close-icon.closing:after {
  -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
  animation: cross-2-out 0.25s linear 0.2s forwards;
}

@-webkit-keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}

@-webkit-keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }

  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}

@-webkit-keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }

  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }
}

@-webkit-keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }

  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }
}

@-webkit-keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px);
  }

  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px);
  }
}

@-webkit-keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

@keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px);
  }

  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px);
  }
}

/* Footer Area CSS */
.footer-area {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.footer-area .footer-social-area a {
  display: inline-block;
  padding: 5px 15px;
  color: #000000;
  font-size: 13px;
}

.footer-area .classynav ul li a {
  text-transform: uppercase;
  color: #4f4d4d;
}

.footer-area .classynav ul li a:focus,
.footer-area .classynav ul li a:hover {
  color: #000000;
}

.coming-soon-area {
  position: relative;
  z-index: 1;
}

.coming-soon-area #breakingNewsTicker.ticker ul li a {
  color: #ffffff;
}

.coming-soon-area .header-area .top-header .top-social-area a {
  color: #ffffff;

}

.coming-soon-area .header-area .logo-area {
  height: auto;
  padding: 130px 0 100px;
  border-top: 1px solid #999da4;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .header-area .logo-area {
    padding: 80px 0 50px 0;
  }
}

.coming-soon-area .coming-soon-timer {
  border-bottom: 1px solid #999da4;
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-timer .coming-soon-content {
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-timer p {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.coming-soon-area .coming-soon-timer #clock {
  padding: 100px 0;
  color: #ffffff;
  font-size: 72px;
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock {
    font-size: 30px;
  }
}

.coming-soon-area .coming-soon-timer #clock span {
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-timer #clock span {
    font-size: 14px;
  }
  .logo-part {border-right:0!important;}
  .post-module{ height:530px!important;}
}

.coming-soon-area .contact-form h5 {
  color: #ffffff;
}

.coming-soon-area .contact-form .group input,
.coming-soon-area .contact-form .group textarea {
  border-color: #999da4;
  background-color: transparent;
  color: #ffffff;
}

.coming-soon-area .contact-form .group label {
  color: #ffffff;
}

.coming-soon-area .sidebar-widget-area .title {
  color: #ffffff;
}

.sonar-wrapper {
  position: relative;
  z-index: 0;
}

.sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 35%;
  height: 20px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .sonar-wrapper .sonar-emitter {
    width: 60%;
  }
}

.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 50px;
  animation: sonarWave 1200ms linear infinite;
}

@keyframes sonarWave {
  0% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

/* The End */
/*# sourceMappingURL=style.css.map */


/**** Bee Square Style ****/
.is-sticky nav .logo a img {
  width: 130px;
}

.logo {
  /*background: rgba(255, 255, 255, 0.6);*/
  background: #fff;
  padding: 14px;
  border-radius: 0px 0px 6px 6px;
}

.is-sticky .logo {
  background: transparent;
  padding: auto;
  border-radius: 0px;
}

.is-sticky .classy-nav-container a {
  background: #fff;
}


/**** Slider Style ****/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item>img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  height: 100%;
  max-width: 100%;
   min-height: 570px; 
}

.modal-dialog {
  margin: 0px auto !important;
  right: 0px !important;
  left: 0px !important;
}


/****** Search *******/
.search-sec {
  padding: 2rem;
  /*background: rgba(0,0,0,0.4);*/
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.search-sec input,
.search-sec select {
  border-radius: 0px;
  height: 40px !important;
  border: 1px solid #ddd;
}

.serchbtn button {
  background: #076799;
  height: 40px !important;
  border-radius: 0px;
  font-weight: bold;
}
.banner-title {
    color: #fff;padding-bottom: 26px;
    letter-spacing: 1px;
    background:rgba(0,0,0,0.7);  display:inline-block; padding:5%; font-size:40px;
}

@media (min-width: 992px) {

  /*    .search-sec{
        position: relative;
        top: -114px;
        background: rgba(0, 0, 0, 0.51);
    }*/
  .search-sec {
    /*position: relative;*/
    /*top: -120px;*/
    /*top: -220px;*/
    /*background: #000;*/
    
    position: absolute;
    bottom: 100px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
    .search-sec { 
        bottom:40%;
    }
}
@media (max-width: 992px) {
  .search-sec {
    /*background: #1A4668;*/
    background: #fff;
  }
}

.megamenu ul .title {
  font-size: 14px;
  border-bottom: 1px solid #f2f4f8;
  padding: 8px 12px;
  font-weight: bold;
  color: #076799;
}

.carousel-control.right,
.carousel-control.left {
  outline: none;
  background: none !important;
  opacity: 1;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color: #076799;
  opacity: 1;
}

.workspacehome h1 {
  margin: 0px;
  padding-bottom: 20px;
}

.workspacehome h1 a {
  font-size: 25px;
  margin: 0px;
  color: #333;

  font-family: 'Poppins', sans-serif;
}

.workspacehome h1 span {
  font-size: 25px;
  margin: 0px;
  color: #333;

  font-family: 'Poppins', sans-serif;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}
.pt-60 {
    padding-top:60px;
}
.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-100 {
  padding-bottom: 100px;
}

.workspacehome p {
  margin-bottom: 0px !important;
  text-align: justify;
  line-height: 23px !important;
  font-size: 17px;
}

/***** Services ******/
.servicetitle {
  border: 1px solid #eee;
  padding: 15px 5px;
  margin-bottom: 30px;
  background: #f9f9f9;
}

.servicetitle h4 {
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.viewmorebtn {
  margin: 0px auto;
}

.viewmorebtn .read-more {
  /* width: 170px !important; */
  width: 200px !important;
  margin-bottom: 20px !important;
}

.box21 {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.box21:after,
.box21:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.box21:hover:after,
.box21:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400)
}

.box21:before {
  -o-transition: all .5s linear .3s;
  -moz-transition: all .5s linear .3s;
  -ms-transition: all .5s linear .3s;
  -webkit-transition: all .5s linear .3s;
  transition: all .5s linear .3s
}

.box21:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s
}

.box21:after {
  -o-transition: all .5s linear .6s;
  -moz-transition: all .5s linear .6s;
  -ms-transition: all .5s linear .6s;
  -webkit-transition: all .5s linear .6s;
  transition: all .5s linear .6s
}

.box21:hover:after {
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s
}

.box21 img {
  width: 100%;
  height: auto
}

.box21 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 1
}

.box21:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: .4s
}

.box21 .title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px
}

.box21 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
  color: #fff
}

.box21 .read-more,
.viewmorebtn .read-more {
  display: block;
  width: 120px;
  background: #076799;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto
}

@media only screen and (max-width:990px) {
  .box21 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:479px) {
  .box21 .box-content {
    padding-top: 0
  }
}

@media only screen and (max-width:359px) {
  .box21 .title {
    padding-bottom: 10px
  }
}

.owl-carousel .owl-item img {
  width: 200px;
  /* border: 1px solid #ddd; */
}

/**** How It Works ****/
.stepwizard-step p {
  margin-top: 10px;
}

.process-row {
  display: table-row;
}

.process {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.process-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.process-row:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  /*height: 1px;
  background-color: #ccc;*/
  z-order: 0;

}

.process-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}

.process-step p {
  margin-top: 10px;
  color: #333;
  font-weight: 600;
}

.process-step .btn {
  background: #076799 !important;
  border-radius: 50%;
}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

footer {
  background: #000;
  padding: 20px;
}

.footertext p {
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.top-social-area .subscribe-btn {
  min-width: 120px;
  height: 30px;
  background-color: #404040;
  color: #ffffff !important;
  border-radius: 0;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #ddd;
  padding: 0px 12px !important;
}


.is-sticky #originalNav {
  display: block;
}

.classy-menu {
  display: none;
}

.btn-book-now {
  display: block;
  width: 120px;
  background: #076799;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
}

.carousel-inner .item h1 {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  background: #076799;
  display: inline-table;
  margin: 0px auto;
  padding: 10px 20px;
  color: #fff;
}

/****** Login Register *******/
.login-wrap {
  width: 100%;
  margin: auto;
  /*	max-width:525px;
	min-height:670px;*/
  position: relative;
  top: 0px;
  background: url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.login-html {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 36px 70px 10px 70px;
  background: rgba(0, 0, 0, .9);
  top: -218px;
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
  display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
  text-transform: uppercase;
}

.login-html .tab {
  font-size: 22px;
  margin-right: 15px;
  padding-bottom: 5px;
  margin: 0 15px 30px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
  color: #fff;
  border-color: #076799;
}

.login-form {
  min-height: 370px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.login-form .group {
  margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
  width: 100%;
  color: #fff;
  display: block;
}

.login-form .group .input,
.login-form .group .button {
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
  text-security: circle;
  -webkit-text-security: circle;
}

.login-form .group .label {
  color: #aaa;
  font-size: 12px;
}

.login-form .group .button {
  background: #076799;
  width: auto;
}

.login-form .group label .icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
  left: 3px;
  width: 5px;
  bottom: 6px;
  transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
  top: 6px;
  right: 0;
  transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
  color: #fff;
}

.login-form .group .check:checked+label .icon {
  background: #076799;
}

.login-form .group .check:checked+label .icon:before {
  transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
  transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
  transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
  transform: rotate(0);
}

.checkbox {}

.hr {
  height: 2px;
  margin: 10px 0 10px 0;
  background: rgba(255, 255, 255, .2);
}

.foot-lnk {
  text-align: center;
}

.foot-lnk a,
.foot-lnk label {
  color: #999;
}

.tagscontent {
  clear: both;
  overflow: hidden;
}

.submitbtn {
  text-align: left;
  margin: 0px;
  float: left;
}

.submitbtn button {
  font-family: 'Poppins', sans-serif;
}

.formbox {
  padding: 15px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0;
}

.form-heading {
  color: #fff;
  font-size: 23px;
}

.panel h2 {
  color: #444444;
  font-size: 18px;
  margin: 0 0 8px 0;
}

.panel p {
  color: #777777;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 24px;
}

.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 0px;
  max-width: 100%;
  padding: 0px 70px 10px 71px;
}

.login-form .form-group {
  margin-bottom: 10px;
}

.login-form .group label {
  text-align: left;
  top: -14px;
  line-height: 0px;
}

.login-form .group input {
  margin-bottom: 32px;
  border-radius: 0px !important;
}

.login-form {
  text-align: center;
}

.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}

.login-form .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.forgot {
  text-align: left;
  margin-bottom: 30px;
}

.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}

.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}

.back {
  text-align: left;
  margin-top: 10px;
}

.back a {
  color: #444444;
  font-size: 13px;
  text-decoration: none;
}

.btn-change4 {
  background: #076799;
  border: 0px;
  color: #fff;
  box-shadow: 0 0 1px #ccc;
  -webkit-transition-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease-out;
  -webkit-box-shadow: 0px -50px 0 0 #076799 inset, 0px 50px 0 #076799 inset;
}

.btn-change4:hover {
  -webkit-box-shadow: 0px 0px 0 0px #000 inset, 0px 0px 0 0px #000 inset;
}

.btn-book-now {
  text-align: center;
}


/**** Fliter Style ****/
.nav-side-menu {
  overflow: auto;
  font-size: 12px;
  font-weight: 500;
  /*background-color: #000;*/
  top: 0px;
  width: 100%;
  height: 100%;
  color: #fff; background:#fff
/*  border: 1px solid #ddd;*/
}

.nav-side-menu .brand {
  background-color: #333;
  line-height: 38px;
  text-align: left;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 0px 15px;
  font-weight: normal;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.menu-list {
  padding: 0px 10px;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  font-size: 13px;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul a>strong,
.nav-side-menu li>a>strong {
  font-size: 1.0em;
  font-weight: 400;
  vertical-align: middle;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  /*content: "\f078";*/
  content: "\f107";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  font-size: 14px;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  /*border-left: 3px solid #fe0266;
  background-color: #4f5b69;*/
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #1182c5;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  /*background-color: #181c20;*/
  border: none;
  line-height: 28px;
  /*border-bottom: 1px solid #23282e;*/
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  /*background-color: #020203;*/
}

/*.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  content:"\f107";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  color:#333;
  font-weight:normal;
}*/
.nav-side-menu li {
  padding-left: 0px;
  /*border-left: 3px solid #fe0266;
  border-bottom: 1px solid #23282e;*/
  border-bottom: 1px solid #eee;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #333;
}

.nav-side-menu li a:hover {
  text-decoration: none;
  color: #076799;
}

.sub-menu li a {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

.nav-side-menu li a i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 32px;
}

.nav-side-menu li:hover {
  /*border-left: 3px solid #1182c5;
  background-color: #4f5b69;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

  .nav-side-menu .brand {
    text-align: left !important;
    padding-left: 20px;
    line-height: 50px !important;
    display: block;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}


/*--------------------profile-------------------*/
.fb-profile {
  position: relative;
}

.fb-profile img.fb-image-lg {
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
}

.fb-image-profile {
  margin: -50px 10px 0 50px;
  z-index: 9;
  width: 10%;
}

.fb-profile-text {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.fb-profile-text h4 {
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
}

.fb-profile-text p {
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
}

.thumbnail {
  border-radius: 15px; padding:0 !important
}

.profile-imgbox {
  bottom: 0px;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2;
}

.profile-imgbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-imgbox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

.profile-imgbox ul li a {
  display: block;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;

}

.profile-imgbox ul li a span {
  background: #0088CB;
  border: 2px solid #ffffff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 100px;
}

.profile-imgbox ul li a span i {
  display: inline-block;
  color: #FFF;
  vertical-align: middle;

}

.profile-imgbox ul li a b {
  display: block;
  font-weight: normal;
  height: 48px;
}

.profile-imgbox p {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.44);
  display: inline-block;
  padding: 4px 24px;
  border-radius: 4px;
  color: #ffffff;
}

.project-detail {}

.project-detail h4 {
  color: #202020;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.project-detail b {
  background: #202020;
  display: inline-block;
  text-align: center;
  height: 1px;
  width: 8%;
}

.project-detailBox {
  margin-bottom: 18px;
  margin-top: 18px;
}

.project-detailBox label.project-label {
  width: 200px;
  padding: 0 10px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
  float: left;
}

.project-infobox {
  margin-left: 215px;
  margin-bottom: 10px;
}

.project-infobox ul {
  line-height: none;
  margin: 0;
  padding: 0;
  width: 400px;
  list-style: none;
}

.project-infobox ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.project-infobox ul li span {
  width: 74%;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #333;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 10px;
  font-weight: normal;
  float: left;
}

.project-infobox ul li strong {
  float: left;
  width: 26%;
  padding: 0 0 0 10px;
  display: inline-block;
  color: #ed1651;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 10px;
  font-weight: 700;
}

.project-infobox p {
  line-height: 24px;
  font-size: 17px;
}



@media (max-width:768px) {

  .fb-profile-text>h1 {
    font-weight: 700;
    font-size: 14px;
  }

  .fb-image-profile {
    margin: -50px 10px 0 50px;
    z-index: 9;
    width: 10%;
  }
  
  .post-module .post-content .title {
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
    line-height: 20px !important;
}
  
}


.spacialCheckbox-ul {}

.nav-side-menu ul.spacialCheckbox-ul li:before {
  content: "";
}

.spacialCheckbox {
  position: relative;
  line-height: 20px;
}

.spacialCheckbox label {
  position: relative;
  padding-left: 26px;
  padding-top: 2px;
  color: #333;
  line-height: 26px;
}

.spacialCheckbox label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.spacialCheckbox label input[type="checkbox"]+i {
  background: url(http://skyrites.com/projects/spaciux/images/checkbox.jpg) no-repeat left top;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

}

.spacialCheckbox label input[type="checkbox"]:checked+i {
  background: url(http://skyrites.com/projects/spaciux/images/checkbox.jpg) no-repeat left bottom;
}

.radio {

  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkround {
  position: absolute;
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: #076799;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked~.checkround {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkround:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #076799;


}

/* The check */
.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: #f8204f;
  border-style: solid;
  border-width: 2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: #076799;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cust-btn {
  margin-bottom: 10px;
  background-color: #f8204f;
  border-width: 2px;
  border-color: #f8204f;
  color: #fff;
}

.cust-btn:hover {
  border-color: #f8204f;
  background-color: #fff;
  color: #f8204f;
  border-radius: 20px;
  transform-style: 2s;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 35px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  vertical-align: middle;
  color: #333;
  font-weight: normal;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

.listingbox {
  /*border: 1px solid #ddd;*/
  overflow: hidden;
  padding: 15px 15px;
  margin-bottom: 20px; background:#fff;
}

.listingbox img {
  width: 100%;
}
/*.listingbox .btn{ width:140px! !important} */

.listingtext h5 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0px;
}

.listingtext p {
  font-weight: normal;
  font-size: 14px;
  color: #333 !important;
}

.listingtext h6 {
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.listingtext h6 i {
  color: #076799;
  padding-right: 6px;
}

.ameni p {
  float: left;
  padding-right: 20px;
  margin: 0px;
  line-height: 25px;
}

.ameni ul li {
  display: inline;
  padding-right: 10px;
  border: none;
}

.ameni ul li i {
  color: #999;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0px auto;
  line-height: 14px;
  padding: 5px;
}

.weekday {
  margin-top: 5px;
}

.weekday li {
  background: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 6px;
  padding: 5px 5px 5px 5px !important;
}

.weekday .active {
  background: #076799;
  color: #fff;
}

.listingtext {
  /*border-right: 1px solid #ddd;*/
}

.bggrey {
  background: #f9f9f9;
  padding: 20px;
}



/******** Listing Details Style **********/
.listingtext-list {}

.listingtext-list ul {
  margin-bottom: 0px;
}

.listingtext-list ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  padding-left: 15px;
}

.listingtext-list ul li:last-child {
  border-right: none;
}

.listingtext-list ul li a {
  color: #333;
  font-weight: 500;
}

.listingtext-list ul li a:hover {
  color: #076799;
}

.listingbox ul {
  float: left;
}

.listingbox ul li:first-child {
  padding-left: 0px;
}

.listingbox ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0px 20px;
}

.property-overview ul li {
  display: block;
  border-right: none;
  padding: 5px 0px;
}

.listingbox ul li:last-child {
  border-right: none;
}

.listingbox ul li a img {
  max-width: 85px;
}

.listingbox h5,
.facilities h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #666;
  padding-bottom: 10px;
  font-size: 15px;
  margin-top: 0px;
 /* border-bottom: 1px solid #ddd;*/
}

.verify {
  padding-top: 20px;
}

.verify ul li i {
  background: #27DF09;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  padding: 2px;
}

.listingbox p {
  font-size: 17px; font-weight:bold
}

.listingbox h5 { font-weight:bold}

.locationdetails ul {
  text-align: left;
  width: 100%;
}

.locationdetails ul li {
  display: inline-block;
  border: none;
  padding-right: 5px;
  padding-left: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 27px;
}

.locationdetails ul li:first-child {
  width: 44%;
}

.locationdetails {
  clear: both;
}

.starmark h6 {
  color: #f00;
  border-top: 1px solid #ccc;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
}

.facilitieslist {
  width: 100%;
}

.facilitieslist li i {
  font-size: 12px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  background: #333;
  color: #fff;
}

.facilitieslist li {
  border: 1px solid #ddd;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 20px 20px;
  padding: 8px !important;
  display: inline-block;
  margin-right: 10px;
  /* min-width: 18%; */
  margin-bottom: 10px;
}

.facilities {
  margin-top: 28px;
}


#description p {
  font-size: 14px;
  line-height: 25px;
  color: #333;
}

.openhrs .border-left {
  border: 1px solid #ccc;
  border-left-color: rgb(204, 204, 204);
  border-left-style: solid;
  border-left-width: 1px;
  text-align: center;
  margin-right: 16px;
  padding: 5px;
}

#gallery .owl-carousel .owl-item img {
  width: 100% !important;
}

/******* Check box ********/
.tags li a input {
  width: auto;
  float: left;
  margin: 0;
  margin-right: 0px;
  margin-right: 10px;
}

.form-heading-padding {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.post-req-heading img {
  width: 64px;
}

.post-req-heading p {
  font-size: 15px;
}

.text-danger {
  font-size: smaller;
}

.datepicker-days tr .today {
  background: #076799;
  padding: 0px 5px 0px 6px;
}

.datepicker-days tr .active {
  background: #ddd;
  padding: 0 5px 0 6px;
}

.datepicker-days tr .disabled {
  color: #ddd
}

.datepicker-days tr .day:hover {
  cursor: pointer;
}

/* Checkbox style */

.boxes {
  margin: auto;
  padding: 24px 6px 0px;
  /* background: #484848; */
}

.boxes input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  /* font: 14px/20px 'Open Sans', Arial, sans-serif; */
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
  margin-bottom: 8px;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #076799;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: 2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.register-form {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #eee;
  position: relative;
  top: -70px;
  z-index: 1;
  background: #fff;
}

.register {
  background: url(img/innerbg/bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}

.login-heading {
  text-align: center;
  padding: 8px 0 0 0;
}

.login-heading a {
  color: #076799;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.list-heading {
  padding: 0;
  margin: 5px 0px 15px -15px;
}

.property-add-btn a {
  text-align: center;
  margin: 0px;
  width: 120px !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
  display: block;
  width: 120px;
  background: #076799;
  border-radius: 20px;
  font-size: 13px;
  color: #333;
  text-transform: capitalize;
  padding: 6px 0;
  margin: 0 auto;
}

.property-list a:hover {
  text-decoration: none;
}

.property-list a {
  background: #076799;
  border: 1px solid #076799;
  color: #000;
}

.property-list a:hover {
  background: #ffffff;
  border: 1px solid #076799;
  color: #076799;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}

.property-add .box-title {
  font-size: 26px;
  color: #076799;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  /* text-align: left; */
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}

ul,
ol {
  margin-bottom: 0px !important;
}


/*-------Login--------- */

.pen-title {
  padding: 20px 0;
  text-align: center;
  letter-spacing: 2px;
}

.pen-title h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
}

.pen-title span {
  font-size: 12px;
}

.pen-title span .fa {
  color: #076799;
}

.pen-title span a {
  color: #076799;
  font-weight: 600;
  text-decoration: none;
}

/* Rerun */
.rerun {
  margin: 0 0 30px;
  text-align: center;
}

.rerun a {
  cursor: pointer;
  display: inline-block;
  background: #076799;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.rerun a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* Scroll To Bottom */
#codepen,
#portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #076799;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  text-align: center;
}

#codepen i,
#portfolio i {
  line-height: 56px;
}

#codepen:hover,
#portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* CodePen */
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #076799;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
  animation: buttonFadeInUp 1s ease;
}

#portfolio i {
  line-height: 44px;
}

/* Container */
.login-container {
  margin: 0px !important;
  padding: 0px !important;
}

.logincontainer {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto 100px;
}

.logincontainer.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px;
}

.logincontainer.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}

.logincontainer.active .card.alt {
  top: 0px;
  right: 0;
  width: 101%;
  min-width: 101%;
  height: auto;
  border-radius: 5px;
  padding: 40px 0 0px;
  overflow: hidden;
  margin: -3px -2px;
  min-height: 540px;
}

.logincontainer.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(40);
  transform: scale(40);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.logincontainer.active .card.alt .toggle:before {
  content: '';
}

.logincontainer.active .card.alt .title,
.logincontainer.active .card.alt .input-container,
.logincontainer.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.logincontainer.active .card.alt .title {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.logincontainer.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.logincontainer.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.logincontainer.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.logincontainer.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
}

.card:first-child {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
}

.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #076799;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  color: #076799;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.card .input-container {
  position: relative;
  margin: 0 30px 30px;
}

.card .error-container {
  position: relative;
  margin: 0 60px;
  top: -26px;
}

.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 44px;
  border: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.card .input-container input:focus~label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container input:focus~.bar:before,
.card .input-container input:focus~.bar:after {
  width: 50%;
}

.card .input-container input:valid~label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -60%) scale(0.75);
}

.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}

.card .input-container .bar:before,
.card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #076799;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.card .input-container .bar:before {
  left: 50%;
}

.card .input-container .bar:after {
  right: 50%;
}

.card .button-container {
  margin: 60px 60px;
  text-align: center;
}

.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 150px;
  border: 2px solid #e3e3e3;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-color: #076799;
}

.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #076799;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #076799;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.card .button-container button:hover,
.card .button-container button:active,
.card .button-container button:focus {
  border-color: #076799;
  background: #076799;
  color: #fff;
}

.card .button-container button:hover span,
.card .button-container button:active span,
.card .button-container button:focus span {
  /* color: #076799; */
  color: #ffffff;
}

.card .button-container button:active span,
.card .button-container button:focus span {
  color: #ffffff;
}

.card .button-container button:active:before,
.card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.card .footer {
  margin: 40px 0 0;
  color: #d3d3d3;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.card .footer a {
  color: #666;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;

}

.card .footer a:hover {
  color: #bababa;
}

.card.alt {
  position: absolute;
  top: 40px;
  right: -32px;
  z-index: 10;
  width: 130px;
  height: 50px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */
}

.card.alt .toggle {
  position: relative;
  background: #076799;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  /*position: relative;*/
  /*   background: #076799;*/
  /*   width: 120px;*/
  /*   height: 50px;*/
  /*   border-radius: 10px;*/
  /*   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
  /*   color: #ffffff;*/
  /*   font-size: 20px;*/
  /*   line-height: 40px;*/
  /*   text-align: center;*/
  /*   cursor: pointer;*/
}

.card.alt .toggle:before {
  content: '\f067 Register';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}

.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}

.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  background: transparent !important;
}

.card.alt .title .close:before {
  content: '\00d7';
}

.card.alt .input-container input {
  color: #ffffff;
}

.card.alt .input-container input:focus~label {
  color: #ffffff;
}

.card.alt .input-container input:focus~.bar:before,
.card.alt .input-container input:focus~.bar:after {
  background: #ffffff;
}

.card.alt .input-container input:valid~label {
  color: #ffffff;
}

.card.alt .input-container label {
  color: rgba(255, 255, 255, 1);
}

.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 1);
}

.card.alt .button-container button {
  /* width: 100%; */
  background: #ffffff;
  border-color: #ffffff;
}

.card.alt .button-container button span {
  color: #076799;
}

.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.card.alt .button-container button:active:before,
.card.alt .button-container button:focus:before {
  display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}

@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}

.text-danger p {
  color: #dc3545 !important
}

.alert-dismissible {
  position: fixed;
  z-index: 99999999;
  width: 70%;
  margin-left: 15%;
}


#form {
  padding: 71px 0;
}

#form h1 {
  text-align: center;
  color: red;
}

.contact-text h6 {
  color: #595959;
  line-height: 26px;
  font-size: 16px;
}

#usr,
#comment {
  background: #fff;
  margin-top: 0;
  border: solid 1px #d5d5d5;
}
.main_contact_form .form-control{border-radius:0 !important;}

.form-group {
  width: 100%;
}

.form-ara .col-md-6 {
  padding: 0 0;
}

.name-text {
  /* margin-top: ; */
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 96%;
}

.form-ara .col-lg-6 {
  padding: 0;
}

.form-ara input,
.form-ara textarea {
  padding: 10px 15px;
  font-size: 13px;
  min-height: 45px;
  font-family: 'Poppins', sans-serif;
}

.map-area iframe {
  width: 100%;
}

.captha {
  width: 60%;
  background: #F4F4F4;
  border: solid 1px #d5d5d5;
  padding: 15px 22px;
}

.form-check .form-check-label {
  display: inline-flex;
}

.form-check p {
  margin-top: 11px;
  padding-right: 29px;
}

#captha-image {
  margin-left: 10px;
}

.buton-form a {
  background: #01478c;
  position: absolute;
  right: 0;
  padding: 14px 51px;
  bottom: 47px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  border: solid 1px transparent;
  transition: all ease-in 0.5s;
}

.buton-form a:hover {
  background: #F4F4F4;
  color: #01478c;
  border: solid 1px #01478c;
  transition: all ease-out 0.5s;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 18px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: white;
  border: solid 1px #d5a440;
}

.form-check-label:hover input~.checkmark {
  background-color: #01478C;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check-label input:checked~.checkmark:after {
  display: block;
}

.form-check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-text.text-center h6 {
  margin-bottom: 60px;
}

.capcta {
  width: 25%;
  min-height: 63px;
  object-fit: cover;
}

.map-area {
  clear: both !important;
}

.map-area iframe {
  border: solid 2px whitesmoke !important;
  padding: 4px;
  background: #fff;
  box-shadow: 1px 4px 2px 0px rgba(1, 1, 1, 0.22);
}

.abouthead h5 {
  color: #666;
}

.abouthead p {
  line-height: 30px;
}

.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.single-contact i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  background-color: #076799;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
}

.single-contact p {
  font-size: 17px;
  font-weight: 400;
}

.contact-form input[type="submit"] {
  background-color: #FF7200;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s
}

.contact-form input[type="submit"]:hover {
  background-color: #CC5B00
}

.contact-form input:focus,
textarea:focus {
  border-color: #CC5B00
}

/****** Services ******/

.how-section1 h4 {
  color: #076799;
  font-weight: 500;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}

.how-section1 p {
  line-height: 25px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.how-img {
  text-align: left;
}

.how-img img {
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 2px 2px 6px #ddd;
  border-radius: 0px 20px;
  margin-bottom: 30px;
}

.border1 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding-top: 20px;
  border-radius: 5px;
}

.process-row::before {
  left: 0px !important;
}

.contactinfo {
  clear: both;
}

@media(max-width: 480px) {
  .process-step {
    display: block;
    margin: 20px auto;
  }

  .process-row::before {
    display: none;
  }
}






/************Video Background*********/

.video-section {
  display: grid;
  grid-template-rows: 100vh;
  overflow: hidden;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.video-bg {
  /* Span the full grid */
  grid-area: var(--fullGrid);

  /* Re-size video to cover full screen while maintaining aspect ratio */
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;

  /* Display video below overlay */
  z-index: -1;
}

.video-bg::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
}

.video-overlay h1 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}


/***********SErvice***********/

.service i:before {
  font-size: 48px;
  line-height: 48px;
}

.service h3 {
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.service p {
  margin-bottom: 30px;
}


/**************About**********/

.about-section {
  padding: 0;
}

.bg-f4f4f4 {
  background: #F4F4F4;
}

.about-bg {
  /*background: url(../front-assets/img/about.jpg);*/
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  max-height: 500px;
  height: 100vh;
}

.bout-img {
  max-width: 500px;
  float: left;
  padding: 0 20px 20px 0;
}


/***************Properties*********/

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.post-module .thumbnail {
  background: #fff;
  height: 400px;
  overflow: hidden;
}

.post-module .thumbnail .treding {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 40px;
  height: 40px;
  padding: 12px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-module .thumbnail .treding .label {
  font-size: 14px;
}

/*.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}*/


.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 10px 28px 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  top: -35px;
  left: 0;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.rent-bg {
  background: #076799;
}

.buy-bg {
  background: #A8CF45;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 18px;
  color: #000;
  font-size: 17px;
  font-weight: 900;
  text-transform: capitalize;
 /* letter-spacing: 1.5px;*/
  line-height: 25px;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  /*max-height: 60px;*/
  overflow: hidden;
  /*min-height: 60px;*/
  letter-spacing: 1px;
  line-height: 26px;
}

.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}

.post-module .post-content .properties-btn {
  display: none;
}

.post-module .post-content .post-meta {
  margin: 10px 0 0;
  color: #000;
}

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}


/************testimonial************/

.testimonial {
  text-align: center;
  color: #F2EFE8;
  margin: 80px 30px;
  padding: 30px 40px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424242;
  border-radius: 30px;
  z-index: -1;
}

.testimonial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #076799;
  border-radius: 30px;
  transform: rotate(-7deg);
  z-index: -2;
}

.testimonial .pic {
  border: 5px solid #F2EFE8;
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial .testimonial-content {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}

.testimonial .testimonial-title a {
  display: inline-block;
  color: #076799;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial .testimonial-title small {
  color: #F2EFE8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#testimonial-slider .owl-controls {
  margin-top: 0px;
  margin-left: 10px;
  text-align: center;
}

#testimonial-slider .owl-controls .owl-nav div {
  display: inline-block !important;
  opacity: 1;
  background: #076799;
  color: #F2EFE8;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}

#testimonial-slider .owl-buttons {
  display: inline-flex;
}

#testimonial-slider .owl-prev:before,
#testimonial-slider .owl-next:before {
  content: "\f060";
  font-family: 'FontAwesome';
  font-size: 20px;
  padding: 12px;
}

#testimonial-slider .owl-next:before {
  content: "\f061";
}

.single-blog-content {
  padding: 40px 0;
}

.service p {
  font-family: 'Nunito', sans-serif;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0 !important;
}

.properties-btn .read-more {
  padding: 1px 5px !important;
  font-size: 12px;
}

.inline-flex {
  display: inline-flex;
}

.ticker {
  padding: 20px 0;
}

.ticker.text-left {
  padding: 16.5px 0;
}

.ticker a {
  color: #000;
  font-size: 12px;
}

.classynav {
  /*padding: 12.5px 0;*/
}

.classynav>ul>li {
    padding:18px 0;
}
@media(max-width:767px) {
    .classynav>ul>li {
        padding: 0px 0;
    }
    .classynav>ul>li.cn-dropdown-item.has-down>.dd-arrow {
        top:0 !important;
    }

    .classynav>ul>li.cn-dropdown-item.has-down.active>.dd-arrow {
        top:17px !important;
    }
}

.slider-wrapper {
  z-index: 500;
  /* position: relative; */
  width: 100%;
  height: 360px;
  background: #FFF;
  /* border: 5px solid #4b5973; */
  overflow: hidden;
}

.slider-wrapper li {
  display: none;
}

.slider-wrapper .current-slide {
  display: block;
}

.slider-shadow {
  width: 100%;
  height: 15px;
  position: relative;
}


.control-buttons {
  margin-top: 15px;
  text-align: center;
}

.control-buttons li {
  cursor: pointer;
  display: inline-block;
  background: #424f66;
  text-indent: -99999px;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.control-buttons li.active {
  background: #00c5b9;
}

@media only screen and (max-width: 825px) {

  .slider-wrapper {
    height: 260px;
  }
}

@media only screen and (max-width: 535px) {

  .slider-wrapper {
    height: 200px;
  }

  .slider-wrapper .caption {
    display: none;
  }

}

@media only screen and (max-width: 410px) {
  .slider-wrapper {
    height: 160px;
  }
}


/* Blog */
h3.h3 {
  text-align: center;
  padding: 1.5em 0em;
  text-transform: capitalize;
  font-size: 1.5em;
}

.post-slide6 {
  margin: 0 10px;
  /* border-left: 8px solid #1dcfd1;
  border-bottom: 8px solid #1dcfd1;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30); */
  box-shadow: 0px 2px 4px #076799;
  margin-bottom: 2em;
  min-height: 520px;
}

.post-slide6 .post-img {
  position: relative;
  overflow: hidden;
}

.post-slide6 .post-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
  transition: all 0.40s linear 0s;
}

.post-slide6:hover .post-img:before {
  background: rgba(0, 0, 0, 0.6);
}

.post-slide6 .post-img img {
  width: 100%;
  height: auto;object-fit: cover;
}

.post-slide6 .post-info {
  width: 75%;
  position: absolute;
  bottom: -100%;
  left: 12.5%;
  background: #076799;
  text-align: center;
  line-height: 26px;
  padding: 15px;
  transition: bottom 0.40s ease-in-out 0s;
}

.post-slide6:hover .post-info {
  bottom: 0;
}

.post-slide6 .category {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-slide6 .category li,
.post-slide6 .post-date {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.post-slide6 .category li:after {
  content: " /";
}

.post-slide6 .category li:last-child:after {
  content: "";
}

.post-slide6 .category li a {
  color: #fff;
  transition: all 0.40s linear;
  
}

.post-slide6 .category li a:hover {
  color: #555;
  text-decoration: none;
}

.post-slide6 .post-review {
  padding: 35px 20px 25px;
  background: #fff;
  position: relative;
}

.post-slide6 .icons {
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  right: 10px;
  overflow: hidden;
}

.post-slide6 .icons img {
  width: 100%;
  height: auto;
}

.post-slide6 .post-title {
  margin: 0 0 25px 0;
 
}

.post-slide6 .post-title a {
  font-size: 16px;
  font-weight: normal;
  /*letter-spacing: 1px;*/
  color: #076799;
  display: inline-block;
  /* text-transform: uppercase; */
  transition: all 0.30s linear 0s; line-height:26px;
}

.post-slide6 .post-title a:hover {
  text-decoration: none;
  color: #555;
}

.post-slide6 .post-description {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.post-slide6 .read {
  font-size: 13px;
  color: #555;
  display: block;
  text-align: right;
  text-transform: uppercase;
}

.post-slide6 .read:hover {
  text-decoration: none;
  color: #076799;
}

.post-req-sub-heading {
  border: none;
}

.post-req-sub-heading h5 {
  font-size: 16px;
  color: #076799;
  font-weight: 600;
  letter-spacing: 1px;
}


.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: #fff !important;
  border-bottom: 2px solid #f1f1f1 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333 !important;
  font-size: 14px;
  /*letter-spacing: 1px;*/
  /* font-weight: 500; */
}



/* ********************* */
/* Footer css end here */
/* ********************* */
.bg-grey {
  background: #292929;
}

.footer {
  padding: 60px 0 10px;
}

.logo-footer {
  margin-bottom: 40px;
}

footer {
  color: grey;
}

footer p {
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 24px;
}

footer h4 {
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

footer h4:after {
  position: absolute;
  content: "";
  background: grey;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}

footer .no-border:after {
  position: unset;

}

footer .footer-links li:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 18px;
  padding-right: 10px;
}

.social .fa {
  color: grey;
  font-size: 22px;
  padding: 10px 15px;
  background: #3c3c3c;
}

footer ul li {
  list-style: none;
  display: block;
}

footer ul {
  padding-left: 0;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}


.logo-part {
  border-right: 1px solid grey;
  height: 100%;
}

.social {
  padding: 30px 0 20px;
}

/* ********************* */
/* Footer css end here */
/* ********************* */



.btn-close {
  font-size: 46px !important;
  margin-top: -10px;
}



/******Sticky Social************* */
ul#menu .fa {
  font-size: 130% !important;
}

ul#menu {
  width: auto;
  position: fixed;
  top: 40%;
  left: 0px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}

ul#menu li {
  border-top: 1px solid #ccc;
  border-left: 4px solid #fff;
}

ul#menu li.one {
  border-left-color: #55acee;
}

ul#menu li.two {
  border-left-color: #3b5998;
}

ul#menu li.three {
  border-left-color: #bc2a8d;
}

ul#menu li.four {
  border-left-color: #dd4b39;
}

ul#menu li.five {
  border-left-color: #007bb5;
}

ul#menu li.six {
  border-left-color: #c4302b;
}

ul#menu li.seven {
  border-left-color: #c8232c;
}

ul#menu li a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  background-color: #fff;
  display: block;
}

ul#menu li.one a:hover {
  background-color: #55acee;
  color: #fff;
}

ul#menu li.two a:hover {
  background-color: #3b5998;
  color: #fff;
}

ul#menu li.three a:hover {
  background-color: #bc2a8d;
  color: #fff;
}

ul#menu li.four a:hover {
  background-color: #dd4b39;
  color: #fff;
}

ul#menu li.five a:hover {
  background-color: #007bb5;
  color: #fff;
}

ul#menu li.six a:hover {
  background-color: #c4302b;
  color: #fff;
}

ul#menu li.seven a:hover {
  background-color: #c8232c;
  color: #fff;
}

/******Sticky Social************* */





@media only screen and (max-width: 1024px) {
  .ticker a {
    font-size: 9px;
  }

  .header-area .top-header .top-social-area a {
    font-size: 9px;
  }

  .header-area .original-nav-area .classy-navbar {
    height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area .top-header {
    height: 90px;
    display: none;
  }

  .header-area .original-nav-area .classy-navbar,
  .header-area .original-nav-area {
    height: 72px;
  }

  .header-area {
    background: #fff;
  }

  .logo {
    padding: 0px !important;
  }

  .logo a img {
    width: 180px;
  }

  .footertext p {
    font-size: 15px;
  }

  .footerlink {
    text-align: center !important;
  }

  .footerlink ul li {
    padding: 0px 5px !important;
  }
}


.sticky-logo {
  display: none;
}

.is-sticky .sticky-logo {
  display: inherit;
  width: 200px !important;
  margin-left: 32px;
}

.width-230 {
  width: 230px;
}


.h-100,
.h-100 .col-12 {
  height: 100%;
}

.breadcumb-content {
  position: relative;
  top: 38%;
  height: 62%;
}

.breadcumb-content h2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.social a:hover .fa-facebook {
  background-color: #3b5998;
  color: #fff;
}

.social a:hover .fa-linkedin-square {
  background-color: #007bb5;
  color: #fff;
}

.social a:hover .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  /* background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); */
  color: #fff;
}

.social a:hover .fa-twitter {
  background-color: #00acee;
  color: #fff;
}
.social a:hover .fa-youtube {
  background-color: #c4302b;
  color: #fff;
}
.social a:hover .fa-google {
  background-color: #dd4b39;
  color: #fff;
}

#OpenForm1 {
  background: #076799;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.feedback-form #OpenForm1 i {
  font-size: 24px !important;
  color: #fff !important;
  padding: 8px;
}

.row-center {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.text-xs {
  font-size: 80%;
}


@media(max-width:767px) {
  .about-bg{
     max-height:375px;
  }
}



.btnloan{
    
    line-height: 2.428571429 !important;
}

.testimonial-content p {
    color:#fff !important;
}



/* Calculter Popup */

.popup {
  /*position: fixed !important;*/
  /*top: auto !important;*/
  /*left: auto !important;*/
  /*bottom: -1000%;*/
  /*right: 5%;*/
  /*z-index: 999;*/
  /*max-height: 574px;*/
  /*box-shadow: 0px 0px 3px #666;
  overflow-y: auto;*/
  /* max-width: 400px; */
}

.popup-animate {
  -webkit-animation: popup .5s ease-out .5s forwards;
  /* Safari 4.0 - 8.0 */
  animation: popup .5s ease-out .5s forwards;
}

@keyframes popup {
  from {
    bottom: -100%;
  }

  to {
    bottom: 5%;
  }
}

.popup-dismiss {
  animation: popupDismiss .5s;
  animation-fill-mode: forwards;
}

@keyframes popupDismiss {
  0% {
    bottom: 5%;
    opacity: 1;
  }

  100% {
    bottom: 25%;
    opacity: 0;
  }
}

.popup form {
  background: #fff;
  padding: 10px 35px;
}

.popup form h4 {
  /* text-align: center;border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 24px; */
}

.popup input,
.popup input[type="radio"]+label,
.popup input[type="checkbox"]+label:before,
.popup select option,
.popup select {
  width: 100%;
  padding: 0.5em 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.popup input:focus {
  outline: 0;
  border-color: #64ac15;
}

.popup input:focus+.input-icon i {
  color: #7ed321;
}

.popup input:focus+.input-icon:after {
  border-right-color: #7ed321;
}

.popup input[type="radio"] {
  display: none;

}

.popup input[type="radio"]+label,
.popup select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
  cursor: pointer;
}

.popup input[type="radio"]+label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  font-size: 14px;
  padding: 6px;
  letter-spacing: 1.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup input[type="radio"]+label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

  font-size: 14px;
  padding: 6px;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup input[type="radio"]+label i {
  padding-right: 0.4em;
}

.popup input[type="radio"]:checked+label,
.popup input:checked+label:before,
.popup select:focus,
.popup select:active {
  background-color: #7ed321;
  color: #fff;
  border-color: #64ac15;

}

.popup input[type="checkbox"] {
  display: none;
}

.popup input[type="checkbox"]+label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}

.popup input[type="checkbox"]+label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}

.popup input[type="checkbox"]+label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}

.popup input:checked+label:after {
  opacity: 1;
}

.popup select {
  height: 3.4em;
  line-height: 2;
}

.popup select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.popup select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.popup select:focus,
.popup select:active {
  outline: 0;
}

.popup select option {
  background-color: #7ed321;
  color: #fff;
}

.popup .input-group {
  margin-bottom: 1em;
  zoom: 1;
  display: flex;
}

.popup .input-group:before,
.popup .input-group:after {
  content: "";
  display: table;
}

.popup .input-group:after {
  clear: both;
}

.popup .input-group-icon {
  position: relative;
}

.popup .input-group-icon input {
  padding-left: 3em;
}

.popup .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  pointer-events: none;
}

.popup .input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 2.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.popup .input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/* ************Date picker */

/* .date-picker {
  margin: 200px auto;
} */

.date-picker {
  width: 260px;
  height: auto;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  margin-bottom: 1em;
}

.date-picker .input {
  width: 100%;
  height: 50px;
  font-size: 0;
  cursor: pointer;
}

.date-picker .input .result,
.date-picker .input button {
  display: inline-block;
  vertical-align: top;
}

.date-picker .input .result {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  color: grey;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}

.date-picker .input button {
  width: 50px;
  height: 50px;
  background-color: #8392A7;
  color: white;
  line-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 0;
}

.date-picker .input button:hover {
  background-color: #68768A;
}

.date-picker .input button:focus {
  outline: 0;
}

.calendar {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  display: none;
  z-index: 9;
}

.open {
  display: block;
}

.date .input-group-addon {
  display: none;
}

/*Bootstrap Calendar*/
.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker .today {
  color: #fff;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, .1);
}

.border-btm {
  border-bottom: 1px solid #ddd;
}

.closebtn {
  font-size: 20px;
}
@media (max-width:767px) {
  .popup {
    right: 0%;
    max-height: 700px;
    z-index: 9999;
  }
  .hideInMobile{ display:none !important}
.single-blog-content {
    padding: 30px 0 20px !important;
}
}

.d-flex{
    display:flex;
}
#calculator-form h5 {
    padding:20px 0 0 0;
}


/*****404 Page********/

#oopss {
  background: #222;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    z-index: 9999;
    left: 0px;
    top: 48px;
}

#oopss #error-text {
  top: 30%;
  position: relative;
  font-size: 40px;
  color: #eee;
}

#oopss #error-text a {
  color: #eee;
}

#oopss #error-text a:hover {
  color: #fff;
}

#oopss #error-text p {
  color: #eee;
  margin: 70px 0 0 0;
  font-size: 22px;
}

#oopss #error-text i {
  margin-left: 10px;
}

#oopss #error-text p.hmpg {
  margin: 40px 0 0 0;
}

#oopss #error-text span {
  position: relative;
  background: #076799;
  color: #fff;
  font-size: 300%;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: bolder;
  transition: all .5s;
  cursor: pointer;
  margin: 0 0 40px 0;
}

#oopss #error-text span:hover {
  background: #076799;
  color: #fff;
  -webkit-animation: jelly .5s;
  -moz-animation: jelly .5s;
  -ms-animation: jelly .5s;
  -o-animation: jelly .5s;
  animation: jelly .5s;
}

#oopss #error-text span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #076799;
  border-width: 7px;
  margin-left: -7px;
}

@-webkit-keyframes jelly {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(.9, 1.1);
    transform: scale(.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
  }
  75% {
    -webkit-transform: scale(.95, 1.05);
    transform: scale(.95, 1.05);
  }
}

@keyframes jelly {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(.9, 1.1);
    transform: scale(.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
  }
  75% {
    -webkit-transform: scale(.95, 1.05);
    transform: scale(.95, 1.05);
  }
}
/* CSS Error Page Responsive */

@media only screen and (max-width:640px) {
  #oopss #error-text span {
    font-size: 200%;
  }
  #oopss #error-text a:hover {
    color: #fff;
  }
}

#oopss .back:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  background: #f53b3b;
  color: #fff;
}

#oopss .back:hover {
  background: #4c4c4c;
  color: #fff;
}

#oopss .back {
      text-decoration: none;
    background: #076799;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 3px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-out;
    letter-spacing:1px;

}
.post-tag h1{ font-size:11px;}
.hideThis{ display:none !important}

.breakpoint-off .classynav ul li .dropdown li{}

.bg_fbfbfb{background:#fbfbfb!important;}


.primary-menu  ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary-menu  ul a
{
	display:block;
	color:#4F4D4D;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:34px;
	padding:0 11px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.primary-menu  ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}
.primary-menu >ul>li {
    padding:13px 0;
}

.primary-menu  ul ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background:#fbfbfb;
	padding:0;
	z-index:999;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.primary-menu  ul ul li
{
	float:none;
	width:200px
}

.primary-menu  ul ul a
{
	/*line-height:120%;*/
	/*padding:10px 15px;*/
	border-bottom: 1px solid rgba(242, 244, 248, 0.5);
}

.primary-menu  ul ul ul
{
	top:0;
	left:100%
}

.primary-menu ul li a:hover {
    color :#076799;
}
.primary-menu  ul li:hover > ul
{
	display:block
}

.primary-menu ul li a i {
    font-size:20px;
}
.primary-menu .fa-angle-down {
    position:relative;
    top:3px;
}


@media(max-width:767px) {
    .banner-title {
        font-size:18px;
        line-height: 30px;
        padding-bottom: 0px;
    }
}


.video_tour{ width:100%; max-width:100%; height:300px; border:none; outline:none; 
        /*margin-top: -50px;*/
    
}



/***************Pagination********************/


.pagination>li:first-child>a, .pagination>li:first-child>span {
  /* border-bottom-left-radius: 100px ; */
  border-top-left-radius: 4px;
}
.pagination .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 100px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  
  margin: 0 14px !important;
  padding: 5px;
}

.pagination .page-link a {
  padding: 9px 14px;
  margin-left: -5px;
  font-size: 16px;
  line-height: 28px;
}

.pagination li.pagination-active .page-link  {
  padding: 9px 14px;
  margin-left: -5px;
  font-size: 16px;
  line-height: 20px;
  background: #076799;
    color: #fff;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  background-color:#076799 !important;
}

.pagination>li>span:hover a, .pagination>li>span:focus a{
  color:#fff;
}

.pagination .page-link i {
  font-size: 20px;
  line-height: 28px;
  margin-left: -4px;
}
