/* --------- SLIDER--------- */

#vw_slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#vw_slider img {
    width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#vw_slider h6
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #1f1e1e;
  font-family: "Roboto";
}
#vw_slider h2 {
  padding-top: 15px;
  font-size: 48px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
}
#vw_slider p {
  
  margin: 15px 0 15px 0;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Roboto";
}
#vw_slider p.price {
  font-size: 22px !important;
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 73%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

#vw_slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}

a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#vw_slider .carousel-prev-button {
  position: absolute;
  left: 35px;
  bottom: 47%;

}
#vw_slider .carousel-next-button{
  position: absolute;
  right: 35px;
  bottom: 47%;
}
#vw_slider .carousel-item-next,
#vw_slider .carousel-item-prev,
#vw_slider .carousel-item.active {
    display: block !important;
  }
#vw_slider .carousel-control-prev-icon,
#vw_slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}

#vw_slider a i {
  padding: 9px 12px;
  font-size: 17px;
  color: #fff;
  background-color:transparent;
  border:2px solid #fff;
  width: 40px;
  height:40px;
  border-radius: 50%;
}

#vw_slider .inner_carousel h2 small {
  color: #ffffff;
  display: block;
  margin-top: 20px;
  font-size: 20px !important;
  font-style: italic;
  text-transform: capitalize;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
#vw_slider .read-more
{
  padding: 12px 23px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
  margin-right: 17px;
  border:2px solid #fff;
  border-radius: 40px;
  background-color: transparent;
}
#vw_slider .read-more:hover
{
  color: #fff;
}

/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#vw_slider ol.carousel-indicators
{
  text-align: center;
  position: relative !important;
  bottom: 100px;
}
#vw_slider ol.carousel-indicators .active
{
  background-color: #fff;
  border:2px solid #fff;
}
#vw_slider .section-seperator
{
  position: absolute;
  bottom: 0;
  width: 100%;
}
ol.carousel-indicators {
  position: static !important
}
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border:2px solid #fff;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
}
/* ------------- Popular Courses -------------- */

#popular-courses .popular-courses-head h3
{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #30374c;
  font-family: "Staatliches";
}
#popular-courses .popular-courses-head h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#popular-courses .courses-content
{
  padding-top: 35px;
}
#popular-courses .courses-content .course-box img
{
  border-radius: 50%;
  width: 170px;
  height: 148px;
}
#popular-courses .courses-content .course_name
{
  font-weight: normal;
}
#popular-courses .courses-content .course_name 
{
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 7px;
  color: #30374c;
  font-family: "Staatliches";
}
#popular-courses .courses-content .courses_text
{
  font-size: 14px;
  line-height: 25px;
  color: #6c707c;
  font-family: "Montserrat";
  font-weight: 500;
}
#popular-courses .courses-content .read-more
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
  font-family: "Staatliches";
  text-align: center;
  border:2px solid #898c95;
  border-radius: 40px;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 15px;
}
#popular-courses .courses-content:hover .read-more
{
  background-color: #a72dd9;
  border:2px solid #a72dd9;
  color:#fff;
}

/* --------------- About Trainer --------------- */

#about-us
{
  padding: 0;
}
#about-us h3
{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #30374c;
  font-family: "Staatliches";
}
#about-us h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#about-us p
{
  font-size: 13px;
  line-height: 23px;
  color: #74767b;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 15px 0;
}
#about-us .view-about
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  text-align: center;
  display: inline-block;
  background-color: #a72dd9;
  padding: 10px 20px;
  border-radius: 40px;
}
#about-us .about-content
{
  padding-top: 50px;
}
#about-us .video-image
{
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-us .video-image a
{
  width: 50px;
  height: 50px;
  border:2px solid #fff;
  border-radius: 50%;
  position: absolute;
  padding: 14px 17px;
  color:#fff;
}

/* ------------ Video Popup ----------------- */

/* The Modal (background) */
#about-us .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#about-us .modal-contents {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  transition: 2s;
}

/* The Close Button */
#about-us .close-one {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#about-us .close-one:hover,
#about-us .close-one:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* ------------- Our Courses -------------- */


#our-courses .our-courses-head h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
}
#our-courses .our-courses-head h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-courses .our-courses-content
{
  margin-top: 30px;
}
#our-courses .our-courses-content h4 a
{
  font-size: 26px;
  letter-spacing: 1px;
  color: #000;
  font-family: "Staatliches";
}
#our-courses .our-courses-content h4 a
{
  font-weight: normal;
  padding-left: 30px;
}
#our-courses .our-courses-content .our-courses-box
{
  position: absolute;
  bottom: 19px;
  width: 100%;
}
#our-courses .our-courses-content i
{
  float: right;
  width: 40px;
  height: 40px;
  border:2px solid #fff;
  padding: 9px 15px;
  border-radius: 50%;
  color:#fff;
  margin-right: 30px;
  margin-top: -6px;
}
#our-courses .all-courses
{
  text-align: center;
  padding-top: 40px;
}
#our-courses .all-courses a
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  background-color: #a72dd9;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-block;
}
#our-courses .our-courses-content .blog_text
{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
}
#our-courses .our-courses-content .course-icon
{
  width: auto;
  padding-left: 30px;
  padding-bottom: 15px;
}

/* ------------- Our Courses Overlay ------------ */

#our-courses .vw_box{
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: relative;
}
#our-courses .vw_box img{
  width: 100%;
  height: auto;
}
#our-courses .vw_box .box-content{
  padding: 12% 10px 12% 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
#our-courses .vw_box:hover .box-content{
  opacity: 1;
  transition-delay: 0.2s;
}
#our-courses .vw_box:before,
#our-courses .vw_box:after,
#our-courses .vw_box .box-content:before,
#our-courses .vw_box .box-content:after{
  content: "";
  width: 50%;
  height: 50%;
  background: #a72dd9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.05);
  transition: all 0.3s ease 0s;
}
#our-courses .vw_box:after{
  left: auto;
  right: 0;
  transition-delay: 0.1s;
}
#our-courses .vw_box .box-content:before,
#our-courses .vw_box .box-content:after{
  top: auto;
  bottom: 0;
  z-index: -1;
  transition-delay: 0.2s;
}
#our-courses .vw_box .box-content:after{
    left: auto;
    right: 0;
    transition-delay: 0.3s;
}
#our-courses .vw_box:hover:before,
#our-courses .vw_box:hover:after,
#our-courses .vw_box:hover .box-content:before,
#our-courses .vw_box:hover .box-content:after{
  opacity: 0.8;
  transform: scale(1);
}
#our-courses .vw_box .title{
  font-size: 30px;
  color: #f5bc24;
  margin: 0 0 10px 0;
}
 
#our-courses .vw_box .post{
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}
#our-courses .vw_box:hover .our-courses-box
{
  display: none;
}
#our-courses .box-content h5
{
  padding-left: 0 !important;
}
#our-courses .box-content i
{
  padding: 6px 13px !important;
}

/* ------------- Our Records ----------- */

#our-records .our-records-head
{
  padding-bottom: 30px;
}
#our-records .our-records-head h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
}
#our-records .our-records-head h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-records .owl-carousel .owl-item img
{
  margin: 0;
}
#our-records .records-icon
{
  padding: 15px 0;
  border-bottom: 1px solid #535a6a;
}
#our-records .record-title
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#our-records .record-title p
{
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
  margin-bottom: 0;
}
#our-records h2
{
  font-size: 70px;
  letter-spacing: 2px;
  color: #c876e9;
  font-family: "Staatliches";
  font-weight: normal;
  padding-top: 5px;
}
#our-records .owl-dots
{
  text-align: center;
  padding-top: 30px;
}
#our-records .owl-dots button
{
  width: 15px;
  height: 15px;
  border:2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 15px;
}
#our-records .owl-dots .active
{
  background-color: #a72dd9;
  border:2px solid #a72dd9;
}


/* ------------- Our Gallery ------------- */

#our-gallery .gallery-heading 
{
  padding-left: 0;
  padding-bottom: 30px;
}
#our-gallery .gallery-heading h3
{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #30374c;
  font-family: "Staatliches";
}
#our-gallery .gallery-heading h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-gallery .icon_overlay
{
  margin: 0px 30px 30px 0;
}
#our-gallery .icon_overlay i
{
  border: 2px solid #fff;
  padding: 10px 10px;
  border-radius: 5px;
}
#our-gallery .vw_gallery_front img
{
  padding: 10px;
}

/* ------------ Join Now ------------- */

#join-now .join-now-content
{
    text-align: center;
    max-width: 64%;
    margin: 0 auto
}
#join-now .join-now-content h3
{
  font-size: 35px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
}
#join-now .join-now-content p
{
  font-size: 14px;
  line-height: 28px;
  color: #a5a8af;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 0;
  padding: 20px 0;
}
#join-now .join-now-content a
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  display: inline-block;
  background-color: #a72dd9;
  padding: 12px 22px;
  border-radius: 40px;
}

/* --------------- Our Trainers ---------- */

#our-trainers .our-trainers-heading h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
}
#our-trainers .our-trainers-heading h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-trainers .our-trainers-content
{
  padding-top: 30px;
}
#our-trainers .our-trainers-content h4 a
{
  font-size: 25px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
  font-weight: normal;
}
#our-trainers .our-trainers-content .trainer-desig
{
  font-size: 15px;
  color: #676a73;
  font-family: "Montserrat";
  font-weight: 600;
}
#our-trainers .our-trainers-content .trainers-meta
{
  font-size: 15px;
  letter-spacing: 0px;
  color: #676a73;
  font-family: "Montserrat";
  font-weight: 500;
}
#our-trainers .our-trainers-content .trainers-meta i
{
  color: #a72dd9;
}
#our-trainers .our-trainers-content .phone
{
  padding-right: 10px;
}
#our-trainers .our-trainers-content .email
{
  padding-left: 10px;
}
#our-trainers .our-trainers-content .social-profiles
{
  padding-top: 15px;
}
#our-trainers .our-trainers-content .social-profiles i
{
  color:#7f828c;
  padding-right: 15px;
}
#our-trainers .our-trainers-content .trainers-image
{
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-trainers .our-trainers-content .trainers-image img
{
  border-radius: 50%;
}

/* ------------- Our Features --------------- */

#our-features 
{
  text-align: center;
}
#our-features h5 a
{
  font-size: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
  padding: 20px 0 10px 0;
  display: inline-block;
}
#our-features p
{
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
}
#our-features .feature-icon 
{
  border-radius: 50%;
  border:4px solid #cb6af2;
  width: 120px;
  height: 120px;
  padding: 35px 10px;
  margin: 0 auto;
}
.our-features-content:hover .feature-icon 
{
  background-color: #a72dd9;
}
.our-features-content:hover img {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ------------ Our Packages ------------- */

#our-packages .our-packages-head
{
  padding-bottom: 30px;
}
#our-packages .our-packages-head h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
}
#our-packages .our-packages-head h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-packages .owl-carousel .owl-item img
{
  margin: 0;
}
#our-packages .package-price 
{
  background-color: #30374c;
  padding: 25px;
}
#our-packages .package-content h5
{
  font-size: 34px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #454b5e;
  padding-bottom: 10px;
}
#our-packages .package-content .package-price span
{
  font-size: 54px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
}
#our-packages .package-content sub
{
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";

}
#our-packages .package-content .fa-angle-right
{
  border:1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color:#fff;
  font-size: 23px;
  padding: 9px 14px;
  position: absolute;
  right: 27px;
  bottom: 38px;
  z-index: 99;
}

#our-packages .owl-dots
{
  text-align: center;
  padding-top: 35px;
}
#our-packages .owl-dots button
{
  width: 15px;
  height: 15px;
  border:2px solid #373b4c;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 15px;
}
#our-packages .owl-dots .active
{
  background-color: #373b4c;
}
#our-packages .package-features
{
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color:#fff;
  display: none;
  height: 100%;
  z-index: 9;
  border:1px solid lightgray;
}
#our-packages .package-features ul
{
  list-style-type: none;
  margin-left: 0;
}
#our-packages .package-features ul li
{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #7f828c;
  font-family: "Montserrat";
  font-weight: 600;
}
#our-packages .package-features ul li i
{
  padding-right: 10px;
}
#our-packages .package-content:hover .fa-angle-right
{
  color:#111;
  border:2px solid #111;
}


/* -------------- testimonial --------------- */

#testimonials
{
  padding: 0;
}
#testimonials .testimonials-box h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
}
#testimonials .testimonials-box h3:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#testimonials .testimonial_text
{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 30px;
}
#testimonials .owl-carousel .owl-item img
{
  margin: 0;
  border-radius: 50%;
}
#testimonials .testimonials-content h5 a
{
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Staatliches";
  font-weight: normal;
}
#testimonials .testimonials-content p
{
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
}
#testimonials .owl-dots
{
  position: absolute;
  right: 0;
  bottom: 23px;
}
#testimonials .owl-dots button
{
  width: 15px;
  height: 15px;
  border:2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 15px;
}
#testimonials .owl-dots .active
{
  background-color: #a72dd9;
  border:2px solid #a72dd9;
}
#testimonials .our-partners
{
  background-color: #a72dd9;
  text-align: center;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
#testimonials .our-partners img
{
  margin-bottom: 30px;
}
#testimonials .testimonials-box
{ 
  padding: 40px 20px;
}

/* ---------------- Our Blogs --------------- */

#our-blogs .blog-head
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
  margin-bottom: 30px;
}
#our-blogs .blog-head:after
{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #a72dd9;
  display: block;
  margin-top: 20px;
}
#our-blogs .our-blogs-content h5
{
  padding-bottom: 5px;
}
#our-blogs .our-blogs-content h5 a
{
  font-size: 25px;
  letter-spacing: 1px;
  color: #30374c;
  font-family: "Staatliches";
  font-weight: normal;
}
#our-blogs .blog-meta span
{
  font-size: 14px;
  letter-spacing: 0px;
  color: #676a73;
  font-family: "Montserrat";
  font-weight: 500;
}
#our-blogs .blog-meta a
{
  font-size: 14px;
  letter-spacing: 0px;
  color: #676a73;
  font-family: "Montserrat";
  font-weight: 500;
}
#our-blogs .blog-meta .blog-date
{
  padding-right: 10px;
}
#our-blogs .blog-meta .entry-comments
{
  padding-right: 10px;
}
#our-blogs .our-blogs-content .blog_text
{
  font-size: 14px;
  line-height: 29px;
  color: #62646b;
  font-family: "Montserrat";
  font-weight: 500;
  padding-top: 15px;
}
#our-blogs .our-blogs-content .blog-button
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  padding: 10px 20px;
  border-radius: 40px;
  background-color:#a72dd9;
  display: inline-block;
  margin-top: 20px;
}
#our-blogs .owl-dots
{
  text-align: center;
  padding-top: 35px;
}
#our-blogs .owl-dots button
{
  width: 15px;
  height: 15px;
  border:2px solid #373b4c;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 15px;

}
#our-blogs .owl-dots .active
{
  background-color: #373b4c;
}
.owl-dots button
{
  outline: none;
}
#our-blogs .newsletter 
{
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
#our-blogs .newsletter h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Staatliches";
  margin-bottom: 30px;
  text-align: center;
}
#our-blogs .newsletter input[type="text"]
{
  border-top: none;
  border-left:none;
  border-right: none;
  border-bottom: 1px solid #575966;
}
#our-blogs .newsletter input[type="email"]
{
  border-top: none;
  border-left:none;
  border-right: none;
  border-bottom: 1px solid #575966;
}
#our-blogs .newsletter input[type="submit"]
{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Staatliches";
  padding: 10px 20px;
  border-radius: 40px;
  background-color:#a72dd9;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}