@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
  background-color: #171717;
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Open Sans", sans-serif;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ee1a5a;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #101010;
  z-index: 997;
  box-shadow: 0 3px 20px 0 #232323d8;

}

#header.header-scrolled {
  box-shadow: 0 2px 10px 0 #232323d8;
}

#header .logo h1 {
  margin-top: -2px;
  width: 70%;
  height: calc(12vh - 60px);
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

.nav-menu, .nav-menu * {
  padding-top: 0.4%;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ddd;
  padding: 3% 8px;
  transition: 0.2s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ee1a5a;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #121212fe;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 152%;
  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: #ddd;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ee1a5a;
  font-weight: 400;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.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-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #171717;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;
  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: "\eaa0";
}

.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-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#hero {
  width: 100%;
  height: calc(107vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(107vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

section {
  padding: 60px 0;
}

.section-bg {
  background-color: #efefef;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.section-title h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 20px;
}

.section-title h5, .section-title h4 {
  margin-bottom: 5px;
  padding-bottom: 20px;
  color: #dededeb7;
}

.section-title p {
  margin-bottom: 40px;
}


.breadcrumbs {
  padding: 15px 0;
  background-color: #6666663a;
  min-height: 30px;
}

.breadcrumbs h2 {
  font-size: 22px;
  font-weight: 400;
  color: #dedede;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a{
  color: #ee1a5a;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #dedede;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #dedede;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

#about .section-title img{
  opacity: 0.09; 
  position: absolute;
  top: 10%;
  left: 23%;
  max-height: 70%; 
}

.about {
  background-color: #efefef;
  padding-bottom: 30px;
}

.about .section-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 60px;
  box-shadow: 0 5px 25px 0 #171717;
}

.about .section-title p {
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  font-style: none;
  color: #171717;
  margin-bottom: 5px;
  
}

.about .about-content {
  padding: 40px;
  align-items: center;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about-lists {
  padding: 40px;
}

.about-lists .info-box {
  color: #232323d3;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #121212;
  border-radius: 5px;
  padding: 20px 0 30px 0;
  width: 100%;
}

.about-lists .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #434343;
}

.about-lists .info-box h2 {
  color: #232323d8;
}

.about-lists .info-box h3 {
  font-size: 20px;
  color: #171717d3;
  font-weight: 700;
  margin: 10px 0;
}

.about-lists .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  margin-bottom: 30px;
  padding: 30px;
}

.about-lists .content-item :hover{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  border-left-color: #ee1a5a;
  border-right-color: #629fd3;
  border-top-color: #ee1a5a;
  border-bottom-color: #629fd3;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
}

.about-lists .info-box :hover{
  transform: scale(1);
  -webkit-transform: scale(1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);

}

/*.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}*/

.about-lists .content-item h4 {
  color: #272727;
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #272727;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}


.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}


.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.reference h3{
  color: #171717e2;
}

.reference .reference-item {
  margin-bottom: 30px;
}

.reference .reference-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.reference .reference-wrap :hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.reference .reference-wrap:hover img {
  transform: scale(1.1);
}

.reference .reference-wrap img {
  transition: 0.3s;
}

.reference .reference-wrap .reference-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.external-page {
  background: #eceaea;
  padding: 60px 0 30px 0;
}

.external-page .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.external-page .member .pic {
  border-radius: 30px;
  overflow: hidden;
}

.external-page .member img {
  transition: all ease-in-out 0.4s;
}

.external-page .member:hover img {
  transform: scale(1.1);
}

.external-page .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background-color: rgba(0,188,212, 0.5); 
  /*background-image: radial-gradient(circle, #ee1a5a, #e43898, #c05fcb, #857feb, #2196f3);*/
  padding: 2px 0;
  border-radius: 4px;
}

.external-page .member h4 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
  color: #222222;
  position: relative;
  padding-bottom: 10px;
}


@media (max-width: 992px) {
  .external-page .member {
    margin-bottom: 100px;
  }
}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
  border-radius: 30px;
  margin-bottom: 80px;
  margin-left: 0%;
}

.flip-card img {
  width: 250px;
  height: 250px;
  border-radius: 30px;

}

.flip-card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 30px;
  
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 30px;
}

.flip-card-back {
  padding: 20px;
  background-image: linear-gradient(to right top, #1e0559, #3f0e76, #611794, #861eb1, #ad25cd);
  color: #eeeeee;
  transform: rotateY(180deg);
  border-radius: 30px;
}

.member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 188, 212, 0.5);
  padding: 2px 0;
  border-radius: 4px;
}

.flip-card h3,
.flip-card p {
  font-family: 'Open Sans'sans-serif;
  padding-bottom: 20px;
}

.member-info h4 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
  color: #222222;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.laws {
  padding-bottom: 30px;
  background-color: #eceaea;
}

.laws .kanunlar {
  
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}


.laws .kanunlar h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Lobster', cursive;
  color: #171717e2;
}

.laws .kanunlar h5, .laws .kanunlar h4, .laws .kanunlar h6{
  text-align: left;
  color: #171717e2;
}


.laws .kanunlar h6 span {
  color: #E50045 ;
}

.laws .info-box {
  text-align: center;
  border: 1px solid #171717e2;
  border-radius: 5px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  width: 100%;
}
.laws .info-box p{
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  color: #171717e2;
  text-align: justify; 
}

.laws .info-box p span{
  font-weight: bold;
}

.faq {
  padding-bottom: 30px;
  margin-right: 2px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item .gky {
  font-style: italic;
  margin-right: 28px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

.contact{
  background-color: #efefef ;
}

.contact .info-box {
  color: #232323d3;
  text-align: center;
  border: 1px solid #141414;
  border-radius: 4px;
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h2 {
  color: #232323d8;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #171717d3;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  border: 1px solid #141414;
  border-radius: 4px;
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 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 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: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ee1a5a;
  border: 0;
  padding: 10px 24px;
  color: #121212;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ee1a48;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #101010;
  padding: 0 0 -20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #141414;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 20px 0 18px 0;

}

#footer .footer-top .footer-info {
  margin-left: 7%;
}

#footer .footer-top .footer-info-menu{
  margin-left: 3%;
  max-width: 250px;
  margin-top: 3.5%;
}

#footer .footer-top .footer-info-menu ol{
  color: #ee1a5a;
}

#footer .footer-top .footer-info-menu ol li{
  font-family: "Open Sans",sans-serif;
  list-style-type: none;
}

#footer .footer-top .footer-info-menu ol li a{
  color: #dedede;
}

#footer .footer-top .footer-info-menu ol li :hover{
  color: #ee1a5a;
}

#footer .footer-top .footer-info h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #e6e6e6;
}


#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .copyright {
  text-align: center;
  padding-top: 7px;
  color: #e6e6e6;
}

#footer .copyright a {
  color: #ee1a5a;
}
