@font-face {
  font-family: Action-BAL;
  src: url('../fonts/bal/Action-BAL.ttf'); 
}
@font-face {
  font-family: Schwager;
  src: url('../fonts/Schwager/SchwagerSansLight.otf'); 
}
@font-face {
  font-family: Schwager-Bold;
  src: url('../fonts/Schwager/SchwagerSansBold.otf'); 
}
@font-face {
  font-family: Arial;
  src: url('../fonts/arial/arial.ttf'); 
}


body {
  font-family: Schwager;
  font-size: 18px;
  color: #444;
  line-height: 26px;
  letter-spacing: normal;
  font-style: normal;
  text-indent: 0px;
  background: #fff;
}

a {
  color: #034ea2;
}
a:hover {
  text-decoration: none;
}
img {
/*  width: 100%;*/
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-family: Schwager;
}

/*p {font-size: 16px;}*/
p b, p strong {font-weight: 700;}

.blue_color {color: #DA291C!important;}

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-family: Schwager;
  margin: 0 0 10px;
    margin-bottom: 10px;
  text-transform: none;
}

.ecommerce .site-logo, .ecommerce .reduce-header .site-logo {
  padding-top: 5px;
  padding-bottom: 0;
}
.site-logo img 	{
	height: 80px;
}
.ecommerce .header-navigation {
  font-size: 25px;
  letter-spacing: 1px;
  font-family: inherit;
}
.header-navigation li span.sep {
  /*top: 20%;*/
  width: 1px;
  height: 18px;
  background: #eaeaea;
  position: relative;
  margin: 0 18px 0 16px;
  display: inline-block;
}

/* Navigation */
.ecommerce .header-navigation {
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
}
.ecommerce .header-navigation > ul > li > a {
  color: #fff!important;
  padding: 30px 12px;
  font-family: Action-BAL;
}
.ecommerce .header-navigation > ul > li > a:hover {
  background: #fff;
}
.title-wrapper .header {
  background: transparent;
  box-shadow: none;
  padding-top: 10px;
}
.ecommerce .title-wrapper .header-navigation > ul > li > a {
  color: #fff!important;
}
.ecommerce .title-wrapper .header-navigation > ul > li > a:hover {
  background: transparent;
}
.ecommerce .header-navigation ul > li.active > a,
.ecommerce .header-navigation ul > li > a:hover,
.ecommerce .header-navigation ul > li > a:focus,
.ecommerce .header-navigation ul > li.open > a,
.ecommerce .header-navigation ul > li.open > a:hover,
.ecommerce .header-navigation ul > li.open > a:focus {
  color: #53b847;
  background: transparent;
}
.ecommerce .header-navigation .dropdown-menu {
  background: #fff;
}
.header-navigation > ul > li.dropdown:hover > a:after, .header-navigation .search-box::after, .langs-block-others::after { 
  border-bottom: 8px solid #53b847;
}
.header-navigation .dropdown-menu li {
  border-bottom: none;
}
.ecommerce .header-navigation .dropdown-menu > li > a {
  color: #444;
}
.ecommerce .header-navigation .dropdown-menu > li > a:hover,
.ecommerce .header-navigation .dropdown-menu > li.active > a,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li.active > a {
  color: #fff!important;
  background: #53b847;
}
.ecommerce .header-navigation ul > li.active > a {
  /*border-bottom: 2px solid #E44F00;*/
  border-bottom: none !important;
}

.ecommerce .header-navigation > ul > li > .dropdown-menu {
  margin-top: -5px;
}
.langs-block-others {
  border-top: solid 2px #53b847;
}
.langs-block-others a:hover {
  color: #53b847;
}
.ecommerce .reduce-header .header-navigation > ul > li > .dropdown-menu {
  margin-top: -5px;
}
.ecommerce .reduce-header .header-navigation > ul > li.dropdown:hover > a:after { 
  bottom: 0;
}
 .header .header-navigation li > a:hover, .header .header-navigation li.active > a, .header .header-navigation li.open > a:hover {
    color: #fdb927 !important;
  }
.header-navigation .dropdown-menu > li:first-child, .header-navigation .search-box {
  border-top: 2px solid #53b847;
}
.ecommerce .header-navigation li.menu-search {
  top: 30px;
}
.ecommerce .header-navigation li.menu-search i {
  color: #53b847;
}
.header-navigation li.menu-search span.sep {
  background: #53b847;
}

.header-navigation li span.sep {
  background: #f7ad18;
}
.pre-header {
  color: #fff;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  line-height: 1.2;
  font-weight: 300;
  background: #034ea2;
}
.pre-header a.current {
  color: #fff;
}
.pre-header .list-inline {
  margin-top: 5px;
}
.social-media-top {
  margin-bottom: 10px;
}
.social-media-top a {
  width: 30px;
  height: 30px;
  color: #EEF9FF;
  border-color: #EEF9FF;
  border-radius: 50% !important;
}
.social-media-top a:hover {
  background: #fff;
  color: #034ea2;
}
.me-2 {
  margin-right: .5rem !important;
}
.header .top-cart-block {
  font: unset;
}

.bank_btn {
  margin: 30px 0;
}
.bank_btn .btn, .main_btn {
  background: #f7ad18;
  color: #f7ad18!important;
  text-transform: none;
  padding: 8px 20px;
  font-size: 20px;
}
.bank_btn .btn {
  width: 100%;
  text-transform: uppercase;
}
.bank_btn .btn:hover, .main_btn:hover {
  background: #f7ad18;
  color: #f7ad18!important;
}
.bg-white {
  background: #fff!important;
}
.bg-choco {
  background: #231f20!important;
}
.text-choco {
  color: #231f20!important;
}
.text-white {
  color: #fff!important;
}
.text-gray {
  color: #818180!important;
}
.text-yellow {
  color: #fdb927!important;
}
.bg-yellow {
  background: #fdb927!important;
}
.bg-gold {
  background: #d4af37!important;
}
.text-gold {
  color: #d4af37!important;
}
.bg-black {
  background: #000!important;
}
.text-black {
  color: #000!important;
}
.bg-blue {
  background: #1e4488!important;
}
.text-blue {
  color: #1e4488!important;
}
.bg-green {
  background: #008347!important;
}
.text-green {
  color: #008347!important;
}
.bg-red {
  background: #c7202f!important;
}
.text-red {
  color: #c7202f!important;
}
.font-bal {
  font-family: Action-BAL!important;
  letter-spacing: 1.5px;
}

.btn-primary {
  background: #53b847;
}
.btn-primary:hover {
  background: #034ea2;
}
.content-page h3, .content-page h4 {
  color: #f7ad18;
}

.img-responsive {
  display: inline;
}

.content-inner-list {
  padding-left: 20px;
}

.icon-box {
    /*text-align: center;*/
    /*margin-bottom: 15px;*/
}
.icon-box h4 {
  color: #f7ad18;
}
.icon-box p {
  padding-bottom: 5px;
  font-size: 16px;
}

a.read-button {
  font-weight: 600;
  color: #f7ad18;
  font-size: 15px;
  transition: all 0.3s ease-in;
  position: absolute;
  bottom: 0;
  left: 10;
  cursor: pointer;
}

a.read-button:hover i {
  margin-left: .8em !important;
}

a.read-button:hover {
  color: #f7ad18;
  text-decoration: none;
}

.modal-body p {
  color: #6a6a6a;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .col-6 h4 {
      font-size: 12px;
      margin-bottom: 3px;
  }
  .col-6 p {
      line-height: 1.2;
      font-size: 12px;
    }
}
.content-page hr {
  border-top: 1px solid #f7ad18;
}

.mb-0 {
  margin-bottom: 0px!important;
}
.mb-1 {
  margin-bottom: 10px!important;
}
.mb-2 {
  margin-bottom: 20px!important;
}
.mb-3 {
  margin-bottom: 30px!important;
}
.mt-0 {
  margin-top: 0px!important;
}
.mt-1 {
  margin-top: 10px!important;
}
.mt-2 {
  margin-top: 20px!important;
}
.mt-3 {
  margin-top: 30px!important;
}

.pt-0 {
  padding-top: 0px!important;
}
.pt-1 {
  padding-top: 10px!important;
}
.pt-2 {
  padding-top: 20px!important;
}
.pt-3 {
  padding-top: 30px!important;
}

.top-cart-content {
  width: auto;
}
.top-cart-content .scroller {
  height: 80px;
}
.top-cart-content li {
  padding: 0;
}
.top-cart-content:after {
  border-bottom: 8px solid #f7ad18;
}
.header .mobi-toggler:hover {
  background: #f7ad18 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #f7ad18;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  background: -moz-linear-gradient(top, #1e4488 0%, #1e4488 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e4488 0%,#1e4488 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e4488 0%,#1e4488 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008348', endColorstr='#008348',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%!important;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #ffffff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #ffffff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #ffffff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  background-color: #097bed;
  text-align: center;
  line-height: 49px;
  z-index: 99;
  font-size: 16px;
  transition: 0.4s;
  cursor: pointer;
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
.back-to-top:hover {
  box-shadow: 0px 3px 7px 0px rgba(254, 242, 46, 0.35);
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/*---------------------------------------
    ## Single Post Wrap
---------------------------------------*/
.add-area img {
  width: 100%;
}

.single-post-wrap {
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s;
}
.single-post-wrap .thumb {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 5px!important;
}
.single-post-wrap .thumb img {
  width: 100%;
  transition: 0.8s;
  transform: scale(1.01);
}
.single-post-wrap .thumb .tag-base {
  position: absolute;
  left: 17px;
  top: 19px;
  z-index: 3;
}
.single-post-wrap .thumb .btn-date {
  position: absolute;
  left: 17px;
  bottom: 19px;
  z-index: 3;
  height: 40px;
  line-height: 41px;
  padding: 0 22px;
  display: inline-block;
  border-radius: 40px;
  background: #fff;
  color: #201654;
  margin-bottom: 0;
}
.single-post-wrap .thumb .btn-date i {
  margin-right: 5px;
}
.single-post-wrap .thumb .play-btn-large {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
}
.single-post-wrap .thumb .play-btn-medium {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  z-index: 5;
  opacity: 0.8;
}
.single-post-wrap .thumb .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}
.single-post-wrap .details p {
  margin-bottom: 0;
  margin-top: 16px;
  color: #201654;
}
.single-post-wrap .details .btn {
  padding: 0 17px;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
}
.single-post-wrap .spw-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 18px;
}
.single-post-wrap .spw-bottom ul {
  margin: 0;
  padding: 0;
}
.single-post-wrap .spw-bottom ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-post-wrap .spw-bottom ul li:first-child {
  margin-left: 0;
}
.single-post-wrap .spw-bottom ul li:last-child {
  margin-right: 0;
}
.single-post-wrap .spw-bottom ul li p {
  font-size: 14px;
  margin-top: 0;
}
.single-post-wrap .spw-bottom .media .media-left {
  margin-right: 10px;
}
.single-post-wrap .spw-bottom .media .media-left img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.single-post-wrap .spw-bottom .media .media-body p {
  margin: 0;
}
.single-post-wrap:hover .thumb img {
  transform: scale(1.06);
}
.single-post-wrap.style-white .post-meta-single p,
.single-post-wrap.style-white .post-meta-single li {
  color: rgba(255, 255, 255, 0.8);
}
.single-post-wrap.style-white .details .title {
  color: #fff;
}
.single-post-wrap.style-white .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(3, 78, 162, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(3, 78, 162, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap.style-overlay .details .title:hover a {
  color: #ffbe00;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .post-meta-single li {
  color: #fff;
}
.single-post-wrap.style-overlay:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 18px;
  z-index: 4;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.single-post-wrap.style-overlay-bg:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-box {
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa;
}
.single-post-wrap.style-box .thumb {
  margin-bottom: 0;
  border-radius: 0;
}
.single-post-wrap.style-box .details {
  padding: 25px;
}
.single-post-wrap.style-box:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
}

/***trending post****/
.trending-post .single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 7px;
}
.trending-post.style-box {
  background: #fff;
  padding: 33px 23px 23px;
  border-radius: 5px;
  box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

/*****single-post-list-wrap*****/
.single-post-list-wrap {
  margin-bottom: 17px;
}
.single-post-list-wrap .media-left {
  position: relative;
}
.single-post-list-wrap .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-list-wrap .media .media-left {
  margin-right: 13px;
}
.single-post-list-wrap .media img {
  border-radius: 5px;
  width: 100%;
}
.single-post-list-wrap .media .media-body .post-meta-single ul li {
  font-size: 14px;
  color: #201654;
}
.single-post-list-wrap .media .media-body h6 {
  margin-bottom: 0;
}
.single-post-list-wrap .media .media-body p {
  margin-bottom: 0;
}
.single-post-list-wrap.style-white .media .media-body .post-meta-single ul li {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body h6 {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  margin-bottom: 0;
}
.single-post-list-wrap.style-two {
  margin-bottom: 30px;
}
.single-post-list-wrap.style-two .media .media-left {
  margin-right: 20px;
}
.trending-post .single-post-wrap.style-overlay .post-meta-single p {
  font-size: 12px;
}
.trending-post .single-post-wrap.style-overlay .details .title a {
  font-size: 14px;
  color: #fff;
}
.trending-post .single-post-wrap.style-overlay .details .title a:hover {
  color: #53b847;
}
.single-post-details .details {
  padding: 15px;
}
.single-post-details .img {
  border-radius: 5px!important;
}


.ecommerce .sidebar {
}
.sidebar-widget {
  margin-bottom: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 25px 98px 0 rgb(0 0 0 / 4%);
  border: 1px solid transparent;
}
.sidebar-title h4 {
  font-size: 22px;
  line-height: 28px;
  color: #034ea2;
  font-weight: 700;
  margin-bottom: 30px;
}
.popular-posts .post {
  position: relative;
  min-height: 100px;
/*  margin-bottom: 20px;*/
  border-bottom: 1px solid #e4e6e5;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
}
.popular-posts .post .post-thumb {
    width: 80px;
    overflow: hidden;
}
figure {
    margin: 0 0 1rem;
}
.popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.radius-image {
  border-radius: 5px;
}
.popular-posts .post .text {
  position: relative;
  font-size: 22px;
  margin: 0px 0px 10px;
  font-weight: 600;
  color: #181d2e;
  line-height: 1.2em;
  align-self: center;
}
.popular-posts .post .text a {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  color: #181d2e;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-transform: capitalize;
}
.popular-posts .post .text a:hover {
  color: #53b847;
}
.popular-posts .post-info {
  position: relative;
  font-size: 11px;
  color: #636466;
  font-weight: 400;
  text-transform: none;
}

/*** Section Title ***/
.section-title h1 {
  font-size: 30px;
  color: #53b847;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 15px;
    bottom: 0;
    background: #034ea2;
    border-radius: 2px;
}
.section-title-green::before {
  background: #53b847;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


.header .mobi-toggler {
  background: #fdb927;
  border: 1px solid #fdb927;
  background: #fdb927 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
}
.header .mobi-toggler:hover {
  background: #034ea2 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #034ea2;
}

.header_center {
  display: flex;
  justify-content: center;
}
.header_right {
  display: flex;
  justify-content: right;
}

.pre-footer {
  background: #091E3E;
  color: #fff;
}
.footer {
  background: #034ea2;
}
.pre-footer h2, .ecommerce .pre-footer h2 {
  font-size: 21px;
  color: #fff;
}
.pre-footer a, .pre-footer address {
  color: #c2c1c1;
}
.pre-footer a:hover {
  color: #fff;
}
.footer .padding-top-10 {
  color: #fff;
  opacity: unset;
}

.wrapper-inner {
  background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/banner/Photo-1.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0b8048;
  min-height: 240px;
  margin: 0;
}
.wrapper-inner h1 {
  border-bottom: none!important;
}
.team img {
  width: 100%;
}
.team .member-title {
  color: #444;
  width: 100%;
  text-align: center;
}
.team .btn:hover {
  background: #53b847;
  border: 1px solid #53b847;
}
.product-item:hover {
  box-shadow: 5px 5px rgba(83, 184, 71, 0.9);
}

.header_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/banner/summit2.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-color: #0b8048;*/
}

/*.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}*/

.title-wrapper {
  margin: auto;
  padding-top: 0;
  min-height: 100vh;
}
.header_video {
  margin: auto;
  padding-top: 0;
  background: linear-gradient(rgba(0,0,0, .7), rgba(0,0,0, .7));
  min-height: 100vh;
}
.header_video img {
  width: 70%;
}
.wrapper_content {
  min-height: 90vh;
/*  margin-top: -10vh;*/
}
.ecommerce .title-wrapper h1 {
  font-size: 100px;
}
.title-wrapper h1 {
  border-bottom: none!important;
}
.title-wrapper h1 span {
  font-size: 30px;
  color: #fff;
}
.title-wrapper p {
  font-size: 45px;
  text-align: center;
  line-height: 1.2;
}
.title-wrapper .p_venue {
  font-size: 40px;
}
.title-wrapper .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.quote {
  position: relative; 
  background: #dc5f02;
  min-height: 50vh;
}
.quote::before {    
  content: "";
/*  background-image: url(../img/banner/sahara.jpeg);*/
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/banner/summit1.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.quote h4 {
  font-size: 30px;
}
.quote p {
  color: #fff;
}
.quote p span {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
.quote_2 {
  min-height: 30vh;
}
.quote_2 p span {
  font-size: 20px;
}

.inviteBox {
  background: linear-gradient(rgba(0, 106, 56, 0), rgba(0, 106, 56, 0)), url(../img/Party-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
  position: relative;
}
.inviteContent {
  padding: 50px;
  position: relative;
}
.inviteContent h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 100px 0;
}
.inviteContent h2 {
  font-size: 30px;
  line-height: 1.2;
}
.inviteContent hr {
  border-top: 1px solid #da9100;
}
.inviteBox  .pattern {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.inviteContent  .logo {
/*  top: 30px;*/
  width: 30%;
}
.inviteContent label, .inviteContent p {
  font-size: 20px;
  margin-bottom: 20px;
}
.inviteContent .date {
  font-family: Action-BAL;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.inviteContent .date span {
  text-transform: none;
}
.inviteContent .btn-primary {
  background: #fdb927;
  border-radius: 50px!important;
  border: none;
  text-transform: none;
  font-size: 20px;
}
.inviteContent .btn-primary:hover {
  background: #da9100;
  color: #fff;
}
.question4_div {
  margin-top: 100px;
}

/*Custom radio button*/
.radio-mc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300!important;
/*  text-align: left;*/
}

/* Hide the browser's default radio button */
.radio-mc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: hsla(15,28%,89%,.05);
  border: 1px solid #444444;
  border-radius: 50%!important;
}

/* On mouse-over, add a grey background color */
/*.radio-mc:hover {
  color: #f6b024;
}
.radio-mc:hover input ~ .checkmark {
  background-color: #f6b024;
}*/

/* When the radio button is checked, add a blue background */
.radio-mc input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-mc input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-mc .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fdb927;
}

.form-contact {
  color: #818180;
/*  background-color: #fff;*/
  padding: 30px;
/*  box-shadow: 0px 0px 15px rgba(0,0,0,.3);*/
}
.form-contact h4 {margin-top: 5px;}

.form-contact label {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #818180;
}
.form-contact label span {color: red;}
.form-contact .validate, form .validate {color: red; font-size: 14px; margin-bottom: 0; margin-top: 3px;}
.form-contact .error-message, .login-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.form-contact .help-block {
  margin: 0;
}
.form-contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
  font-weight: 400;
  font-size: 12px;
}
.form-contact .error-message br + br, .login-form .error-message br + br {
  margin-top: 25px;
}
.form-contact .sent-message, .login-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.form-contact .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.form-contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control, .select2-container--default .select2-selection--single {
/*  border-bottom: 1px solid #e4e6e8;*/
  border-radius: 0px;
  height: 30px!important;
  padding-left: 0;
  font-size: 13px;
  background: transparent;
/*  width: 100%!important;*/
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.form-contact .form-control[disabled] {
  background-color: #eee;
  cursor: not-allowed!important;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #231f20;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999!important;
}
.form-contact .non_editable:read-only {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-contact textarea.form-control {
  border-radius: 0px;
  height: 70px!important;
}
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag, .iti--separate-dial-code .iti__selected-flag:hover {
  background: transparent!important;
}
.select2-results__option {
  text-align: left;
  color: #333;
}
.form-contact .socail_links {
  margin-bottom: 10px;
}
.form-contact .btn-primary {
  background: #fdb927;
  border: none;
}
.form-contact .btn-primary:hover {
  background: #da9100;
}
.form-contact .btn-yellow:hover {color: #231f20;}
.form-contact .btn-yellow:disabled, .pricing-box .btn-yellow:disabled {
  background-color: #231f20;
  cursor: not-allowed !important;
  opacity: .3;
}

.form-contact .socail_links ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-contact .socail_links ul li a {
  font-size: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #f37e22;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff !important;
  line-height: 40px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #f37e22;
}
.form-contact .socail_links ul li a i {
  font-size: 15px;
  line-height: 40px;
  position: relative;
  top: -1px;
}
.form-contact .socail_links ul li:hover a {
  background: #f9a515;
  border: 1px solid #f9a515;
}
/* checkbox
=============================== */
.checkbox-mc { 
  display: block; 
  position: relative; 
  padding-left: 40px; 
  margin-bottom: 10px!important; 
  cursor: pointer; 
  font-weight: 300!important;
}
.checkbox-mc a, .checkbox-mc a:hover { color: #fdb927; }
.checkbox-mc input[type=checkbox] { visibility: hidden; } 
.geekmark { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 20px; 
  width: 20px; 
  background-color: transparent;
  border: 1px solid #444;
} 
.checkbox-mc:hover input ~ .geekmark { border:1px solid #231f20; } 
.checkbox-mc input:active ~ .geekmark { background-color: #231f20; border:1px solid #231f20;} 
.checkbox-mc input:checked ~ .geekmark { 
  background-color: #fdb927;
  border:1px solid #fdb927;
} 
.geekmark:after { content: ""; position: absolute; display: none; } 
.checkbox-mc input:checked ~ .geekmark:after { display: block; } 
.checkbox-mc .geekmark:after { 
  left: 8px; 
  bottom: 5px; 
  width: 6px; 
  height: 12px; 
  border: solid white; 
  border-width: 0 4px 4px 0; 
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg); 
}
.form-contact .form-control, .select2-container--default .select2-selection--single {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000;
  color: #444;
  font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.form-control:focus {
  border-bottom: 1px solid #f6b024;
  outline: 0;
  box-shadow: none;
}
.form-contact .iti__country-name {
  color: #000;
}
.form-contact .separator-line {
  border-top: 1px solid #231f20;
}
.form-contact .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 1px solid #e4e6e8;
  border-radius: 0;
}
.file-input .btn-default, .file-input .btn-primary {
  border: 1px solid #000;
  color: #000;
  padding: 2px 5px;
  font-size: 14px;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
/*  color: #000;*/
}



.register-form {
  color: #333;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.register-form .form-group {
  padding-bottom: 8px;
}
.register-form .validate {
/*  display: none;*/
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
.register-form .help-block {
  margin: 0;
}
.register-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
  font-weight: 400;
  font-size: 12px;
}
.register-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.register-form .error-message br + br {
  margin-top: 25px;
}
.register-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.register-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.register-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.register-form .form-group {
  margin-bottom: 5px;
}
.register-form label {
  padding-bottom: 8px;
  color: #444444;
  font-size: 13px;
  margin: .6em 0 0;
  font-weight: 300;
  text-align: left!important;
}
.register-form label span {color: red;}
.separator-line {border-top: 1px solid #cdcdcd;}
.register-form input, .register-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.register-form input:focus, .register-form textarea:focus, .register-form select:focus, .select2-container--default .select2-selection--single:focus,
.register-form input:hover, .register-form textarea:hover, .register-form select:hover, .select2-container--default .select2-selection--single:hover {
  border-color: #008347;
}
.register-form input {
  /*height: 44px;*/
}
.register-form textarea {
  padding: 10px 12px;
  min-height: 60px;
}
.register-form button[type="submit"] {
  background: #1e4488;
  border: 0;
  padding: 5px 35px;
  color: #fff;
  transition: 0.4s;
}
.register-form button[type="submit"]:hover {
  background: #fdb927;
}
.register-form button[type="submit"]:disabled {
  background-color: #fdb927;
  border-color: #fdb927;
  cursor: not-allowed;
  opacity: .5;
}
.register-form .form-control, .select2-container--default .select2-selection--single {
  border: 1px solid #e4e6e8;
  border-radius: 0px;
  height: 35px!important;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%!important;
}
.iti {
  width: 100%;
}
.select2-results__option {
  text-align: left;
  color: #333;
}
.register-form .form-control[disabled] {background-color: #eee; cursor: not-allowed;}

.register-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.register-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* checkbox
=============================== */
.checkbox-mc { 
  display: block; 
  position: relative; 
  padding-left: 40px; 
  margin-bottom: 10px!important; 
  cursor: pointer; 
}
.checkbox-mc a, .checkbox-mc a:hover { color: #f7ad18; }
  
.checkbox-mc input[type=checkbox] { visibility: hidden; } 
.geekmark { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 20px; 
  width: 20px; 
  background-color: transparent;
  border: 1px solid #333;
} 
.checkbox-mc:hover input ~ .geekmark { border:1px solid #0b8048; } 
.checkbox-mc input:active ~ .geekmark { background-color: #0b8048; border:1px solid #0b8048;} 
.checkbox-mc input:checked ~ .geekmark { 
  background-color: #0b8048;
  border:1px solid #0b8048;
} 
.geekmark:after { content: ""; position: absolute; display: none; } 
.checkbox-mc input:checked ~ .geekmark:after { display: block; } 
.checkbox-mc .geekmark:after { 
  left: 8px; 
  bottom: 5px; 
  width: 6px; 
  height: 12px; 
  border: solid white; 
  border-width: 0 2px 2px 0; 
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg); 
}



#topcontrol {
  display: none!important;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;

  /*position: absolute;*/
  top: 50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
#video:after {
  content: '';
  opacity: 0.75;
  /*background: #4096ee;
  background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%);
  background: -webkit-linear-gradient(top, #4096ee 0%,#39ced6 100%);
  background: linear-gradient(to bottom, #4096ee 0%,#39ced6 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6',GradientType=0 );
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;

  background-image: url(../img/banner/banner3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

::-moz-selection {
  color: #fff;
  background: #f7ad18;
}
::selection {
  color: #fff;
  background: #f7ad18;
}

.section_title {
  color: #fdb927;
  font-size: 40px!important;
  line-height: 1.1;
}

.triangle_content {
  position: relative;
}
.triangle_content .triangle_topRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
}
.triangle_content .triangle_topLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 500px;
}
.triangle_content .triangle_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.triangle_content .triangle_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.triangle_content .triangle_bottomRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 300px;
}
.triangle_content .triangle_bottomLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
}
.about {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner1.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.register {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner3.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.objective {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner3.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.program {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner2.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

/*#speakers {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner1.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}*/
/*** Team ***/
.speaker-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.team-item {
  transition: .5s;
  flex: 1;
  background: #1e4488;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/banner7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-details {
  color: #fff;
  padding: 10px;
}
.team-details h4 {
  font-family: Action-BAL!important;
  letter-spacing: 1.5px;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1;
}
.team-details p {
  font-size: 14px;
  line-height: 1.4;
}
.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.team-social button.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}
.team-item:hover {
/*    box-shadow: 0 0 30px #DDDDDD;*/
}
.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}
.team-item:hover .team-social button.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}
.team-item:hover .team-social button.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}
.team-item:hover .team-social button.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}
.team-item:hover .team-social button.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}
.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}
.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

.latest-post {
    background: #1d341d;
    text-align: center;
}
.latest-post h4 {
    padding: 30px 0;
    color: #fff;
}
.latest-post h4:hover {
    color: #dc5f02;
}
.a-mc:hover {
    text-decoration: none;
}
.modal-content {
  background: #1d341d;
  border-radius: 7px!important;
  transition: 0.3s;
}
.modal-content p {
  color: #fff;
}
.modal-content p b {
  font-size: 20px;
  line-height: 1.2;
}
.modal-content button {
  background: rgb(0, 47, 43);
  padding: 5px 10px;
  border-radius: 4px!important;
  float: right;
  display: block;
}
.modal-body {
  padding: 20px;
}
.bio {
  display: inline;
}
.bio img {
  width: 150px!important;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.bio p {
  margin-bottom: 10px;
}

/*PROGRAM*/
.div-program-mc {
    background: #fff;
    text-transform: none;
    text-align: center;
    border-radius: 0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.div-program-mc-border{
  border-left: 1px solid #549b44;
  border-right: 1px solid #549b44;
}
.div-program-mc-border-left{border-left: 1px solid #549b44;}
.div-program-mc-border-right{border-right: 1px solid #549b44;}
.div-program-mc h4 {color: #1d341d; margin-bottom: 5px; text-transform: uppercase;}
.div-program-mc p {color: #3e4d5c; margin-bottom: 0; font-size: 14px;}
.div-program-mc.active-pg {background: #1d341d;}
.div-program-mc.active-pg h4 {color: #fff;}
.div-program-mc.active-pg p {color: #fff;}
.program-one, .program-two, .program-three, .program-four {
  padding-bottom: 20px;
  /*background-color: #fff;*/
}
.prog-time {text-align: right;}
.prog-time, .prog-title {padding: 15px;}
.prog-title {border-left: 1px solid #1e4488;}
.prog-time p {margin-bottom: 10px;}
.prog-time span, .prog-title p {margin-bottom: 0;}
.prog-time p, .prog-time span {font-size: 14px;}
.prog-time span {color: #501800; display: block;}
.prog-time h4 {font-weight: 500; color: #1e4488; margin-bottom: 0; font-size: 20px; padding-top: 0!important;}
.prog-title h4 {
  color: #1e4488;
  font-weight: 500;
  font-size: 20px;
  padding-top: 0!important;
}
.prog-title h4 small {
  font-weight: 300;
  color: #fff;
}
.prog-title h4 span {
  font-weight: 700;
}
.prog-title h5 {color: #1e4488; margin: .5rem 0; font-size: 18px;}
.prog-details p, .prog-details ul {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  color: #1e4488;
}
.prog-details .more_info {margin-top: 5px;}
.prog-details .more_info a {color: #5b2711; font-weight: 600;}
.prog-details .more_info a:hover {color: #f27f1e;}
.prog-details .faq_ask #accordion .card .card-body {
  /*font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  line-height: 28px;*/
}
.prog-details .faq_ask #accordion .btn-link.focus, .accordion_area .faq_ask #accordion .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.prog-details #accordion .card-header {border-bottom: none; padding: 0; background: transparent;}
.prog-details #accordion .card {
  border: 0;
  border-radius: .25rem;
  margin-bottom: 0;
  background: transparent;
}
.prog-details #accordion .card .card-body {
  padding: 0;
  padding-top: 20px;
}
.prog-details #accordion .btn {
  white-space: normal !important;
  padding: 0;
}
.prog-details #accordion a.btn.add_cal {margin-bottom: 10px; font-size: 11px;}
.prog-details #accordion a.more_info {
  padding: 5px 10px;
  background-color: #1d341d;
  font-size: 12px;
  color: #fff;}
.prog-details #accordion .card-header .btn-primary {letter-spacing: normal; font-size: 14px;}
.prog-border {
  border-bottom: 1px solid #1e4488;
  height: auto;
  overflow: auto;
}
.prog-details .panel-default {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  background: transparent;
}
.prog-details .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
}
.prog-details .accordion-toggle, .prog-details .accordion-toggle:hover {
  color: #eca153;
}
.prog-details .panel-body {
  padding: 0;
  color: #fff;
}
.prog-details .panel-body p, .prog-details p {
  margin-bottom: 10px;
}
.prog-hr {border-top: solid 1px #e5e040!important;}
.btn-primary {
  background-color: #1d341d;
  border-color: #1d341d;
  text-transform: none;
  border-radius: 0;
  letter-spacing: normal;
  font-size: 14px;
}
.btn-primary.btn-reg, .btn-primary.btn-reg-big {background: #1d341d; border: 1px solid #1d341d;}
.btn-primary.btn-reg-big {font-size: 20px; font-weight: 600;}
.btn-primary:hover {background-color: #e5e040; border-color: #e5e040;}
.prog-details .add_cal {float: right; font-size: 11px;}
.prog-details .addeventatc, .prog-details .addeventatc:hover {
  float: right;
  padding: 5px 10px;
  background-color: #e5e040;
  border-color: #e5e040;
  text-transform: none;
  border-radius: 0;
  letter-spacing: normal;
  font-size: 11px;
  color: #fff!important;
  text-shadow: none!important;
  box-shadow: none!important;
  font-weight: 400;
}
.prog-details .addeventatc .addeventatc_dropdown {
  position: fixed;
  top: 200px!important;
  left: unset!important;
}
.prog-details .addeventatc .addeventatc_icon {display: none;}

.addeventatc {position: unset!important;}





@media(max-width: 991px){
  .site-logo {display: block!important;}
  .header_center, .header_right {display: block; justify-content: left;}
  .ecommerce .title-wrapper .header-navigation {width: 100%}
  .ecommerce .title-wrapper .header-navigation > ul > li > a, .ecommerce .header-navigation > ul > li > a {
    color: #1e4488!important;
  }
  .ecommerce .header-navigation li.menu-search {top: 0px}
}
@media(max-width: 900px){

}
@media(max-width: 800px){
    
}
@media (max-width:768px) {
  .default-form {width: 100%;}
  .title-wrapper h1 {font-size: 35px!important;}
  .title-wrapper p {font-size: 20px!important;}
  .title-wrapper {min-height: 300px!important;}
  .site-logo img {height: 80px; margin-bottom: 10px}
  .content-page {padding: 5px;}
  .col-6 {width: 50%}
  .ecommerce .header .mobi-toggler {margin-top: 10px;}
  .btn-primary {display: inline-block!important;}
  .register-form label {margin-top: 0; padding-bottom: 0;}
  .inviteContent {padding: 20px}
  .inviteContent h1 {font-size: 60px}
  .section_title {font-size: 30px!important}
  .quote h4 {font-size: 20px;}
  .prog-time {text-align: left; padding-bottom: 0;}
  .prog-title {border-left:none;}
  .div-program-mc-border-left {border-left:none;}
}









