.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

.mobiletxt{
	text-align: justify;
}

@font-face {
  font-family: font1;
  src: url(../font/Museo300_Regular.otf);
}

.ff1{
	font-family: font1;
}

@font-face {
  font-family: font2;
  src: url(../font/Museo500_Regular.otf);
}

.ff2{
	font-family: font2;
}

@font-face {
  font-family: font3;
  src: url(../font/Museo700_Regular.otf);
}

.ff3{
	font-family: font3;
}

@font-face {
  font-family: font4;
  src: url(../font/MuseoSans_500.otf);
}

.ff4{
	font-family: font4;
}

@font-face {
  font-family: font5;
  src: url(../font/MuseoSans_700.otf);
}

.ff5{
	font-family: font5;
}

@font-face {
  font-family: font6;
  src: url(../font/MuseoSans_900.otf);
}

.ff6{
	font-family: font6;
}

@font-face {
  font-family: font7;
  src: url(../font/MuseoSans_300.otf);
}

.ff7{
	font-family: font7;
}

@font-face {
  font-family: font8;
  src: url(../font/MuseoSans_300Italic.otf);
}

.ff8{
	font-family: font8;
}

#Top_bar{
	color: #000 !important;
}

.fs40{
	font-size: 40px; 
	line-height: 40px;
}

.fs20{
	font-size: 20px; 
	line-height: 20px;
}

.mainheader_img{
	width: auto
}

.mainheader_txt1{
	color: #fff; 
	font-size: 28px;
}

.article-iframe{
    width: 100%;
    height: 100%;
}

.sections_group{
	background-color: #fff !important;
}

ol {
    padding-left: 30px;
    list-style-position: outside; /* May not be necessary */
	margin-left: 0px !important;
	color: #000;
}

ol li {
	color: #000;
	padding-left: 10px;
}

ul li {
	color: #000;
}

.liwhite{
	color: #fff;
}

.liyellow{
	color: #fc0 !important;
}

.slidermain1{
	margin-top: 150px;
}

.slash_ul{
	list-style-type: none; 
	margin-left: 0px !important;
}

.slash_li{
  background: url("../images/slash_symbol.png?t=8") no-repeat left top;
  padding-top: 7px;
  padding-left: 50px;
  list-style-type: none !important;
  font-size: 20px;
  line-height: 20px;
}

#bookslider {
  max-width: 100%;
  padding: 1em;
}

img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.endorsement {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: #d58942;
  position: relative;  
}

.endorsement:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d58942;
  transform:rotate(-45deg);
  bottom: -5px;
  left: -8px;
}

.iconDetails {
 	margin-left: 2%;
	float: left; 
	height: 60px !important;
	width: 60px !important;
} 

.iconDetails2 {
 	margin-left: 2%;
	float: left; 
	height: 120px !important;
	width: 120px !important;
} 

.iconDetails3 {
	float: left; 
	width: 16px !important;
	margin-top: -6px;
}

.container2 {
	width:100%;
	height:auto;
}

.endorsement-container {
  position: relative;
  text-align: center;
  color: white;
	padding: 30px;
}

.endorsement-centered {
	position: absolute;
	z-index: 999;
	margin: 60px auto;
	left: 0;
	right: 0;        
	text-align: center;
	bottom: 0%;
	width: 80%;
}

.endorsement-size20{
	font-size: 20px;
}

.endorsement3 {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: transparent;
  position: relative;
}

.endorsement3-container {
  position: relative;
  text-align: center;
  color: white;
	padding: 30px;
}

.endorsement3-centered {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.endorsement3-box{ 
	
}

.endorsement3-size20{
	font-size: 20px;
}

.endorsement4 {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: transparent;
  position: relative;
  background-color: #d0a747;
}

.endorsement4:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d0a747;
  transform:rotate(-45deg);
  bottom: -5px;
  left: -8px;
}

.endorsement5 {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: transparent;
  position: relative;
  background-color: #16314f;
}

.endorsement5:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #16314f;
  transform:rotate(-45deg);
  bottom: -5px;
  left: -8px;
}

.endorsement6 {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: transparent;
  position: relative;
  background-color: #c15a2a;
}

.endorsement6:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #c15a2a;
  transform:rotate(-45deg);
  bottom: -5px;
  left: -8px;
}

.endorsement7 {
  display:inline-block;
  padding:5px 6px 15px 6px;
  color:black;
  background-color: transparent;
  position: relative;
  background-color: #be1e2e;
}

.endorsement7:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #be1e2e;
  transform:rotate(-45deg);
  bottom: -5px;
  left: -8px;
}

.award_slider{
	margin-bottom: 10px !important;
}

.award_text{
	color: #000; 
	font-size: 16px;
	line-height: 16px;
}

.m100{
	margin-top: 100px;
}

.m200{
	margin-top: 200px;
}

.footer_title{
	font-size: 18px;
    line-height: 18px;
}

.embed-container { position: relative; padding-bottom: 56.25%; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.mainvideo{
	width: calc(100% - 20px) !important;
	background-color: #d0a747;
	padding: 10px;
}

.mainvideo.youtube {
  /*padding: 27px 10px;*/
  height: calc(100% - 20px) !important;
}

.mainvideo.vimeo {
  padding: 0 10px;
}

.default_titlesize{
	font-size: 20px;
	line-height: 25px;
}

.default_bodysize{
	font-size: 18px;
	line-height: 23px;
}

/*POPUP*/
/* Popup box BEGIN */
#overlay {
   position: fixed;
   height: 100%; 
   width: 100%;
   top: 0;
   right: 0;  
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   display: none;
   z-index: 9999;
   overflow-y: scroll;
}

#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
    padding: 20px;
}

#close {
	position: absolute;
    top: 25px;
    right: 40px;
    cursor: pointer;
    color: #fff;
    z-index: 99999;
    font-size: 30px;
    border-radius: 20px;
    background-color: #000;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 15px;
}
/* Popup box BEGIN */

.flex-direction-nav{
	display: none !important;
}

@media only screen and (max-width: 767px) {
	
	.menubtn{
		margin-top: 20px;
	}
	
	.fs40{
		font-size: 25px; 
		line-height: 25px;
	}
	
	.m100{
		margin-top: 0px;
	}

	.m200{
		margin-top: 0px;
	}

  .endorsement {
    width: calc(100% - 12px) !important;
  }

  .endorsement-content {
    margin-left: 0 !important;
    padding: 0 20px;
  }

  .pc-video-slick .slick-track {
    height: auto !important;
  }

  .pc-video-slick .slick-dots {
    margin-left: 0;
  }

  .embed-container {
    padding-bottom: 56.25vw;
    margin: 0 10px;
  }

  .embed-text {
    margin: 10px 10px 25px;
  }

  .embed-container:has(.mainvideo.vimeo) {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1239px) {
	
	.menubtn{
		margin-top: 40px;
	}
	
	.menulink{
		margin-top: 0px;
		right: 0;
	}
	
	#Top_bar .menu>li>a {
		color: #fff;
	}
	
	.header-stack #Top_bar .menu_wrapper .menu>li>a{
		padding: 0px 10px;
	}
	
	.m100{
		margin-top: 0px;
	}

	.m200{
		margin-top: 0px;
	}
	
}

@media only screen and (min-width: 1500px) {
	
	.header-stack #Top_bar .menu_wrapper .menu>li>a{
		padding: 0px 20px;
	}
}

@media only screen and (min-width: 1240px) {
	
	.menubtn{
		margin-top: 40px;
	}
	
	.menulink{
		margin-top: 20px;
	}
	
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: calc(100% - 40px);
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
	
	.one-third:not(.slick-slide) {
		width: 50% !important;
	}
	
}

/*main slider*/
.bxslider {
  width: 100%;  
}

.bx-wrapper {
    height: auto !important;	
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
	margin-bottom: 0px !important;
}

.bx-wrapper .bx-controls-direction a{
	z-index: 9 !important;
}

.bx-wrapper .bx-pager{
	bottom: 20px;
    width: 100%;
}

img {
  width: 100%;
}

/*pinch zoom*/
  #viewport {
	width: 100vw;
	height: 100vh;
	position: relative;
	background-color: #000;
	overflow: hidden;
  }
  .wrapper {
	position: absolute;
	left: 0;
	right: 0;
  }
  .wrapper > img {
	display: block;
	height: auto;
  }
  
  
  /* Wrapper */
.endorsementnew {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 98%;
  padding: 0 30px;
  gap: 20px;
}

/* Image */
.endorsementnew-img {
  width: 20%;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}

/* Title */
.endorsementnew-title {
  width: 20%;
  padding: 0 20px;
}

.endorsementnew-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* Text */
.endorsementnew-text {
  flex: 1;
  margin: auto;
}

.endorsementnew-text p {
  font-size: 20px;
  margin: 0 0 10px;
  color: black;
}

.endorsementnew-name {
  font-weight: bold;
  color: black;
}

/* Responsive */
@media (max-width: 768px) {
  .endorsementnew {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .endorsementnew-img {
    width: 60%;
    margin-bottom: 20px;
  }

  .endorsementnew-title {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .endorsementnew-text {
    width: 100%;
    margin: 0;
  }
}