﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
#about {
  width: 100%;
  margin-top: 0;
}
    #about .bg {
        width: 100%;
        padding-bottom: 50px;
        background-image: url(/Content/Images/Backgroungs/bg02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
#about .bg .description-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  color: #cecbcb;
}
#about .bg .description-wrapper .description {
  width: 58%;
  margin: 0 auto;
  padding: 110px 0 0;
  padding-bottom: 55px;
}
#about .bg .description-wrapper .description h2 {
  font-size: 1.42em;
  font-weight: bold;
  text-transform: uppercase;
}
#about .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#about .bg .description-wrapper .description h3 {
  font-size: 1em;
}
#about .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid #cecbcb;
}
#about .bg .description-wrapper .description p {
  margin-top: 30px;
  font-family: 'segoeUI_L';
  font-size: 1.57em;
}
#about .bg .know-more-button {
  width: 250px;
  display: block;
  color: white;
  height: 40px;
  border: 1px solid #cecbcb;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 5px 0;
  font-size: 1.28em;
  margin: 120px auto;
  cursor: pointer;
}
#about .bg .know-more-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  font-size: 35px;
  right: 10px;
  top: 10px;
}
.about-info {
  width: 100%;
  text-align: center;
  height: 100%;
}
.about-info .overview {
  background-color: #3b9ac6;
  color: white;
  height: 100%;
  padding: 12% 10%;
}
.about-info .overview span {
  font-size: 0.85em;
}
.about-info .overview h2 {
  font-size: 1.42em;
  font-family: 'segoeUI_L';
  text-transform: uppercase;
}
.about-info .overview h2 span {
  font-family: 'segoeUI_SB';
  font-size: 1.42em;
}
.about-info .overview .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border-bottom: 1px solid white;
}
.about-info .overview p {
  margin-top: 30px;
  font-family: 'segoeUI_L';
  font-size: 1.28em;
}
.about-info .slider {
  height: 100%;
  padding: 0;
}
.about-info .slider .layer .layer-content {
  width: 60%;
  margin: 0 auto;
}
.about-info .slider .layer .layer-content h2 {
  font-size: 1.71em;
  color: #fff;
  font-family: 'segoeUI_SB';
}
.about-info .slider .layer .layer-content .separator {
  width: 190px;
  margin: 5px auto;
  height: 14px;
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-image: url('../../../../Content/Images/separator.png');
}
.about-info .slider .layer .layer-content .desc {
  padding: 10px;
  font-size: 1.28em;
}
@media (max-width: 991px) {
  .about-info .overview {
    padding: 30px;
    height: 30%;
  }
  .about-info .slider {
    height: 70%;
    padding: 0;
  }
  .about-info .slider .sliderWrapper ul li .layer .layer-content {
    width: 80%;
  }
  .about-info .slider .sliderWrapper ul li .layer .layer-content .desc {
    padding: 0;
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  #about .bg .description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  #about .bg .description-wrapper .description p {
    font-size: 1.2em;
  }
  .about-info .overview {
    height: 50% !important;
  }
  .about-info .overview h2 {
    font-size: 1em !important;
  }
  .about-info .overview h2 span {
    font-size: 1em !important;
  }
  .about-info .overview p {
    font-size: 1em !important;
  }
  .about-info .overview .separator {
    width: 140px !important;
  }
  .about-info .slider .sliderWrapper ul li .layer .layer-content {
    width: 80%;
  }
  .about-info .slider .sliderWrapper ul li .layer .layer-content .desc {
    display: none;
  }
}
@media (max-width: 450px) {
  .about-info .slider .layer .layer-content h2 {
    font-size: 1em;
    padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .about-info .slider {
    height: 60%;
  }
}
@media (max-height: 900px) {
  #about .bg {
    padding-top: 0;
  }
  #about .scroll {
    margin-top: -70px;
  }
}
/*# sourceMappingURL=about.css.map */