@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:wght@300;400;700&family=Poppins:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");
/*
	font-family: 'Great Vibes', cursive;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Roboto', sans-serif;
*/
body {
  font-family: "Poppins", sans-serif;
}
.img-fullwidth {
  width: 100%;
}
.text-red {
  color: #c00 !important;
  font-size: 12px;
}
.fa{
    color:#000 !important;
  
    padding: 5px;
}
.error {
  color: #c00 !important;
  font-size: 12px;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: #ffffffc9 !important;
}
.header .navbar-collapse {
  padding: 0;
}

/* Topbar */
.header .topbar {
  border-bottom: #66678d 1px solid;
  padding: 0px;
}
.header .content {
  float: left;
}
.header .content li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  line-height: 40px;
  padding-left: 10px;
  border-left: #66678d 1px solid;
}
.header .content li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}
.header .content li i {
  margin-right: 5px;
}
.header .content li a {
  color: #000;
}
.header .social {
  float: right;
}
.header .social li {
  display: inline-block;
  margin: 0;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  border-right: #66678d 1px solid;
}
.header .social li:last-child {
  margin-right: 0px;
}
.header .social li a {
  color: #fff;
}
/* Logo */
.header .logo {
  float: left;
  margin: 2px 0;
}
.header .header-inner {
  background: none;
}
.header .header-menu {
  z-index: 3333;
  margin: 25px 0;
}
.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
}
.navbar-nav {
  display: block;
}
.header .nav li {
  float: left;
  position: relative;
  margin-right: 2px;
}
.header .nav li:last-child {
  margin-right: 0px;
}
.header .nav li a {
  color: #000;
  font-size: 14px;
  padding: 15px 12px;
  display: block;
  position: relative;
  font-weight: 100;
  text-shadow: none;
  text-transform: uppercase;
}
.header .nav li:hover a,
.header .nav li.active a {
  color: #f06723;
}
.header .nav li a i {
  margin-left: 5px;
}
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.header .nav li:hover .dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.header .nav li .dropdown li {
  float: none;
  margin: 0;
  border: none;
}
.header .nav li .dropdown li a {
  padding: 10px 15px;
  color: #252525;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
}
.header .nav li .dropdown li i {
  float: right;
}
.header .nav li .dropdown li:hover a {
  color: #252525;
}
.header .nav li .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .nav li .dropdown li .dropdown.submenu li a {
  color: #777;
  background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a {
  color: #252525;
}

.header .button {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Great Vibes", cursive;
}
.header .button .btn {
  color: #f06723;
  border-radius: 50px;
  padding: 14px 30px;
  box-shadow: none;
  background: #fff;
  font-size: 18px;
  text-transform: inherit;
  border: 2px solid transparent;
}
.header .button .btn:hover {
  color: #f06723;
  background: transparent;
  border-color: #e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  background: #fff;
  z-index: 999;
  transition: all 0.4s ease;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/*===============================
	End Header CSS
=================================*/

/*===============================
	Slider CSS
=================================*/
.home-slider {
  height: 655px;
  position: relative;
}
.home-slider .overlay {
  position: relative;
}
.home-slider .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 655px;
  border: none;
}
.home-slider .single-slider:before {
  opacity: 0.1;
}
.home-slider .single-slider .slider-text {
  margin: 260px 0 0;
  padding: 20px;
}
.home-slider .single-slider h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-family: "Great Vibes", cursive;
  margin-bottom: 15px;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.home-slider .single-slider p {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #ccc;
}
.home-slider .single-slider .button {
  margin-top: 10px;
}
.home-slider .single-slider .btn {
  margin-right: 15px;
  color: #000;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover {
  background: #d12326;
  color: #000;
}
.home-slider .single-slider .btn.primary {
  color: #000;
}
.home-slider .single-slider .btn.primary:before {
  background: #fff;
}
.home-slider .single-slider .btn.primary:hover {
  color: #252525;
  background: transparent;
}
.home-slider .single-slider .btn:last-child {
  margin-right: 0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
  height: 55px;
  width: 55px;
  line-height: 55px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover {
  background: #000;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover {
  left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover {
  right: 25px;
}
/*===============================
	End Slider CSS
=================================*/

.about-yash {
  background: #f6efef url(../images/leaves.jpg);
  padding: 60px 0 90px;
}

.about-yash h2 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 25px;
  position: relative;
  color: #252525;
  background: url(../images/border.png) left bottom no-repeat;
}
.about-yash h2 span {
  color: #252525;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
}
.about-yash p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
}
.about-yash .button {
  margin-top: 30px;
}
.about-yash .btn {
  color: #fff;
  background: #e35d5e;
  border-radius: 50px;
}
.about-yash .btn:before {
  background: #252525;
}
.img-exp {
  margin: 15px 0;
}
.about-img {
  position: relative;
  height:100%;
}
.about-img .img {
  padding: 0 30px 30px 15px;
  position: relative;
  height: 100%;
}
.about-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 45px;
  bottom: 0;
  background-color: #ffbfbf;
  height: 100%;
}
.about-img .img:after {
  content: "";
  width: 50%;
  position: absolute;
  top: -6%;
  bottom: 60%;
  left: -3%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.about-img .img img {
  position: relative;
  z-index: 2;
  background: transparent;
  height: 100%;
}
.about-img img:hover {
  transform: scale(0.95);
}
/*=============================
	End About US CSS
===============================*/

.offer-services {
  margin: 0;
  padding: 60px 0;
  background: #fff;
  position: relative;
}
.offer-services h2 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 25px;
  position: relative;
  color: #252525;
  text-align: center;
  line-height: 44px;
  background: url(../images/border.png) center bottom no-repeat;
}
.offer-services h2 span {
  color: #a9261f;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
}
.offer-services .row {
  margin-left: -5px;
  margin-right: -5px;
}
.offer-services .col-md-8,
.offer-services .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

/*=============================
	the-exp CSS
===============================*/
.whychoose {
  background: #fff;
  padding: 0 0;
  position: relative;
  overflow: hidden;
}
.ttm-horizontal_sep {
  display: block;
  position: relative;
}
/* event */
.featured-imagebox.featured-imagebox-event {
  padding-top: 6px;
}
.featured-imagebox.featured-imagebox-event
  .featured-content
  .featured-title
  h5 {
  font-size: 28px;
  line-height: 33px;
  color: #252525;
  font-family: "Great Vibes", cursive;
  margin-bottom: 5px;
}
.featured-imagebox.featured-imagebox-event
  .featured-content
  .featured-title
  h5
  a {
  color: #252525;
}
.featured-imagebox.featured-imagebox-event .featured-thumbnail img {
  padding-top: 15px;
}
.featured-imagebox.featured-imagebox-event:hover .featured-thumbnail img {
  transform: scale(1.07) rotate(0.5deg);
}
.featured-imagebox.featured-imagebox-event .event-number {
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  margin-bottom: 14px;
  display: block;
  color: #000;
}
.featured-imagebox.featured-imagebox-event .event-number:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 80px;
  top: 100%;
}
/* event 1 */
.featured-imagebox.featured-imagebox-event.style1 {
  margin-right: -190px;
  padding-top: 245px;
  position: relative;
  z-index: 1;
}

/* event 2 */
.featured-imagebox.featured-imagebox-event.style2 {
  margin-left: -110px;
  padding-top: 245px;
}

.featured-imagebox.featured-imagebox-event.style3 {
  margin-left: -110px;
  padding-top: 245px;
}
.ttm-bgcolor-grey {
  background-color: #ffbfbf;
  margin-top: -5px !important;
  padding-top: 45px;
  padding-bottom: 45px;
}
.ttm-bgcolor-grey .section-title {
  position: relative;
}
.ttm-bgcolor-grey .section-title .title-header {
  padding-bottom: 10px;
}
.ttm-bgcolor-grey .section-title h5 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.section-title h2.title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 41px;
  line-height: 52px;
  margin-bottom: 1px;
  color: #a9261f;
  font-family: "Great Vibes", cursive;
}
.ttm-bgcolor-grey .button {
  margin: 30px 0;
  text-align: center;
}
.ttm-bgcolor-grey .btn {
  color: #252525;
  border: #252525 1px solid;
  background: transparent;
}
.ttm-bgcolor-grey .btn:before {
  background: transparent;
}

.enroll {
  position: relative;
  background: #fff;
  padding: 40px 0 40px;
}
.enroll .enroll-form {
  margin-top: 30px;
  text-align: left;
  padding: 0px;
}
.enroll .form-title {
  padding: 0;
}
.enroll .form-title h2 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 25px;
  position: relative;
  color: #252525;
  line-height: 44px;
  background: url(../images/border.png) left bottom no-repeat;
}
.enroll .form-title span {
  color: #a9261f;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
}
.enroll .form {
  padding: 0;
}
.enroll .form-group {
  margin-bottom: 25px;
}
.enroll .form-group input {
  width: 100%;
  height: 48px;
  color: #544949;
  box-shadow: none;
  text-shadow: none;
  border: none;
  background: #dddbdc;
  font-weight: 500;
  border-radius: 0px;
  padding: 0 15px;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover {
  padding-left: 20px;
}
.enroll .form-group textarea {
  height: 120px;
  color: #544949;
  box-shadow: none;
  text-shadow: none;
  border: none;
  resize: none;
  background: #dddbdc;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 10px;
  border-radius: 0px;
}
.enroll .form-group .btn {
  width: 100%;
  background: #252525;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  padding: 14px 0;
  border-radius: 3px;
  border: none;
}
.enroll .form-group .btn:before {
  display: none;
}
.enroll .enroll-right h2 {
  color: #2f2f2f;
  margin: 20px 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.enroll .enroll-right h2:before,
.enroll .enroll-right h2:after {
  display: none;
}
.enroll .enroll-right p {
  color: #2f2f2f;
  padding: 0;
  font-size: 26px;
}
.enroll .enroll-right p span {
  color: #00811b;
}
.enroll .enroll-right {
  margin-top: 30px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}

.testimonial {
  margin: 0;
  padding: 60px 0;
  position: relative;
  background: url(../images/leaf01.png) left center no-repeat,
    url(../images/leaf02.png) right center no-repeat;
  font-family: "Poppins", sans-serif;
}
.testimonial h2 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 25px;
  position: relative;
  color: #252525;
  text-align: center;
  line-height: 44px;
  background: url(../images/border.png) center bottom no-repeat;
}
.testimonial h2 span {
  color: #a9261f;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
}
.testimonial .single-testimonial {
  text-align: center;
  margin: 15px 0;
  position: relative;
  box-shadow: inherit;
  background-color: #fff;
}
.testimonial .single-testimonial img {
  border: 6px double #a92783;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonial .single-testimonial p {
  font-size: 14px;
  position: relative;
  z-index: 4;
  color: #4b4b4b;
}
.testimonial .main-content {
  position: relative;
  z-index: 4;
  margin: 35px 0;
}
.testimonial .main-content:before,
.testimonial .main-content:after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 32px;
  z-index: -4;
}
.testimonial .main-content::before {
  left: 0;
  top: -33px;
  content: "\f10d";
  color: #252525;
}
.testimonial .main-content::after {
  right: 0;
  bottom: -33px;
  content: "\f10e";
  color: #252525;
}
.testimonial .single-testimonial h4 {
  font-size: 30px;
  position: relative;
  margin: 15px 0;
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #252525;
}

/*=============================
	Testimonials CSS
===============================*/
.testimonial_rev {
  padding: 5px 0;
}
.testimonial_rev h6 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #fff;
  background: url(../images/border.jpg) left bottom no-repeat;
}
.testimonial_rev h2 {
  margin: 15px 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  font-family: "Forum", cursive;
  color: #f3e6ef;
}
.testimonial_rev h2 span {
  color: #f3e6ef;
}
.testimonial_rev .single-testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: inherit;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin: 30px 0;
}
.testimonial_rev .single-testimonial img {
  height: 80px;
  width: 80px;
  margin: 10px auto;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonial_rev .single-testimonial:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.testimonial_rev .single-testimonial p {
  font-size: 14px;
  position: relative;
  z-index: 4;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.testimonial_rev .main-content {
  position: relative;
  z-index: 4;
  margin: 35px 0;
}
.testimonial_rev .main-content:before,
.testimonial_rev .main-content:after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 32px;
  z-index: -4;
}
.testimonial_rev .main-content::before {
  left: 0;
  top: -33px;
  content: "\f10d";
}
.testimonial_rev .main-content::after {
  right: 0;
  bottom: -33px;
  content: "\f10e";
}
.testimonial_rev .single-testimonial h4 {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  margin: 15px 0;
  color: #8d2929;
  text-align: center;
  text-transform: uppercase;
}
.testimonial_rev .single-testimonial h4 small {
  color: #666;
}
/*=============================
	Events CSS
===============================*/
.events {
  margin: 0;
  padding: 40px 0;
  position: relative;
  background: #f6efef url(../images/gallery-bg.jpg);
}
.events h2 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 25px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: url(../images/border.png) center bottom no-repeat;
}
.events h2 span {
  color: #a9261f;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Great Vibes", cursive;
}
.events .row {
  margin-left: -5px;
  margin-right: -5px;
}
.events .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.events .single-event {
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events .single-event:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head {
  position: relative;
}
.events .single-event .head img {
}
.events .single-event .head .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: #fff;
  transition: ;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 35;
}
.events .single-event:hover .head .btn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.events .single-event .head .btn:hover {
  background: #fff;
  color: #252525;
}
.events .single-event .head.overlay:before {
  opacity: 0;
  visibility: hidden;
  z-index: 34;
}
.events .single-event:hover .head.overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.events .event-content {
  margin-top: 10px;
  padding: 20px;
}
.events .event-content .meta {
}
.events .event-content .meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  font-weight: 500;
  display: inline-block;
}
.events .event-content .meta span:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.events .event-content .meta span i {
  margin-right: 5px;
}
.events .event-content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.events .event-content h4 a {
  color: #252525;
  font-weight: 700;
}
.events .event-content p {
}
.events .event-content .btn {
  margin-top: 20px;
  border: 2px solid;
  padding: 11px 32px;
}
.events .event-content .btn:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
/* Event Nav */
.events .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.events:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.events .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.events .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.events .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.events .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
/* Events Archive */
.events.archives .single-event {
  margin-top: 30px;
}
/* Pagination */
.events.archives .pagination-main {
  text-align: center;
}
.events.archives .pagination {
  display: block;
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.events.archives .pagination li {
  float: left;
  margin-right: 5px;
}
.events.archives .pagination li a {
  padding: 12px 25px;
  border: none;
  display: block;
  background: #f6f6f6;
  color: #fff;
  color: #252525;
}
.events.archives .pagination li:hover a,
.events.archives .pagination li.active a {
  color: #fff;
}
/* Event Single */
.events.single {
  padding: 60px 0 90px;
}
.events.single .single-event {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}
.events.single .event-content h2 {
  font-size: 30px;
  margin: 5px 0 20px;
}
.events.single .event-content h2 a {
  color: #252525;
}
.events.single .event-content p {
  margin-bottom: 30px;
}
.events.single .event-content img {
  margin-bottom: 30px;
}
/* Events Meta */
.events.single .book-now {
  overflow: hidden;
}
.events.single .book-now .button {
  float: left;
}
.events.single .book-now .button .btn {
  margin-top: 0px;
}
.events.single .social {
  float: right;
}
.events.single .social li {
  display: inline-block;
  margin-right: 5px;
}
.events.single .social li:last-child {
  margin: 0;
}
.events.single .social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #252525;
  border-radius: 100%;
}
.events.single .social li:hover a {
  color: #fff;
  border-color: transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div {
  background: #fff;
  color: #252525;
}
.events.single .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
/*=============================
	End Events CSS
===============================*/

/*=============================
	Footer CSS
===============================*/
.footer {
  padding: 0;
  background: url(../images/footer-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer a,
.footer p {
  color: #eee;
}
.footer .about p {
  font-size: 14px;
  color: #323232;
  text-align: justify;
}
.footer .footer-top {
  padding: 40px 0 60px;
}
.footer .footer-bottom {
  background: #fff;
  font-family: "Great Vibes", cursive;
}
.footer .single-widget {
  margin-top: 30px;
}
.footer .single-widget h2 {
  font-size: 23px;
  margin-bottom: 20px;
  color: #a9261f;
  position: relative;
  font-family: "Great Vibes", cursive;
}
.footer .about p {
  margin-top: 20px;
}

.footer .list li {
  line-height: 30px;
  color: #323232;
}
.footer .list li a {
  color: #323232;
  cursor: pointer;
}
.footer .list li i {
  margin-right: 10px;
  color: #323232;
}
.footer .useful-links p {
  color: #323232;
  font-size: 15px;
}
.footer .useful-links ul li {
  position: relative;
  line-height: 30px;
  text-transform: uppercase;
}
.footer .useful-links ul li a {
  color: #323232;
}
.footer .useful-links ul li i {
  margin-right: 10px;
  color: #323232;
}
.footer .bottom-head {
  padding: 10px 0;
}
.footer .social {
  margin-top: 20px;
}
.footer .social li {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #848484;
  border-radius: 50%;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #a0258f;
  text-transform: capitalize;
}
.footer .copyright a {
  color: #a0258f;
}
.footer .copyright a:hover {
  color: #a0258f;
}

.bread {
  background: #f3f3f3;
  color: #000;
  margin: 0;
  padding: 10px 0;
}
.bread ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.bread ul li {
  color: #000;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.bread ul li a {
  color: #000;
}
.bread ul li a:hover {
  color: #000;
}

.inner {
  margin: 0;
  padding: 30px 0 40px;
}
.inner h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #fda12b;
  font-weight: 300;
}
.inner p {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 26px;
  text-align: justify;
}

.intitle {
  margin: 0;
  padding: 0;
}
.intitle h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #c8944a;
  font-weight: 400;
}
.intitle p {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 26px;
  text-align: justify;
  font-weight: 300;
}

.inner ul li {
  margin: 0 0 0 15px;
  list-style: disc;
  padding: 0;
  line-height: 26px;
  color: #666;
}

.contact-section {
  padding: 60px 0;
  position: relative;
  margin: 0;
}
.contact-section h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-family: "Baskervville", serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-info .icon {
  position: relative;
  top: 3px;
  text-align: center;
  width: 30px;
}
.contact-info .icon span {
  font-size: 36px;
  color: #748173;
}
.contact-info .icon.color-1 span {
  font-size: 40px;
  color: #748173;
}
.contact-info .text {
  margin-left: 20px;
}
.contact-info .text p {
  font-size: 16px;
  margin: 0;
}
.contact-info .text a {
  font-size: 20px;
  color: #000;
  font-family: "Playfair Display", serif;
}
.contact-info .text a.color-1 {
  color: #fff;
}

.contact-section .contact-form-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-form-area .form-group input[type="text"],
.contact-section .contact-form-area .form-group input[type="email"],
.contact-section .contact-form-area .form-group textarea {
  width: 100%;
  height: 62px;
  background: #fff;
  border: 1px solid #222222;
  padding: 15px 20px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group textarea {
  height: 230px;
  resize: none;
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
  border: 1px solid #222222;
}

.contact-section .contact-form-area .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222222;
  border: 2px solid #222222;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding: 13px 45px 12px 45px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group button:hover {
  background: #749163;
  border: 2px solid #749163;
  color: #000;
}

.contact-section .contact-form-area .form-group .contact-btn {
  position: relative;
  float: right;
  padding-top: 4px;
}

.sec-title {
  position: relative;
  margin-bottom: 20px;
}

.sec-title h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #4c002b;
  font-family: "Rubik", sans-serif;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #885b7a;
}

.sec-title h2:after {
  position: absolute;
  content: "";
  left: 24px;
  bottom: 0px;
  width: 10px;
  height: 2px;
  background-color: #885b7a;
}

.page-contact {
  padding: 40px 0 50px 0;
}
.main-contact-box {
  margin-bottom: 70px;
}
.main-contact-box {
  margin-bottom: 70px;
}
.contact-form-img {
  margin-right: -160px;
}
.contact-form-box {
  padding: 40px 40px 30px 40px !important;
  margin-top: 70px;
  background-color: #f6f6f6;
}
.contact-form {
  margin: 0;
  padding: 0;
}

.contact-form h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-bottom: 30px !important;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-control {
  border-radius: 0;
  background: #fdfdfd;
  border: 1px solid #e4e4e4;
  min-height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #999999;
}

.contact-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.contact-form .btn-primary {
  border-radius: 0;
  background: #885b7a;
  color: #fff;
  border-color: #885b7a;
  font-size: 15px;
  padding: 10px 23px;
  border: none;
}
.contact-txt {
  margin: 0;
}
.contact-txt h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #09162a;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 600;
}
.contact-txt h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px !important;
}
.contact-txt p {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1.5;
}
.contact-txt p span {
  color: #885b7a;
}

.widgest-list-contact ul.list-none {
  padding: 0;
  list-style: none;
}
.widgest-list-contact li {
  margin-bottom: 15px;
  display: flex;
}
.widgest-list-contact li span {
  padding-right: 12px;
  display: flex;
}
.widgest-list-contact li i {
  font-size: 16px;
  font-weight: 700;
  color: #885b7a;
  margin-top: 5px;
}
.tgt-contact-social {
  margin-top: 25px;
}
.tgt-contact-social ul.list-none {
  padding: 0;
  list-style: none;
}
.tgt-contact-social ul li {
  display: inline-block;
}
.tgt-contact-social ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #9da1a9;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.tgt-contact-social ul li a:hover,
.tgt-contact-social ul li a:focus {
  color: #fff;
  background: #885b7a;
}
.sleft {
  margin: 10px 0;
}
.sleft h3 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 38px;
}
.sleft p {
  text-align: justify;
}
.sright {
  margin: 10px 0;
}
.distanceto {
  margin: 0 0 15px 0;
  position: relative;
  padding: 28px;
  border: 1px solid #efefef;
  background-color: #f6f6f6;
}

.distanceto ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.distanceto ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.distanceto ul li a {
  display: block;
  padding: 14px 30px 14px 24px;
  position: relative;
  background-color: #fff;
  color: #09162a;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
.distanceto li a:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #885b7a;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  right: 25px;
  font-weight: 900;
  font-size: 13px;
}
.distanceto ul li.active a:before,
.distanceto li a:hover:before {
  color: #fff;
}
.distanceto ul li a:hover,
.distanceto ul li.active a,
.distanceto ul li.active a:hover {
  background: #885b7a;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.need-assistance {
  margin: 15px 0;
  position: relative;
}
.need-assistance h3 {
  background: #885b7a none repeat scroll 0 0;
  color: #fff;
  padding: 22px 0;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
  font-size: 20px;
}
.need-assistance h3:after {
  background: #885b7a none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "\f095";
  font-family: FontAwesome;
  left: 45%;
  padding: 10px 17px;
  position: absolute;
  top: 63%;
}
.need-assistance h3 {
  margin-top: 10px;
  text-align: center;
}
.need-assistance-body {
  background: #e6e6e6;
  padding: 35px 20px 20px;
  box-shadow: 0 0 5px #e6e6e6;
  text-align: center;
}
.need-assistance-body p {
  margin: 10px 0;
}
.need-assistance-body h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.need-assistance-body h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
}

.Booknow {
  margin: 10px 0 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.Booknow h2 {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.Booknow p {
  color: #000;
  margin: 0 0 15px;
}
.Booknow .form-group {
  margin-bottom: 15px !important;
}
.Booknow .form-group:last-child {
  margin-bottom: 0px;
}
.Booknow .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.Booknow .form-group input {
  width: 100%;
  height: 45px;
  color: #999999;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  border-radius: 0px;
  padding: 0 0 0 5px;
}
.Booknow .form-group input:hover,
.Booknow .form-group textarea:hover {
  padding-left: 15px;
}
.Booknow .form-group textarea {
  height: 120px;
  color: #999999;
  box-shadow: none;
  text-shadow: none;
  border: none;
  resize: none;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0;
  border-radius: 0px;
}
.Booknow .form-group .btn {
  width: 100%;
  background: #885b7a;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  padding: 10px 0;
  border-radius: 3px;
  border: none;
}
.Booknow .form-group .btn:before {
  display: none;
}

.blog {
  background: #f9f9f8;
  padding: 40px 0 40px 0;
}
.blog h2 {
  margin: 10px 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #061b49;
}
.blog h2 span {
  color: #fe5a0e;
  font-size: 14px;
  text-transform: uppercase;
}
.blog .single-blog {
  position: relative;
  margin: 30px 0 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  margin: 15px 0;
}
.blog .blog-head {
  overflow: hidden;
}
.blog .blog-head:before {
  z-index: 35;
  opacity: 0;
  visibility: hidden;
}
.blog .single-blog:hover .blog-head:before {
  opacity: 0.5;
  visibility: visible;
}
.blog .single-blog img {
  width: 100%;
}
.blog .single-blog:hover img {
  transform: scale(1.2) rotate(5deg);
}
.blog .blog-main {
  margin-top: 50px;
  background: #f6f6f6;
  position: relative;
}
.blog .blog-content {
  padding: 20px;
}
.blog .blog-content .blog-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.blog .blog-content .blog-title a {
  color: #252525;
}
.blog .blog-content .btn {
  color: #885b7a;
  margin-top: 15px;
  padding: 5px 0px;
}
.blog .blog-content .btn:before {
  background: #fff;
}
.blog .blog-content .btn i {
  margin-left: 5px;
}
.blog .blog-info {
  margin-bottom: 5px;
}
.blog .blog-info a {
  color: #3c3c3c;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
}
.blog .blog-info a:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}
.blog .blog-info a i {
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
}

.searchwidget {
  margin-bottom: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.searchwidget input {
  padding-right: 3.5em;
  border-radius: 0;
  background-color: #fff;
  border-color: #eaeaea;
  color: #5c5c5c;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  height: 3.06em;
  padding-left: calc(1em - 1px);
  width: 100%;
}
.searchwidget .button {
  top: 0;
  right: 0;
  position: absolute;
  background-color: transparent;
  color: #b0b0b0;
  font-size: 17px;
  border: none;
  height: 100%;
  width: 15%;
  padding: 0;
}

.searchwidget:hover .button {
  color: #f37434;
}

.widgetlink {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
.widgetlink h3 {
  text-transform: capitalize;
  color: #101010;
  letter-spacing: 0;
  font-size: 19px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.widgetlink ul {
  list-style: none;
}
.widgetlink ul li {
  padding: 6px 0;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px dotted #d2d2d2;
  letter-spacing: 1px;
}
.widgetlink ul li a {
  color: #555;
}
.widgetlink ul li:first-child {
  padding-top: 0;
}

.widgetlink ul li:last-child {
  padding-bottom: 0;
}

.widgetlink ul li span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f37434;
}

.latest-news {
  margin-bottom: 30px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}
.latest-news h3 {
  text-transform: capitalize;
  color: #c83c45;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.latest-news .single-news {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.latest-news .single-news:last-child {
  margin: 0;
}
.latest-news .single-news img {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0px;
}
.latest-news .single-news h4 {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: bold;
}
.latest-news .single-news h4 a {
  color: #3a3a3a;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.latest-news .single-news p {
  padding-right: 50px;
  font-size: 14px;
  color: #6d6d6d;
  line-height: 16px;
}

.tags {
  margin-bottom: 30px;
  position: relative;
  font-family: Poppins, sans-serif;
}
.tags h3 {
  text-transform: capitalize;
  color: #101010;
  letter-spacing: 0;
  font-size: 19px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.tags a {
  background-color: white;
  border: 1px solid #eaeaea;
  color: #a6a6a6;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 0.7em 0.7em;
  margin-right: 0.4rem;
  margin-bottom: 0.7rem;
  border-radius: 0;
  display: inline-block;
}

.tags a:hover {
  text-decoration: none;
  color: white !important;
  background-color: #f37434 !important;
  border-color: transparent;
}

.cquota {
  margin: 10px 0;
  background: #f1f1f1;
  padding: 30px;
}
.cquota .form-group .form-control {
  height: 50px;
  color: #999797 !important;
  border: #ededed 1px solid;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  padding: 10px 20px;
}
.cquota .form-group textarea.form-control {
  border: 1px solid #f2eeee;
  border-radius: 0;
  height: 150px;
  display: inherit !important;
}
.cquota .comment-form-cookies-consent {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.cquota .send-btn-one {
  display: inline-block;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 500;
  background-color: #e32222;
  border: 1px solid #e32222;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.5s;
}

.cbox {
  margin: 15px 0;
  padding: 0;
}
.cbox i {
  background-color: rgba(136, 91, 122, 0.12);
  color: #885b7a;
  font-size: 36px;
  padding: 13px;
  border-radius: 60px 60px 60px 60px;
}
.cbox h1 {
  font-size: 24px;
  margin: 15px 0;
  padding: 0;
  font-weight: normal;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.cbox p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
.customize .button {
  margin-top: 30px;
}
.customize .btn {
  color: #fff;
  background: #885b7a;
  padding: 15px 30px;
}
.customize .btn:before {
  background: #252525;
}

.category {
  padding: 50px 0;
  margin: 0;
  background: #fff;
}
.category h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.category h2 a {
  text-transform: uppercase;
  color: #885b7a;
  margin: 10px 0;
  text-decoration: underline;
}
.catBox {
  margin: 15px 0;
  padding: 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.catBox h3 {
  margin: 5px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  color: #885b7a;
  font-family: "Poppins", sans-serif;
}
.catBox p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.catBox .button {
  margin: 10px 0;
}
.catBox .btn {
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: upppercase;
  background: #885b7a;
  border: #885b7a 1px solid;
}
.catBox .btn:hover {
  background: #fff;
  color: #000;
}

.ourclients {
  background: #f5f5f5;
  padding: 35px 0;
  position: relative;
}
.ourclients h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.ourclients h2 span {
  color: #885b7a;
}
.ourclients h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.ourclients .row {
  margin-left: -5px;
  margin-right: -5px;
}
.ourclients .col-md-2,
.ourclients .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.clientBox {
  margin: 5px 0;
  border: #e2e2e2 1px solid;
}

.ourclient {
  padding: 5px 0;
}
.ourclient h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.ourclient h2 span {
  color: #885b7a;
}
.ourclient h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.ourclient .row {
  margin-left: -5px;
  margin-right: -5px;
}
.ourclient .col-md-2,
.ourclients .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.clientBox {
  margin: 5px 0;
  border: #e2e2e2 1px solid;
}

insquote {
  margin: 0;
  padding: 20px;
}
.insquote h3 {
  margin: 0;
  padding: 0 0 15px 0;
  background: url(../images/border02.jpg) center bottom no-repeat;
  text-align: center;
  color: #885b7a;
  margin-bottom: 20px;
  font-family: "Forum", cursive;
  text-transform: uppercase;
}
.insquote h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  line-height: 24px;
  margin-bo.ttom: 20px;
}
.insquote .form {
  padding: 0;
}
.insquote .form-group {
  margin-bottom: 25px;
}
.insquote .form-group input {
  width: 100%;
  height: 40px;
  color: #999999;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  border-radius: 0px;
  padding: 0 15px;
}
.insquote .form-group input:hover,
.insquote .form-group textarea:hover {
  padding-left: 20px;
}
.insquote .form-group textarea {
  height: 80px;
  color: #999999;
  box-shadow: none;
  text-shadow: none;
  border: none;
  resize: none;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 10px 10px;
  border-radius: 0px;
}
.insquote .form-group .btn {
  background: #8d2929;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  padding: 14px 25px;
  border-radius: 3px;
  border: none;
}
.insquote .form-group .btn:before {
  display: none;
}

.videobox {
  margin: 0;
  padding: 20px 0;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0 5px;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 18px;
  color: #ffd600;
  cursor: pointer;
  margin: 0;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.event {
  margin: 0;
  padding: 40px 0;
  position: relative;
}

.event .row {
  margin-left: -5px;
  margin-right: -5px;
}
.event .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.event .single-event {
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event .single-event:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.event .single-event .head {
  position: relative;
}
.event .single-event .head img {
}
.event .single-event .head .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: #fff;
  transition: ;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 35;
}
.event .single-event:hover .head .btn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.event .single-event .head .btn:hover {
  background: #fff;
  color: #252525;
}
.event .single-event .head.overlay:before {
  opacity: 0;
  visibility: hidden;
  z-index: 34;
}
.event .single-event:hover .head.overlay:before {
  opacity: 0.5;
  visibility: visible;
}

.catBox {
  margin: 15px 0;
  padding: 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.catBox h3 {
  margin: 5px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  color: #885b7a;
  font-family: "Forum", cursive;
}
.catBox p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.catBox .button {
  margin: 10px 0;
}
.catBox .btn {
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: upppercase;
  background: #e35d5e;
  border: #e35d5e 1px solid;
}
.catBox .btn:hover {
  background: #fff;
  color: #000;
}
