
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&amp;display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #585a61;
}

a {
  color: #5777ba;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
p
{
  text-align: justify;
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #dd2a2a;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #dd2a2a;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 75px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-transparent {
  background: white;
}

#header.header-scrolled {
  background: rgba(255, 255, 255,1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
 /* padding: 6px 0;*/
  max-height: 100px;
  margin-top: -45px;
}
#header.header-scrolled .logo img {
  max-height: 60px;
  margin-top: -5px;
  }
#header.header-scrolled .top-header {
  display: none;
}
#header .top-header {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
    #header .top-header ul {
      list-style: none;
      margin: 0;
      padding: 5px 0;
      width: auto;
      float: right;
      position: relative; }
      #header .top-header ul li {
        font-family: 'Oswald', sans-serif;
        margin: 0 0 0 10px;
        font-size: 14px;
        color: #000;
        display: inline-block; }
        #header .top-header ul li i {
          color: #dd2a2a;
          margin-right: 5px; }
        #header .top-header ul li.social-icons-top {
          width: auto; }
          #header .top-header ul li.social-icons-top a {
            border: 1px solid #dd2a2a;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            color: #00623f;
            margin-left: 5px;
            border-radius: 50%;
            text-decoration: none; }
            #header .top-header ul li.social-icons-top a i {
              margin: 0; }
            #header .top-header ul li.social-icons-top a:hover {
              background-color: #dd2a2a;
              text-decoration: none; }
              #header .top-header ul li.social-icons-top a:hover i {
                color: #fff; }

      @media (max-width: 768px) {
        #header .top-header{
          display: none;
        }
        #header .logo img {
          max-height: 70px;
          margin-top: 0;
        }
      }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #dd2a2a;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.nav-menu .get-started a {
  background: #5777ba;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #748ec6;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5777ba;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  /*font-family: IcoFont;*/
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  /*font-family: IcoFont;*/
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
    top: 12px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 35px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #dd2a2a;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #47536e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5777ba;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  /*font-family: IcoFont;*/
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0 0px 0;
  margin-bottom: -75px;
}

#hero::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #dd2a2a;
  opacity: 0.2;
  transform: skewY(135deg);
}
.tbar {
    height: 2px;
    width: 90px;
    background: #dd2a2a;
    margin: -5px auto 20px;
    position: relative;
    border-radius: 30px; }
    .tbar:before {
      content: '';
      position: absolute;
      left: -10px;
      top: -5px;
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      border: 2px solid #dd2a2a; }
    .tbar:after {
      content: '';
      position: absolute;
      right: -10px;
      top: -5px;
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      border: 2px solid #dd2a2a; }
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #5777ba;
  font-family: 'Oswald', sans-serif;
}

#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .download-btn {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

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

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

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #dd2a2a;
}

.section-title p {
  margin-bottom: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

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

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 40px;
}

.details h2
{
  color: #dd2a2a;
  text-align: center;
  margin-bottom: 20px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

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

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5777ba;
}

.details .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .details h4
  {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

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

.gallery .owl-item {
  transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #898d95 !important;
  outline: none;
}

.gallery .owl-dot.active {
  background-color: #dd2a2a !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    border: 6px solid #dd2a2a;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*.gallery2 {
  overflow: hidden;
}

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

.gallery2 .owl-item {
  transition: 0.3s ease-in-out;
}

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

.gallery2 .owl-dot.active {
  background-color: #dd2a2a !important;
}

.gallery2 .gallery-carousel {
  padding-top: 30px;
}
*/
/*.gallery2 .gallery-carousel2 .owl-stage-outer {
  overflow: visible;
}*/

/*@media (min-width: 992px) {
  .gallery2 .gallery-carousel .center {
    border: 6px solid #dd2a2a;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}
*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5777ba;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

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

.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #47536e;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  /*font-family: "Raleway", sans-serif;*/
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #5777ba;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #5777ba;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    padding: 0;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

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

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

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

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

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

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

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

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

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

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

.faq .accordion-list a.collapsed:hover {
  color: #5777ba;
}

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

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

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px;
  color: #47536e;
  text-align: center;
  border: 1px solid #dd2a2a;
  margin-top: 25px;
}

.contact .info i {
  font-size: 48px;
  color: #dd2a2a;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.contact .info p {
  font-size: 15px;
  text-align: center;
}

.contact .php-email-form {
  width: 100%;
  margin-top: 25px;
}

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

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

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

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

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

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

.contact .php-email-form label {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}

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

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #5777ba;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

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

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #dd2a2a;
  padding: 10px 24px;
  color: #dd2a2a;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
  outline: none;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #dd2a2a;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #eff2f8;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

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

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

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

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

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #dd2a2a;
}

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

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

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

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

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

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

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

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

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

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

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}*/


footer {
  display: block;
  background-color: #1a1a1a;
  overflow: hidden;
  margin-top: 30px;
  }
  .rw1
  {
    padding: 0px 30px 20px 30px;
  }
  footer .footer-top {
    background-color: #0d1c33;
    position: relative;
    }
    footer .footer-top .logo-footer {
      padding: 10px; }
      footer .footer-top .logo-footer img {
        height: 60px;
        margin: 0 auto;
        display: block; }
    footer .footer-top:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background-color: #00623f;
      width: 60%;
      height: 100%;
      display: block; }
  footer .footer-bottom {
    background-color: #000;
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    }
  footer .line-bottom {
    position: relative;
    padding-bottom: 15px; }
    footer .line-bottom:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      display: block;
      background-color: #00623f;
      border-radius: 5px; }
  footer .newsletter {
    display: block;
    padding: 15px 0; }
    footer .newsletter h3 {
      margin: 0;
      padding: 0; }
      footer .newsletter h3 img {
        position: relative;
        top: -5px; }
        @media (max-width: 767px) {
          footer .newsletter h3 img {
            display: none; } }
  footer .newsletter-form {
    margin: 20px 0 0 0; }
    footer .newsletter-form .form-control {
      height: 40px;
      border-radius: 0;
      border-color: #fff; }
    footer .newsletter-form .input-group-btn .btn-default {
      background-color: #081528;
      border-radius: 0;
      border-color: #081528;
      height: 40px;
      color: #fff;
      font-size: 18px; }
      footer .newsletter-form .input-group-btn .btn-default i {
        position: relative;
        top: -2px; }
  footer ul.get-in-touch {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    footer ul.get-in-touch li {
      display: block;
      padding-left: 35px;
      position: relative;
      padding-top: 0;
      padding-bottom: 20px;
      margin: 0; }
      footer ul.get-in-touch li i {
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 16px;
        color: #00623f; }
  footer ul.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    footer ul.recent-posts li {
      width: 49%;
      margin-bottom: 5px;
      min-height: 95px;
      display: inline-block;
      padding-left: 110px;
      position: relative;
      padding-top: 0;
      padding-bottom: 20px;
      margin: 0; }
      @media (max-width: 767px) {
        footer ul.recent-posts li {
          width: 100%; } }
      footer ul.recent-posts li .imgblock {
        width: 100px;
        height: 90px;
        display: block;
        position: absolute;
        border: 2px solid #C3C3C3;
        overflow: hidden;
        top: 0;
        left: 0; }
        footer ul.recent-posts li .imgblock img {
          height: 100%; }
      footer ul.recent-posts li .post-content {
        width: auto;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        margin-top: 4px; }
  footer .social-icons-bottom {
    width: auto;
    float: left;
    margin-top: 8px; }
    footer .social-icons-bottom a {
      border: 1px solid #fff;
      height: 42px;
      width: 42px;
      line-height: 42px;
      text-align: center;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      font-size: 16px;
      margin-left: 5px; }
      footer .social-icons-bottom a:hover {
        border: 1px solid #dd2a2a;
        background-color: #dd2a2a;
        color: #fff; }
  footer .footermenu {
    display: block; }
    @media (max-width: 767px) {
      footer .footermenu {
        padding-left: 15px; } }
    footer .footermenu ul.navbar-nav {
      display: block;
      padding: 0;
      list-style: disc !important; }
      footer .footermenu ul.navbar-nav li {
        width: 100%;
        display: block; }
        footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu {
          border-radius: 0;
          padding: 0; }
          footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li {
            padding-left: 0; }
            footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a {
              color: #000;
              font-size: 13px;
              padding: 6px 5px 6px 10px;
              display: block; }
              @media (max-width: 767px) {
                footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a {
                  display: table;
                  color: #fff;
                  padding: 6px 10px; } }
              footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a:before {
                display: none; }
              footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
                background-color: #00623f;
                color: #fff; }
        footer .footermenu ul.navbar-nav li a {
          padding: 4px 5px 4px 15px;
          color: #fff;
          display: table;
          font-size: 16px;
          position: relative; }
          footer .footermenu ul.navbar-nav li a:before {
            /*font-family: 'icomoon';*/
            content: '\ea54';
            position: absolute;
            font-size: 9px;
            top: 3px;
            left: 0; }
          footer .footermenu ul.navbar-nav li a:hover {
            color: #00623f; }
          footer .footermenu ul.navbar-nav li a.active-menu {
            color: #00623f; }
            footer .footermenu ul.navbar-nav li a.active-menu:before {
              color: #00623f; }
  footer .contact {
    display: flex;
    align-items: baseline;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px; }
    footer .contact .title {
      width: 35%;
      font-weight: bold;
      font-size: 17px; }
    footer .contact .value {
      width: 65%; }
.blockform {
  width: 100%;
  display: block; }
      .formstyle {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  .formstyle input, .formstyle textarea {
    display: block;
    background: none;
    padding: 2px 2px 1px;
    font-size: 16px;
    border-width: 0;
    border-color: transparent;
    line-height: 30px;
    width: 100%;
    color: 000;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none; 
    color: #fff;}
  .formstyle input {
    height: 30px; }
  .formstyle textarea {
    resize: none; }
  .formstyle select {
    width: 100%;
    font-size: 16px;
    height: 25px;
    padding: 2px 2px 1px;
    background: none;
    border: none;
    line-height: 25px;
    box-shadow: none; }
  .formstyle select:focus, .formstyle input:focus, .formstyle textarea:focus {
    outline: none; }
  .formstyle select:focus ~ .control-label, .formstyle input:focus ~ .control-label, .formstyle textarea:focus ~ .control-label {
    color: #337ab7; }
  .formstyle select:focus ~ .bar::before, .formstyle input:focus ~ .bar::before, .formstyle textarea:focus ~ .bar::before {
    width: 100%;
    left: 0; }
  .formstyle .control-label {
    position: absolute;
    top: 4px;
    pointer-events: none;
    padding-left: 2px;
    z-index: 1;
    color: #b3b3b3;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease; }
  .formstyle .bar {
    position: relative;
    border-bottom: 1px solid #999;
    display: block; }
    .formstyle .bar:before {
      content: '';
      height: 2px;
      width: 0;
      left: 50%;
      bottom: -1px;
      position: absolute;
      background: #337ab7;
      -webkit-transition: left 0.28s ease, width 0.28s ease;
      transition: left 0.28s ease, width 0.28s ease;
      z-index: 2; }
  .formstyle select ~ .control-label, .formstyle input:focus ~ .control-label, .formstyle input:valid ~ .control-label, .formstyle input.has-value ~ .control-label, .formstyle textarea:focus ~ .control-label, .formstyle textarea:valid ~ .control-label, .formstyle textarea.has-value ~ .control-label {
    font-size: 12px;
    color: gray;
    top: -16px;
    left: 0; }

.map {
  display: block;
  padding: 5px 5px 0 5px;
  border: 1px solid #fff;
  position: relative;
  margin-top: 20px;
  }
  @media (max-width: 767px) {
    .map {
      height: 312px;
     } 
     .rw1 {
      padding: 30px 0px 20px 0px;
      }
   }
footer button[type="submit"] {
    background: #fff;
    border: none;
    padding: 8px 25px;
    color: #dd2a2a;
    transition: 0.4s;
    border-radius: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    outline: none;
    font-size: 15px;
}
footer button[type="submit"]:hover {
  background: #dd2a2a;
  color: #fff;
}


/*social icon*/

.social-icons-top {
          width: auto; }
.social-icons-top a {
    border: 1px solid #dd2a2a;
    height: 35px;
    width: 35px;
    line-height: 0px;
    text-align: center !important;
    display: inline-block;
    font-size: 20px;
    color: #dd2a2a;
    margin-left: 5px;
    border-radius: 50%;
    text-decoration: none; }
.social-icons-top a i {
              margin: 0; }
.social-icons-top a:hover {
              background-color: #dd2a2a;
              text-decoration: none; }
.social-icons-top a:hover i {
                color: #fff; }

/*social icon end*/


/*testimonial*/

.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #e1c37d;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #e1c37d;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
    margin-bottom: 50px;
}
.testimonial .description:before,
.testimonial .description:after{
    /*font-family: "Font Awesome 5 Free"; font-weight: 900;*/
    font-size: 17px;
    color: #e1c37d;
    position: relative;
}
.testimonial .description:before{
   /* content: "\f10d";*/
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    /*content: "\f10e";*/
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    opacity: 1;
    position: relative;
    float: left;
    font-size: 0px;
    color: red;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: red;
    position: absolute;
    top: 0;
    left: 20%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    /*content: " / ";*/
    font-size: 40px;
    color: red;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}


.btn-floating
{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background-color: #dd2a2a;
    color: #fff;
}
.btn-floating:hover
{
    color: #fff;
}



.gallery-section {
  position: relative;
  /*width: 50%;*/
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-section:hover .image {
  opacity: 0.3;
  background: radial-gradient(circle, white 65%, #b20f6d 100%);
}

.gallery-section:hover .middle {
  opacity: 1;
}

.text {
  background-color: #dd2a2a;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 50px;
}

.vbox-close {
    top: -1px;
    right: 20%;
    font-size: 42px;
}

.vbox-next span {
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    right: 30px;
}

.vbox-prev span {
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    left:  30px;
}

 .vbox-container img
{
  width: 65%;
}

 @media (max-width: 768px) {
    .vbox-close {
        top: 15%;
        right: 2%;
    }

    .vbox-container img
    {
      width: 100%;
    }
 }


/* Container */
.floating-contact {
    position: fixed;
    left: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

/* Base button style */
.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
    animation: pulse 2s infinite;
}

/* Hover effect */
.float-btn:hover {
    transform: scale(1.15);
}

/* Individual colors */
.whatsapp { background: #25D366; }
.facebook { background: #1877F2; }
.email { background: #EA4335; }
.phone { background: #34B7F1; }

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

/* Responsive size */
@media (max-width: 576px) {
    .float-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}