/* ==========================================================================
   GENERAL
   ========================================================================== */
body {

  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  color: #3A3D46;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: #3A3D46;
  line-height: 26px;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #004F7F;
}

a {
  color: #004F7F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #3A3D46;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}


/* ==========================================================================
   Original
   ========================================================================== */


   q {
    quotes: "\00ab" "\00bb"; 
   }

   .copy {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #ffffff;
  }
  
  .copy span {
    padding-right: 3px;
  }

  .copy a {
    color: #ffffff;
  }


.about-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px;
}

.about-advantage__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 31.4%;
  margin-right: 2.9%;
  margin-top: 50px;

}

.about-advantage__elem:nth-child(3n) {
  margin-right: 0;
}

.about-advantage_full .about-advantage__elem {
  width: 100%;
  margin: 0 0 25px;
}

.about-advantage__elem-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  min-width: 41px;
  height: 25px;
  border-radius: 12px;
  margin-right: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' viewBox='0 0 36 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0051 24.997C26.3294 18.5658 30.216 14.7801 36 14.2784V10.7204C30.216 10.2187 26.3294 6.43294 26.0051 0.0012207L21.7021 0.913511C21.9334 3.23984 22.7661 5.29219 24.1541 7.16264C25.5886 8.98722 27.2083 10.1728 29.0593 10.7204H0V14.2784H29.0593C27.2083 14.8255 25.5886 16.0116 24.1541 17.8361C22.7661 19.7061 21.9334 21.7589 21.7021 24.0394L26.0051 24.997Z' fill='%23004F7F'/%3E%3C/svg%3E%0A");
}

.about-advantage__elem-descr {
  position: relative;
}

.about-advantage__elem-descr>span {
  font-weight: 500;
}


   .logo {
    display: block;
    color: #004F7F;
    background-size: contain;
    margin-left: 0px;
}



.logo-slogan {
  line-height: 1;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 500;
  color: #004F7F;
  max-width: 285px;
  margin: auto;
}


.list-dot_green {
  display: inline-block;
  width: 10px;
  height: 3px;
  /*border-radius: 50%;*/
  background-color: #93CFC3;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ==========================================================================
   Title
   ========================================================================== */
.section {
  padding: 55px 0 55px; 
}

.section_about {
  padding: 0px 0 55px; 
}

.section_screen {
  padding: 5px 0 5px; 
}

.section_products {
  padding: 55px 0 5px; 
}

.section_map {
  padding: 55px 0 5px; 
}

.section-header {
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #004F7F;
  background-clip: text;
  text-fill-color: transparent;
  /*
  background-color: #2dfbff;
  background-image: -webkit-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: -o-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: linear-gradient(to top left, #3c96ff, #2dfbff);
  */
  position: relative;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 30px;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  border: none;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #C7007A;
  /*
  background-image: -moz-linear-gradient(0deg, #ff3cbe 100%);
  background-image: -webkit-linear-gradient(0deg, #ff3cbe 100%);
  background-image: -ms-linear-gradient(0deg, #ff3cbe 100%); */
  border-radius: 30px;
  padding: 6px 15px;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  background-color: #ff3cbe;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(197, 11, 11, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #C7007A;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;

  font-weight: 500px;
  min-width: auto;
}

.btn-border-filled:hover {
  color: #ffffff;
  background-color: #C7007A;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #ffffff;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}


.btn-catalog {
  background: #C7007A;
  color: #FFF;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  padding: 5px 20px;
  margin-left: 30px;
}

.btn-catalog:hover {
   background-color: #ff3cbe;
   color: #FFF;
 }

.btn-catalog:active,
.btn-catalog:focus {
  color: #ffffff;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 39px;
  height: 59px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  background-color: #93CFC3;
  color: #ffffff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.back-to-top:hover {
  background-color: #C7007A;
  color: #ffffff;
}

.back-to-top i {
  background: linear-gradient(to right, #93CFC3 0%, #93CFC3 100%);
  -webkit-background-clip: text;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff;
  box-shadow: 0 0 7px 2px rgb(5 0 100 / 30%);
  z-index: 9999;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .navbar-nav .nav-link {
  color: #004F7F !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #C7007A !important;
}

.menu-bg .navbar-nav .active {
  color: #004F7F !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #004F7F;
  font-size: 16px;
  padding: 5px 0px;
  margin-left: 30px;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #C7007A;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #C7007A;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #004F7F;
}

.navbar-expand-md .navbar-toggler {
  background: #004F7F;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
   Top Area
   ========================================================================== */
.hero-area {
  background: #93CFC3 ;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: -moz-linear-gradient(0deg, #93CFC3 0%, #93CFC3 100%);
  background-image: -webkit-linear-gradient(0deg, #93CFC3 0%, #93CFC3 100%);
  background-image: -ms-linear-gradient(0deg, #93CFC3 0%, #93CFC3 100%);
}

.hero-area .contents {
  padding: 170px 0 0px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Monrope', sans-serif;
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;

}

.hero-area .contents .btn-border {
  border: 2px solid #fff;
  color: #fff;
}

.hero-area .intro-img {
  padding: 50px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}


/* ==========================================================================
   About 
   ========================================================================== */
#about {
  /* padding-bottom: 80px !important; */
}

#about .about-content {
  height: 100%; 
  width: 100%;
  display: table;
}

#about .about-content > div {
  vertical-align: middle; 
  display: table-cell;
}

#about .about-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #004F7F;;
}

#about .about-content h5 {
  font-size: 15px;
  color: #004F7F;;
  margin-bottom: 20px;
}

#about .about-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

#about .about-content .btn {
  margin-top: 15px;
}

#carousel-screen {
  margin-top: 15px;
}


/* ==========================================================================
   Screenshot
   ========================================================================== */
#screenshots {
 /* padding-bottom: 40px !important; */
}

#screenshots .screenshot-thumb {
  margin: 15px;
  text-align: center;
}

#screenshots .screens-slider {
  position: relative;
}

#screenshots .screens-slider .item img {
  max-width: 100%;
  height: auto;
}

#screenshots .screens-slider .owl-controls .owl-buttons {
  position: relative;
  top: -155px;
  left: 0;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -50px;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -50px;
}


/* ==========================================================================
   Offer area
   ========================================================================== */


.offer-area {
  background: #f6fbfd;
}

.offer-area h2 {
  font-size: 36px;
  margin-bottom: 30px;
}


/* Services Item */

.services-item {
  padding: 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  font-size: 42px;
  line-height: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-item p {
  margin: 0;
}

.feature-content {
  
  background: linear-gradient(to right, #93CFC3 0%, #93CFC3 100%) !important;
}

.single-feature {
  background: #fff;
  margin: 15px 0;
  padding: 30px 30px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
  transition: all 0.3s ease 0s;
  height: 90%;
}

.single-feature i {
  font-size: 42px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 30px;
}

.single-feature h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}

.single-prod h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-feature:hover {
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

/* ==========================================================================
 Features
 ========================================================================== */

#features {
  background: #f6fbfd;
}

#features .feature-thumb {
  margin-top: 15px;
}

#features .nav {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

#features .nav .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#features .nav .nav-item .nav-link {
  font-size: 20px;
  color: #a0a6ad;
  padding: 30px 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  border: none;
  background: transparent;
}

#features .nav .nav-item .nav-link i {
  font-size: 40px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

#features .nav-tabs {
  background: #f6fbfd;
  margin-top: -100px;
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
  border-bottom: 1px solid #004F7F;
  color: #004F7F;
}


#features .nav-tabs .nav-item.show .nav-link i,
#features .nav-tabs .nav-link.active i {
  /*
  background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
  background: -o-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .tab-content {
  margin-top: 15px;
  text-align: center;
}

#features .tab-content .tab-pane {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 26px;
}

.text-wrapper {
  height: 100%;
  width: 100%;
  /*display: table;*/

}


.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.text-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-wrapper .btn-rm {
  margin-top: 15px;
}



/* ==========================================================================
  features-two
   ========================================================================== */
   
#features-two .img-thumb {
  margin-bottom: 15px;
}


/* ==========================================================================
 Screens
 ========================================================================== */



 .screens-shot {
  background: #fff;
}

#screens .owl-controls .owl-buttons {
  position: relative;
  top: -215px;
  left: 0;
}

#screens .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
}

#screens .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -60px;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  display: block !important;
  /*
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%) !important;
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%) !important;
  */
  text-align: center;
  display: inline-block;
  opacity: 1 !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
}



/* ==========================================================================
   owl
   ========================================================================== */

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}


.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #C7007A;
}


/* ==========================================================================
   Die Designmerkmale
   ========================================================================== */
#DieDesignmerkmale .DieDesignmerkmale-item-wrapper {
  background: #fff;
  border-radius: 12px;
  margin: 15px 0;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#DieDesignmerkmale .DieDesignmerkmale-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#DieDesignmerkmale .DieDesignmerkmale-item-wrapper:hover .DieDesignmerkmale-item-img:before {
  opacity: 1;
}

#DieDesignmerkmale .DieDesignmerkmale-item-img {
  position: relative;
}

#DieDesignmerkmale .DieDesignmerkmale-item-img img {
  width: 100%;

  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
}

#DieDesignmerkmale .DieDesignmerkmale-item-img .author-img {
  position: absolute;
  bottom: -30px;
  right: 30px;
}

#DieDesignmerkmale .DieDesignmerkmale-item-text {
  padding: 60px 20px 30px;
}

#DieDesignmerkmale .DieDesignmerkmale-item-text h3 {
  line-height: 26px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
  .form-control {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.13);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .form-control:focus {
    border: 1px solid #004F7F;
    outline: none;
    box-shadow: none;
  }
  
  .btn.disabled, .btn:disabled {
    opacity: 1;
  }
  
  textarea {
    border-radius: 10px !important;
    text-align: left !important;
  }
  
  .contact-info {
    margin-bottom: 15px;
  }
  
  .contact-info i {
    font-size: 20px;
    color: #93CFC3;
  }
  
  .contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .contact-info p {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  #contact {
    background: #ffffff;
    padding-bottom: 55px;
    position: relative;
    text-align: center;
  }
  
  #contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  #contact .contact-block {
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
  }
  
  .offset-top {
    margin-top: -100px;
  }
  
  /* Contact Map */
  #google-map-area {
    position: relative;
  }
  
  #google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  #msgSubmit {
    margin-bottom: 0;
  }

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

footer .footer-Content {
  /*
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  */
  padding: 60px 0 0px;
  color: #546E7A;
}

footer .footer-Content h2 {
  color: #ffffff;
  font-size: 30px;
}

.textwidget {
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  font-size: 14px;
  color: #ffffff;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #ffffff;
  font-size: 14px;
}

footer .menu li a:hover {
  color: #f1f1f1;
}

.copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
/*  margin-top: 30px; */
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
}

.copyright p a {
  color: #ffffff;
}

.copyright p a:hover {
  color: #f1f1f1;
}

.copyright .nav-inline .nav-link {
  color: #ffffff;
  padding: 10px 0;
  margin-left: 10px;
}

.copyright .nav-inline .nav-link:hover {
  color: #004F7F;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
#counter {
  position: relative;
  padding-bottom: 25px !important;
}

#counter .counter-text {
  height: 100%;
  width: 100%;
  display: table;
}

#counter .counter-text > div {
  vertical-align: middle;
  display: table-cell;
}

#counter .counter-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

#counter .counter-text .desc-text p {
  margin-bottom: 15px;
}

#counter .counter-box {
  padding: 28px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 9px 16px 0px rgba(225, 225, 225, 0.004);
  text-align: center;
  position: relative;
}

#counter .counter-box .icon-o {
  font-size: 90px;
  color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  font-weight: 400;
  position: absolute;
  bottom: -40px;
  width: 100%;
  right: -85px;
}

#counter .counter-box h3 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#counter .counter-box p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}


#counter .bg-color-1 {
  background-image: -moz-linear-gradient(0deg, #fff 0%, #F0EBC8 100%);
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #F0EBC8 100%);
  background-image: -ms-linear-gradient(0deg, #fff 0%, #F0EBC8 100%);


}

#counter .bg-color-2 {
  background-image: -moz-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
  background-image: -webkit-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
  background-image: -ms-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
}

#counter .bg-color-3 {
  
  background-image: -moz-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
  background-image: -webkit-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
  background-image: -ms-linear-gradient(0deg, #F0EBC8 0%, #F0EBC8 100%);
}

#counter .bg-color-4 {
  background-image: -moz-linear-gradient(0deg, #F0EBC8 0%, #fff 100%);
  background-image: -webkit-linear-gradient(0deg, #F0EBC8 0%, #fff 100%);
  background-image: -ms-linear-gradient(0deg, #F0EBC8 0%, #fff 100%);
}



.btn-subtitle {
  color: #FFF;
  font-family: 'Mabry Pro', 'Manrope', sans-serif;
  background: #C7007A;
  text-align: center;
  border-radius: 30px;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 12px;
}

.btn-subtitle:hover {
   background-color: #ff3cbe;
   color: #FFF;
 }
 .btn-subtitle:active,
 .btn-subtitle:focus {
  color: #ffffff;
}
