/* ----------------------------------------------------------
:: Author: CICHR
:: Author URL: cichr.com
:: Version: 1.0
:: Created: 24.07.2023
:: Last Updated: 24.07.2023
---------------------------------------------------------- */
/* Variables */
/* mixin */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
/* :: Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
/* :: Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 300; }

p {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  font-weight: 300; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 700; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-weight: 400; }

@-webkit-keyframes {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes {
  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%;
  border-radius: 10px; }

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

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

.mt-50 {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .mt-50 {
      margin-top: 30px; } }

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

.mt-100 {
  margin-top: 100px; }
 
.mt-130 {
  margin-top: 130px; }
  @media only screen and (max-width: 767px) {
    .mt-100 {
      margin-top: 80px; } }
 
.mt-180 {
  margin-top: 180px; }
  @media only screen and (max-width: 767px) {
    .mt-100 {
      margin-top: 80px; } }
	  

.mt-230 {
  margin-top: 230px; }
  @media only screen and (max-width: 767px) {
    .mt-230 {
      margin-top: 100px; } }
	  

.mt-330 {
  margin-top: 330px; }
  @media only screen and (max-width: 767px) {
    .mt-330 {
      margin-top: 120px; } }

.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; }
  
.ml-50 {
  margin-left: 50px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }
  
.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }
  
.mt-180 {
  margin-top: 180px; }
  @media only screen and (max-width: 767px) {
    .mt-100 {
      margin-top: 80px; } }
	  
.mt-230 {
  margin-top: 230px; }
  @media only screen and (max-width: 767px) {
    .mt-230 {
      margin-top: 100px; } }
	  
.mt-330 {
  margin-top: 330px; }
  @media only screen and (max-width: 767px) {
    .mt-330 {
      margin-top: 120px; } }

.bg-img {
  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-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.mfp-wrap {
  z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px; }

#scrollUp {
  background-color: #232323;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #192a56; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
	  
	  
	  
#language-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
	display: none;}
  .banner-content p {
    margin: 0;
    font-size: 16px;}
  .banner-content button {
    margin: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;}
  .banner-content button:hover {
    background-color: #0056b3;}

.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; }

.bg-gray {
  background-color: #f8f5f5; }

.nicescroll-rails {
  z-index: 999999 !important; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading .line {
    width: 100px;
    height: 1px;
    background-color: #232323;
    margin-bottom: 30px;
    display: block; }
  .section-heading h2 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.5; }
    .section-heading h2 span {
      font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }

.active-btn {
  position: relative;
  z-index: 1;
  min-width: 300px;
  height: 100px;
  border: 1px solid;
  border-color: #2f2f2f;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  line-height: 100px;
  padding: 0;
  background-color: #ffffff; }
  .active-btn:hover, .active-btn:focus {
    background-color: #2f2f2f;
    font-size: 20px;
    color: #ffffff; }
  .active-btn.white-btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .active-btn.white-btn:hover, .active-btn.white-btn:focus {
      background-color: #ffffff;
      color: #2f2f2f; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.slide-background-overlay {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; }
  .slide-background-overlay::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%); }


/* :: Header Area CSS */
.header-area {
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  padding: 15px 30px; }
  .header-area .logo-area a {
    color: #ffffff;
    font-size: 36px;
    font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .header-area .logo-area a {
        font-size: 24px; } }
  .header-area .menu-content-area .header-social-area {
    margin-right: 30px; }
    .header-area .menu-content-area .header-social-area a {
      font-size: 18px;
      padding: 0 10px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .header-area .menu-content-area .header-social-area a {
          padding: 0 5px;
          font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header-area .menu-content-area .header-social-area {
        margin-right: 15px; } }
  .header-area.sticky {
    background-color: #232323; }
  @media only screen and (max-width: 767px) {
    .header-area {
      padding: 10px 0; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer; }

/* :: carousel Slides Area CSS */
.carousel-slides .single-carousel-slide {
  height: 550px;
  position: relative;
  z-index: 1;
  padding: 0 40px 100px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  overflow: visible;
  cursor: pointer; }
  .carousel-slides .single-carousel-slide .carousel-slides-content {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    bottom: 0; }
    .carousel-slides .single-carousel-slide .carousel-slides-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .carousel-slides .single-carousel-slide .carousel-slides-content h2 {
      color: #ffffff;
      font-weight: 300; }
    .carousel-slides .single-carousel-slide .carousel-slides-content p {
      color: #ffffff;
      margin-bottom: 0;
	  font-weight: 300;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 140px; }
  .carousel-slides .single-carousel-slide:hover .carousel-slides-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .carousel-slides .single-carousel-slide:hover p {
    margin-top: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel-slides .single-carousel-slide {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-slides .single-carousel-slide {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .carousel-slides .single-carousel-slide {
      height: 350px; } }
.carousel-slides .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .carousel-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #6a6a67;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block; }
    .carousel-slides .owl-dots .owl-dot.active {
      border: 1px solid #ffffff;
      background-color: #ffffff; }

/* :: Portfolio Area CSS */
.portfolio-area {
  overflow-x: hidden;
  background-color: #030303; }
  .portfolio-area .portfolio-title h2 {
    font-size: 56px;
    text-align: center;
    font-weight: 200;
    color: #ffffff;  }
	.portfolio-area .portfolio-title p {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    color: #6f828a;  }
    .portfolio-area .portfolio-title h2 span {
      font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-area .portfolio-title h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .portfolio-area .portfolio-title h2 {
        font-size: 30px; } }

/*::Single.portfolio.item*/
.single-portfolio-item {
  position: relative;
  z-index: 1;
}

/* Headings inside Portfolio Item */
.single-portfolio-item h2 {
  font-size: 35px;
  font-weight: 400;
}
.single-portfolio-item h2 span {
  font-weight: 400;
}

.single-portfolio-item h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.single-portfolio-item h3 span {
  font-weight: 450;
  color: inherit;
}

.single-portfolio-item h4 span {
  font-weight: 450;
}

.single-portfolio-item h5 span {
  font-weight: 400;
}

/* Paragraphs */
.single-portfolio-item p span {
  font-weight: 450;
}

/* Meta Section */
.single-portfolio-item .portfolio-meta {
  padding-top: 30px;
}
.single-portfolio-item .portfolio-meta p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

/* ---------------------------
   Responsive Adjustments
---------------------------- */
@media only screen and (max-width: 767px) {
  .single-portfolio-item .portfolio-meta h2 { font-size: 20px; }
  .single-portfolio-item h3 { font-size: 22px; }
  .portfolio-area .portfolio-title h4 { font-size: 28px; }
  .section-heading h2 { font-size: 30px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area .portfolio-title h4 { font-size: 30px; }
  .section-heading h2 { font-size: 36px; }
}

/* :: Donate Area CSS */
.donate-content {
  text-align: center; }
  .donate-content h2 {
    font-weight: 100;
    font-size: 72px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .donate-content h2 {
        font-size: 55px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .donate-content h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .donate-content h2 {
        font-size: 30px; } }
  .donate-content h5 {
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .donate-content h5 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .donate-content h5 {
        font-size: 24px; } }

.donate-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }

/* :: Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }

/* :: carousel Area CSS */
.carousel-area {
  background-color: #232323;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .carousel-area .carousel-thumbnail,
  .carousel-area .carousel-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .carousel-area .carousel-thumbnail,
      .carousel-area .carousel-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
  .carousel-area .carousel-content {
    height: 880px;
    padding: 100px 0; }
    .carousel-area .carousel-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .carousel-area .carousel-content h2 {
      color: #ffffff;
      font-size: 48px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .carousel-area .carousel-content h2 {
          font-size: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .carousel-area .carousel-content h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .carousel-area .carousel-content h2 {
          font-size: 30px; } }
    .carousel-area .carousel-content p {
      color: #ffffff;
      margin-bottom: 30px; }
    .carousel-area .carousel-content.aboutUs {
      height: 1100px; }
      @media only screen and (max-width: 767px) {
        .carousel-area .carousel-content.aboutUs {
          height: auto; } }
    @media only screen and (max-width: 767px) {
      .carousel-area .carousel-content {
        height: auto; } }
  .carousel-area .carousel-thumbnail.aboutUs::before {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    content: '';
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .carousel-area .carousel-thumbnail.aboutUs::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .carousel-area .carousel-thumbnail {
      height: 400px; } }

/* :: Service Area CSS */
.single-services-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-services-area img {
    margin-bottom: 20px; }
  .single-services-area h4 {
    font-size: 28px;
    margin-bottom: 40px; }
  .single-services-area p {
    margin-bottom: 0; }

/* :: Contact Area CSS */
.contact-form h2 {
  font-size: 72px;
  margin-bottom: 15px;
  font-weight: 100; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form h2 {
      font-size: 55px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form h2 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .contact-form h2 {
      font-size: 30px; } }
.contact-form h4 {
  font-size: 48px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form h4 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .contact-form h4 {
      font-size: 24px; } }
.contact-form .form-group {
  margin-bottom: 30px; }
.contact-form .form-control {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid;
  border-color: #c0c0c0;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  color: #2f2f2f;
  background-color: transparent; }
  .contact-form .form-control:focus, .contact-form .form-control:hover {
    box-shadow: none; }
.contact-form textarea {
  margin-bottom: 50px; }
  .contact-form textarea.form-control {
    height: 220px;
    padding: 15px; }

.map-area {
  position: relative;
  z-index: 1;
  margin: 0 50px; }
  .map-area #googleMap {
    width: 100%;
    height: 540px; }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 400px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      margin: 0 20px; } }

/* :: Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elements-title h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 28px; } }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 24px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #2f2f2f;
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center; }
  .single-cool-fact-area i {
    font-size: 100px;
    color: #2f2f2f;
    margin-bottom: 30px;
    display: block; }
  .single-cool-fact-area img {
    margin-bottom: 30px; }
  .single-cool-fact-area h2 {
    font-size: 48px;
    margin-bottom: 5px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }

/* Barfiller */
.single_progress_bar {
  margin-bottom: 20px; }
  .single_progress_bar:last-of-type {
    margin-bottom: 0; }
  .single_progress_bar p {
    margin-bottom: 0; }
  .single_progress_bar .barfiller {
    background-color: #e0e0e0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    width: 100%; }
    .single_progress_bar .barfiller .fill {
      display: block;
      position: relative;
      width: 0px;
      height: 100%;
      background-color: #1d1d1d;
      z-index: 1; }
    .single_progress_bar .barfiller .tip {
      margin-top: 10px;
      font-size: 14px;
      left: 0px;
      position: absolute;
      z-index: 2;
      background-color: #1d1d1d;
      color: #ffffff;
      width: 60px;
      height: 32px;
      text-align: center;
      line-height: 32px; }
    .single_progress_bar .barfiller .tipWrap {
      display: none; }

.single-pie-bar p {
  margin-bottom: 0;
  font-weight: 300;
  color: #2f2f2f; }
@media only screen and (max-width: 767px) {
  .single-pie-bar {
    margin-bottom: 30px; } }

/* The end */

