@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

:root {
  --primary-color: #ffffff;
  --secondary-color: #f26327;
  --tertiary-color: green;
  --text-color: #272727;
}

body {
  background: var(--primary-color);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}

h5 {
  font-weight: 500;
}

h1 {
  color: var(--text-color);
  font-size: 5em;
}

h2 {
  color: var(--text-color);
  font-size: 3em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  color: var(--text-color);
  font-size: 1.8em;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  color: var(--text-color);
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--text-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: var(--secondary-color);
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 20px;

}
.section-heading:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../images/hr.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.8) hue-rotate(-50deg);

}

.section-btn {
  background: var(--secondary-color);
  border: 3px solid var(--secondary-color);
  border-radius: 3px;
  color: var(--primary-color);
  font-size: inherit;
  font-weight: 500;
  padding: 13px 25px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.section-btn:hover {
  background: transparent;
  color: var(--primary-color);
  border: 3px solid var(--secondary-color);
}


.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.tilted-text {
  transform: rotate(-12deg);
  font-size: 69px;
  font-weight: 900;
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.btn-gray {
  background: #393939;
}

.btn-blue {
  background: var(--secondary-color);
}

.news-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.news-thumb img {
  border-radius: 10px 10px 0 0;
}

.news-info {
  padding: 30px;
  text-align: left;
}

.news-info span {
  display: block;
  letter-spacing: 0.5px;
}

.news-info h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
  margin-top: 2em;
}

.author img,
.author .author-info {
  display: inline-block;
  vertical-align: top;
}

.author-info h5 {
  margin-bottom: 0;
}

.author img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}


#about,
#team,
#news,
#news-detail {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

#news,
#service {
  text-align: center;
}

#google-map {
  line-height: 0;
  margin: 0;
  padding: 0;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 var(--primary-color);
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: var(--primary-color);
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

#timetable {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.timetable-table {
  display: block;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);

  margin-top: 50px;
}

table.amrt-timetable-table-tbody-tr-td {
  text-align: center;
}

table.amrt-timetable-table th.amrt-timetable-table-thead-tr-th {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid var(--text-color);
  background-color: var(--secondary-color);
}

table.amrt-timetable-table td.amrt-label-td {
  font-size: 13px;
}

table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid var(--text-color);
  padding: 0.1em 0.5em;
  margin: 0.1em 0.2em;
}

table.amrt-timetable-table td {
  padding: 0.3rem 0rem;
}

table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {

  text-align: center;
  font-size: 15px;
}

thead th {
  color: var(--text-color)
}




#menu {
  padding-top: 40px;
  margin-top: 4rem;
  background-color: var(--text-color);
  padding-bottom: 2rem;


}

#menu h2 {
  margin-bottom: 4rem;
  color: var(--primary-color);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}

.image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image img {
  width: 100%;
  height: auto;

}

.col-sm-12.image {
  position: relative;
  text-align: center;
}

.col-sm-12.image img {
  max-width: 100%;
  height: auto;
  display: block;
}

#menu h3 {
  font-family: "Hi Melody", sans-serif;
  font-weight: normal;
  color: var(--primary-color);
}

.col-sm-12.image .button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.col-sm-12.image .button:hover {

  border: 1px solid var(--secondary-color);
  font-weight: bold;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.col-sm-12.image:hover .button {
  display: block;
}
@media (max-width:280px){
  .image {
    width: 90%;
  } 
  .col-sm-12.image .button {
    padding: 6px 8px;
  }
}


/*---------------------------------------
      MENU              
  -----------------------------------------*/

header {
  background: var(--primary-color);
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: var(--secondary-color);
  margin-right: 5px;
}



/*---------------------------------------
      MENU              
  -----------------------------------------*/

.navbar-default {
  background: var(--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}

.navbar-default .navbar-brand .fa {
  color: var(--tertiary-color);
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: var(--secondary-color);
  border-radius: 3px;
  color: var(--primary-color);
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: var(--secondary-color);
  color: var(--tertiary-color) !important;

}

.navbar-default .navbar-nav li a {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li a:hover {
  color: var(--primary-color) !important;
  background-color: var(--secondary-color) !important;
  transition: ease-out 0.1s;
  cursor: pointer;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}



/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home h1 {
  color: var(--primary-color);
  padding-bottom: 10px;
  margin-top: 0;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;

}

#home h3 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.slider .container {
  width: 100%;
}

.slider .owl-dots {
  position: absolute;
  top: 575px;
  width: 100%;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--primary-color);
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/slider1.jpg);
  background-size: cover;
  background-position: center;
}

.slider .item-second {
  background-image: url(../images/slider2.jpg);
  background-size: cover;
  background-position: center;
}

.slider .caption a {
  text-transform: uppercase;

}

.slider .caption a:hover {
  letter-spacing: .2rem;
}



/* about section start */

.about_section {
  width: 100%;
  float: left;
}

.about_taital_main {
  width: 100%;
  float: left;
  padding-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.about_taital_main h2 {
  text-align: left;
  border-bottom: 5px double var(--secondary-color);
  border-bottom-style: double;
}
.about_taital_main h3 {
  color: var(--secondary-color);
  font-family: "Satisfy", cursive;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .about_taital_main {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #f76d37;
  font-weight: bold;
  text-transform: uppercase;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: var(--text-color);
  margin: 0px;
  padding-top: 10px;

}
.about_img {
margin-top: 1rem;
height: 100%;
}
/* about section end */


@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 5px;
  }
}
.map-heading {
  margin-top: 9rem;
  margin-bottom: 4rem;
}

/*---------------------------------------
     Button            
  -----------------------------------------*/
@media (max-width: 767px) {
  .text-align-center {
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;

  }

  .small-btn {
    display: inline-block;
    font-size: 15px;
    margin-left: 8rem;
    background-color: var(--secondary-color);
    padding: 5px 7px;
    color: var(--primary-color);

  }

  .lrg-btn {
    display: none;
  }

  .navbar-right li a i {
    display: none;
  }

  .navbar-collapse .btn-list {
    display: none;
  }
}

@media (min-width: 767px) {
  .lrg-btn {
    display: inline-block;
    font-size: 15px;
    border: 2px solid var(--secondary-color);
    padding: 13px 10px !important;
  }

  .small-btn {
    display: none;
  }
}

@media (max-width:380px) {
  .small-btn {
    margin-left: 4rem;
    padding: 5px 3px;
  }
}

@media (max-width:315px) {
  .small-btn {
    margin-left: 1rem;
    padding: 5px 1px;
  }
  
}


/*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

#appointment {
  padding-top: 60px;

}



/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  padding-top: 50px;
  padding-bottom: 40px;
}

footer h4 {
  padding-bottom: 5px;
}

footer a {
  color: var(--text-color);
}

footer a:hover {
  color: var(--secondary-color);
}

.contact-info {
  padding-top: 10px;
  margin-left: 5rem;
}

.contact-info .fa {
  background: var(--secondary-color);
  border-radius: 10%;
  color: var(--tertiary-color);
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.parallax-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../images/slider-img\ \(2\).jpg);
  background-attachment: fixed !important;
  background-size: cover !important;
  margin-top: 2rem;
}

.parallax-section .text {
  color: #ffffff !important;
}

.parallax-section .text i {
  margin-right: 1rem;
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  padding: 6px 7px;
  background-color: var(--secondary-color);
}

.footer-thumb h2 {
  margin-bottom: 4rem;
}

.latest-stories {
  margin-bottom: 20px;
}

.stories-image,
.stories-info {
  display: inline-block;
  vertical-align: top;
}

.stories-image img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.stories-info {
  margin-left: 15px;
}

.stories-info h5 {
  margin-bottom: 2px;
}

.stories-info span {
  color: #858585;
  font-size: 12px;
}

.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright {
  border-top: 1px solid var(--secondary-color);
  background-color: var(--text-color);
  color: var(--primary-color);
  padding: 40px;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}

.copyright .navbar-collapse .footer-nav li {
  list-style-type: none;
}

.copyright .footer-nav li a {
  color: var(--primary-color);

}

.copyright .footer-nav li a:hover {
  color: var(--secondary-color);
  background-color: var(--text-color);
  border-bottom: 1px double var(--secondary-color);
  border-bottom: double;
  transition: ease-out 0.1s;
}

.copyright-text a span {
  color: var(--secondary-color);
}

.copyright .copyright-text {
  margin-top: 4rem;
}

@media (max-width:992px) {
  .copyright .navbar-collapse .footer-nav {
    display: none;
  }
}

.copyright-text a span:hover {
  text-decoration: underline;
}

.footer-nav li {
  padding: 5px 0px;
}


.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.angle-up-btn {

  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: var(--primary-color);
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-5px);
}


/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #464646;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }

  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }

  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }

  header .text-align-right {
    text-align: left;
  }

  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }

  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .news-sidebar {
    margin-top: 2em;
  }

  #appointment-form {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }

}