.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* .clearfix { */
  /* display: inline-block; */
/* } */

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #f3652e;
}

a:hover {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Hind Madurai", sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 44px!important;
  /* position: fixed!important; */
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

/* .background-header .main-nav .nav li:hover a { */
  /* color: #fb5849!important; */
/* } */

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
      background-color:white;
  /* position: absolute; */
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  
    position: relative;
    z-index: 3;
}

.header-area .main-nav {
  min-height: 40px;
    background: transparent;
    /* display: inline-block; */
    /* grid-template-columns: repeat(2, 1fr); */
    width: 100%;
    height: 50px;
	 display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-area .main-nav .logo {
  line-height: 42px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    /* padding-top: 10px; */
  text-transform: uppercase;
  letter-spacing: 2px;
  /* float: left; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

/* .background-header .nav { */
  /* margin-top: 20px !important; */
/* } */

.header-area .main-nav .nav {
  /* float: right;  */
  margin-top: 0px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  display: block;
  /* margin-left: 361px; */
}
.container {
    width: 1170px;
}
.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
 padding-bottom: 0px;
    padding-top: 8px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    /* height: 50px; */
    line-height: 50px;
  border: transparent;
  letter-spacing: 1px;
}
.nav>li>a {
    position: relative;
    display: block;
     padding: 0px;
}


.header-area .main-nav .nav li a.active {
  color: #eb6423 ;
  position:relative;
}

.main-nav .nav li:hover a {
  color: #eb6423!important;
}
.header-area .main-nav .nav .sub-menu li:hover a{
	 color: white!important;
}
.header-area .main-nav .nav .sub-menu li a{
color:white !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #eb6423!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 40px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #e87722;
  background:none;
  position:relative;
}

.header-area.header-sticky .nav li a{
	position:relative;
	background:none;
}

.header-area.header-sticky .nav li a:before {
    position: absolute;
    content: '';
    background: #e87722;
    width: 10px;
    height: 3px;
      bottom: 8px;
    left: 0;
    opacity: 0;
	transition:.3s all ease;
}
.header-area.header-sticky .nav li a.active:before {
    position: absolute;
    content: '';
    background: #e87722;
    width: 100%;
	opacity:1;
    height: 3px;
     bottom: 8px;
    left: 0;
	transition:.3s all ease;
}

.header-area.header-sticky .nav li a:hover:before{
	width:100%;
	opacity:1;
	transition:.3s all ease;
}
	

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
      .header-area .logo {
        margin-left: 12px;
        width: 230px;
    }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: blo!important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	z-index:-1;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  /* height: 0; */
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}





ul.menu {
  position: relative;
 
}
ul.menu li {
  float: left;
  width: auto;
}
ul.menu li a {
  display: block;
  width: auto;
  text-decoration: none;
}
ul.menu li:hover {
 
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.menu li:hover ul {
  width: 100%;
  background: #153e4d;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


ul.sub-menu li:hover {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.position-static{
	position:static !important;
}
.position-static:first-child{
	/* margin-left: 121px; */
}
ul.sub-menu li:hover {
    background: #e87722;
}
.header-area .main-nav .nav .sub-menu li {
    padding-right: 0px;
	padding-left:0;
	padding-bottom: 0px;
    padding-top: 0px;
}
.header-area .main-nav .nav .sub-menu li a{
	 padding-right: 15px;
	padding-left:15px;
}
.header-area .main-nav .nav .sub-menu li a.active {
   background: #e87722;
   color:white !important;
}
.header-area.header-sticky.background-header ul.sub-menu {
    top: 103%;
}
.background-header .main-nav .nav .sub-menu li a {
    color: white !important;
}

.about-content-box.new-about-us .sec-title-one h2 {
    padding-bottom: 12px;
	margin-bottom:20px;
}
.about-content-box.new-about-us .program-title h2 {
    padding-bottom: 12px;
	margin-bottom:20px;
}

p.paragraph-p{
	margin-top:20px;
}
p.paragraph-p:first-child{
	margin-top:0;
}
.upper-flex {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 30px;
}
a.upperbtn {
    background: #e87722;
    color: white !important;
     padding: 7px 30px;
    font-weight: 500;
    border-radius: 50px;
    font-size: 15px;
}
a.upperbtn.bg-none {
    background: white;
     border: 1px solid #f3652e; 
    color: #f3652e !important;
    font-weight: 500;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
a.upperbtn.bg-none:hover {
    background: #e87722;
    color: white !important;
	transition:.3s all ease
}
#main-nav .lms-btn a.upperbtn {
    /* background: #153e4d !important; */
	padding: 6px 30px;
    padding-top: 10px;
    border-radius: 0;
    height: 42px;
    margin-bottom: 10px;
}
.lms-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
	    gap: 20px;
}
.top-left.upper-div {
    margin-top: 3px;
}

.header-area.header-sticky.background-header .header-area .main-nav .nav {
    margin-top: 24px;
}
.logo {
        margin-top: -2px;
	
}
.top-left .logo-outer .logo img{
	width:250px;
}

.align-items-center {
    align-items: center;
	    display: flex;
}

.main-header .header-top.new {
    padding: 8px 0px;
	    background: #1b3947;
}
.header-top.new-header{
    padding: 6px 0px;
	    border-bottom: none;
}
.header-top.new li {
    color: white;
}
.header-top.new li span {
    color: white;
}
ul.nav.menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header.header-area.header-sticky.new {
    background: #f7f7f7 !important;
	min-height: 44px;
    box-shadow: none !important;
	transition:.3s all ease;
}
header.header-area.header-sticky.new.background-header {
    top: 0px !important;
	transition:.3s all ease;
}

.header-area.header-sticky.new .main-nav {
    /* min-height: 40px; */
    /* height: 40px; */
}
.header-area.header-sticky.new .main-nav .nav li {
    padding-bottom: 3px;
    padding-top: 3px;
}
ul.nav.menu:before {
    all: unset;
}
ul.nav.menu:after {
    all: unset;
}
header.header-area.header-sticky.new li a {
    text-transform: capitalize;
}

header.header-area.header-sticky.new .nav.menu {
    justify-content: center;
    gap: 20px;
}
.header-area .main-nav .nav li:first-child{
	padding-left:0;
}


.site-header {
	position: fixed;
	top: 36px;
	width: 100%;
	z-index: 100;
	transition: all .3s ease;
}
.site-header.hide {
	top: -80px;
}
nav.main-nav.lower li .active {
    color: white !important;
}
nav.main-nav.lower li .active {
    color: white !important;
    background: #153e4d !important;
    padding: 0 8px;
}
.header-area.header-sticky nav.main-nav.lower li a.active:before{
	all:unset;
}
.header-area.header-sticky nav.main-nav.lower li:hover{
	color: white !important;
    background: #153e4d !important;
    padding: 0 8px;
}





 #nav-top {
    padding: 8px 0 9px;
    position: relative
}

#nav-top .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/* #nav-top .logo { */
    /* width: 225px */
/* } */

#nav-top .logo img {
    width: 100%
}

#nav-top .search-join {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	    width: 100%;
}

#nav-top .search-join a {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#nav-top .search-join a+a {
    margin-left: 15px
}

#nav-top .search-join .search {
    color: #747681;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#nav-top .search-join .search:hover {
    color: #02bbce
}

@media only screen and (max-width: 768px) {
    #nav-top .search-join .search {
        font-size:1.5em
    }
}

#nav-top .search-join .sign-in {
    color: #5881c1;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#nav-top .search-join .sign-in:hover {
    color: #30398d
}

@media only screen and (max-width: 768px) {
    #nav-top .search-join .sign-in {
        display:none
    }
}

#nav-top .search-join .join {
    padding: 10px;
    min-width: auto;
    width: 140px
}

@media only screen and (max-width: 768px) {
    #nav-top .search-join .join {
        display:none
    }
}

#subnav {
    width: 100%;
    background-color: #eeeeee;
    z-index: 9998
}

@media (max-width: 768px) {
    #subnav {
        top:122px
    }
}

#subnav.lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998
}

#subnav.lock-move {
          top: 127px;
    -webkit-transition: all 300ms ease-in-out 120ms;
    transition: all 300ms ease-in-out 120ms
}

@media (max-width: 1200px) {
    #subnav .container {
        padding:0
    }
}

#subnav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1200px) {
    #subnav .wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

#subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width: 1200px) {
    #subnav ul {
        display:none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

#subnav ul li {
    margin: 0;
    padding: 0;
    width: 100%
}

#subnav ul li.blue a {
    color: #ffffff;
    background-color: #30398d;
    font-weight: 600
}

#subnav ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 0px 20px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #333
}

#subnav ul a:hover {
        background: #f3652eb5;
		color: white;
		  border-top: 1px solid white;
}

@media (max-width: 1200px) {
    #subnav ul a {
        font-size:0.825em;
        height: auto;
        padding: 10px 20px
    }
}



#subnav ul.main-menu>li:first-child a {
    color: #ffffff;
    background-color: #30398d;
    font-weight: 600
}

@media (max-width: 1200px) {
    #subnav ul.main-menu>li:first-child a {
        color:#30398d;
        background: transparent
    }
}

#subnav ul.main-menu>li:first-child a:hover {
    background-color: #30398d
}

@media (max-width: 1200px) {
    #subnav ul.main-menu>li:first-child a:hover {
        background-color:rgba(0,0,0,0.05)
    }
}

#subnav .current_page_item a,#subnav .current-page-ancestor a {
    background:#e87722;
    /* background-color: #153e4d; */
    color: white;
	    border-left: 1px solid white;
		    border-top: 1px solid white;
}

#subnav .current_page_item a.first-blue{
	background:#153e4d;
    background-color: #153e4d;
}

@media (max-width: 680px) {
    #subnav .buttons {
        margin-bottom:0
    }
}

@media (max-width: 1200px) {
    #subnav .buttons {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%
    }

    #subnav .buttons .btn {
        width: 100%
    }
}

#subnav .btn {
    /* height: 40px; */
    min-width: auto;
    width: 140px;
    padding: 15px 10px;
    font-size: 0.65em;
    border-radius: 0
}

@media (max-width: 1200px) {
    #subnav .btn {
        max-width:none;
        margin: 0
    }
}

#subnav .mobile-btn {
    display: none
}

@media (max-width: 1200px) {
    #subnav .mobile-btn {
        display:block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        background: #153e4d;
        color: white;
		        font-size: 13px;
    }
}

#subnav .sub-menu,#subnav .children {
    display: none;
    position: absolute;
    left: 0;
    z-index: 5
}

#subnav .sub-menu a,#subnav .children a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(238,238,238,0.95);
    color: #333
}

#subnav .sub-menu a:hover,#subnav .sub-menu a:focus,#subnav .children a:hover,#subnav .children a:focus {
    color: #153e4d;
    background: #fcfcfe
}

#subnav .sub-menu .current_page_item a,#subnav .children .current_page_item a {
    background: #30398d;
    color: #ffffff
}

#subnav .children>.page_item {
    background-color: white
}

#subnav .main-menu .menu-item-has-children,#subnav .page_item_has_children,#subnav .landing-page-sub-nav .menu-item-has-children {
    position: relative
}

#subnav .main-menu .menu-item-has-children:hover>a,#subnav .main-menu .menu-item-has-children:focus>a,#subnav .page_item_has_children:hover>a,#subnav .page_item_has_children:focus>a,#subnav .landing-page-sub-nav .menu-item-has-children:hover>a,#subnav .landing-page-sub-nav .menu-item-has-children:focus>a {
        background: #f3652eb5;
		color:white;
}

#subnav .main-menu .menu-item-has-children:hover .sub-menu,#subnav .main-menu .menu-item-has-children:hover .children,#subnav .main-menu .menu-item-has-children:focus .sub-menu,#subnav .main-menu .menu-item-has-children:focus .children,#subnav .page_item_has_children:hover .sub-menu,#subnav .page_item_has_children:hover .children,#subnav .page_item_has_children:focus .sub-menu,#subnav .page_item_has_children:focus .children,#subnav .landing-page-sub-nav .menu-item-has-children:hover .sub-menu,#subnav .landing-page-sub-nav .menu-item-has-children:hover .children,#subnav .landing-page-sub-nav .menu-item-has-children:focus .sub-menu,#subnav .landing-page-sub-nav .menu-item-has-children:focus .children {
    display: block;
    border-top: 2px solid #153e4d;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
	opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {
    #subnav .main-menu .menu-item-has-children:hover .sub-menu,#subnav .main-menu .menu-item-has-children:focus .sub-menu,#subnav .page_item_has_children:hover .sub-menu,#subnav .page_item_has_children:focus .sub-menu,#subnav .landing-page-sub-nav .menu-item-has-children:hover .sub-menu,#subnav .landing-page-sub-nav .menu-item-has-children:focus .sub-menu {
        display:none
    }
}

#subnav.page-color-blue ul li.current_page_root_ancestor a,#subnav.page-color-blue ul.landing-page-sub-nav>li:first-child a {
    background-color: #00aec7;
    font-weight: 600
}

#subnav.page-color-blue .current_page_item>a {
    color: white;
    background-color: #00aec7
}

#subnav.page-color-blue ul a:not(.override):hover {
    background-color: rgba(0,174,199,0.3)
}

#subnav.page-color-orange ul li.current_page_root_ancestor a,#subnav.page-color-orange ul.landing-page-sub-nav>li:first-child a {
    background-color: #ea7600;
    font-weight: 600;
    color: white
}

#subnav.page-color-orange .current_page_item>a {
    color: white;
    background-color: #ea7600
}

#subnav.page-color-orange ul a:not(.override):hover {
    background-color: rgba(234,118,0,0.3);
    color: white
}

#subnav.page-color-green ul li.current_page_root_ancestor a,#subnav.page-color-green ul.landing-page-sub-nav>li:first-child a {
    background-color: #00965e;
    font-weight: 600
}

#subnav.page-color-green .current_page_item>a {
    color: white;
    background-color: #00965e
}

#subnav.page-color-green ul a:not(.override):hover {
    background-color: rgba(0,150,94,0.3)
}

#subnav.page-color-pink ul li.current_page_root_ancestor a,#subnav.page-color-pink ul.landing-page-sub-nav>li:first-child a {
    background-color: #e0004d;
    font-weight: 600
}

#subnav.page-color-pink .current_page_item>a {
    color: white;
    background-color: #e0004d
}

#subnav.page-color-pink ul a:not(.override):hover {
    background-color: rgba(224,0,77,0.3)
}

#subnav.page-color-purple ul li.current_page_root_ancestor a,#subnav.page-color-purple ul.landing-page-sub-nav>li:first-child a {
    background-color: #8e3a80;
    font-weight: 600
}

#subnav.page-color-purple .current_page_item>a {
    color: white;
    background-color: #8e3a80
}

#subnav.page-color-purple ul a:not(.override):hover {
    background-color: rgba(142,58,128,0.3)
}

#subnav.page-color-red ul li.current_page_root_ancestor a,#subnav.page-color-red ul.landing-page-sub-nav>li:first-child a {
    background-color: #f93822;
    font-weight: 600
}

#subnav.page-color-red .current_page_item>a {
    color: white;
    background-color: #f93822
}

#subnav.page-color-red ul a:not(.override):hover {
    background-color: rgba(249,56,34,0.3)
}

.page-color-default #subnav ul li.current_page_ancestor>a,.page-color-default #subnav ul.main-menu>li:first-child a {
    background-color: #2d368e;
    font-weight: 600;
    color: #ffffff
}

.page-color-default #subnav .current_page_item>a {
    color: white;
    background-color: #2d368e
}

.page-color-default #subnav ul a:hover {
    background-color: rgba(45,54,142,0.3)
}

.page-color-default.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-default.page-template-landing-page .blurb .content {
    background: #30398d;
    background: linear-gradient(45deg, #30398d 0%, #001e60 100%)
}

.page-color-blue #subnav ul li.current_page_ancestor>a,.page-color-blue #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #00aec7;
    font-weight: 600;
    color: white
}

.page-color-blue #subnav .current_page_item>a {
    color: white;
    background-color: #00aec7
}

.page-color-blue #subnav ul a:not(.override):hover {
    background-color: rgba(0,174,199,0.3)
}

.page-color-blue.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-blue.page-template-landing-page .blurb .content {
    background: #00aec7;
    background: linear-gradient(45deg, #00aec7 0%, #2d368e 100%)
}

.page-color-orange #subnav ul li.current_page_ancestor>a,.page-color-orange #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #ea7600;
    font-weight: 600;
    color: white
}

.page-color-orange #subnav .current_page_item>a {
    color: white;
    background-color: #ea7600
}

.page-color-orange #subnav ul a:not(.override):hover {
    background-color: rgba(234,118,0,0.3);
    color: white
}

.page-color-orange.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-orange.page-template-landing-page .blurb .content {
    background: #ea7600;
    background: linear-gradient(45deg, #ea7600 0%, #f5e253 100%)
}

.page-color-green #subnav ul li.current_page_ancestor>a,.page-color-green #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #00965e;
    font-weight: 600;
    color: white
}

.page-color-green #subnav .current_page_item>a {
    color: white;
    background-color: #00965e
}

.page-color-green #subnav ul a:not(.override):hover {
    background-color: rgba(0,150,94,0.3)
}

.page-color-green.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-green.page-template-landing-page .blurb .content {
    background: #00965e;
    background: linear-gradient(45deg, #00965e 0%, #2d368e 100%)
}

.page-color-pink #subnav ul li.current_page_ancestor>a,.page-color-pink #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #e0004d;
    font-weight: 600;
    color: white
}

.page-color-pink #subnav .current_page_item>a {
    color: white;
    background-color: #e0004d
}

.page-color-pink #subnav ul a:not(.override):hover {
    background-color: rgba(224,0,77,0.3)
}

.page-color-pink.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-pink.page-template-landing-page .blurb .content {
    background: #e0004d;
    background: linear-gradient(45deg, #e0004d 0%, #8e3a80 100%)
}

.page-color-purple #subnav ul li.current_page_ancestor>a,.page-color-purple #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #8e3a80;
    font-weight: 600;
    color: white
}

.page-color-purple #subnav .current_page_item>a {
    color: white;
    background-color: #8e3a80
}

.page-color-purple #subnav ul a:not(.override):hover {
    background-color: rgba(142,58,128,0.3)
}

.page-color-purple.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-purple.page-template-landing-page .blurb .content {
    background: #8e3a80;
    background: linear-gradient(45deg, #8e3a80 0%, #2d368e 100%)
}

.page-color-red #subnav ul li.current_page_ancestor>a,.page-color-red #subnav ul.landing-page-sub-nav>li:first-child a {
    background-color: #f93822;
    font-weight: 600;
    color: white
}

.page-color-red #subnav .current_page_item>a {
    color: white;
    background-color: #f93822
}

.page-color-red #subnav ul a:not(.override):hover {
    background-color: rgba(249,56,34,0.3)
}

.page-color-red.page-template-landing-page .interior-hero .title {
    color: #2d368e
}

.page-color-red.page-template-landing-page .blurb .content {
    background: #f93822;
    background: linear-gradient(45deg, #f93822 0%, #ea7600 100%)
}

.menu-item-disabled {
    display: none
}

header {
    width: 100%;
    background: #fff;
    opacity: 1;
    position: relative;
    z-index: 9999;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out
}

header.reset {
    position: fixed;
    top: -200px
}

header.setup {
    top: -200px
}

header.lock {
    position: fixed;
    top: 0
}

header.un-lock {
    top: -200px
}

header.dim-it a {
    opacity: 0.25 !important
}

header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 680px) {
    header .username {
        display:none
    }
}

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

header #main-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

header a {
    font-weight: 200
}

header .search-join {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82%
}

header .search-join .search,header .search-join .sign-in {
    color: #02bbce;
    margin-right: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

header .search-join .search:hover,header .search-join .sign-in:hover {
    color: #30398d
}

header .search-join .search {
    opacity: 1 !important
}

header .search-join .join {
    color: #fff
}

#search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

#search-form .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    opacity: 0.95
}

#search-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 60px 60px 50px;
    background: #02bbce;
    -webkit-box-shadow: 0 0 20px #9e9e9e;
    box-shadow: 0 0 20px #9e9e9e;
    overflow: hidden
}

#search-form .close {
    cursor: pointer
}

#search-form .fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    color: #fff
}

#search-form input[type='text'] {
    color: #fff;
    border-color: #fff;
    margin: 0
}

#search-form input[type='text']::-webkit-input-placeholder {
    color: #fff
}

#search-form input[type='text']::-moz-placeholder {
    color: #fff
}

#search-form input[type='text']::-ms-input-placeholder {
    color: #fff
}

#search-form input[type='text']::placeholder {
    color: #fff
}

#login-form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

#login-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto
}

#login-form .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    opacity: 0.95
}

#login-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 450px;
    background: #2d368e;
    -webkit-box-shadow: 0 0 20px #9e9e9e;
    box-shadow: 0 0 20px #9e9e9e
}

#login-form .logo {
    position: absolute;
    top: 40px;
    left: 40px;
    text-align: center
}

#login-form .logo img {
    width: 100%;
    max-width: 100px
}

#login-form .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    color: #fff;
    cursor: pointer
}

#login-form #loginform {
    padding: 40px 40px 0
}
    


@media only screen and (max-width: 768px) {
    #login-form #loginform p {
        margin-bottom:10px
    }
}

#login-form .login {
    width: 100%;
    padding-top: 60px
}

#login-form .login .error {
    width: 100%;
    max-width: 370px;
    padding: 10px;
    margin: 35px auto -35px;
    font-weight: 600;
    color: #ff0000
}

#login-form .reset-link {
    padding: 0 40px 40px;
    margin: 0;
    font-size: 0.825em;
    color: #fff
}

@media only screen and (max-width: 768px) {
    #login-form .reset-link {
        font-size:0.75em
    }
}

#login-form .reset-link a {
    color: white
}

#login-form .fieldset+.fieldset {
    margin-top: 40px
}

#login-form #wp-submit {
    padding: 15px 40px;
    width: 100%;
    margin: 15px 0;
    border-radius: 30px;
    background: white;
    color: #2d368e
}

#login-form .login-remember {
    color: #fff;
    font-size: 0.825em
}

#login-form .login-remember label {
    font-weight: 200
}

#login-form .input::-webkit-input-placeholder {
    font-size: 1em
}

#login-form .input::-moz-placeholder {
    font-size: 1em
}

#login-form .input::-ms-input-placeholder {
    font-size: 1em
}

#login-form .input::placeholder {
    font-size: 1em
}

#login-form .btn {
    display: inline-block;
    font-size: 0.75em;
    text-align: center;
    width: 46%;
    padding: 10px;
    margin: 0;
    border: 1px solid #30398d
}

#login-form .btn+.btn {
    background: transparent;
    border: 1px solid #fff
}

#login-form .btn:hover {
    border-color: #ffb545;
    background: #ffb545
}

#login-form .cta {
    width: 100%;
    padding: 40px;
    color: #fff;
    background: #00aec7
}

@media only screen and (max-width: 768px) {
    #login-form .cta {
        font-size:0.75em
    }
}

#login-form .cta .title {
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.25em;
    letter-spacing: 0.05em
}

#login-form .cta p {
    font-size: 0.825em
}

#login-form .cta a {
    font-size: 1em;
    display: block;
    line-height: 1;
    color: #fff
}

#login-form .cta a+a {
    margin-top: 10px
}

#login-form .cta a:hover {
    color: #30398d
}

#mobile-menu-btn {
    display: none
}

@media only screen and (max-width: 768px) {
    #mobile-menu-btn {
        display:inline-block;
        font-size: 1.5em;
        color: #30398d;
		  margin-top: 14px;
    }
}

#nav-bottom {
    width: 100%;
       background-color: #1b3947;
    z-index: 9999;
	    height: 42px;
}

@media only screen and (max-width: 768px) {
    #nav-bottom {
        display:none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 9999
    }
}

#nav-bottom.lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000
}

#nav-bottom.step-down {
    z-index: 9999
}

@media only screen and (max-width: 768px) {
    #nav-bottom .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%
    }
}

@media only screen and (max-width: 768px) {
    #nav-bottom .content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 8px 20px 30px;
    }
}

#nav-bottom .logo {
    display: none
}

@media only screen and (max-width: 768px) {
    #nav-bottom .logo {
        display:block;
        width: 80%;
        margin-bottom: 40px
    }
}

#nav-bottom .login-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    #nav-bottom .login-mobile {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
        color: white
    }

    #nav-bottom .login-mobile a {
        margin-bottom: 0;
        color: white
    }

    #nav-bottom .login-mobile .btn {
        margin: 0 10px;
        color: #2d368e;
        background-color: white
    }

    #nav-bottom .login-mobile .btn.sign-in {
        color: white;
        background-color: transparent;
        border: 2px solid white
    }
}

#nav-bottom #main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
.top-right.col-md-7 {
    padding-right: 0;
}
.top-left.upper-div.col-md-5 {
    padding-left: 0;
}
.social-icons-one ul li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

#nav-bottom #main-nav li {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav li {
        text-align:left;
                margin-bottom: 20px;

    }
}

#nav-bottom #main-nav .current-page-ancestor a,#nav-bottom #main-nav .current_page_item a {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav .current-page-ancestor a,#nav-bottom #main-nav .current_page_item a {
        color:#fff;
    }
}

#nav-bottom #main-nav .current-page-ancestor a:after,#nav-bottom #main-nav .current_page_item a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#nav-bottom #main-nav li a {
    display: block;
    position: relative;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#nav-bottom #main-nav li a:after {
    display: block;
    content: '';
    border-bottom:solid 1px #e87722;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav li a:after {
        border-bottom:solid 2px #f3652e;
    }
}

@media only screen and (max-width: 1200px) {
    #nav-bottom #main-nav li a {
        font-size:0.75em
    }
}

@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav li a {
        display:inline;
        padding: 0;
        font-size: 5vw;
        font-weight: 400;
        color: #000000;
    }
}

#nav-bottom #main-nav li a:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #nav-bottom #main-nav li a:hover {
        color:#e87722;
    }
}

#nav-bottom #main-nav li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#nav-bottom .social {
    display: none
}

@media only screen and (max-width: 768px) {
    #nav-bottom .social {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

#nav-bottom .social li {
    margin-right: 20px
}

#nav-bottom .social li:last-of-type {
    margin-right: 0
}

#nav-bottom .social a {
    font-size: 5vw;
    color: #fff
}

#nav-bottom .close {
    display: none
}

@media only screen and (max-width: 768px) {
    #nav-bottom .close {
        display:block;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 20px;
        color: #000000;
        font-size: 20px;
        opacity:1;
    }
}

@media only screen and (max-width: 991px) {
	

	
  #mobile-menu-btn {
      display:inline-block;
      font-size: 1.5em;
      color: #000000;
      margin-top: 14px;
  }
#mobile-menu-btn {
  display: block !important;
}
#nav-bottom #main-nav {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%
  }
#nav-bottom {
      display:none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #fff !important;
      z-index: 9999
  }
#nav-bottom .container {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 100%
  }
#nav-bottom .content {
      -webkit-box-align:start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 8px 10px 30px;
  }
  #nav-bottom .close {
    display:block;
    position: absolute;
    top: 42px  ;
    right: 20px ;
    padding: 20px;
    color: #000000;
    font-size: 20px;
    opacity:1;
}
#nav-bottom .close i{font-size: 34px !important;}
.current_page_item a {
  color: #000000 !important;
}
#nav-bottom #main-nav li a {
  display: inline;
  padding: 0;
  font-size: 22px !important;
  font-weight: 400;
  color: #000000;
}
#nav-bottom .logo {
  display: block;
  width: 53%;
  margin-bottom: 40px;
}

} 



    .table-section {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    padding: 18px;
    border-radius: 18px;
  }
  .table-responsive {
    border-radius: 8px 8px 0 0;
}
  .table-section .table { 
    margin-bottom: 0; 
	--bs-table-bg: unset;
  }
  .table-section .table .td2 {
      border-right: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
   color:#00346C;
    padding-left: 20px;
    padding: 18px;
	border-bottom: none;
	white-space: nowrap;
	border-color: white;
	text-align: center;
	border: 1px solid #ffffff;
	background: #f3652e2e;
		    
  }
td.td2.hover:hover {
    color: #E75639 !important;
	cursor: pointer;
}
  .table-section .table .th2 {
    border-right: none;
    border-top: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    
    padding-left: 20px;
	white-space: nowrap;
	border-color: white;
	color: white;
  }
  .table-section .table .td1 {
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
    border-left: none;
    padding: 18px;
	border-bottom: none;
	white-space: nowrap;
	border-color: white;
	text-align: center;
	 border: 1px solid #ffffff;
	 background: #f3652e2e;
	
  }
  .table-section .table .th1 {
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    border-top: none;
    border-left: none;
	white-space: nowrap;
	border-color: white;
	    color: white;
  }
  
  
.table-responsive::-webkit-scrollbar {
    height: 8px;
	border-radius:20px;
}
.table-responsive tr:nth-child(even) {
    background: #FFDCD6;
}
.table-responsive tr:nth-child(odd) {
    background: #FFF1EF;
}

.table-responsive .table thead tr{
	background-color:#153e4d !important;
	color:white;
}

.schedule-body.contest {
    padding: 15px !important;
    /* width: 300px; */
}

.schedule-stats.contest {
    margin: 0 !important;
}

.sports-schedule.contest {
    /* width: 500px; */
    margin: 0 auto;
    padding: 12px 0px 20px;
}
.options-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}
.algo-contest {
    /* text-align: center; */
}

.algo-ques span {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
	display: block;
}

.options label {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.algo-contest-sec {
    width: 800px;
    margin: 0 auto;
       padding: 18px 26px;
    border-radius: 10px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.algo-contest-sec h5 {
    /* text-align: center; */
    font-weight: 600;
}
.algo-ques {
    /* text-align: center; */
}

.algo-ques select {
    width: 100%;
    background: #ebebeb;
    border: none;
    padding: 12px;
    border-radius: 10px;
}

.algo-ques.option-Select span {
    margin: 10px 0;
}
form.algocontest {
    width: 800px;
    margin: 0px auto;
}
.single-blog.vertical-style.advertisement-section.algocontest {
    margin-top: 0px;
}

form.algocontest h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #E75639;
}

.schedule-team-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 825px;
  margin: auto; 
}
.team-name1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  display: block;
  margin: -6px 0 -8px;
}
.date-times-vs1 img.versace-icon {
  width:100px;
}
.team-sec-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.team-setting-box {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.team-setting-box .heading-class h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.team-setting-box .heading-class {
  background: #00346C;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 12px 0 12px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 10px;
}
.team-setting-box ul li span.property {
  color: #5C6172;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: capitalize; 
}
.team-setting-box ul li span.value {
  color: #00346C;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
  opacity: 0.9;
}
.team-setting-box ul li{
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.vs-section {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.prediction-page a {
    background: #00346C;
    color: white;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 18px;
    font-weight: 600;
	    width: 38%;
}
.section-title1.if-lines-break1 h3 {
    font-weight: 600;
}

.table-section .table.cart-page__table tr{
	text-align:center;
}
.authority.bettor-ranking.blog-posts {
    padding: 80px 0;
}
.sorting-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sorting-icon {
    display: flex;
    flex-direction: column;
}
.sorting-icon i {
       font-size: 10px;
    cursor: pointer;
}



.overlayy:target {
    visibility: visible;
    opacity: 1;
}
.overlayy:target {
    visibility: visible;
    opacity: 1;
}
.overlayy {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.popup .close.close1 {
    top: -2px;
	opacity:0.5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.popup .close {
    position: absolute;
    top: 15px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .contentt {
    /* max-height: 30%; */
    overflow: auto;
}
td.td2 a {
    color: #153e4d;
    text-underline-position: under;
    text-decoration: underline !important;
}





.accordion dl,
.accordion-list {
  /* border: 1px solid #ddd; */
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  /* height: 1em; */
  width: 100%;
  /* background-color: #153e4d; */
}

.accordion dd,
.accordion__panel {
  /* background-color: #eee; */
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 0.7em 2em 0.7em 2em;
    margin-bottom: 0;
	font-size: 14px;
    line-height: 22px;
}
.accordion ul {
  padding: 0.7em 2em 0.7em 2em;
    margin-bottom: 0;
}

.accordion ul li{
	font-size: 14px;
    line-height: 23px;
	 margin-bottom: 9px;
	     list-style-type: disc;
}

.accordion p  a{
	text-decoration:underline !important;
	color:#153e4d;
	text-underline-position: under;
}
.accordion {
  position: relative;
  /* background-color: #eee; */
}

.accordion-section {
  max-width: 960px;
  margin: 0 auto;
      padding: 70px 0 30px 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #153e4de8;
  /* text-align: center; */
  font-weight: 700;
  padding: 1.5em;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #fff;
      position: relative;
	      margin-top: 15px;
	  margin-bottom: 20px;
    border-radius: 20px;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  transition: transform 0.3s ease-in-out;
  position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #153e4d;
      color: white !important;
}
a.accordion-title.accordionTitle.js-accordionTrigger {
    color: white;
}
.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #153e4d;
    color: white !important;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
  top: 28px;
}

.accordionItem {
  height: auto;
 overflow: hidden;
  /* max-height: 50em; */
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /* max-height: 15em; */
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}


.social-icons-one ul {
    float: none !important;
}
.form-box.default-form.width select {
    appearance: auto;
	    padding: 10px 16px;
		height: 44px;

}
.form-box.default-form.width {
    width: 100%;
}





.cookie-notice {
    display: none;
}



ul.tabs.training li.active a {
    color: white;
}

ul.tabs.training li a {
    color: black;
}
ul.tabs.training li:hover a {
    color: white;
}














/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}


@media (max-width: 991px) {
	
.header-area .menu-trigger {
    display: block !important;
	

}
#nav-bottom #main-nav li {
        text-align:left;
         margin-bottom: 20px;
		  padding-bottom: 12px;

    }
	
	#main-nav .lms-btn a.upperbtn {
    margin-top: 10px;
}
	
	
#nav-bottom .login-mobile {
    display: block;
}


a.upperbtn {
    padding: 6px 30px;
}

.accordion-section {
    width: 95%;
}
.container {
    width: 95%;
}	
	
.auto-container {
    width: 96%;
}	
	
.header-area .main-nav .nav li.position-static:after {
	font-family: FontAwesome;
    content: "\f107";
	 position: absolute;
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
}

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }
  
  
  .upper-flex {
    display: block;
	/* padding: 0px 0 12px; */
  }
  .social-icons-one {
    display: block;
    margin-top: 22px;
}


.lms-btn {
    /* justify-content: space-around; */
	 margin-top: 0;
}


.header-area .main-nav {
    width: auto;
    height: unset;
    display: block;
	padding-top: 8px;
}
.header-area.header-sticky .nav {
        margin-top: 0px !important;
    }
	
.header-area .main-nav .nav li {
    padding-bottom: 0px;
    padding-top: 0px;
}	
	
.header-area.header-sticky .nav li a.active:before {
   all:unset;
}	
.header-area .main-nav .nav {
        position: absolute;
}	
	
.header-area.header-sticky.background-header .nav {
        margin-top: -8px !important;
}
	
    .search-join .lms-btn {
        display: none;
    }	
	    .lms-btn {
        margin-bottom: 30px;
    }
		
	
		
}







@media (max-width: 767px) {
	
	
	.search-join .lms-btn{
		display:none;
	}
	
.lms-btn.mobile{
		display:block;
		margin-left: 9px;
	}	
	

#nav-bottom .close {
        top: 12px;
        right: 0px;
       
    }
	
	#nav-bottom .close i {
        font-size: 26px !important;
    }
	
	#nav-bottom .logo {
        width: 80%;
        margin-bottom: 40px;
    }
	#nav-bottom #main-nav li a {
        font-size: 17px !important;
    }
	
	    #nav-bottom #main-nav li {
        text-align: left;
        margin-bottom: 15px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 8px;
    }
	
	
	
	
}
.section-title h2 {
    font-size: 22px !important;
}
input#submit {
    padding: 10px 25px;
    background-color: #e87722;
    border: 2px solid #e87722;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
}


