* {
  -Webkit-box-sizing: border-box;
  -Moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.clearfix {
  clear: both;
}

@media (max-width:767px) {
  .text-center-xs {
    text-align: center;
  }
}

.head-width-border {
  position: relative;
}
.head-width-border h2 {
  text-align: center !important;
  background-color: #e2494c;
  color: #fff;
  margin: 40px auto;
  border-radius: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.head-width-border h2::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #9c9c9c;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.main-button {
  background-color: rgba(226, 73, 76, 0.8);
  color: #FFF;
  border: none;
  padding: 10px 15px;
  text-align: center;
  min-width: 120px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.main-button:hover {
  background-color: #e2494c;
}

.the-toggler {
  background-color: #e2494c;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 18px;
  right: 15px;
  display: none;
}
@media (max-width:767px) {
  .the-toggler {
    display: block;
  }
}
.the-toggler span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #FFF;
}
.the-toggler span:not(:last-child) {
  margin-bottom: 3px;
  margin-bottom: 5px;
}

body {
  background-color: #f6f6f6;
  font-family: Tahoma;
  font-size: 16px;
}

ul, ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.header {
  text-transform: uppercase;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #9c9c9c;
}
.header .Ar a {
  color: #e2494c;
  text-decoration: none;
}
.header .logo {
  position: relative;
}
@media (min-width:768px) {
  .header .logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (min-width:992px) {
  .header .logo {
    width: 30%;
    float: left;
    text-align: left;
  }
}
.header .logo h1 {
  margin-bottom: 0;
  margin-top: 10px;
}
.header .navbar {
  overflow: hidden;
  background-color: #e2494c;
  border-radius: 15px;
}
@media (min-width:768px) {
  .header .navbar {
    width: 100%;
    float: none;
    margin-top: 30px;
    display: block !important;
  }
}
@media (min-width:992px) {
  .header .navbar {
    width: 70%;
    float: left;
    margin-top: 1em;
    display: block !important;
  }
}
@media (max-width:767px) {
  .header .navbar {
    display: none;
    border-radius: 0;
  }
}
.header .navbar li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 18px;
}
@media (max-width:767px) {
  .header .navbar li {
    display: block;
    float: none;
    width: 100%;
  }
}
.header .navbar li a {
  display: block;
  padding: 20px 10px;
  color: #FFF;
  text-decoration: none;
}
.header .navbar li a:hover {
  color: #DDD;
}

/* start slider */
.slider {
  text-align: center;
}
.slider h1 {
  text-align: center;
  background-color: #e2494c;
  color: #fff;
  margin: 5px auto;
  border-radius: 15px;
  width: 400px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.slider blockquote {
  font-size: 20px;
  font-style: italic;
  font-family: Tahoma, arial;
  font-weight: bold;
  line-height: 1.7;
  color: #5e5e5e;
  width: 80%;
  margin: 10px auto;
}
.slider img {
  max-width: 100%;
}
.slider .bullets li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #9c9c9c;
  border-radius: 50%;
  border: 3px solid #9c9c9c;
  cursor: progress;
}
.slider .bullets li.active, .slider .bullets li:hover {
  background-color: #FFF;
  border: 3px solid #333;
}

.services .service-box:not(:last-of-type) {
  padding-right: 20px;
}
@media (min-width:992px) {
  .services .service-box {
    float: left;
    width: 33.3333333333%;
  }
  .services .service-box:not(:last-of-type) {
    padding-right: 20px;
  }
}
.services .service-box .service-title {
  color: #666;
}
.services .service-box span {
  color: black;
}
.services .service-box .service-desc {
  color: #777;
  line-height: 1.6;
}
.services .service-box .link {
  color: #e2494c;
}

@media (min-width:768px) {
  .our-players .player-box {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width:992px) {
  .our-players .player-box {
    width: 33.3333333333%;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:1200px) {
  .our-players .player-box {
    width: 20%;
  }
}
@media (max-width:767px) {
  .our-players .player-box {
    margin-bottom: 40px;
  }
}
.our-players .player-box:not(:last-of-type) {
  padding-right: 20px;
}
.our-players .player-box .player-title {
  color: #666;
}
.our-players .player-box .player-desc {
  color: #777;
  line-height: 1.6;
}
.our-players .player-box .link {
  color: #e2494c;
}

.codes .photo-box img {
  width: 100%;
}

.footer {
  background-color: #e2e2e2;
  overflow-x: hidden;
  padding-top: 30px;
  margin-top: 50px;
}
.footer .gallery, .footer .info, .footer .contact {
  float: left;
}
@media (min-width:768px) {
  .footer .gallery {
    width: 100%;
  }
}
@media (min-width:992px) {
  .footer .gallery {
    width: 50%;
  }
}
.footer .gallery .img-box {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.footer .gallery .img-box img {
  width: 150px;
  height: 150px;
}
@media (min-width:768px) {
  .footer .gallery .img-box img {
    float: left;
  }
}
@media (min-width:768px) {
  .footer .gallery .img-box .text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 180px);
  }
}
.footer .gallery .img-box h4 {
  color: #e2494c;
  margin: 20px 0 0;
}
.footer .gallery .img-box p {
  color: #888;
  line-height: 1.9;
  margin-top: 5px;
}
.footer .info {
  text-align: center;
  width: 25%;
}
@media (min-width:768px) {
  .footer .info {
    width: 50%;
  }
}
@media (min-width:992px) {
  .footer .info {
    width: 25%;
  }
}
.footer .info ul {
  color: #888;
  line-height: 1.8;
}
.footer .info h4 {
  color: #888;
  font-weight: bold;
  margin-bottom: 0;
}
.footer .info p {
  color: #888;
  margin-bottom: 8px;
}
@media (min-width:768px) {
  .footer .contact {
    width: 50%;
  }
}
@media (min-width:992px) {
  .footer .contact {
    width: 25%;
  }
}
.footer .contact input[type=text],
.footer .contact input[type=email],
.footer .contact textarea {
  border: 1px solid #c9c9c9;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  width: 100%;
}
.footer .contact textarea {
  height: 140px;
}
.footer .section-title {
  color: #444;
  font-weight: normal;
}
.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid #C5C5C5;
  overflow: hidden;
  color: #888;
  margin-top: 30px;
}
.footer .copyright .text,
.footer .copyright .author {
  float: left;
  width: 50%;
}
.footer .copyright .author {
  text-align: right;
}/*# sourceMappingURL=homepage.css.map */