
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
}

a:hover {
  color: #324b8d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

*:focus, .owl-dot:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

.redstar{
  color:#CC0000;
  font-size: 8px;

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #334a8d;
  color: #fff;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.back-to-top i:hover {
  background: #57aae1;
  color: #fff;
}

.cart-customlocation  {
  color: #444;
  background: #fff;
  padding: 0px 7px 7px 7px;
  border-radius: 50px;
  border: 2px solid #444;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: -1px;
  line-height: 1;
  font-size: 23px;
}

.cart-customlocation i {
  font-size: 17px;
}

.cart-customlocation:hover {
  background: none;
  color: #fff;
  background: #444;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #334a8d;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #444444;
  padding: 15px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #334a8d;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: lightne(#444444, 10);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #334a8d;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


.nav-menu li.buy-tickets a {
  color: #fff;
  background: #334a8d;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #334a8d;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 8px;
  line-height: 1;
  font-size: 16px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
  color: #334a8d;

}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}
.nav-menu li.whatapp a {
  color: #fff;
  background: #0bc142;
  padding: 3px 6px 4px 6px;
  border-radius: 50px;
  border: 2px solid #0bc142;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 8px;
  line-height: 1;
  font-size: 23px;
}



.nav-menu li.whatapp a:hover {
  background: none;
  color: #0bc142;

}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 55px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

@media (max-width: 576px) {
  .mobile-nav-toggle {right: 35px;}
}
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    margin-left: 0px;
}

.mobile-nav-toggle i {
  color: #334a8d;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #334a8d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 47, 109, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav li.buy-tickets a {
  color: #fff;
  background: #334a8d;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #334a8d;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  width: 45%;
  margin-left: 8px;
  margin-top: 8px;
  line-height: 1;
  font-size: 14px;
}

.mobile-nav li.buy-tickets a:hover {
  background: none;
  color: #334a8d;

}

.mobile-nav li.whatapp a {
  color: #fff;
  background: #0bc142;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #0bc142;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  width: 45%;
  margin-left: 8px;
  margin-top: 8px;
  line-height: 1;
  font-size: 18px;
}
.mobile-nav li.whatapp a::after {
  content: " WhatsApp";
  font-size: 14px;
}
.mobile-nav li.whatapp a:hover {
  background: none;
  color: #0bc142;

}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 47, 109, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}



#hero h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  text-shadow: 2px 2px 5px #0a154f;
  font-weight: 900;
}

#hero p {
  width: 80%;
  text-shadow: 2px 2px 5px #0a154f;
  font-size: 20px;
  font-weight: 600 ;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: bolder !important;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
  background: #fff;
  color:#334a8d;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

#hero .btn-get-started:hover {
  background: #3498db;
  border: 2px solid #3498db;
  color:#fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
    text-align: center;
  }
  #hero p {
    text-align: center;
    width: 100%;
  }

}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
    text-align: center;
  }
  #hero p {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before, .section-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {

.section-title h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before, .section-title h2::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about .content h5 {
  font-weight: 600;
  color:#3498db;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color:#3498db;
  padding-bottom: 10px;
  text-align: center;

}

.about .rightimg{

  margin-bottom: 20px;
  margin-left: 20px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}


.about a {
  color: #3498db;
}

.about a:hover {
  color: #324b8d;
  text-decoration: none;
}

.about i {

  left: 0;
  top: 4px;
  font-size: 16px;
  color: #3498db;
  line-height: 1;
}

.about a:hover i{

  color: #324b8d;
}

.left-25{
  padding-left:25px;

}

.about .content p:last-child {
  margin-bottom: 0;
}
.about .content p{
  text-align: justify;
padding-bottom: 15px;  
}

.about .content .btn-learn-more {
  font-family: "Jost", sans-serif;;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}


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

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

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

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .king{
  cursor: pointer; 
  margin-top: 15px;
  margin-bottom: 5px;

}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 35px 0;
  background: #334a8d;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #fff;

}

.breadcrumbs ol li a{
  color: #fff;

}

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

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 24px;
  color: #fff;
  float: left;
  width: 48px;
  height: 48px;
  background: #3498db;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #334a8d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form .submit-btn {
  background: #324b8d;
  padding: 10px 24px;
  border: 2px solid #324b8d;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.4s;

}

.contact .php-email-form .submit-btn:hover {
  border: 2px solid #2487ce;
  color: #fff ;
  background: #2487ce;

}

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #334a8d;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #556ea2;

  padding: 60px 0 10px 0;
}
#footer .footer-top h3 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;

}

#footer .footer-top h3::before,
#footer .footer-top h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}


#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0;
  padding: 2px 0 15px 0;
  line-height: 1;
  font-weight: 700;


}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: justify;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #334a8d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #334a8d;
  text-decoration: none;
}

#footer .footer-top h3 {
  font-size: 24px;
  margin: 0;
  padding: 2px 0 15px 0;
  line-height: 1;
  font-weight: 700;
 
  
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-left: 50px;padding-right: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a8daf9;
  font-size: 18px;
  line-height: 1;
  
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7690bd;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a8daf9;
}



#footer .copyright {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  font-weight: 600;
}

#footer .credits {
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .credits a:hover {
 text-decoration: underline;
}
#footer hr {
  height: 1px;
  border: 0;
  background: #7690bd;
  margin-top: 5px;
  margin-bottom: 5px;
}


@media (max-width: 990px) {
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-left: 15px;padding-right: 15px;
  }
}

.stgh_custom_fields, .stgh_standart_field {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.stgh_custom_fields, .stgh_standart_field {
  display: block;
  width: 100%;
  height: 200px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


 #stgsubmit{
  background: #324b8d;
  text-align: center !important;
  padding: 10px 24px;
  border: 2px solid #324b8d;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.4s;

}

 #stgsubmit:hover {
  border: 2px solid #2487ce;
  color: #fff ;
  background: #2487ce;

}

button{
  background: #324b8d;
  text-align: center !important;
  padding: 10px 24px;
  border: 2px solid #324b8d;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.4s;

}
button:hover {
  border: 2px solid #2487ce;
  color: #fff ;
  background: #2487ce;

}

.btn{
  text-align: center !important;
  padding: 10px 24px;
  color: #324b8d;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.4s;

}
.btn:hover {
  border: 2px solid transparent;
  color: #2487ce ;
  background:transparent;

}
.btn.focus, .btn:focus{box-shadow:0 0 0 0 transparent} 

#stg-all-tickets-block h2{
  color:#324b8d;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;

}

.stgh-div-block h3{

  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;

}
.stgh-div-block-in-row{

  padding-top: 10px;
}
.stgh-div-block-in-row span{
  display: block;
  font-size: 14px !important;
  padding-bottom: 10px;
  color:#999999;
  border-bottom: 1px dotted #cccccc;
}
.stgh-div-block-in-row span:before{
  content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#999999;
    font-size: 14px;
    padding-right: 0.5em;

    top: 10px;
    left: 0;

}

.ava_block {
  width:auto;
 padding-right: 15px;
}
.ava_block img{
  border: 2px solid #ccc;
}

.pleft-pright{padding:0 10px 0 10px !important;}

select {
  height: 44px !important;

}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/

#stgh_ticketlist {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#stgh_ticketlist td, #stgh_ticketlist th {
  border: 1px solid #ddd;
  padding: 8px;
}

#stgh_ticketlist tr:nth-child(even){background-color: #f2f2f2;}

#stgh_ticketlist tr:hover {
  background-color: rgb(0,153,0,0.1);
  
}

#stgh_ticketlist th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:  #324b8d;
  color: white;
}

.mydiv {
  display: block;
  width: 100%;
  
  }
  .mydiv br {
  display: none;
  }

  .php-email-form .mydiv  input {
    height: 12px;
    margin-left: 30px;
    margin-right: 5px;
  }
  .php-email-form .mydiv  div {
  background-color: #dee2e6;
  padding: 5px;
  font-weight: 700;
  border-radius: 50px;
    }


.king-mt5{
  margin-top: 3rem!important;
}
@media (max-width: 768px) {
  .king-mt5{
    margin-top: 0px !important;
  }
}


/*woocommerce */

.woocommerce .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce p.order-again {
    text-align: right;
}

.woocommerce .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce ul.products li.product a img {
  border: 1px solid #d7d7d7;
}

.woocommerce .quantity .qty{
  height: 36px;
  border: 1px solid #b2b2b2;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #334a8d;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #389adc;
}


.select2-container .select2-selection--single .select2-selection__rendered {
  height: 30px;
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #444;
}


.woocommerce form .form-row input.input-text  {
  height: 30px;
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #444;
}
.woocommerce form .form-row textarea {
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #444;
  height: 100px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  float:none; 
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width:100%;
  overflow: visible;
}

.woocommerce form .form-row label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 148px;
  line-height: 2;
}

@media (max-width: 768px) {

  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    margin-left: 0px;
}
.select2-container--default .select2-selection--single{
  margin-left: 0px;
}
}

