/* All .css code related to customization should be written here */
/*---------------- Common ---------------------*/
.thm-card-height{
	height: 300px;
}

.txt-justify{
    text-align: justify;
    text-justify: inter-word;
}
.thm-btn-sm{
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.thm-btn-sm:hover{
	/*background: linear-gradient(to right, #0066cc 0%, #02023e 100%);*/
	color: white;
}
.thm-btn-md{
	border: none;
	color: white;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.thm-btn-md:hover{
	/*background: linear-gradient(to right, #0066cc 0%, #02023e 100%);*/
	color: white;
}
.thm-btn-lg{
	border: none;
	color: white;
	padding: 10px 100px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.thm-btn-lg:hover{
	background: linear-gradient(to right, #0066cc 0%, #02023e 100%);
	color: white;
}
/*---------------- GENERAL ---------------------*/
th.dpass, td.dpass {
    display: none;
}
.container-custom{
    width:96% !important;
    margin:auto;
}
.scroll-y {
    height:200px;
    overflow-y: scroll;
}
.scroll-x {
    height:550px;
    overflow-x: scroll;
}
.rad-3{
    border-radius: 3px;
}
.rad-5{
    border-radius: 5px;
}
.rad-10{
    border-radius: 10px;
}
.mrtb-5{
	margin: 5px 0px 5px 0px;
}
.mrtb-10{
	margin: 10px 0px 10px 0px;
}
.mrtb-5{
	margin: 15px 0px 15px 0px;
}
.mra-5{
	margin: 5px 5px 5px 5px;
}
.mra-10{
	margin:10px 10px 10px 10px;
}
.mra-15{
	margin:15px 15px 15px 15px;
}
.mrt-0{
	margin-top: 0px;
}
.mrt-5{
	margin-top: 5px;
}
.mrt-10{
	margin-top: 10px;
}
.mrt-15{
	margin-top: 15px;
}
.mrt-30{
	margin-top: 30px;
}
.mrt-32{
	margin-top: 32px;
}
.mrb-0{
	margin-bottom: 0px;
}
.mrb-5{
	margin-bottom: 5px;
}
.mrb-10{
	margin-bottom: 10px;
}
.mrb-15{
	margin-bottom: 15px;
}
.mrl-0{
	margin-left: 0px;
}
.mrl-5{
	margin-left: 5px;
}
.mrl-10{
	margin-left: 10px;
}
.mrl-15{
	margin-left: 15px;
}
.txt-white{
	color: white;
}
.back-to-top {
  position: fixed;
  padding-top: 8px;
  display: none;
  background: #008080;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/*---------------- HEADER ---------------------*/
.slider {
    max-width: 100%;
}
.slider img {
    width: 100%;
    height: auto;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.info-text{
    font-size:12px;
}

/*---------------- BODY ---------------------*/
body {
  -ms-overflow-style: none;  /* Hide Scroll bar IE and Edge */
  scrollbar-width: none;  /* Hide Scroll bar Firefox */
}
body::-webkit-scrollbar {
    display: none; /* Hide Scroll bar Chrome safari opera */
}
.main .container .row p{
	text-align:justify;
}
.main .container .row .review p{
	text-align:center;
}
.story-img{
	height:300px;
	width:100%;
	width:300px;
}
/*---------------- FOOTER ---------------------*/
.footer {
    background-color: #333;
    padding: 40px 0;
    color: #fff;
}

.footer-logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-logo img {
    width: 100%;
    height:100%;
}
.footer-links-header {
    margin-bottom: 20px;
}
.footer-link-text a {
    color: #fff;
    text-decoration: none;
    font-size:12px;
}
.footer-link-text a:hover {
    color: #009999;
}
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons li:last-child {
    margin-right: 0;
}
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    transition: background-color 0.3s ease;
}
.copyright-section{
    background-color: #222;
    padding: 10px 0px 10px 0px;
}
.copyright-text{
    color: #fff; 
    margin-bottom: 0; 
    font-size:12px; 
    text-allign:center;
}
.error{
  color:red;
}

