@charset "utf-8";

/* Body */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
      color: #ffb607;
}
.anchor-custom {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
.alert-danger {
    font-size: 13px;
}
.alert {
    padding: 0.5rem 1rem !important;
    margin-bottom: 0.5rem !important;
}
.unorderList {
  list-style: none;
}
img {
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 26px;
  color: #52575e;
}
ul.tick {
  list-style: none;
}
ul.tick li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
}
ul.tick li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: '\f061';
  position: absolute;
  top: 0;
  left: 0;
  color: #ffb607;
}
ul.tick li {
  margin-bottom: 10px;
}
.title {
  margin-bottom: 20px;
  position: relative;
}
.title h1 {
  font-size: 48px;
  color: #343434;
  margin: 0;
  font-weight: bold;
}
.title h2 {
    font-size: 38px;
    color: #343434;
    margin: 0;
    font-weight: bold;
}
.title h1 span {
  display: block;
}
.title p {
  font-size: 20px;
  letter-spacing: 3px;
  color: #ffb607;
  text-transform: uppercase;
  margin-bottom: 0;
}
.readmore {
  margin-top: 20px;
}
.readmore a {
  text-decoration: none;
  font-size: 15px;
  background: #f0aa00;
  text-transform: uppercase;
  border-radius: 36px;
  font-weight: bold;
  display: inline-block;
  padding: 18px 38px;
  color: #fff;
}
.readmore a:hover {
  color: #fff;
  background: #1d2435;
}


/********************************************
	   == Header Css Start ==
********************************************/
.header-wrap {
}
.header-wrap .logo{margin-top: 15px; max-height: 80px;}
.header-wrap .logo img{width: auto; height: 55px;}
.allowed-cookies {
    display: none !important;
}
.cookie {
    z-index: 1000;
    min-width: 200px;
    position: fixed;
    bottom: 0;
    color: #000;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
.cookie-text {
    font-size: 14px;
}
/*********************************************
        Navigation css
*********************************************/
.navbar-brand {
  display: none;
}
.navigation-wrap {
  z-index: 1000;
  position: relative;
}
.navbar-nav li {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding:34px 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .nav-item:hover .nav-link {
  color: #fff; background: #ffb607;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff; background: #ffb607;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff; background: #ffb607;
}
.sticky {
  top: 0;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10000;
  background: #ffb607;
  height: 65px;
  margin-top: 0;
  -webkit-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
  -moz-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
  box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
}
.navbar-nav li {
  position: relative;
}
.navbar-nav > li > ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 200%;
  width: 260px;
  padding: 0px;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}
.submenu li:last-child {
  border: none;
}
.navbar-nav > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom:1px solid rgb(230 230 230 / 50%);
  padding: 0;
}
.submenu > li:hover > a {
  background: #ffb607;
  color: #fff !important;
}
.navbar-nav > li > ul > li > a {
  text-decoration: none;
  position: relative;
  display: block;
  padding:10px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000 !important;
  word-wrap: break-word;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navbar-nav li > .submenu > li a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.navbar-nav > li > a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
/*********************************************
    Custom slider options
**********************************************/
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {}
.tp-rightarrow .tp-arr-allwrapper {}
.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.slidertext2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold !important;
  padding: 15px 0;
  text-transform: none !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.slidertext2 span {
  color: #fff;
}
.slidertext3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  padding: 15px 0;
  text-transform: none !important;
  line-height: 30px !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.slidertext3 span {
  color: #fff;
}
.slidertext4 i {
  margin-right: 10px;
  font-weight: normal !important;
}
.slidertext4 a {
  color: #fff !important;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 700;
  padding: 22px 40px;
  text-transform: uppercase !important;
  text-align: left;
  background: #f0aa00;
  font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
}
.slidertext4 a:hover {
  background: #fff;
  color: #ffb607 !important;
}
.slidertext5 a {
  background: none !important;
  border: 2px solid #fff;
  padding: 16px 40px;
}
.slidertext5 a:hover {
  background: #f0aa00 !important;
  color: #fff !important; border-color: #f0aa00;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}



/*---------------------------------------
  Categories_wrap Css
-----------------------------------------*/
.categories_wrap{z-index: 100; margin-top: -100px; position: relative;}
.categories-course{background: #3ab64c; padding:15px; text-align: center; border-radius: 12px; height: 400px}
.categories-course h4{font-size: 24px; position: relative; margin-bottom: 30px;}
.categories-course h4 a {color: #fff; text-decoration: none}
.categories-course h4:before{content: ""; background: #fff; width: 40px; height: 2px; position: absolute; bottom: -15px; text-align: center; left:50%;  margin-left: -20px;}
.categories-course h4:hover:before{width: 80px; left:50%; transition: 0.3s ease-in-out;  margin-left: -40px;}
.categories-course p{font-size: 14px; color: #fff; line-height: 24px;}
.coure-icon-inner{width: 160px; height: 160px; background: #fff; text-align: center; line-height: 160px; border-radius: 100%; display: inline-block;}
.coure-icon-inner img{width: 130px; height: 130px; margin-bottom: 20px;}
.cours-icon{margin-bottom: 30px; margin-top: -80px;}
.categories_wrap ul li:nth-child(1) .categories-course{background: #f0aa00;}
.categories_wrap ul li:nth-child(1) .course-link a {background: #003d69;color: #fff}
.categories_wrap ul li:nth-child(1) .course-link a:hover {color: #f0aa00;background: #fff;transition: 0.3s ease-in-out;}

.categories_wrap ul li:nth-child(2) .categories-course{background: #003d69;}
.categories_wrap ul li:nth-child(2) .course-link a {background: #f0aa00;color: #fff}
.categories_wrap ul li:nth-child(2) .course-link a:hover {color: #003d69;background: #fff;transition: 0.3s ease-in-out;}

.categories-course .course-link {
    margin: 20px 0;
    padding: 20px;
}
.categories-course .course-link a {
    font-size: 18px;
    border-radius: 25px;
    font-weight: 700;
    margin-left: 5px;
    padding: 15px 30px;
    text-transform: uppercase !important;
    font-family: 'Open Sans', sans-serif;
}
.categories-course .course-link a:hover {
    color: #003d69;
    background: #fff;
    transition: 0.3s ease-in-out;
}


/*---------------------------------------
  School Css
-----------------------------------------*/
/*---------------------------------------
  About Css
-----------------------------------------*/
.about-wrap {position: relative;
  padding: 80px 0;
}
.aboutImg {
  margin-bottom: 15px;
}
.about-wrap .readmore {
  margin-top: 40px;
}
.about-wrap .title h1 {
  font-size: 48px; color: #000;
}
.about_box {
  margin-left: 30px;
}
.edu_list{list-style: none;}
.learning-wrp{margin: 0 5px}
.edu_icon{
    background: #000;
    padding: 20px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
    display: table;
}
.edu_list li:nth-child(1) .edu_icon{background: #3db2d5;}
.edu_list li:nth-child(2) .edu_icon{background: #3ab64c;}
.edu_list li:nth-child(3) .edu_icon{background: #dd1146;}
.learning-wrp h2{font-size: 20px; font-weight: 600;}
.edu_list li{margin-bottom: 15px;}


/********************************
        Class Css
********************************/
.class-wrap {
  background-color: rgba(0, 0, 0, 0.82);
  background-size: cover;
  padding: 70px 0;
}
.class-wrap .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.class-wrap .title h1 {
  color: #fff;
}
.class-wrap .title h1 span {
  font-size: 24px;
  letter-spacing: 1px;
}
.class-wrap .title:after {
  content: "";
  width: 54px;
  height: 2px;
  background: #ddb202;
  margin-left: -26px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.class-wrap h3 {
  position: relative;
}
.class-wrap h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.class-wrap h3 a:hover {
  color: #f0aa00;
}
.class-wrap p {
  font-size: 14px;
  line-height: 24px;
  color: #322c2c;
  margin-bottom: 0; min-height: 80px;
}
.class-wrap .owl-dots {
  display: none;
}
.class-wrap .owl-nav button {
  font-size: 16px;
  color: #a5a9ac;
  border: 2px solid #ccc;
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.class-wrap .owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -24px;
}
.class-wrap .owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -24px;
}
.class-wrap .owl-nav button:hover {
  background: #ffa800;
  border-color: #ffa800;
  color: #fff;
}
.class-wrap .owl-nav i {
  font-size: 30px;
}
.class_box {
  background: #fff;
}
.class_Img{position: relative;}
.class_Img img{width: 100%;height: 220px}
.path_box {
  padding: 10px 26px;
}
.path_box ul {
    padding-left: 20px;
}

.class-wrap .path_box{ min-height: 200px;}
.time_box { background: #3ab64c;
  font-size: 14px;
  color: #fff; border-radius: 6px 6px 0 0; padding: 8px 12px; position: absolute; bottom: 0; right: 20px;
}

.students_box{border-top: 1px solid #e6e6e6; padding-top: 10px; margin-top: 15px; display: flex; justify-content: space-between;}
.date{font-size: 16px; color: #000;}
.date-price{font-size: 17px; color: #000;}


/********************************
        Choice Css
********************************/
.choice-wrap {
    position: relative;
    padding: 60px 0 70px 0;
    text-align: center;
}
.choice-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url(/img/contactBackground.avif) no-repeat top;
    /*background-position: 50% 0;*/
    background-size: cover;
}
.choice-wrap .title {
  margin-bottom: 30px;
}
.choice-wrap .title h1 {
  font-size: 48px;
  font-weight: bold;
}

.choice-wrap p {
  color: #000;
  font-size: 14px;
  padding: 0 140px;
}
.choice-wrap .readmore{
    position: relative;
    margin-top: 30px;
    z-index: 10;
}
.choice-wrap .readmore a {
  background: #f0aa00; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px;
}
.choice-wrap .readmore a:hover {
  background: #000;
  color: #fff;
}


/**********************************************
      Video Css
**********************************************/
.video-wrap {
  padding: 70px 0 90px 0;
}
.video-wrap .title{margin-bottom: 45px;}
.video.video-main {
  background: url(/img/sorikoVideo.avif) no-repeat top;
  background-size: cover;
  padding: 200px 0;
  border: 14px solid #fff; box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.video.video-accommodation {
    background: url(/img/homolka-video.webp) no-repeat top;
    background-size: cover;
    padding: 200px 0;
    border: 14px solid #fff; box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.video.video-tabor {
    background: url(/img/tabor-video.webp) no-repeat top;
    background-size: cover;
    padding: 200px 0;
    border: 14px solid #fff; box-shadow: 0 0 18px rgb(0 0 0 / 12%);
}
.video-wrap p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
}
.playbtn {
  text-align: center;
  position: relative;
}
.playbtn a {
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: relative;
}
.playbtn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.playbtn a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #f0aa00;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.playbtn a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}
}


/*---------------------------------------
   Services section
-----------------------------------------*/
/*---------------------------------------
   gallery section
-----------------------------------------*/
.gallery-wrap {
    position: relative;
    background-color: rgba(1, 89, 154, 0.11);
    background-size: cover;
    padding:60px 0;
}
.gallery-wrap.accommodation-gallery {
    background-color: #FFFFFF;
    padding:0;
}
.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 15px 0;
  position: relative;
}
.galleryImg.fix-size img{
    height: 130px;
}
.galleryImg.fix-size-gallery img{
    height: 145px;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}


/*---------------------------------------
   Blog section
-----------------------------------------*/

/*---------------------------------------
   Testimonials section
-----------------------------------------*/
.testimonials-wrap {
  padding: 60px 0;
  text-align: center;
}
.testimonials_sec p {
  font-size: 14px;
  line-height: 22px;
  color: #dadada;
  font-style: italic;
}
.testimonials-wrap .title {
  margin-bottom: 50px;
}
.testimonials-wrap .title:after {
  left: 50%;
  margin-left: -28px;
}
.testimonials-wrap .title h1 {
  color: #000;
}
.testimonials-wrap .title p {
  color: #b2b2b2;
}
.testimonials_sec h3 {
  font-size: 18px;
  color: #fff; margin-top: 12px; display: inline-block;
  font-weight: bold; text-transform: uppercase;
}
.testimonials_sec h3 span {
  display: block;
  font-size: 14px;
  color: #dadada;
  font-weight: normal;
  margin-top: 4px;
  letter-spacing: 1px; text-transform: none;
}
.clientImg {
      text-align: center;
  margin-bottom: 25px;
  margin-top: -76px;
  margin-right: 20px;
}
.clientImg img {
  border-radius: 100px;
}
.testimonials-wrap ul li {
  padding: 50px 0;
}
.testimonials-wrap .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.testimonials-wrap .owl-dots button {
  width: 20px;
  height: 20px;
  border: 2px solid #e20c0c;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
}
.testimonials-wrap button.active {
  background: #e20c0c;
}
.clientImg img{border: 1px solid #000;}
.quote_icon {
  position: absolute;
  bottom: 18px;
  right: 50px;
  font-size: 34px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #dadada;
  color: #e20c0c;
}
button:focus {
  outline: none;
}
.testimonials-wrap .owl-nav {
  display: none;
}
.testimonials_sec {
  text-align: center;
  padding: 30px;
  background: #424761;
  border: 1px solid #424761;
}
.testimonials-wrap{text-align: center;}
.testimonials-wrap ul {
  margin-bottom: 0;
}


/*********************************************
        Enroll css
*********************************************/




/*********************************************
        Teachers css
*********************************************/
.designation{font-size: 14px; font-family: 'Montserrat', sans-serif; letter-spacing: 2px;}
.center_title{text-align: center;}

/*********************************************
        Contact css
*********************************************/
.address-item {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    text-align: center;
}
.address-item .address-icon{
    background: #ff002a;
    height: 70px;
    width: 70px; color: #fff;
    line-height: 70px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 15px;
    font-size: 32px;
}
.address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ff002a;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    opacity: 0;
    visibility: hidden;
}
.address-item .address-text .contact-title {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
}
.cont_info{margin-bottom: 60px;}
.address-item .address-text ul li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #505050;
}
.address-item .address-text ul li a {
    color: #505050;
}

.form-group .btn {
  background: #ffb607;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 40px;
}
.form-group .btn:hover {
  background: #e20c0c;
  color: #fff;
}

/*********************************************
        Footer css
*********************************************/
.footer-wrap{background: #232936; background-size: cover; padding: 50px 0 20px 0;}
.footer-wrap p{font-size: 13px; color:#bcc5d0; margin-top: 15px;}

.footer-wrap h4{font-size: 18px; margin-bottom: 20px; display: inline-block; font-weight: bold; font-family: 'Open Sans', sans-serif; color: #fff; margin-bottom: 25px;}
.footer-links{list-style:none; margin-bottom: 0;}
.footer-links li{margin-bottom: 10px;}
.footer-links li a{text-decoration:none; color:#bcc5d0; font-size:14px;}
.footer-links li:before{content: "\f0da"; font-weight: 600; font-family: 'Font Awesome 5 Free'; padding-right:10px; color:#bcc5d0; font-size: 14px;}
.footer-links li a:hover{color: #e47b9b;}

.footer-adress{list-style:none;}
.footer-adress li{margin:0;  padding-bottom: 15px; display: flex;}
.footer-adress li > i{vertical-align:center; font-size:20px; color:#bcc5d0; padding-top: 3px; margin-right: 10px}
.footer-adress li span a, .footer-adress li span{font-size: 14px; color: #bcc5d0; text-decoration: none;}
.footer-adress li span a:hover{color: #77dda7;}
.footer_phone a{font-size: 20px !important; font-weight: bold;}
.footer_phone i{margin-top: 2px; font-size: 20px !important;}
.footer_icon{text-align: left;}
.footer-bottom{padding: 10px 0;}
.copyright-text{font-size: 13px; color: #000;}


.social-icons ul li{display:inline-block; margin-right:3px;}
.social-icons ul li a{border:1px solid #fff;
    display:block;
     font-size:18px; text-align: center;
     color:#fff;
     width:38px;
     height:38px;
     line-height:38px;
     border-radius:100%;
}

.social-icons ul li:nth-child(1) a{background: #3c599b; border-color: #3c599b;}
.social-icons ul li:nth-child(2) a{background: #fb000f; border-color: #fb000f;}

/*********************************************
        Copyright css
*********************************************/
.close-toggler {
  display: none;
}
.navbar-toggler {
  display: none;
}



/*********************************************
        Inner page title css
*********************************************/
.innerHeading-wrap {
  padding: 30px 0;
  background: url(/img/innerBackground.webp) no-repeat top;
  background-size: cover;
  text-align: center;
}
.innerHeading-wrap h1 {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.innerHeading-wrap ul {
  margin: 0px;
}
.innerHeading-wrap ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  padding: 0px 4px;
  font-size: 15px;
}
.innerHeading-wrap ul li a {
  color: #fff;
  text-decoration: none;
}


.innerContent-wrap{padding: 80px 0;}
.innerContent-wrap .class-wrap{padding: 0; background: none;}
.innerContent-wrap .class-wrap .class_box{background: #f7f7f7; margin: 15px auto;}



/*********************************************
        Class Details css
*********************************************/
blockquote {
    background: #fff8e8;
    padding: 40px 50px 40px 109px;
    margin: 28px 0;
    color: #000; font-family: 'Montserrat', sans-serif;
    position: relative;
}
blockquote::before {
    content: "\f10d";
    left: 50px;
    top: 38px;
    position: absolute;
    color: #ffb607;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 45px;
}


/**********************************************
            Teacher Details Css
**********************************************/
.accommodation-delImg img{width: 100%;}
.accommodation-del h3{margin-bottom: 0; font-size: 36px; font-weight: bold;}
.accommodation-del h5{font-weight: bold;}
.accommodation-del .designation{margin-bottom: 20px;}
.accommodation-del .designation a{color: #000000;}
.price-wrap {
    background: rgba(240, 170, 0, 0.25);
    border-top: 1px solid rgb(240, 170, 0);
    border-bottom: 1px solid rgb(240, 170, 0);
    color: rgba(49, 49, 49, 0.85);
    padding: 10px 0;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    width: 50%;
    text-align: center;
}
.summer-price-wrap {
    background: rgba(240, 170, 0, 0.25);
    border-top: 1px solid rgb(240, 170, 0);
    border-bottom: 1px solid rgb(240, 170, 0);
    color: rgba(49, 49, 49, 0.85);
    padding: 25px 0;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    width: 100%;
    text-align: center;
}
.summer-price-wrap .summer-order-link {
    margin: 30px 20% 20px auto;
    width: 60%;
}
.summer-price-wrap .summer-order-link a {
    font-size: 18px;
    border-radius: 25px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase !important;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    background: #f0aa00;
}
.summer-price-wrap .summer-order-link a:hover {
    background: #003d69;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.accommodation-left{margin-right: 20px;}
.custom-video-wrap {margin-top: 50px}
.custom-video-wrap h1 {margin-bottom: 30px}
.detail-wrap {
    margin-top: 60px;
}
.detail-wrap h3 {
    margin-bottom: 30px;
    font-weight: bold;
}
.detail-image {
    width: 75px;
    height: 60px;
    margin-top: 30px;
}
.detail-image-tabor {
    width: 75px;
    height: 75px;
}
.detail-item {
    background-color: rgba(238, 235, 235, 0.2);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 170px;
    cursor: pointer;
    padding: 30px;
}
.detail-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.detail-item.detail-item-tabor {
    height: 160px;
}

.progress-line-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 25px;
    border-radius: 10px;
    background: #f1f1f9;
}
.progress-line-wrap .progress-line.color-1 {
    background: #5dba3b;
}
.progress-wrap:nth-child(2) .progress-line-wrap .progress-line {
    background: #5dba3b;
}
.progress-wrap:nth-child(3) .progress-line-wrap .progress-line {
    background: #17caff;
}
.progress-wrap:nth-child(4) .progress-line-wrap .progress-line {
    background: #ffc000;
}
.progress-wrap:nth-child(5) .progress-line-wrap .progress-line {
    background: #ff5157;
}
.progress-wrap:nth-child(6) .progress-line-wrap .progress-line {
    background: rgba(101, 82, 61, 0.83);
}
.progress-wrap:nth-child(7) .progress-line-wrap .progress-line {
    background: rgba(5, 68, 121, 0.85);
}
.progress-wrap .progress-line-wrap .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 10px;
    background: #5dba3b;
    transition: all 1.5s;
    transition-timing-function: cubic-bezier(0.105, 0.01, 0.54, 1.255);
}
.progress-wrap{margin-bottom: 20px;}
.progress-wrap .progress-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #090605;
    margin-bottom: 5px;
}
.progress-skill{margin-top: 60px;}
.progress-skill h3{margin-bottom: 15px;font-weight: bold;}

/**********************************************
            Sorikoškola css
**********************************************/
.newbie {
    font-weight: bold;
    color: #d00202;
}
.available-dates {
    width: 100%;
    font-size: 13px;
}
.available-dates-wrap h5 {
    margin-bottom: 20px;
}
.available-dates tbody {
    display: block;
    height: 290px;
    overflow: auto;
}
.available-dates tbody::-webkit-scrollbar {
    width: 7px;
}
.available-dates tbody::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.available-dates tbody::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.65);
    border-radius: 5px;
}
.available-dates thead {
    background: rgba(0, 61, 105, 0.5);
}
.available-dates th {
    vertical-align: baseline;
}
.available-dates tbody tr:hover {
    background: rgba(240, 170, 0, 0.1);
}
.order-date-btn {
    text-decoration: none;
    font-size: 13px;
    background: #f0aa00;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
}
.order-date-btn:hover {
    color: #fff;
    background: rgba(0, 61, 105, 0.56);
}
/**********************************************
            Pricing Css
**********************************************/



/**********************************************
            FAQs Css
**********************************************/
.faqs {
  margin-bottom: 30px;
}
.faqs .panel-default>.panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.panel-heading h4{margin-bottom: 0;}
.faqs h4 a {
  padding:20px 55px 20px 15px;
  display: block;
  background: #ffb607;
  color: #fff;
  font-size: 18px;
  position: relative;

}
.panel-group h3{font-size:30px; margin-bottom:10px; margin-top:15px;}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
  border:1px solid #eee;
}
.panel-group .panel-body {
  line-height: 24px;
  color: #555;
  padding:15px;
  font-size: 14px;
}
.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
  text-decoration: none;
  background: #ffb607;
  color: #fff;
}
.faqs h4 a:before {
  content: "\f068";
  background: #fff;
  font-family: 'FontAwesome';
  width: 30px;
  padding: 6px 0;
  color: #ffb607;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  line-height:18px;
  border-radius:50%;
}
.faqs h4 .collapsed:before {
  content: "\f067";
  font-family: 'FontAwesome';
  background: #ffb607;
  width: 30px;
  padding: 6px 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  text-decoration: none;
}
.faqs h4 a.collapsed {
  background: #fff;
  color: #666;
  text-decoration: none;
}


.faqs h4 .collapsed:hover:before {background: #fff; color: #ffb607;}



/*********************************************
   Inner Testimonials page
**********************************************/
.innerContent-wrap .testimonials-wrap{padding: 0; background: none;}
.innerContent-wrap .testimonials-wrap ul li{margin:50px 0; padding: 0 15px !important;}
.innerContent-wrap .testimonials-wrap .quote_icon{bottom: -34px;}
.innerContent-wrap .testimonials-wrap .testimonials_sec{background: #fbfbfb; border-color: #eaeaea;}
.innerContent-wrap .testimonials-wrap .testimonials_sec h3{color: #000;}
.innerContent-wrap .testimonials_sec p{color: #757575;}
.innerContent-wrap .testimonials_sec h3 span{color: #929292;}


/*********************************************
   404 page
**********************************************/
.four-zero-page{text-align:center;
  padding: 0 0 50px 0;
}
.four-zero-page h2 {
  font-size: 300px;
  color: #ff002a;
  font-weight: 800;
}
.four-zero-page img{
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
}

.four-zero-page h3 {
  color: #09c6ff;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 10px;
}
.four-zero-page p{letter-spacing: 2px; padding:0 200px;}
.four-zero-page .readmore{margin-top:30px;}



/*********************************************
   Login page
**********************************************/
.form-wrap{margin: 0 auto; background: #fffaee; border: 1px solid #ffb607; padding: 50px;}
.form-wrap .form-group textarea.form-control{height: 100px !important;}
.form-wrap .form-group .form-control::placeholder{opacity: 0.5;}
.form-wrap .form-group label span{color: #c4060b;}
.formWrp{border-top: 1px solid #ffb607; margin-top: 40px; padding-top: 30px;}
.formWrp .form-group .form-control{height: 50px; border-radius: 4px; font-size: 15px; border-color: #f9eccd;}
.formWrp .form-check{font-size: 15px;}
.formWrp .form-check label{cursor: pointer; color: #656565}
.formWrp .form-check input{cursor: pointer;}
.formWrp .form-group label{font-size: 15px; color: #656565}
.formWrp .form-group{margin-top: 15px; margin-bottom: 0;}
.formWrp .form-group .send_btn{width: 100%; letter-spacing: 0; font-weight: 600;}


/*********************************************
   RegisterWrp page
**********************************************/
.registerWrp{border-top: none; padding-top: 0; margin-top: 0;}
.form_set{margin-bottom: 30px;}
textarea.form-control{height: 150px !important;}
.map{margin-left: 30px;}



/*********************************************
   Inner Blog page
**********************************************/
/*********************************************
     Categories
**********************************************/
/*********************************************
     Tags
**********************************************/
.tags:after {
  display: table;
  clear: both;
  content: '';
}
.tags li {
  display: inline-block;
  float: left;
}
.tags a {
  font-size: 13px;
  color: #969595;
  border: 1px solid #dadada;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.tags a:hover {
  border: 1px solid #ffb607;
  background: #ffb607;
  color: #fff;
  text-decoration: none;
}







/*****:Media Quries :*****/

@media screen and (max-width:1440px) {
.navbar-light .navbar-nav .nav-link{padding: 34px 16px;}
}

@media screen and (max-width:1350px) {
.navbar-light .navbar-nav .nav-link{padding: 34px 10px;}
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-nav .nav-link {
        min-width: 135px;
        text-align: center;
    }
}
@media screen and (min-width: 400px) {
    .available-dates thead, .available-dates tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
}

@media screen and (max-width:1200px) {
    .galleryImg.fix-size img {
        height: 110px;
    }
  .header-wrap .navbar-light{max-width: 100%; display: block; flex: auto;}
  .header-wrap .col-lg-6{max-width: 75%; flex: 75%;}
  .navbar-light .navbar-nav .nav-link{padding: 34px 16px;}
  .header-wrap .logo{text-align: center; background: transparent; padding: 15px;}
  .class-wrap .owl-nav{display: none;}
.categories-course {height: 450px;}
.cours-title {height: 220px;}
  #counter {
    margin-top: 40px;
  }


  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .about-wrap .title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width:990px) {
    .galleryImg.fix-size img {
        height: 130px;
    }
    .innerContent-wrap{padding: 40px 0;}
    .progress-skill{margin-top: 30px;}

    .choice-wrap .title h1 {
        font-size: 38px;
    }
    .header-wrap .logo{margin-top: 10px; max-height: 75px;}
    .header-wrap .logo img{height: 50px;}
  .accommodation-left{margin-right: 0;}
  .categories-course {height: 475px;}
  .cours-title {height: 250px;}
  .categories-course .course-link {padding: 0; margin: 30px 0}
  .map{margin-top: 80px; margin-left: 0;}
  .address-item{margin-bottom: 30px;}
  .header-wrap .logo{background: none; text-align: left; padding: 0;}
  .categories_wrap{margin-top: -150px;}
  .categories_wrap ul li{margin-top: 100px;}
  .coure-icon-inner{box-shadow:0 0 15px rgb(0 0 0 / 15%);}
  .class_box{max-width: 370px; margin: 0 auto;}
  .about-wrap .title h1 span{display: inline-block;}
  .learn_info{margin-top: 10px;}
  .edu_list li{margin: 30px 0;}
  .choice-wrap p{padding: 0;}
  .video-wrap .video{padding: 150px 0;}
  .gallery_box{display: block; text-align: center; margin-bottom: 40px;}
  .gallery_left{display: inline-block;}
  .slidertext3{line-height: 20px !important;}
  .about-wrap{padding-top: 30px;}
  .choice-wrap{padding: 50px 0;}
  .navbar-toggler {
    padding: 4px 10px;
  }
  .sticky {
    display: none;
  }
  .navigation-wrap {
    margin-top: 0;
  }
  .video {
    margin-top: 0;
  }
  .gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
    margin-top: 0;
  }
  .innerHeading-wrap {
    margin-top: 0;
    padding: 40px 0;
  }
  .tp-banner {
    margin-top: 0;
  }
  .aboutImg {
    text-align: center;
    margin-top: 40px;
  }
  .header-wrap .navbar {
    float: none;
  }
  .navbar-toggler {
    background: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 16px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background: #000;
    color: #fff !important;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    background: #000;
    color: #fff;
  }
  .header-wrap {
    position: static;
    padding: 15px 0;
  }
  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    border: none;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    background: #bd935c;
  }
  .navbar-collapse.show {
    visibility: visible;
      z-index: 1000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
 .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
  }
  .navbar-nav {
    clear: both;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    z-index: 1000;
    font-weight: 400;
  }
  .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #fff;
    display: block;
  }
  .close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    float: right;
    display: block;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar {
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background: #ffb607;
    color: #fff;
  }
  .navbar {
    margin: 0;
  }
  .about_box {
    margin-left: 0;
  }
  .navbar-nav li a + i {
    display: block;
  }
  .navbar-nav > li > ul {
    width: 100%;
    position: static;
    display: none;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
  }
  .four-zero-page h2{font-size: 250px;}
  .four-zero-page p{padding: 0;}
  .galleryImg {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
    .galleryImg {
        margin-bottom: 10px;
    }
    .galleryImg.fix-size img{
        height: 100px;
    }
    .video-wrap {
        padding: 50px 0 70px 0;
    }
    .video-wrap .title {
        margin-bottom: 30px;
    }
    .gallery_left .title {
        margin-bottom: 10px;
    }
    .gallery-wrap {
        padding: 40px 0;
    }
    .gallery_box {
        margin-bottom: 15px;
    }
  .categories_wrap{margin-top: -90px;}
  .categories_wrap ul li{margin-top: 100px;}
  .categories-course {height: 460px;}
  .cours-title {height: 240px;}
  .categories-course .course-link {padding: 0; margin: 25px 0}
    .four-zero-page h2{font-size: 150px;}
    .four-zero-page h3{letter-spacing: 1px;}
  .logo {
    margin-right: 70px;
  }
  .footer_icon {
    text-align: center;
  }
  .navbar li {
    padding: 0;
  }

.about-wrap{padding: 20px 0;}
.slidertext3 {
    line-height: 10px !important;
}
  .header-wrap {
    text-align: center;
  }
  .title h1 {
    font-size: 36px;
  }
  .readmore a {
    font-size: 14px;
    padding: 14px 24px;
  }
}

@media screen and (max-width:580px) {
    .video.video-tabor {
        padding: 100px 0;
        border: none;
    }
}

@media screen and (max-width:480px) {
    .cookie-text {
        font-size: 11px;
    }
    .video-wrap {
        padding: 40px 0 60px 0;
    }
    .choice-wrap .title h1 {
        font-size: 28px;
    }
    .class-wrap {
        background-color: rgba(0, 0, 0, 0.82);
        background-size: cover;
        padding: 50px 0;
    }
  .price-wrap {
      width: 80%;
      margin-bottom: 15px;
  }
  .summer-price-wrap .summer-order-link {
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
  }
  .four-zero-page h2{font-size: 100px;}
  .four-zero-page h3{letter-spacing: 1px; font-size: 20px;}
  .four-zero-page p{letter-spacing: 0;}
  .client_box {
    display: block;
  }
  .about-wrap h3 {
    font-size: 20px;
  }
  .header-wrap {
    text-align: left;
  }
  .about-wrap .title h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .title p {
    letter-spacing: 1px;
  }
  .title p:before, .title p:after {
    display: none !important;
  }
  .title h1 {
    font-size: 30px;
  }
  .title p {
    font-size: 14px;
  }
  .form-wrap{padding: 20px;}
  .form-group .btn{padding: 16px 30px; font-size: 14px;}
}
