/* style.css */ /*
Theme Name: MIOT Rehab Maldives
Author: Sam Ahino.
Description: This theme brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats.
Version: 1.0
Text Domain: Sam Ahino
Tags: custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, theme-options, responsive-design

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Alignments
3.0 Typography
4.0 Forms
5.0 Formatting
6.0 Tables
7.0 Links
--------------------------------------------------------------*/

/* --------------------------------------------------------------
1.0 Reset
  http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  display: block;
  width: 100%;
  height: 100%;
}

.f-35px{
    font-size:35px;
}
.f-25px{
    font-size:25px;
}
.text-black{
    color:#000
}
.font-weight-bold{
    font-weight:bold;
}
/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button:focus {
  outline-color: unset !important;
  outline: 0px none !important;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

h1,
.title-h1 {
  font-size: 36px;
}

h2,
.title-h2 {
  font-size: 34px;
}

h3,
.title-h3 {
  font-size: 26px;
}

h4,
.title-h4 {
  font-size: 24px;
}

h5,
.title-h5 {
  font-size: 22px;
}

h6,
.title-h6 {
  font-size: 18px;
}

.f-large {
  font-size: 20px;
}

.f-medium {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.f-small {
  font-size: 12px;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

label {
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
}

/*--------------------------------------------------------------
5.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin: 1em 0;
}

/*--------------------------------------------------------------
6.0 Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

/*--------------------------------------------------------------
7.0 Links
--------------------------------------------------------------*/

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
}

.entry-content img {
  max-height: 350px;
  object-fit: contain;
}

.archieves-table-scroll img {
  max-height: 250px;
  object-fit: contain;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #595959ab !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #595959ab !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #595959ab !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #595959ab !important;
  opacity: 1;
}
.slider-nav .slick-slide{
    margin:20px 15px;
    text-align: center;
}
.slider-nav .img-excellence{
    box-shadow: 15px 2px 0 -1px #d9e6ff;
    border-radius: 50%;
}
.slider-nav .img-excellence img{
    border-radius: 50%;
}
.slider-nav .img-excellence+h3{
    font-size:16px;
    line-height:22px;
    text-transform:uppercase;
}
.table.table-imgs tr{
    border:0;
}

.table.table-imgs .d-flex>div{
    border: 1px solid #fff;
    padding:10px;
    color: #000;
}
.li-disc{
    list-style:disc !important;
}
.h-250px{
    height:250px;
}
.testimonial-slider a:hover{
    text-decoration:none !important;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0;
  background-color: transparent;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #ddd;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 22px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #eaa617;
    color: #fff;
}
.row.main-row a.text-underline{
    color: #3156a4;
    text-decoration: underline;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: 2px solid #eaa617;
  margin-top: 1px;
}

@media all and (max-width:767px){
    .f-35px{
    font-size:30px;
}
.f-25px{
    font-size:20px;
}
    .h-250px{
    height:150px;
}
#gallerySliderWrapper .gallery-slider .slide>img{
    height:auto;
    object-fit:cover;
}
}
#gallerySliderWrapper .gallery-slider .slide>img{
    height:550px;
    object-fit:cover;
}
i{
    font-style:italic;
    font-weight: bold;
}
.text-yellow{
    color: #fca71b;
}