/*
Theme Name: Event Planning Management Pro
Theme URI:https://www.misbahwp.com/products/event-management-wordpress-theme/
Description: 
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.0
Requires PHP: 5.6
Tested up to: 5.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: event-planning-management-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #141414;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141414;
  margin: 0;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #141414;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #09574a;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */
.header-menu {
  position: unset;
}
.admin-bar .header-menu {
  top: 32px !important;
}
.page-template-frontpage-php.admin-bar .header-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9;
}
.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.login {
  background: #fff;
  color: #212121;
}
x .header {
  position: static;
}
.rectangle-2 {
  width: 170px;
  height: 45px;
  background-color: #09574a;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.rectangle-2 a {
  color: #fff !important;
  font-size: 16px;
  font-family: "Didact Gothic";
}
.rectangle-3 {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  margin-left: -10px;
}
.rectangle-3 i {
  color: #09574a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  left: -5%;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #141414;
}
.page-404 h3 {
  font-size: 38px;
  color: #141414;
}
.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}
.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}
.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.page-404 .intro-button:hover {
  background: #09574a;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}
#mySidenav {
  font-family: "Playfair Display";
  font-size: 16px;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 15px 0;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}
.logo a {
  color: #141414;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color: #141414;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 200px;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover {
  color: #09574a;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
}
#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}
#main-menu ul li a {
  color: #616161;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 10px 25px;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  font-family: "Playfair Display";
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
  color: #09574a;
}
#menu-main-menus li a {
  position: relative;
}

#menu-main-menus li a::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 11px;
  background-image: url("./images/logo/Hover.png");
  background-size: cover;
  left: 35%;
  transform: translateX(-50%);
  display: none;
}

#menu-main-menus li a[aria-current="page"]::after,
#menu-main-menus li:hover a::after,
#menu-main-menus li a:active::after {
  display: block;
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #141414;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #141414;
  border-left: 0;
  border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.sub-menu li a:after {
  right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
  background: #09574a;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
  opacity: 1;
  right: calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #141414;
  color: #fff;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

/* ===============================================
   HEADER SEARCH
   =============================================== */

.header-search {
  text-align: right;
}

p.cart-item-box {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #09574a;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search .open-search-form i:hover {
  color: #141414;
}
/* a.cart-customlocation i:hover{
 	color: #fff;
 }*/
.header-search .search-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}
.header-search .search-form.is-open {
  right: 0;
  height: 100%;
  visibility: visible;
}
.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.header-search .search-form a.close-search-form {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}
.header-search .search-form i.searchform-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
  opacity: 1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .header-menu .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

h4.post-title {
  font-size: 22px;
  color: #141414;
  font-weight: 800;
}
.post-content p {
  color: #898d94;
}
.post-meta i {
  color: #09574a;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}
.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  float: left;
  width: 100%;
}

.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.post-single .tags-bg a {
  padding: 10px 15px;
  background: #141414;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.post-single .tags-bg a:hover {
  background: #141414;
}
.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #09574a;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #09574a;
}
.post-single {
  display: block;
}
label {
  display: block;
  text-align: left;
}

.latest-post h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.latest-post h4 a:hover {
  color: #09574a;
}
.latest-post .post-content p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.latest-post {
  position: relative;
}
.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}
.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #db1d14;
}
.latest-post .far {
  color: #db1d14;
  font-size: 18px;
}
.latest-post .admin-date,
.wp-admin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}
.comment-respond input#submit {
  background: #141414;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover {
  background-color: #09574a;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #141414;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background: #09574a;
  color: #f3f4f7;
  text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
  }
  .middle-header .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #141414;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background: none;
  }
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.event-planning-management-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.event-planning-management-pro-pagination a span,
.event-planning-management-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.event-planning-management-pro-pagination span.current,
.event-planning-management-pro-pagination span.current:hover,
.event-planning-management-pro-pagination span.current:focus,
.event-planning-management-pro-pagination a span:hover,
.event-planning-management-pro-pagination a span:focus {
  background: #141414;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999;
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px;
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comment-form input[type="submit"] {
  background: #141414;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background-color: #248efa;
  text-decoration: none;
}

.logged-in-as a {
  color: #141414;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}
.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #141414;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #09574a;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #09574a;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover {
  background: #141414;
  color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"] {
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}
#wp-calendar a:hover {
  border: none;
}
#wp-calendar {
  background: #fff;
  width: 100%;
}
#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}
#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}
#wp-calendar th {
  font-weight: bold;
}
tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}
.searchform label {
  display: block;
}
.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.searchform input[type="submit"] {
  background: #09574a;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #09574a;
  text-decoration: none;
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}
.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sidebar-area .post-title {
  font-size: 18px;
}
footer {
  background: #fff;
  border-top: 1px solid #b9b9b9;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #e6e6e6;
  font-size: 14px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #141414;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}
#button_scroll:hover {
  background: #09574a;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #020e0c;
  content: "";
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #09574a transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* .admin-bar .fix-sticky {
  margin-top: 32px;
} */

/*Body*/

header#site-navigation {
  background: #fff;
}
.header-menu .logo-image img {
  width: 100%;
}
.middle-header {
  background: #fff;
  border-radius: 0 0 20px 20px;
  width: 80%;
}
/*SLIDER SECTION*/

#slider {
  position: relative;
}

#slider .carousel-caption {
  position: absolute;
  transform: translateY(-40%);
  right: 50%;
  left: 10%;
  background-color: #09574a;
  border-radius: 10px;
  opacity: 0.9;
  padding-top: 0px;
  padding-bottom: 0px;
}

#slider h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 20px;
  font-family: "Playfair Display";
  text-align: left;
}

#slider p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-left: 20px;
  font-family: "Didact Gothic", sans-serif;
  text-align: left;
}

#slider .button {
  color: #fff;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 10px;
  margin-left: 20px;
  background-color: #fe8228;
  border-radius: 5px;
  font-family: "Lato";
  font-size: 16px;
}
#slider .carousel-border {
  border: 1px solid white;
  border-radius: 10px;
  margin: 10px;
  padding-bottom: 40px !important;
}
#slider .carousel-border {
  width: auto;
  height: auto;
  object-fit: contain;
}
#slider .carousel-border img {
  width: 200px;
  height: 150px;
  position: absolute;
  left: 60%;
  bottom: 0%;
}
#slider .owl-dots {
  display: none;
}
#slider .button:hover {
  background: #ff4612;
}
#slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  display: block;
  color: white;
}
#slider button.owl-next,
#slider button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
#slider button.owl-next {
  background-color: #09574a !important;
}
#slider button.owl-prev {
  background-color: transparent;
  border: 1px solid white;
}
#slider button.owl-next {
  position: absolute;
  right: 2%;
}
#slider button.owl-prev {
  position: absolute;
  left: 2%;
}
#slider button.owl-next:hover,
#slider button.owl-prev:hover {
  background-color: #09574a !important;
}

/*ABOUT US SECTION*/
#about_us {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
#about_us .about-image img {
  width: 100%;
}
#about_us .about-text h6 {
  color: #09574a;
  font-size: 24px;
  font-family: "Didact Gothic";
}
#about_us .about-text h3 {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #222222;
}
#about_us .about-text h5 {
  font-size: 24px;
  font-family: "Didact Gothic";
  color: #222222;
}
#about_us .about-text p {
  font-size: 16px;
  font-family: "Didact Gothic";
  color: #797979;
}
#about_us .about-button {
  width: 157px;
  height: 45px;
  background-color: #09574a;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Lato";
}
#about_us .about-text {
  margin-top: 100px;
}

/* SERVICES SECTION */

#services {
  background-color: #d9d9d9;
}
#services .heading-text h6 {
  color: #09574a;
  font-size: 24px;
  font-family: "Didact Gothic";
}
#services .heading-text h2 {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #222222;
}
#services .frontside::before {
  content: "";
  background: #09574a;
  width: calc(100% - 50px);
  height: 0;
  transform: translateX(-50%);
  transform-origin: top center;
  position: absolute;
  left: 50%;
  z-index: 1;
  cursor: pointer;
}
#services .frontside:hover::before {
  height: calc(100% - 35px) !important;
  border-radius: 20px;
  opacity: 0.5;
  cursor: pointer;
  top: 5px;
}
#services .frontside a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#services .frontside a img:hover {
  transform: translateY(0) scale(1);
  opacity: 0.8;
  cursor: pointer;
}
#services .frontside .wedding-planner,
#services .wedding-planner-icon {
  color: #fff;
  width: 100%;
  transform: translateX(-50%) translateY(0);
  transform-origin: top center;
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#services .frontside .wedding-planner-icon {
  color: #fff;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: top center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
#services .frontside:hover .wedding-planner {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  top: 50%;
}
#services .frontside:hover .wedding-planner-icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  top: 60%;
}
#services .services-button {
  width: 157px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #09574a;
  color: #fff;
  border-radius: 5px;
}
#services .bottom-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#services .frontside .wedding-planner {
  font-size: 20px;
  font-family: "Playfair Display";
}
#services .frontside:hover .wedding-planner,
#services .frontside:hover .wedding-planner-icon {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#services .wedding-planner {
  font-size: 20px;
  font-family: "Playfair Display";
}
#services .read_more:hover {
  color: #09574a;
}

/* COUNTER SECTION  */

#counter {
  background-repeat: no-repeat;
  background-color: #031b17;
  background-blend-mode: overlay;
  height: 267px;
}
#counter .counter-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 150%);
  color: #fff;
}
#counter .counts h2 {
  color: #fff;
  position: relative;
  font-family: "Playfair Display";
  font-size: 30px;
}
#counter .counts-text h6 {
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Didact Gothic";
}
#counter .counter-item img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

/* TEAM SECTION */

#team .team-text {
  color: #09574a;
  font-size: 24px;
  font-family: "Didact Gothic";
}
#team .team-professionals {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #222222;
}
#team .team {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#team .team_images img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
}
#team .team_images img:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}
#team .team-rectangle-box {
  position: absolute;
  background-color: #09574a;
  width: 200px;
  height: 46px;
  margin-top: -50px;
  margin-left: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#team .team-names {
  color: #fff;
  margin: auto;
  position: fixed;
  font-family: "Playfair Display";
  font-size: 20px;
}
#team .team-icons i {
  position: relative;
  top: -70px;
  left: 40px;
  color: #fff !important;
  cursor: pointer;
  margin-right: 25px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#team .team_images:hover .team-icons i {
  opacity: 1;
}
#team .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  display: block;
  color: #09574a;
}
#team button.owl-next,
#team button.owl-prev {
  background-color: transparent !important;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #09574a;
  outline: none;
}
#team button.owl-next {
  background-color: #09574a !important;
  color: #fff !important;
}
#team button.owl-next {
  position: absolute;
  right: -5%;
}
#team button.owl-prev {
  position: absolute;
  left: -5%;
}
#team button.owl-next:hover,
#team button.owl-prev:hover {
  background-color: #09574a !important;
  color: white;
}

/*PRICING SECTION*/

#pricing {
  background-color: #f9f9f9;
}
#pricing .pricing-text {
  color: #09574a;
  font-size: 24px;
  font-family: "Didact Gothic";
}
#pricing .pricing-packages {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #222222;
}
#pricing .pricing-box {
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
#pricing .pricing-rectangle-box {
  width: 100%;
  height: 506px;
  border-radius: 5px;
  border: 1px solid #09574a;
  cursor: pointer;
}
#pricing .pricing-rectangle-box:hover {
  background-color: #09574a;
}
#pricing .price-box {
  background: lightgray;
  width: 330px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 1px;
  margin-top: 20px;
}
#pricing .event-heading {
  margin-top: 50px;
  font-size: 20px;
  font-family: "Playfair Display";
  color: #222222;
}
#pricing .price {
  font-size: 60px;
  font-family: "Playfair Display";
  color: #09574a;
}
#pricing .description {
  margin-top: 30px;
  color: #797979;
  font-size: 20px;
  font-family: "Didact Gothic";
  padding: 30px;
}
#pricing .purchase-link {
  color: #09574a;
  font-size: 16px;
  font-family: "Playfair Display";
}
#pricing .purchase-link i {
  margin-left: 10px;
}
#pricing .pricing-rectangle-box:hover .price,
#pricing .pricing-rectangle-box:hover .event-heading,
#pricing .pricing-rectangle-box:hover .description,
#pricing .pricing-rectangle-box:hover .purchase-link {
  color: #fff;
}
#pricing .pricing-rectangle-box:hover .price-box {
  background: #ffebe1;
}
#pricing .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  display: block;
  color: #09574a;
}
#pricing button.owl-next,
#pricing button.owl-prev {
  background-color: transparent !important;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #09574a;
  outline: none;
}
#pricing button.owl-next {
  background-color: #09574a !important;
  color: #fff !important;
}
#pricing button.owl-next {
  position: absolute;
  right: -5%;
}
#pricing button.owl-prev {
  position: absolute;
  left: -5%;
}
#pricing button.owl-next:hover,
#pricing button.owl-prev:hover {
  background-color: #09574a !important;
  color: white;
}

/*VIDEO SECTION*/

#video .video-box {
  padding-left: 0px;
}
#video .video-box .background-img {
  width: 100%;
  position: absolute;
}
#video .heading {
  margin: auto;
  margin-top: 50px;
}
#video .sub-heading {
  color: #fff;
  font-size: 24px;
  font-family: "Didact Gothic";
  position: relative;
  text-align: center;
}
#video .main-heading {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #fff;
  position: relative;
  text-align: center;
}
#video .video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 50px;
}
#video .video .video-img {
  width: 70%;
  position: relative;
}
#video .popup-btn,
.close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #fe8228;
  border-radius: 50px;
  color: white;
  position: absolute;
}
#video button.close-btn {
  top: 0%;
  left: 100%;
}
#video .popup-btn:hover {
  color: white;
  background-color: #fe8228;
}
#video .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
}
#video .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#video .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#video .youtube-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}

/* TESTIMONIAL SECTION */

#testimonial .testimonial-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #09574a;
  font-size: 24px;
  font-family: "Didact Gothic";
}
#testimonial .testimonial-clients {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #222222;
}
#testimonial .testimonial-description,
.testimonial-designation {
  font-size: 16px;
  font-family: "Didact Gothic";
  color: #797979;
}
#testimonial .testimonial-admin {
  font-family: "Playfair Display";
  font-size: 20px;
  color: #222222;
}
#testimonial .testimonial-rectangle-box {
  width: 100%;
  height: 242px;
  border-radius: 10px;
  border: 1px solid lightgray;
  margin-top: 50px;
  cursor: pointer;
  padding: 10px;
}
#testimonial .testimonial-rectangle-box:hover {
  background-color: #09574a;
  color: #fff;
}
#testimonial .testimonial-rectangle-box:hover .testimonial-admin {
  color: #fff;
}
#testimonial .testimonial-description {
  text-align: left;
  margin-left: 10px;
}
#testimonial .testimonial-admin,
.testimonial-designation {
  text-align: left;
  margin-left: 10px;
}
#testimonial .testimonial-quote {
  color: lightgray;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: -50px;
  opacity: 0;
}
#testimonial .testimonial-rectangle-box:hover .testimonial-quote {
  opacity: 1;
}
#testimonial .testimonial-image {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: -20px;
}
#testimonial .testimonial-image img {
  width: auto;
  height: auto;
  border-radius: 10px;
}
#testimonial .testimonial-stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-top: -10px;
  border: none;
  gap: 5px;
}
#testimonial .testimonial-stars .star1,
.star2,
.star3,
.star4 {
  color: yellow;
}
#testimonial .testimonial-stars .star5 {
  color: lightgray;
}
#testimonial .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
}
#testimonial .owl-dots button.owl-dot {
  width: 35px;
  height: 5px;
  border-radius: 10px;
  display: inline-block;
  background: #e6e6e6;
  margin: 0 5px;
}
#testimonial .owl-dots button.owl-dot.active {
  background-color: #09574a;
}
/* EVENT GALLERY */

#event-gallery {
  background-color: #f9f9f9;
}
#event-gallery .event-gallery-text {
  color: #09574a;
  font-family: "Didact Gothic";
  font-size: 24px;
}
#event-gallery .event-gallery {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #222222;
}
#event-gallery .image-1 {
  /* position: relative; */
  width: 100%;
  height: 369px;
  left: -6%;
}
#event-gallery .image-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-2 {
  width: 100%;
  left: -6%;
  height: 100%;
}
#event-gallery .image-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#event-gallery .image-3 {
  left: -7%;
  width: 135%;
  height: 170px;
}
#event-gallery .image-3 img {
  width: 135%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-4 {
  left: 0%;
  width: 100%;
  height: 170px;
}
#event-gallery .image-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-5 {
  left: 19%;
  width: 93%;
  height: 180px;
  margin-top: -180px;
}
#event-gallery .image-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-6 {
  left: 18%;
  width: 93%;
  height: 180px;
  margin-top: -180px;
}
#event-gallery .image-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-7 {
  left: 17%;
  width: 150%;
  height: 180px;
  margin-top: -180px;
}
#event-gallery .image-7 img {
  height: 100%;
  width: 140%;
  object-fit: cover;
  border-radius: 10px;
}
#event-gallery .image-1 h4,
#event-gallery .image-2 h4,
#event-gallery .image-3 h4,
#event-gallery .image-4 h4,
#event-gallery .image-5 h4,
#event-gallery .image-6 h4,
#event-gallery .image-7 h4 {
  position: relative;
  top: -20%;
  left: 15%;
  color: #fff;
  cursor: pointer;
  margin-right: 25px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  font-family: "Playfair Display";
  padding: 30px;
  text-transform: capitalize;
}
#event-gallery .image-1:hover h4,
#event-gallery .image-2:hover h4,
#event-gallery .image-3:hover h4,
#event-gallery .image-4:hover h4,
#event-gallery .image-5:hover h4,
#event-gallery .image-6:hover h4,
#event-gallery .image-7:hover h4 {
  opacity: 1;
}
#event-gallery .image-2 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 5% !important;
}
#event-gallery .image-3 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
  margin-right: -75px !important;
}
#event-gallery .image-4 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
}
#event-gallery .image-5 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
}
#event-gallery .image-6 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
}
#event-gallery .image-7 h4 {
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
  margin-right: -75px !important;
}
#event-gallery .image-1,
#event-gallery .image-2,
#event-gallery .image-3,
#event-gallery .image-4,
#event-gallery .image-5,
#event-gallery .image-6,
#event-gallery .image-7 {
  position: relative;
}

#event-gallery .image-1::before,
#event-gallery .image-2::before,
#event-gallery .image-3::before,
#event-gallery .image-4::before,
#event-gallery .image-5::before,
#event-gallery .image-6::before,
#event-gallery .image-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 88.5%;
  height: 100%;
  background-color: #09574a;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  box-shadow: none;
}

#event-gallery .image-1:hover::before,
#event-gallery .image-2:hover::before,
#event-gallery .image-3:hover::before,
#event-gallery .image-4:hover::before,
#event-gallery .image-5:hover::before,
#event-gallery .image-6:hover::before,
#event-gallery .image-7:hover::before {
  opacity: 0.3;
}

/* BLOG SECTION */

#blog .blog-text {
  color: #09574a;
  font-family: "Didact Gothic";
  font-size: 24px;
}
#blog .updates {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #222222;
}
#blog .blog-image img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  margin-top: 50px;
  cursor: pointer;
  margin-left: 15px;
}
#blog .box-content {
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-top: -50px;
  cursor: pointer;
}
#blog .post-title {
  font-family: "Didact Gothic";
  font-size: 16px;
  color: #09574a;
  margin-left: 20px;
}
#blog .content-post {
  font-family: "Playfair Display";
  font-size: 20px;
  margin-left: 20px;
}
#blog .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  display: block;
  color: #09574a;
}
#blog button.owl-next,
#blog button.owl-prev {
  background-color: transparent !important;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #09574a;
  outline: none;
}
#blog button.owl-next {
  position: absolute;
  right: -5%;
}
#blog button.owl-prev {
  position: absolute;
  left: -5%;
}
#blog button.owl-next:hover,
#blog button.owl-prev:hover {
  background-color: #09574a !important;
  color: white;
}
#blog button.owl-next {
  background-color: #09574a !important;
  color: #fff !important;
}
#blog .post-date {
  font-size: 16px;
  font-family: "Didact Gothic";
  color: #797979;
  margin-top: -40px;
  margin-left: 120px;
}

/* CONTACT US SECTION */

#contact-us {
  background-color: #f9f9f9;
}
#contact-us .sub-heading {
  font-family: "Didact Gothic";
  font-size: 24px;
  color: #09574a;
}
#contact-us .main-heading {
  font-family: "Playfair Display";
  font-size: 30px;
  margin-right: 30px;
}
#contact-us .loctaion {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-top: 20px;
  border: 1px solid lightgray;
}
#contact-us .google-map {
  width: 100%;
}
#contact-us embed {
  width: 100%;
  height: 50vh;
  border-radius: 20px;
}
#contact-us .contact-us-form .wpcf7-form label {
  font-size: 16px;
  font-family: "Playfair Display";
  color: #222222;
}
#contact-us .contact-us-form .wpcf7-text,
#contact-us .contact-us-form .wpcf7-textarea {
  border: 1px solid #09574a;
  outline: none;
  padding: 10px 20px;
  background: transparent;
  border-radius: 10px;
  margin-top: 10px;
}
#contact-us .contact-us-form .wpcf7-textarea {
  height: 100px;
}
#contact-us .contact-us-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 45px;
  background-color: #09574a;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Lato";
  box-shadow: none;
  border: none;
  cursor: pointer;
}

/* NEWSLETTER SECTION */
#newsletter {
  position: relative;
  background: #09574a;
}
#newsletter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #09574a;
  opacity: 0.8;
}
#newsletter .image-overlay .newsletter-img {
  width: 100%;
}
#newsletter .newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#newsletter .newsletter-box h2 {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #fff;
}
#newsletter .newsletter-form .wpcf7-form p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#newsletter .newsletter-form .wpcf7-text {
  border: 1px solid #fff;
  outline: none;
  padding: 10px 20px;
  background: transparent;
  border-radius: 10px;
  color: #fff;
}
#newsletter
  .newsletter-form
  input[type="email"].wpcf7-text.wpcf7-email::placeholder {
  color: #f0e6e1 !important;
  font-family: "Playfair Display";
  font-size: 16px;
}
#newsletter .newsletter-form .wpcf7-form p .wpcf7-submit {
  width: 157px;
  height: 45px;
  background-color: #fe8228;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Lato";
  box-shadow: none;
  border: none;
  cursor: pointer;
}
#newsletter .newsletter-form .wpcf7-form p .wpcf7-spinner {
  margin-right: -250px !important;
}
#newsletter .page-template-frontpage h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.page-template-frontpage h2 {
  color: #141414;
  font-size: 26px;
}

.head-text {
  margin-bottom: 50px;
}
.head-text-sec {
  padding: 10px 20px;
  background: #eff1f2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-frontpage h4 {
  font-size: 24px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*Footer Section*/
.footer-area {
  background-color: #020e0c;
}
.footer-area .textwidget {
  list-style: none;
  color: #e6e6e6;
}
.footer-area .textwidget ul {
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer .textwidget a {
  display: flex;
  gap: 30px;
  top: 60%;
  position: absolute;
  cursor: pointer;
}
footer .textwidget a:hover {
  color: #09574a;
}
footer .wp-block-heading {
  color: #fff !important;
  font-family: "Playfair Display";
}
.footer-area .fab {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover {
  color: #141414;
}
.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}
.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}
.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover {
  color: #09574a;
}
.footer-area ul {
  padding: 0px;
  list-style: none;
  line-height: 2;
}
.footer-area ul li {
  margin: 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.footer-area img {
  width: auto;
  margin-bottom: 10px;
}
.footer-area select {
  width: 100%;
  padding: 10px;
}
.footer-area bdi {
  color: #09574a;
}
.footer-area h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  background: #010202;
}
.copyright-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyrigt-links a {
  margin-left: 20px;
}

.copyright p {
  color: #fff;
  margin-bottom: 0;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #09574a;
}
a.buynowbtn {
  background: #09574a;
  color: #fff !important;
  padding: 5px 10px !important;
}
.footer-newsletter h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Playfair Display";
}
.footer-address h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Didact Gothic";
}
.footer-number h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Didact Gothic";
}
.footer-email h6 {
  color: #fff;
  font-size: 16px;
  font-family: "Didact Gothic";
}

.footer-newsletter h4 {
  color: #fff;
  text-transform: capitalize;
}
.footer-newsletter input {
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 20px;
}
.footer-newsletter input::placeholder {
  color: #fff;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #09574a;
  color: #fff;
  border: 2px solid #09574a;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #09574a;
  border: 2px solid #09574a;
}
.footer-form {
  position: relative;
  margin-top: 20px;
}
.footer-form .wpcf7 form.failed .wpcf7-response-output,
.footer-form wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  font-size: 12px;
}

.imag-sec img {
  margin-right: 10px;
}

.footer-logo img {
  width: 150px;
  margin-top: 20px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0;
}
/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #141414;
  font-weight: 500;
}
#contact hr {
  background: #9ae2e1;
  padding: 1px;
  width: 10%;
}
#contact p {
  color: #2b2b2b;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  background: #141414;
  border: none;
  text-transform: uppercase;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #09574a;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner {
  display: block;
}
#contact embed {
  width: 100%;
  height: 500px;
}
#contact .dashicons {
  font-size: 50px;
  color: #141414;
  display: inline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #09574a;
}
#contact h6 {
  color: #09574a;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .copyrigt-links a {
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p {
    font-size: 14px;
  }

  h1.post-title {
    font-size: 22px;
  }
}
/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {
  .page-template-frontpage-php.admin-bar .header-menu {
    position: unset;
  }
  .admin-bar .header-menu {
    top: -8px !important;
  }
  .header-menu {
    position: relative;
  }
  .middle-header {
    width: auto;
  }
  #main-menu ul {
    display: block;
    margin: auto;
  }
  #menu-main-menus li a[aria-current="page"]::after {
    display: none;
  }
  #menu-main-menus li a::after {
    width: 20px;
    height: 5px;
    left: 50%;
  }
  .menu-sec {
    order: 1;
  }
  .category-search-sec {
    order: 2;
  }
  .logo-div {
    order: 1;
  }
  .order-button {
    order: 2;
  }
  .col-search {
    order: 3;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .header-menu .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #09574a;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }
  .top-header .call-text {
    font-size: 12px;
  }

  .top-header-div {
    display: block;
  }
  #slider .carousel-caption {
    top: 30%;
    left: 5%;
    right: 5%;
    background-color: transparent;
  }
  #slider .carousel-border {
    border: none;
  }
  #slider h1 {
    font-size: 20px;
    margin: auto;
    text-align: center;
  }
  #slider p,
  #slider .owl-carousel .owl-nav,
  #team .owl-carousel .owl-nav,
  #pricing .owl-carousel .owl-nav,
  #blog .owl-carousel .owl-nav {
    display: none;
  }
  #slider .owl-dots,
  #team .owl-dots,
  #pricing .owl-dots,
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
  }
  #slider .owl-dots button.owl-dot,
  #team .owl-dots button.owl-dot,
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 35px;
    height: 5px;
    border-radius: 10px;
    display: inline-block;
    background: #e6e6e6;
    margin: 0 5px;
  }
  #slider .owl-dots button.owl-dot.active,
  #team .owl-dots button.owl-dot.active,
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #09574a;
  }
  #slider .button {
    top: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
  }
  #about_us .about-text h6,
  #about_us .about-text h3,
  #about_us .about-text h5,
  #about_us .about-text p {
    text-align: center;
  }
  .page-template-frontpage h2 {
    font-size: 20px;
  }
  #our-collection .offer-div h2 {
    font-size: 20px;
  }

  .page-template-frontpage h4 {
    font-size: 22px;
  }

  #latest-news h6 a {
    font-size: 16px;
  }

  #contact hr {
    width: 30%;
  }
  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }
  #comments textarea {
    width: 100%;
  }
  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright img {
    margin: 10px 0;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
  #volleyball_training .bottom-sec,
  #our-collection .offer-sec,
  #products_offer .offer-sec,
  #best_seller .offer-sec {
    display: block;
    text-align: center;
  }
  #volleyball_training .bottom-sec .button2,
  #products_offer .button2,
  #our-collection .button2,
  #best_seller .button2 {
    display: inline-block;
    margin-top: 15px;
  }
  .frontside {
    height: 100%;
    padding: 20px 0 0;
  }
  .rectangle-2 {
    margin: auto;
    margin-top: 10px;
  }
  #about_us .about-text {
    margin: auto;
  }
  #about_us .about-button {
    margin: auto;
  }
  #services .frontside img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
  }
  #services .wedding-planner,
  .wedding-planner-icon {
    margin: auto;
    position: absolute;
  }
  #services .heading-text h2 {
    font-size: 20px;
  }
  #services .heading-text {
    margin: auto;
  }
  #counter {
    height: auto;
    background-image: none !important;
  }
  #counter .counter-item {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #counter .counter-box {
    position: relative;
    transform: translate(-50%);
    padding: 10px;
  }
  #counter .counts,
  #counter .counts-text {
    margin: auto;
  }
  #team .team_images .team-rectangle-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pricing .price-box {
    width: 90%;
    margin: auto;
  }
  #pricing .description {
    padding: 10px;
  }
  #video .video {
    margin: auto;
  }
  #video .video img {
    width: 100%;
  }
  #video .popup-btn,
  .close-btn {
    width: 30px;
    height: 30px;
  }
  #video .sub-heading {
    margin-top: -70px;
    font-size: 20px;
  }
  #video .heading {
    margin-top: 70px;
  }
  #testimonial .testimonial-text {
    margin: auto;
  }
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  .testimonial-designation {
    margin: auto;
    text-align: center;
    padding: 10px;
  }
  #testimonial .testimonial-image,
  #testimonial .testimonial-quote {
    display: none;
  }
  #team .team-professionals,
  #team .team-text,
  #pricing .pricing-text,
  #video .main-heading,
  #pricing .pricing-packages,
  #contact-us .sub-heading,
  #contact-us .main-heading,
  #event-gallery .event-gallery-text,
  #event-gallery .event-gallery,
  #blog .blog-text,
  #blog .updates,
  #testimonial .testimonial-text,
  #testimonial .testimonial-clients,
  #about_us .about-text h6,
  #about_us .about-text h3,
  #about_us .about-text h5 {
    font-size: 20px;
  }
  #blog .blog-image img {
    width: 100%;
    margin: auto;
  }
  #blog .box-content {
    text-align: center !important;
  }
  #blog .post-date,
  #blog .content-post {
    margin: auto;
  }
  #contact-us .loctaion {
    width: 100%;
  }
  #contact-us .main-heading,
  #contact-us .sub-heading {
    width: auto;
    text-align: center;
    margin: auto;
  }
  #testimonial .testimonial-stars,
  #testimonial .testimonial-quote {
    margin: auto;
    justify-content: center;
  }
  #video .video-box .video-img {
    position: relative;
  }
  #video .popup-content {
    width: 100%;
  }
  #video button.close-btn {
    top: -8%;
    left: 50%;
  }
  .footer-newsletter input {
    width: 100%;
  }
  #contact-us .contact-us-form .wpcf7-text,
  #contact-us .contact-us-form .wpcf7-textarea {
    width: 100%;
    margin: auto;
  }
  #contact-us .contact-us-form .wpcf7-submit {
    margin: auto;
  }
  #newsletter .image-overlay .newsletter-img {
    width: 100%;
    height: 50vh;
  }
  #newsletter .newsletter {
    top: 60%;
  }
  #newsletter .newsletter-box h2 {
    font-size: 20px;
  }
  #newsletter .newsletter-form .wpcf7-text {
    width: 100%;
  }
  #newsletter .newsletter-form .wpcf7-form p {
    display: block;
  }
  #newsletter .newsletter-form .wpcf7-submit {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  #event-gallery .image-1,
  #event-gallery .image-2,
  #event-gallery .image-3,
  #event-gallery .image-4,
  #event-gallery .image-5,
  #event-gallery .image-6,
  #event-gallery .image-7 {
    margin: auto;
    height: auto;
    left: auto;
    width: 100%;
    padding: 5px;
  }
  #event-gallery .image-1 img,
  #event-gallery .image-2 img,
  #event-gallery .image-3 img,
  #event-gallery .image-4 img,
  #event-gallery .image-5 img,
  #event-gallery .image-6 img,
  #event-gallery .image-7 img {
    width: 100%;
  }
  #event-gallery .image-1 h4,
  #event-gallery .image-2 h4,
  #event-gallery .image-3 h4,
  #event-gallery .image-4 h4,
  #event-gallery .image-5 h4,
  #event-gallery .image-6 h4,
  #event-gallery .image-7 h4 {
    display: none;
  }
  #event-gallery .image-1::before,
  #event-gallery .image-2::before,
  #event-gallery .image-3::before,
  #event-gallery .image-4::before,
  #event-gallery .image-5::before,
  #event-gallery .image-6::before,
  #event-gallery .image-7::before {
    display: none;
  }
  footer .footer-newsletter {
    text-align: center;
  }
  footer .textwidget a {
    display: none;
  }
}

/*MEDIA 721 TO 1023*/

@media only screen and (min-width: 721px) and (max-width: 1023px) {
  .page-template-frontpage-php.admin-bar .header-menu {
    position: unset;
  }
  .middle-header {
    width: 100%;
  }
  #main-menu ul {
    display: block;
    margin: auto;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .header-menu .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #09574a;
    padding: 0 10px;
    color: #fff;
  }
  #slider .carousel-border {
    border: none;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .logo,
  .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-image {
    width: auto;
  }
  #main-menu {
    float: left;
    width: 100%;
  }
  .header-menu .logo a {
    font-size: 24px;
    line-height: 35px;
  }

  .top-header .call-text {
    font-size: 10px;
  }
  .top-header span.dashicons {
    font-size: 22px;
  }

  #main-menu ul li a {
    padding: 10px 12px;
    font-size: 12px;
    padding-left: 0;
  }
  .header-menu .logo-image img {
    width: auto;
  }
  .menu-header input#search {
    font-size: 12px;
  }

  #latest_products h2 {
    font-size: 22px;
  }

  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 30%;
  }
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 15px 0;
  }
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 45%;
    margin: 10px 10px;
  }
  #contact input.wpcf7-form-control.wpcf7-text {
    width: 46%;
    margin: 20px 10px;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
  }
  .sidebar-area .post-title {
    font-size: 14px;
  }
  #site-navigation .button1,
  #site-navigation .button2 {
    font-size: 10px;
    padding: 0;
    border: none;
  }
  .social-links a {
    font-size: 14px;
  }
  .top-header .my_account a {
    font-size: 12px;
  }
  .delivery,
  .policy,
  .social-text {
    font-size: 12px;
  }
  p.cart-item-box {
    left: 85%;
    font-size: 11px;
    width: 17px;
    height: 17px;
  }
  .header-search .open-search-form i {
    font-size: 15px;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
  #slider h1 {
    font-size: 34px;
    text-align: center;
    margin: auto;
  }
  #slider .owl-carousel .owl-nav,
  #team .owl-carousel .owl-nav,
  #pricing .owl-carousel .owl-nav,
  #blog .owl-carousel .owl-nav {
    display: none;
  }
  #slider .owl-dots,
  #team .owl-dots,
  #pricing .owl-dots,
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
  }
  #slider .owl-dots button.owl-dot,
  #team .owl-dots button.owl-dot,
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 35px;
    height: 5px;
    border-radius: 10px;
    display: inline-block;
    background: #e6e6e6;
    margin: 0 5px;
  }
  #slider .owl-dots button.owl-dot.active,
  #team .owl-dots button.owl-dot.active,
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #09574a;
  }
  #slider .carousel-caption {
    left: 15%;
    right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transform: translateY(4%);
  }
  #slider p {
    font-size: 16px;
    display: none;
  }
  #slider .button {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  #our-collection .offer-div h2 {
    font-size: 28px;
  }
  .frontside h4 {
    font-size: 18px;
  }
  .rectangle-2 {
    margin: auto;
    margin-top: 10px;
  }
  #about_us .about-image img {
    margin: auto;
    max-width: 100%;
    height: 100vh;
  }
  #counter .counter-box {
    height: auto;
  }
  #services .frontside img {
    width: 100%;
  }
  #pricing .pricing-rectangle-box,
  .price-box {
    width: 100%;
    height: auto;
  }
  #video .video-box {
    height: auto;
    margin: auto;
  }
  #video .video {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    border: none;
  }
  #video .video img {
    width: 100%;
  }
  #video .popup-btn,
  .close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: auto;
  }
  #video .sub-heading {
    margin-top: -70px;
    font-size: 20px;
  }
  #video .heading {
    margin-top: 70px;
  }
  #contact-us .sub-heading,
  #contact-us .main-heading {
    margin: auto;
  }
  #contact-us .contact-us-form .wpcf7-text,
  #contact-us .contact-us-form .wpcf7-textarea {
    width: 100%;
    margin: auto;
  }
  #contact-us .loctaion {
    width: auto;
  }
  #contact-us embed {
    height: 40vh;
  }
  #blog .blog-image img {
    margin: auto;
  }
  #newsletter .image-overlay .newsletter-img {
    width: 100%;
    height: 50vh;
  }
  #newsletter .newsletter {
    top: 60%;
  }
  #newsletter .newsletter-box h2 {
    font-size: 20px;
  }
  #newsletter .newsletter-form .wpcf7-text {
    width: 100%;
  }
  #newsletter .newsletter-form .wpcf7-form p {
    display: block;
  }
  #newsletter .newsletter-form .wpcf7-submit {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  #testimonial .testimonial-text {
    margin: auto;
  }
  #testimonial .testimonial-description,
  #testimonial .testimonial-admin,
  .testimonial-designation {
    margin: auto;
    text-align: center;
  }
  #testimonial .testimonial-image {
    display: none;
  }
  #testimonial .testimonial-stars,
  #testimonial .testimonial-quote {
    margin: auto;
    justify-content: center;
  }
  #counter .counter-box {
    position: relative;
    transform: translate(-50%);
  }
  #counter .counts,
  #counter .counts-text {
    margin: auto;
  }
  #counter {
    height: auto;
    background-image: none !important;
  }
  #event-gallery .image-1::before,
  #event-gallery .image-2::before,
  #event-gallery .image-3::before,
  #event-gallery .image-4::before,
  #event-gallery .image-5::before,
  #event-gallery .image-6::before,
  #event-gallery .image-7::before {
    display: none;
  }#event-gallery .image-1,
  #event-gallery .image-2,
  #event-gallery .image-3,
  #event-gallery .image-4,
  #event-gallery .image-5,
  #event-gallery .image-6,
  #event-gallery .image-7 {
    width: 200px;
    height: 200px;
    margin: auto;
    padding: 10px;
    overflow: hidden;
    left: auto;
  }

  #event-gallery .image-1 img,
  #event-gallery .image-2 img,
  #event-gallery .image-3 img,
  #event-gallery .image-4 img,
  #event-gallery .image-5 img,
  #event-gallery .image-6 img,
  #event-gallery .image-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #event-gallery .image-1 h4,
  #event-gallery .image-2 h4,
  #event-gallery .image-3 h4,
  #event-gallery .image-4 h4,
  #event-gallery .image-5 h4,
  #event-gallery .image-6 h4,
  #event-gallery .image-7 h4 {
    display: none;
  }
}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .middle-header {
    width: 100%;
  }
  .rectangle-2 {
    margin-left: -20px;
  }
  .rectangle-6 {
    text-align: center !important;
  }
  .header-menu .logo-image img {
    width: 100%;
  }
  #main-menu ul li a {
    padding: 10px 10px;
    font-size: 15px;
  }
  #menu-main-menus li a::after {
    left: 50% !important;
  }
  .header-menu .button1,
  .header-menu .button2 {
    font-size: 14px;
    padding: 0 3px;
  }
  .top-header .call-text {
    font-size: 14px;
  }

  #slider .carousel-caption {
    left: 15%;
    right: 15%;
  }
  #slider .carousel-border img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 78%;
    bottom: 0%;
  }
  #slider p {
    font-size: 16px;
  }
  #our-collection .offer-div h2 {
    font-size: 28px;
  }
  .frontside h4 {
    font-size: 18px;
  }
  .frontside-bottom {
    padding: 20px 10px;
  }
  .coach-sec {
    padding: 0;
  }
  #volleyball_training h6 {
    font-size: 16px;
  }
  .coach-sec p {
    font-size: 14px;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
  #latest_products h2 {
    font-size: 26px;
  }
  #video .video {
    margin: auto;
  }
  #video .video-box .background-img,
  #video .video .video-img {
    height: auto;
  }
  #team .team-rectangle-box {
    margin-left: -5px;
  }
  #team .team-icons {
    margin-left: 24px;
  }
  #team .team-icons i {
    left: 0%;
  }
  #pricing .price-box {
    width: 100%;
  }
  #testimonial .testimonial-description,
  .testimonial-admin,
  .testimonial-designation {
    margin: auto;
    padding: 2px;
  }
  #testimonial .testimonial-admin,
  .testimonial-designation,
  #testimonial .testimonial-stars {
    margin: auto;
  }
  #testimonial .testimonial-quote {
    margin-left: -30px;
  }
  #newsletter .image-overlay .newsletter-img {
    width: 100%;
  }
  #newsletter .newsletter {
    left: 39%;
  }
}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #latest_products h2 {
    font-size: 26px;
  }
  #event-gallery .image-2 {
    height: auto;
  }
  #event-gallery .image-2 img {
    height: 46%;
    border-radius: 10px;
  }
  #event-gallery .image-2 h4 {
    top: 30% !important;
    padding: 20px;
  }
  #event-gallery .image-2::before {
    height: 46%;
  }
  #event-gallery .image-1::before,
  #event-gallery .image-2::before,
  #event-gallery .image-3::before,
  #event-gallery .image-4::before,
  #event-gallery .image-5::before,
  #event-gallery .image-6::before,
  #event-gallery .image-7::before {
    width: 91%;
  }
  #contact-us embed {
    height: 36vh;
  }
}

/* MEDIA 1441 TO 1920 */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  #slider .carousel-caption {
    bottom: 20%;
    left: 20%;
  }
  #slider .carousel-border {
    padding-bottom: 50px !important;
  }
  #event-gallery .image-2 {
    height: auto;
  }
  #event-gallery .image-2 img {
    height: 46%;
    border-radius: 10px;
  }
  #event-gallery .image-2 h4 {
    top: 30% !important;
    padding: 20px;
  }
  #event-gallery .image-2::before {
    height: 46%;
  }
  #event-gallery .image-7 {
    width: 100%;
  }
  #event-gallery .image-1::before,
  #event-gallery .image-2::before,
  #event-gallery .image-3::before,
  #event-gallery .image-4::before,
  #event-gallery .image-5::before,
  #event-gallery .image-6::before,
  #event-gallery .image-7::before {
    width: 94%;
  }
  #contact-us embed {
    height: 27vh;
  }
}

/* MEDIA 1921 TO 2560 */
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #slider .carousel-caption {
    bottom: 20%;
    left: auto;
  }
  #event-gallery .image-2 {
    height: auto;
  }
  #event-gallery .image-2 img {
    height: 46%;
    border-radius: 10px;
  }
  #event-gallery .image-2 h4 {
    top: 30% !important;
    padding: 20px;
  }
  #event-gallery .image-2::before {
    height: 46%;
  }
  #event-gallery .image-7 {
    width: 100%;
  }
  #event-gallery .image-1::before,
  #event-gallery .image-2::before,
  #event-gallery .image-3::before,
  #event-gallery .image-4::before,
  #event-gallery .image-5::before,
  #event-gallery .image-6::before,
  #event-gallery .image-7::before {
    width: 95%;
  }
  #contact-us embed {
    height: 27vh;
  }
}
