/* --------------------------Header---------------------------- */

.stickynavbar {
  background-color: #fff !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
.nav_wrap {
  clear: both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.logo {
  font-weight: 700;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.logo a {
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lobster";
}
.logo a:hover {
  color: #fff;
}
.logo p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.menubar .social-media {
  padding: 12px 0;
  text-align: center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}
#masthead.scrolled {
  background: #ccc;
}
#site-navigation {
  width: 100%;
}

/* ------------- Topbar ---------------- */

#topbar {
  padding: 15px 0;
  background: #0e3440;
  filter: drop-shadow(0.174px 4.997px 21.5px rgba(27, 48, 117, 0.1));
}
#topbar .socialbox a {
  font-size: 15px;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #0e3440;
  border-radius: 50px;
  border: 1px solid transparent;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}
#topbar .socialbox i {
  font-size: 15px;
  color: #0e3440;
}
#topbar p.email {
  font-size: 12px;
  line-height: 20px;
  color: #fedb5c;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline;
}
#topbar p.text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-right: 15px;
  text-align: center;
  display: inline;
}
#topbar i.clock {
  color: #fff;
  padding-right: 15px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#topbar p.clock {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: inline;
  padding-right: 15px;
}
#topbar p.phone {
  font-size: 12px;
  line-height: 20px;
  color: #fedb5c;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline;
  padding-right: 15px;
}
#topbar a.get_ticket {
  font-size: 14px;
  color: #0e3440;
  font-family: "Montserrat", sans-serif;
  background: #fedb5c;
  padding: 5px 20px;
  border-radius: 4px;
  font-weight: 400;
}
#topbar p.phone:after {
  content: "";
  border-left: 1px solid #fedb5c;
  margin-left: 20px;
}

/* ------------- Header ---------------- */

.main-header-box {
  position: relative;
  z-index: 99999;
}
.header-nav {
  padding: 10px 0;
}
#header {
  position: relative;
  background: #000;
}
.home #header_navigation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
.home #header_navigation {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
#header .tutor {
  background: #fedb5c;
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
}
#header .tutor a {
  font-size: 14px;
  color: #0e3440;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#header .call {
  background: #fff;
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
}
#header .call a {
  font-size: 14px;
  color: #1b3075;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

/* --------------- Search -------------- */

.header-search button {
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  color: #001c81;
}
.header-search button:hover {
  outline: none;
}
.header-search input[type="search"] {
  border-radius: 20px;
  padding: 7px 10px;
  width: 80%;
  border: 1px solid #001c81;
}
.header-search {
  position: relative;
}

/*----------------Menu bar-----------*/

@media screen and (min-width: 1025px) {
  .navigation .current_page_item > a,
  .navigation .current-menu-item > a {
    color: #fedb5c;
    border-bottom: 1px solid #fedb5c;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation .mainmenu li:first-child {
    margin: 0;
    -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .navigation .mainmenu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 2px 20px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: none !important;
  }

  /* = Navigation hover and active menu css
-------------------------------------------------------------- */

  .navigation .mainmenu li {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0px;
  }
  .navigation .mainmenu li:last-child {
    margin-right: 0;
  }
  .navigation .mainmenu li a {
    display: block;
    text-align: center;
    color: #ffffff;
    position: relative;
  }

  /* = Navigation 2nd level css
-------------------------------------------------------------- */

  ul.sub-menu {
    display: none;
    z-index: 9999;
    position: absolute;
    left: -9999px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 120%;
    text-align: left;
    background: #0d0f42;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 4px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
  }
  .navigation {
    float: right;
  }
  .navigation .mainmenu li ul 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);
  }
  .navigation .mainmenu li ul li a {
    display: block;
    padding: 5px 0px;
    position: relative;
    top: 0;
    text-align: left;
    z-index: 1;
  }

  .navigation .mainmenu li:hover ul.sub-menu li {
    opacity: 1;
    visibility: visible;
  }

  .navigation .mainmenu ul.sub-menu li a {
    font-size: 14px;
    position: relative;
    color: #3b3fb2;
    font-weight: 600;
    margin-right: 25px;
  }
  .navigation .mainmenu ul.sub-menu li a:hover {
    background: #fff;
    z-index: 200;
  }
  .navigation .mainmenu ul.sub-menu li a {
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
    color: #fff;
  }

  .navigation .mainmenu ul.sub-menu li.current_page_item:hover a,
  ul.sub-menu .current_page_item:hover > a {
    background: none;
  }

  ul.sub-menu {
    position: relative;
    box-shadow: none;
  }
  .navigation .mainmenu ul.sub-menu li {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0px, -12px, 0px);
  }

  .navigation .mainmenu > li > a {
    font-size: 14px;
    padding: 5px 12px 4px;
  }

  .navigation .mainmenu ul.sub-menu li {
    list-style-type: none;
    font-size: 14px;
    color: #666;
    padding: 0;
  }

  .navigation .mainmenu li:hover > ul {
    display: block;
    width: 250px;
    position: absolute;
    left: auto;
    top: 85%;
    text-align: left;
  }
  .navigation .mainmenu li:hover ul.sub-menu {
    left: auto;
    top: 35px;
    text-align: left;
    -ms-animation: zoomIn 0.3s ease-in-out;
    -webkit-animation: zoomIn 0.3s ease-in-out;
    animation: zoomIn 0.3s ease-in-out;
    padding: 0;
    border-radius: 0;
  }

  .navigation .mainmenu li a:before,
  div#navbarNavDropdown li.current_page_item a:before,
  .current_page_item > a:before,
  .navigation .mainmenu li.current_page_item a:before,
  .current_page_item > a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fedb5c;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    z-index: -1;
  }

  .navigation .mainmenu li a:hover::before,
  div#navbarNavDropdown li.current_page_item a:hover::before,
  .current_page_item > a:hover::before,
  .navigation .mainmenu li.current_page_item a:hover::before,
  .current_page_item > a:hover::before {
    width: 100%;
  }

  /* = Navigation 3rd level css
-------------------------------------------------------------- */
  .navigation .mainmenu li:hover ul li:hover > ul {
    display: block;
    position: absolute;
    left: 205px;
    top: -1px;
    -ms-animation: fadeInRight 0.3s ease-in-out;
    -webkit-animation: fadeInRight 0.3s ease-in-out;
    animation: fadeInRight 0.3s ease-in-out;
    z-index: 1;
  }
  .navigation .mainmenu li:first-child ul.sub-menu li:first-child,
  .navigation .mainmenu li ul.sub-menu li:first-child {
    clip-path: none;
    background: none;
  }
  .navigation .mainmenu {
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
  }
  .navigation .mainmenu.ht-menu {
    display: block !important;
  }
  .navigation .mainmenu li {
    position: relative;
    margin-left: 20px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}

/*---------------- Footer Section ----------------------*/

.footer-cols {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#footer #footer_box:before {
  content: "";
  background: #0d0f41;
  opacity: 0.8;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid #fff;
  margin: 8px 0px;
}
#footer .social-icons a {
  font-size: 15px;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #0e3440;
  border-radius: 50px;
  border: 1px solid transparent;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
}
#footer .social-icons i {
  font-size: 13px;
  color: #0e3440;
}
#footer input[type="email"] {
  background: #ffffff;
  font-size: 14px;
  color: #84847c;
  font-weight: 400;
  font-family: "Roboto";
  letter-spacing: 2px;
  border-radius: 5px;
}
#footer input[type="submit"] {
  font-size: 14px;
  line-height: 25px;
  background: #fedb5c;
  width: 100%;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#footer input[type="email"]::placeholder {
  font-size: 12px;
  line-height: 20px;
  color: #717171;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}
.main_sociobox {
  padding: 20px 0;
}
#footer {
  color: #fff;
  text-align: left;
  background: #0e3440;
}
.footer_hide {
  display: none;
}
#footer .footer-cols h3 {
  font-size: 24px;
  letter-spacing: 0px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#footer .footer-cols p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
#footer .copyright p {
  font-size: 12px;
  text-align: center;
  color: #f8f8f8;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  padding: 12px 0;
  margin-bottom: 0;
  border-top: 1px solid #fedb5c;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer ul {
  padding: 0;
  margin-bottom: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 9px 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
#footer ul li a {
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 4px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer .textwidget input[type="email"] {
  border-radius: 40px;
  border: 2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"] {
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px;
  border: 2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: "Poppins";
}
#footer .contact-widget i {
  color: #fedb5c;
  margin-right: 10px;
  font-size: 16px;
  width: 18px;
}
#footer span.contact {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
#footer i.fas.fa-phone-volume {
  transform: rotate(-45deg);
}
#footer .footer-logo {
  width: 200px;
}
#footer .social a {
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
#footer .widget td {
  padding-top: 0px !important;
}
#footer #site-navigation ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#footer #site-navigation ul li {
  margin-right: 20px;
}
#footer #site-navigation {
  text-align: center;
  border-bottom: 1px solid #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 65px;
}
#footer .main-navigation li.current_page_item {
  background-color: transparent;
}
#footer .footer-logo-box {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
}
.wpcf7 .ajax-loader {
  display: none;
}

/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td,
.widget.widget_calendar tr,
.widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td,
#footer .widget.widget_calendar tr,
#footer .widget.widget_calendar th {
  color: #ffffff;
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #fff;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #fedb5c;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  text-align: center;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
