/*--------------------------------------------------------------
# General Site Codes
--------------------------------------------------------------*/
body {
  font-family: "Lato", "Open Sans", sans-serif;
  color: #777;
  scroll-behavior: smooth;
  font-display: swap;
  
}

a {
  text-decoration: none;
}



/*--------------------------------------------------------------
# HEADER Style Codes
--------------------------------------------------------------*/
#header {
  height: 80px;

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #2d3f67;

}

#header.header-scrolled {
  background: #8a1d36;
  height: 60px;
}

#header .logo h1 {
  font-size: 20px;
  font-family: 'Marck Script', cursive;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 8px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 80px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #d2ece9;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #9dabca;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 13px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  text-align: left;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #70b9b0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -80%;
  }
}



/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #70b9b0;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #70b9b0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}




/*--------------------------------------------------------------
# HERO Style Codes
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-background.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

#hero:before {
  content: "";
  background: rgba(91, 141, 192, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-family: 'Marck Script', cursive;
  font-style: normal;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #5640bb;
}

#hero h2 {
  color: #302463;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
  }
}


/*--------------------------------------------------------------
# Theatre Style Codes
--------------------------------------------------------------*/
.Theatre {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/theatre.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 100px;
  width: 100%;
  height: 100vh;
}

.Theatre h3 {
  padding: 50px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.Theatre p {
  color: #fff;
  text-indent: 50px;
  text-align: left;
}

.Theatre .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #0a6c6d;
}

.Theatre .cta-btn:hover {
  background: #fff;
  border: 2px solid #0a6c6d;
  color: black;
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Theatre Extra Page Style Codes
--------------------------------------------------------------*/
.Theatre2 {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/theatre.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 90px;
  margin-bottom: 10px;

}

.Theatre2 p {
  color: #fff;
  text-indent: 50px;
  text-align: left;
}

.Theatre2 h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 10px;
}



@media (max-width: 768px) {
  #Theatre2 {

    background-size: cover;
    padding: 60px 0;
    margin-top: 90px;
    margin-bottom: 10px;
    width: 100%;

  }

  .Theatre2 p {
    color: #fff;

  }

}


/*--------------------------------------------------------------
# Improvisation Style Codes
--------------------------------------------------------------*/

.Improvisation {
  width: 100%;
  height: 100vh;
  margin-top: 100px;
}

.Improvisation2 {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;

}

.Improvisation2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.Improvisation h1 {
  font-weight: 400;
  font-size: 26px;
  padding: 9px;
}

.Improvisation2 p {
  margin-bottom: 0;
  word-spacing: 10px;
}

.Improvisation img {

  border-radius: 10px;
}



.Improvisation .imp-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left: 150px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #8a1d36;

}

.Improvisation .imp-btn:hover {
  background: #fff;
  border: 2px solid #8a1d36;
  color: black;
  letter-spacing: 4px;
}

.Coral {
  color: #FF7F50;
}

.Improvisation-ext {
  width: 100%;
  height: 70vh;
  margin-top: 85px;
}


.Improvisation-ext p {
  color: #000;
  text-indent: 50px;
  text-align: left;
}

.Improvisation-ext img {

  border-radius: 10px;
}

.Improvisation-ext .Coral {
  color: #FF7F50;
}


.text-indent {
  text-indent: 30px;
}


@media (max-width: 768px) {
  .Improvisation-ext {
    margin-bottom: 100px;
    width: 100%;
  }

}




/*--------------------------------------------------------------
# Basic Style Codes
--------------------------------------------------------------*/
.basic {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/basic.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  text-align: left;
  margin-bottom: 90px;
  margin-top: 100px;
}

.basic ul {
  list-style: none;
  padding: 0;
  color: white;
}

.basic ul li {
  padding-bottom: 10px;

}

.basic ul i {
  font-size: 22px;
  padding-right: 6px;
  color: white;
  line-height: 0;
}

.basic2 {
  text-align: center;
  padding-bottom: 30px;
}

.basic2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}





@media (max-width: 768px) {
  .basic {
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/basic.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    text-align: left;
    margin-bottom: 90px;
    margin-top: 100px;
  }

}










/*--------------------------------------------------------------
# Artist Style Codes
--------------------------------------------------------------*/

.Artist {
  background: linear-gradient(rgba(26, 37, 141, 0.737), rgba(26, 37, 141, 0.737)), url("../img/Artist.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 100px;

}

.Artist2 {

  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}




.Artist h2 {
  font-size: 34px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
}

.Artist p {
  text-align: center;
  margin-bottom: 0;
  word-spacing: 2px;
  color: #ffffff;
}

.Artist2 .art-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(26, 37, 141, 0.737);
}

.Artist2 .art-btn:hover {
  background: #fff;
  border: 2px solid rgba(26, 37, 141, 0.737);
  color: black;
  letter-spacing: 4px;
}

.Artist-ext {
  background: linear-gradient(rgba(26, 37, 141, 0.737), rgba(26, 37, 141, 0.737)), url("../img/Artist.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 70px;

}

.Artist-ext .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.Artist-ext .icon i {
  color: #ffffff;
  font-size: 42px;
}

.Artist-ext .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
  color: #ffffff;

}

.Artist-ext .title a {
  color: #343a40;
  transition: 0.3s;
}

.Artist-ext .icon-box:hover .title a {
  color: #ffffff;
}

.Artist-ext .description {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}


/*--------------------------------------------------------------
# institutional Style Codes
--------------------------------------------------------------*/

.institutional {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/institutional.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 100px;
}

.institutional2 {
  padding-left: 10px;
  text-align: center;
  color: #ffffff;
  list-style-type: none;
}

.institutionalfont {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 22px;
  text-decoration: underline dotted;

}


.institutional3 h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #ffffff;
  font-style: oblique;
  letter-spacing: 7px;
  text-align: center;
}

.institutional5 h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  margin-top: 40px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}

.institutional h6 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #ffffff;
  font-style: italic;
}


.institutional p {
  color: #fff;
  text-indent: 50px;
  font-size: 17px;
  line-height: 35px;

}

.institutional4 .ins-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #1c4c1b;
}

.institutional4 .ins-btn:hover {
  background: #fff;
  border: 2px solid #1c4c1b;
  color: black;
  letter-spacing: 4px;
}

.institutional-ext {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/institutional.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 90px;
  margin-bottom: 10px;
  color: #fff;
  list-style-type: none
}

.institutional6 h5 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-style: oblique;
  letter-spacing: 7px;
}

.institutional6 h6 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}


.ins-list {
  padding-top: 40px;
  text-align: center;
}



@media (max-width: 768px) {
  .institutional2 p {
    font-size: 14px;
    text-align: left;

  }

}




/*--------------------------------------------------------------
# Young Style Codes
--------------------------------------------------------------*/

.Young {

  text-align: center;
  color: #000000;
  list-style-type: none;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/young.jpg") fixed top center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.Young1 h7 {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}

.Young p {
  font-size: 36 px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}

.Young1 h5 {

  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}

.textsize {
  font-size: 18px;
}

.Young .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 20px;
  transition: 0.5s;
  border: 1px solid #FFFAF0;
  color: #ffffff;
}


.Young .btn-get-started:hover {
  background: #fff;
  color: #6070d2;
  border: 1px solid #6070d2;
}


.Young .icon-box1 {
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.Young .icon-box2 {
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.Young .icon-box3 {
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.Young .icon-box4 {
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.Young .icon-box1::before {
  content: "";
  position: absolute;
  background: #d7b81c;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.Young .icon-box2::before {
  content: "";
  position: absolute;
  background: #117238;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.Young .icon-box3::before {
  content: "";
  position: absolute;
  background: #332c6a;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.Young .icon-box4::before {
  content: "";
  position: absolute;
  background: #FF7F00;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.Young .icon-box1:hover::before {
  background: #d7b81c;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.Young .icon-box2:hover::before {
  background: #117238;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.Young .icon-box3:hover::before {
  background: #332c6a;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.Young .icon-box4:hover::before {
  background: #FF7F00;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.Young .icon1 {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #d7b81c;
  transition: all 0.3s ease-in-out;
}

.Young .icon2 {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #117238;
  transition: all 0.3s ease-in-out;
}

.Young .icon3 {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #332c6a;
  transition: all 0.3s ease-in-out;
}

.Young .icon4 {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FF7F00;
  transition: all 0.3s ease-in-out;
}

.Young .icon1 i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.Young .icon2 i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.Young .icon3 i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.Young .icon4 i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.Young .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.Young .title a {
  color: #4d5442;
  text-decoration: none;
}



.Young .icon-box1:hover .title a,
.Young .icon-box1:hover .description {
  color: #fff;
}

.Young .icon-box1:hover .icon1 {
  background: #fff;
}

.Young .icon-box2:hover .title a,
.Young .icon-box2:hover .description {
  color: #fff;
}

.Young .icon-box2:hover .icon2 {
  background: #fff;
}

.Young .icon-box3:hover .title a,
.Young .icon-box3:hover .description {
  color: #fff;
}

.Young .icon-box3:hover .icon3 {
  background: #fff;
}

.Young .icon-box4:hover .title a,
.Young .icon-box4:hover .description {
  color: #fff;
}

.Young .icon-box4:hover .icon4 {
  background: #fff;
}

.Young .icon-box1:hover .icon1 i {
  color: #d7b81c;
}

.Young .icon-box2:hover .icon2 i {
  color: #117238;
}

.Young .icon-box3:hover .icon3 i {
  color: #332c6a;
}

.Young .icon-box4:hover .icon4 i {
  color: #FF7F00;
}

@media (max-width: 768px) {
  .Young {
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/young.jpg") center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }

}




/*--------------------------------------------------------------
# Studies Style Codes
--------------------------------------------------------------*/

.Studies h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.Studies {
  padding: 60px 0;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 100px;
}

.Studies #Studies-filters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.Studies #Studies-filters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}


.Studies #Studies-filters li:hover {
  background: #ff8000d4;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 3px;



}

.Studies #Studies-filters li.filter-active {
  background: #FF7F00;
  color: #fff;

}

.Studies #Studies-filters li:last-child {
  margin-right: 0;
}

.Studies .Studies-wrap {

  overflow: hidden;
  min-height: 180px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
  border-radius: 35px;

}

.color1 {
  background: #d7b81c;

}

.color2 {
  background: #2e8551;
}

.Studies .Studies-wrap img {
  transition: all 0.3s ease-in-out;
}

.Studies .Studies-wrap .Studies-info {
  opacity: 60;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
  padding: 15px
}

.Studies .Studies-wrap .Studies-info h3 {
  font-size: 25px;
  font-family: 'Times New Roman', cursive;

}

.Studies .Studies-wrap .Studies-info h3 a {
  color: #fff;
  font-weight: bold;
}

.Studies .Studies-wrap .Studies-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}

.Studies .Studies-wrap .Studies-info a i:hover {
  color: #8a1d36;
}

.Studies .Studies-wrap .Studies-info a:hover {
  color: #8a1d36;
}

.Studies .Studies-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.Studies .Studies-wrap:hover .Studies-info {
  opacity: 1;
  top: calc(50% - 40px);
}



/*--------------------------------------------------------------
# Blog Style Codes
--------------------------------------------------------------*/

.blog {
  height: 90vh;
  text-align: center;
  color: #000000;
  list-style-type: none;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/blog.jpg") fixed top center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}


.blog-info {
  text-align: center;
  justify-content: center;
}


.blog1 {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  align-items: center;

}

.blog1 h7 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;

}


.blog-list .blg-get-started1 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #FFFAF0;
  color: #ffffff;
  margin-right: 20px;

}

.blog-list .blg-get-started1:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 1px dashed fuchsia;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/improv-psychology.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

.blog-list .blg-get-started2 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #FFFAF0;
  color: #ffffff;
  margin-right: 20px;
}

.blog-list .blg-get-started2:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #fff;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/How_Stage.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

.blog-list .blg-get-started3 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #FFFAF0;
  color: #ffffff;
  margin-right: 20px;
}

.blog-list .blg-get-started3:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #fff;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/Revealing_You.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

.blog-list .blg-get-started4 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #FFFAF0;
  color: #ffffff;

}

.blog-list .blg-get-started4:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #fff;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/From_Life.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

@media (max-width: 768px) {
  .blog {
    text-align: center;
    color: #000000;
    list-style-type: none;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/blog.jpg") fixed top center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    height: 100%;

  }

  .blog-box{

    justify-content: center;
  }


  .blog-list {
    display: table;
  }
  

  .blog-list .blg-get-started1 {


    border: 2px dotted #fff;
    display: table-cell;

    transition: all 0.5s linear;


  }

  .blog-list .blg-get-started1:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed blue;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/improv-psychology.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }


  .blog-list .blg-get-started2 {


    border: 2px dotted #fff;
    display: table-cell;
    transition: all 0.5s linear;
  }

  .blog-list .blg-get-started2:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed blue;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/How_Stage.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }

  .blog-list .blg-get-started3 {

 
    border: 2px dotted #fff;
    display: table-cell;
    transition: all 0.5s linear;
  }

  .blog-list .blg-get-started3:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed blue;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/Revealing_You.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }

  .blog-list .blg-get-started4 {
 

    
    border: 2px dotted #fff;
    display: table-cell;
    transition: all 0.5s linear;

  }

  .blog-list .blg-get-started4:hover {

    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed blue;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/From_Life.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }



  .blog-list .a {
    font-size: 440px;
    border: solid 7px black;
  }


}




/*--------------------------------------------------------------
# Team Style Codes
--------------------------------------------------------------*/
.team {
  text-align: center;
  margin-top: 100px;
}

.team2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.team-table {
  height: 100vh;

}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;


}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-20px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;

  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;

  justify-content: center;

  text-align: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;

}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}



.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}



.team .member .social a+a {
  margin-left: 8px;
}





/*--------------------------------------------------------------
# Contact Style Codes
--------------------------------------------------------------*/

.divcenter {
  margin: auto;
}

.contact {
  text-align: center;
  padding-bottom: 30px;
  height: 70vh;

  padding-top: 20px;
}

.contact h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}

.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #70b9b0;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #70b9b0;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}

.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}

.contact .info {
  color: red;
  text-align: left;

}

.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;

}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;


}

.contact .info p a {
  font-size: 16px;
  color: #70b9b0;
  line-height: 1;

}

@media (max-width: 768px) {
  #contact  {
    padding-top: 50px;
height: auto;
  }
}
/*--------------------------------------------------------------
# Footer Style Codes
--------------------------------------------------------------*/
#footer {
  background: #073839;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  height: 20vh;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Site-to-Up Style Codes
--------------------------------------------------------------*/
.site-to-Up {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #70b9b0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.site-to-Up i {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 0;
}

.site-to-Up:hover {
  background: #8bc6bf;
  color: #fff;
}

.site-to-Up.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Drama Style Codes
--------------------------------------------------------------*/
.Drama {
  padding: 20px 0;
  background-color: #f6fafa;
  min-height: 40px;
  margin-top: 80px;
}

.drama-div {

  margin-top: 100px;
}

.drama-span {
  color: red;
  font-size: 18px;
  font-weight: bold;
}

.DramaArea {

  margin-top: 30px;
  margin-bottom: 40px;
  justify-content: center;
}

.Drama h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .Drama h2 {
    margin: 0 0 10px 0;
  }
}

.Drama ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.Drama ol li+li {
  padding-left: 10px;
}

.Drama ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .Drama .d-flex {
    display: block !important;
  }

  .Drama ol {
    display: block;
  }

  .Drama ol li {
    display: inline-block;
  }
}



/*--------------------------------------------------------------
# Details Style Codes
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 60%;
}

.pic-center {
  text-align: center;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 40px;
  position: relative;

}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #70b9b0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70b9b0;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 57, 7, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #9d77df;
  text-align: center;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px;
  margin: 1px 2px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Skills Style Codes
--------------------------------------------------------------*/

.skills-title {
  text-align: center;
  padding-bottom: 30px;
}

.skills-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.skills-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}



.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 20px;
}

.skills .progress-bar {
  width: 1px;
  height: 20px;
  transition: 0.9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Description Style Codes
--------------------------------------------------------------*/


.description-title {
  text-align: center;
  padding-bottom: 30px;
}

.description-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.desc-li ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 15px;
}


/*--------------------------------------------------------------
# Tekerleme Style Codes
--------------------------------------------------------------*/




.Tekerleme-title {
  text-align: center;
  padding-bottom: 30px;
}

.Tekerleme-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.teker-li ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 15px;
  line-height: 1.5;
}



/*--------------------------------------------------------------
# Happy Style Codes
--------------------------------------------------------------*/
.Happy-title {
  text-align: center;
  padding-bottom: 30px;
}

.Happy-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.Happy {
  border-style: none;
  border-width: 1px;
  text-align: right;

  padding-bottom: 20px;
}

.Happy p {
  border-style: none;
  border-width: 1px;
  text-align: center;
  text-indent: 30px;
  font-size: 22px;
}

.Happy2 {
  color: red;
  font-weight: bold;
}

.Happy3 {
  color: rgb(34, 44, 164);
  font-weight: bold;
}

.Happy-li ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 15px;
  line-height: 1.5;
}


/*--------------------------------------------------------------
# Dating Style Codes
--------------------------------------------------------------*/

.dating-title {
  text-align: center;
  padding-bottom: 30px;
}

.dating-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.dating-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}

/*--------------------------------------------------------------
# Listen Style Codes
--------------------------------------------------------------*/

.listen-title {
  text-align: center;
  padding-bottom: 30px;
}

.listen-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.listen-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}

/*--------------------------------------------------------------
# Improv Style Codes
--------------------------------------------------------------*/

.Improv-title {
  text-align: center;
  padding-bottom: 30px;
}

.Improv-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.Improv-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}

.dogaclama {
  padding-bottom: 40px;
  text-indent: 30px;
}


.dogaclama p {
  border-style: none;
  border-width: 1px;
  text-align: left;
  text-indent: 50px;
}

.dogaclama-p2 {
  text-align: center;
  font-size: 22px;
}

.dogaclama-baslik {
  color: #eb2262;
  font-weight: bold;
}

.dogaclama-cumlebasi {
  color: #eb2262;
  font-weight: bold;
}

.dogaclama h2 {
  font-weight: bold;
  font-size: 16px;
  color: #5918d2;
}

.dogaclama h4 {
  font-weight: bold;
  font-size: 18px;
  color: #297f0c;
  text-indent: 20px;
}

.dogaclama-h9 {
  text-align: left;
  text-indent: 25px;
  line-height: 32px;

}


/*--------------------------------------------------------------
# Feeling Style Codes
--------------------------------------------------------------*/

.feeling-title {
  text-align: center;
  padding-bottom: 30px;
}

.feeling-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.feeling-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}

/*--------------------------------------------------------------
# Thinking Style Codes
--------------------------------------------------------------*/

.thinking-title {
  text-align: center;
  padding-bottom: 30px;
}

.thinking-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.thinking-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}

/*--------------------------------------------------------------
# Energy Style Codes
--------------------------------------------------------------*/

.energy-title {
  text-align: center;
  padding-bottom: 30px;
}

.energy-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.energy-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}




/*--------------------------------------------------------------
# Group Style Codes
--------------------------------------------------------------*/

.group-title {
  text-align: center;
  padding-bottom: 30px;
}

.group-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.group-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}



/*--------------------------------------------------------------
# Trust Style Codes
--------------------------------------------------------------*/

.trust-title {
  text-align: center;
  padding-bottom: 30px;
}

.trust-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.trust-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}



/*--------------------------------------------------------------
# Character Style Codes
--------------------------------------------------------------*/

.character-title {
  text-align: center;
  padding-bottom: 30px;
}

.character-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.character-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}





/*--------------------------------------------------------------
# Concentration Style Codes
--------------------------------------------------------------*/

.concentration-title {
  text-align: center;
  padding-bottom: 30px;
}

.concentration-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.concentration-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}



/*--------------------------------------------------------------
# Pantomime Style Codes
--------------------------------------------------------------*/

.pantomime-title {
  text-align: center;
  padding-bottom: 30px;
}

.pantomime-title h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.pantomime-title p {
  margin-bottom: 0;
  word-spacing: 10px;
}





/*--------------------------------------------------------------
# Sound Style Codes
--------------------------------------------------------------*/
.sound h7 {
  font-size: 22px;
  color: #1d4cb7;
}

.sound h8 {
  font-weight: bold;
  color: #eb2262;
  font-size: 16px;
}

.kapat {
  text-align: center;
}

.sound p {
  font-size: 14px;
  text-indent: 50px;
}




/*--------------------------------------------------------------
# Blog Text Codes
--------------------------------------------------------------*/



.blog-text {
  width: 100%;
  height: 70vh;
  margin-top: 85px;
}


.blog-text p {
  color: #000;
  text-indent: 50px;
  text-align: left;
}

.blog-text img {

  border-radius: 10px;
  width: 250px;
}


.blog-text2 {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 10px;

}

.st {
  border: solid 5px red;
}

.blog-text2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}

.blog-text h1 {
  font-weight: 400;
  font-size: 26px;
  padding: 9px;
}

.blog-text2 p {
  margin-bottom: 0;
  word-spacing: 10px;
}


@media (max-width: 768px) {
  .blog-text img {

    border-radius: 10px;
    width: 150px;
  }

}



/*--------------------------------------------------------------
# 404 Kods
--------------------------------------------------------------*/

.bg-404-top {
  margin-top: 100px;
  width: 100%;
  height: 70vh;
}

.bg-404-top h1 {
  font-size: 18px;
  text-align: center;
  color: #8a1d36;
}


.bg-404-rad {
  text-align: center;
}

.bg-404-rad img {
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;

}

@media (max-width: 768px) {
  .bg-404-rad img {

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
  }

}