@import url("../fonts/fonts.css");
@import url("fonts.css");

@font-face {
  font-family: "Ponnala";
  src: url("../fonts/Ponnala.ttf");
}

@font-face {
  font-family: "Gidugu";
  src: url("../fonts/Gidugu.otf");
}

@font-face {
  font-family: Mignon-Bold;
  src: url("../fonts/Mignon-Bold.otf");
  font-weight: bold;
}

body {
  font-family: "Lato", sans-serif;
  color: #5a5a5a;
  font-size: 15px;
  background-color: #ffb621;
  background-image: url(../images/Om.png);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

table {
  width: 100%;
}

.lead {
  font-size: 15px;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.flex-box {
  display: flex;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

a {
  font-size: 15px;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #000000;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

::-moz-selection {
  background: #cb2110;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #cb2110;
  text-shadow: none;
  color: #ffffff;
}

/*Button CSS
-------------------------------------------*/

.btn-style-1 {
  line-height: 1;
  outline: 0 none;
  padding: 16px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-width: 2px;
  color: #cb2110;
  border-color: #cb2110;
  border-style: solid;
  border-radius: 5px;
}

.btn-style-1:hover {
  color: #ffffff;
  background-color: #cb2110;
  box-shadow: 0px 15px 45px 0px rgba(203, 33, 16, 0.5);
}

.btn-style-2 {
  line-height: 1;
  outline: 0 none;
  padding: 16px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-width: 2px;
  border-color: #ffc107;
  border-style: solid;
  border-radius: 5px;
}

.btn-style-2:hover {
  color: #ffffff;
  background-color: #ffc107;
  box-shadow: 0px 15px 45px 0px rgba(255, 153, 0, 0.5);
}

.section-title h2 {
  color: #713408;
}

form .form-control {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

form select.form-control:not([size]):not([multiple]) {
  /* height: calc(2.95rem + 1px); */
}

form.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  /* text-align: right; */
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  form.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
  }
}

/* Top Header
-------------------------------------------------- */

.top-header {
  background: url("../images/nav-header-bg.png") no-repeat scroll bottom;
  padding-top: 0;
  padding-bottom: 8px;
  margin-top: 0;
  background-size: cover;
}

.logo-name {
  padding-top: 12px;
  text-align: left;
}

.logo-name .t1 {
  color: #000000;
  /* font-family: "Lato", sans-serif; */
  font-family: Mignon-Bold;
  font-weight: bold;
  font-size: 1.7rem;
  text-transform: uppercase;
  word-spacing: 5px;
  color: #ab0412;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojQkEwMjEyOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTA1MDU7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BA0212), color-stop(100%, #050505));
    background-image: -moz-linear-gradient(top, #BA0212 0%, #050505 100%);
    background-image: -webkit-linear-gradient(top, #BA0212 0%, #050505 100%);
    background-image: -o-linear-gradient(top, #BA0212 0%, #050505 100%);
    background-image: -ms-linear-gradient(top, #BA0212 0%, #050505 100%);
    background-image: linear-gradient(top, #BA0212 0%, #050505 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.logo-name .t2 {
  /* font-family: 'Ramabhadra', sans-serif; */
  /* font-family: 'Dhurjati', sans-serif; */
  font-family: Ponnala;
  font-size: 42px;
  font-weight: 600;
  line-height: 40px;
  color: #0415ab;
  text-shadow:
    -2px -2px 0 #ebebeb,
    1px -1px 0 #ebebeb,
    -1px 1px 0 #ebebeb,
    1px 1px 0 #ebebeb;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMDkxRUUwOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDA2NTY7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #091EE0), color-stop(100%, #000656));
    background-image: -moz-linear-gradient(top, #091EE0 5%, #000656 100%);
    background-image: -webkit-linear-gradient(top, #091EE0 5%, #000656 100%);
    background-image: -o-linear-gradient(top, #091EE0 5%, #000656 100%);
    background-image: -ms-linear-gradient(top, #091EE0 5%, #000656 100%);
    background-image: linear-gradient(top, #091EE0 5%, #000656 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
  position: relative;
  margin-bottom: 0px;
}

.logo-name .t3 {
  /* color: #000000; */
  /* font-family: 'Mallanna', sans-serif; */
  font-family: "Gidugu";
  font-size: 28px;
  font-weight: 400;
  color: #067706;
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMEY2OTBGOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTA1MDU7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F690F), color-stop(100%, #050505));
    background-image: -moz-linear-gradient(top, #0F690F 0%, #050505 100%);
    background-image: -webkit-linear-gradient(top, #0F690F 0%, #050505 100%);
    background-image: -o-linear-gradient(top, #0F690F 0%, #050505 100%);
    background-image: -ms-linear-gradient(top, #0F690F 0%, #050505 100%);
    background-image: linear-gradient(top, #0F690F 0%, #050505 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
  position: relative;
  display: inline-block;
  /*required*/
}

.tf3 {
  font-size: 1.2rem;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.right-logo {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .top-header {
    background: url("../images/nav-header-bg2.png") no-repeat scroll bottom;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    background-size: cover;
  }
  .logo-name {
    text-align: center;
  }
  .logo-name .t1 {
    font-size: 1.1rem;
  }
  .logo-name .t2 {
    line-height: 32px;
    font-size: 24px;
  }
  .logo-name .t3 {
    font-size: 20px;
  }
}

@media (max-width: 997px) {
  .top-header {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .logo-name {
    text-align: center;
  }
}

@media (max-width: 340px) {
  .top-header {
    padding-bottom: 10px;
  }
  .logo-name .t2 {
    line-height: 40px;
    font-size: 20px;
  }
  .logo-name .t3 {
    font-size: 16px;
  }
}

/*Navbar CSS
-------------------------------------------*/

#navigation .navbar-nav {
  z-index: 9;
}

#navigation.bg-dark {
  border-top: 1px solid #713408;
  border-bottom: 1px solid #713408;
  background: #713408 !important;
}

#navigation.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  padding: 15px;
}

#navigation.navbar-dark .navbar-nav .nav-link:focus,
#navigation.navbar-dark .navbar-nav .nav-link:hover {
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(187, 112, 0, 0.699);
  transition:
    0.3s box-shadow,
    0.3s padding;
  /* border-radius: 25px; */
  background: rgba(237, 176, 49, 0.8);
  color: #000000;
}

#navigation.navbar-dark .navbar-nav > .active > a,
#navigation.navbar-dark .navbar-nav > .active > a:focus,
#navigation.navbar-dark .navbar-nav > .active > a:hover {
  background: rgba(237, 176, 49, 0.6);
  color: #000000;
  /* border-radius: 25px; */
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, .3) inset; */
}

#navigation.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-dark .navbar-nav > li > a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  /* margin-right: 10px; */
}

.navbar-brand {
  padding: 5px 10px;
}

.navbar-dark .navbar-nav > li > a:focus,
.navbar-dark .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:focus,
.navbar-dark .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-dark .navbar-nav > .active > a {
  position: relative;
}

#navigation .login a {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  padding: 10px;
  font-weight: 600;
  z-index: 9;
}

#navigation .login a:focus,
#navigation .login a:hover {
  color: #ffffff;
}

.fixed-top {
  animation: 1s ease 0.2s normal both 1 running fadeInDown;
  -webkit-animation: 1s ease 0.2s normal both 1 running fadeInDown;
  -ms-animation: 1s ease 0.2s normal both 1 running fadeInDown;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 997px) {
  #navigation .navbar-collapse {
    max-height: 290px;
  }
  .fixed-top .navbar-collapse {
    max-height: 340px;
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  #navigation .navbar-collapse {
    max-height: 290px;
  }
  .fixed-top .navbar-collapse {
    max-height: 340px;
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  #navigation .navbar-collapse {
    max-height: 200px;
  }
  .fixed-top .navbar-collapse {
    max-height: 200px;
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

/* Navbar Dropdown CSS
-------------------------------------------------- */

.dropdown-menu {
  text-align: left;
  background: #713408;
  z-index: 19;
  min-width: 240px;
  border-radius: 4px;
  padding: 0;
  border: 0;
}

.dropdown-menu a.dropdown-item {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 22px;
  color: #efb32e;
  border-bottom: 1px solid #ffffff;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s,
    transform 0.3s;
  -moz-transition:
    background-color 0.3s,
    color 0.3s,
    transform 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s,
    transform 0.3s;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background: #efb32e;
}

/*#navigation.navbar-dark .navbar-nav .nav-item .dropdown-menu>.dropdown-item:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}*/

@media screen and (min-width: 992px) {
  .dropdown-menu {
    padding: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0px;
  }
}

.nav-item:hover > .dropdown-menu {
  padding: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInUp-Menu;
  animation-name: fadeInUp-Menu;
}

.dropdown-menu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@-webkit-keyframes fadeInUp-Menu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp-Menu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Section CSS
-------------------------------------------------- */

.my-wrapper {
  overflow: auto;
  position: relative;
  min-height: 450px;
  /*background: #ffb621;
    background-image: url(../images/Om.png);*/
}

.my-wrapper .card {
  border: none;
  border-radius: 3px;
  margin-bottom: 8px;
  position: relative;
}

.my-wrapper .card .card-header {
  background: #fff;
  border-bottom: 1px solid rgba(162, 162, 162, 0.12);
}

.my-wrapper .jumbotron {
  padding: 1.8rem 1rem;
  background: #fff;
}

.my-wrapper .card,
.my-wrapper .jumbotron {
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
}

.bg-gradient-primary {
  background-image: linear-gradient(135deg, #673ab7 0, #2196f3 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(135deg, red 0, #000 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(135deg, #fdd835 0, #ff9800 100%);
}

.bg-gradient-success {
  background-image: linear-gradient(135deg, #cddc39 0, #4caf50 100%);
}

.theme-card {
  background: #ffffff;
  /*margin-top: -90px;*/
  margin-top: 10px;
  position: relative;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: var(--bs-box-shadow);
}

/* Main Slider
-------------------------------------------------- */

.main-slider .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-slider .carousel-item .carousel-caption h3 {
  color: #fff;
}

@media (max-width: 767px) {
  .main-slider .carousel-item {
    height: 45vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* News Scrolling
-------------------------------------------------- */

.scrolling-news {
  background: #fff;
  padding: 10px 14px 8px;
  border-radius: 2px;
  border-bottom: 2px solid #ff0707;
  position: relative;
}

.scrolling-news::before {
  bottom: 0;
  right: 0;
  margin: 0;
  content: " ";
  border-top: 16px solid transparent;
  border-left: 6px solid transparent;
  border-right: 20px solid #ff0707;
  border-bottom: 4px solid #ff0707;
  display: block;
  position: absolute;
}

.scrolling-news::after {
  bottom: 0;
  left: 0;
  margin: 0;
  content: " ";
  border-top: 16px solid transparent;
  border-left: 20px solid #ff0707;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #ff0707;
  display: block;
  position: absolute;
}

.scrolling-news .title {
  color: #ff0707;
  font-weight: 700;
  position: absolute;
}

.scrolling-news .news {
  margin-left: 100px;
}

.scrolling-news .news a {
  font-weight: 400;
  font-family: "Ramabhadra", sans-serif;
  color: #000000 !important;
}

/*
Bootstrap table override
--------------------------------------------------- */
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  word-break: break-all;
}
.report-bogham .table-bordered td,
.report-bogham .table-bordered th {
  border: 1px solid #dee2e6;
  word-break: normal !important;
}

/* Sub-temple
-------------------------------------------------- */

.sub-temple .sub-temple-item {
  margin-bottom: 30px;
}

.sub-temple .sub-temple-item .card .card-body {
  padding: 0.6rem 0px 0;
  text-align: center;
  overflow: hidden;
}

.sub-temple .sub-temple-item .card .card-body .card-title {
  margin-bottom: 0;
}

.sub-temple .sub-temple-item .card .card-body .card-title a span {
  font-size: 18px;
  font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
}

.sub-temple .sub-temple-item .card .card-body .card-title a h5 {
  font-size: 18px;
}

.sub-temple .sub-temple-item .card .img-box {
  overflow: hidden;
  cursor: pointer;
  /* -webkit-clip-path: polygon(100% 0, 100% 98%, 50% 90%, 0 98%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 98%, 50% 90%, 0 98%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 98%, 50% 90%, 0 98%, 0 0);
    -o-clip-path: polygon(100% 0, 100% 98%, 50% 90%, 0 98%, 0 0);
    clip-path: polygon(100% 0, 100% 98%, 50% 90%, 0 98%, 0 0); */
}

.sub-temple .sub-temple-item .card .img-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  height: 260px;
  width: 100%;
}

.sub-temple .sub-temple-item:hover .card .img-box img {
  transform: scale(1.2) rotate(-4deg);
  -webkit-transform: scale(1.2) rotate(-4deg);
}

.sub-temple .sub-temple-item .card .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sub-temple .sub-temple-item:hover .card .img-box::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.sub-temple .sub-temple-item .card .img-box::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

/*Breadcrumbs CSS
-------------------------------------------*/

.banner_area {
  /* background: url(../images/breadcrumb.jpg) no-repeat scroll center center; */
  /* min-height: 200px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;*/
  padding: 55px 0 112px;
}

/*.banner_area:before {
    content: "";
    background: rgba(4, 8, 29, 0.7);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.banner_text_inner {
  text-align: center;
  position: relative;
  /*padding-top: 40px;*/
}

.banner_text_inner h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}

.banner_text_inner ul {
  display: none;
}

.banner_text_inner ul li {
  display: inline-block;
  margin-right: 15px;
}

.banner_text_inner ul li a {
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_text_inner ul li a i {
  position: relative;
  left: -10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

/* About Us-Temples_Home
-------------------------------------------------- */

.about-temple {
  position: relative;
  background: url("../images/bg-pattern.jpg") repeat;
}

/*About temple CSS
-------------------------------------------*/

.about-temple {
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}

/* .about-temple::after {
    position: absolute;
    content: "";
    width: 623px;
    height: 583px;
    background-image: url(../images/about-temple-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 50px;
    left: 0;
    z-index: -1;
} */

/* 
.abouttemple-video {
    z-index: 1;
    position: relative;
    margin-top: 20px;
}

.abouttemple-video .about-content {
    padding: 0;
    background: #fff;
    border: 0px solid #000;
    text-align: center;
    position: relative;
}

.abouttemple-video .about-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #cb2110;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.abouttemple-video:hover .about-content:before {
    bottom: 20px;
    right: 20px;
}

.abouttemple-video .about-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #cb2110;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.abouttemple-video:hover .about-content:after {
    top: 0;
    left: 0;
} */

.about-us {
  padding-bottom: 60px;
}

.about-us .about-us-content h2,
.about-us .about-us-content .temple-news h3,
.about-us .about-us-content .display-5 {
  text-align: center;
  font-family: "Gidugu";
  font-weight: 400;
}

.about-us .about-us-content p,
.about-us .about-us-content .temple-news {
  font-family: "Mallanna", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
}

.about-us .about-us-content .shlokam pre {
  font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  overflow-y: hidden;
}

.about-us .about-us-content .temple-news ul {
  padding: 0;
  margin: 0;
}

.about-us .about-us-content .temple-news ul li {
  position: relative;
  list-style-type: none;
}

.about-us .about-us-content .temple-news ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(255, 0, 0, 1);
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Services
-------------------------------------------------- */
.services .single-service {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 5px #a3a3a3;
}
.services .single-service .service-img-block {
  position: relative;
  background: #fa0000;
  overflow: hidden;
}

.services .single-service .service-img-block::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 5px double rgba(255, 255, 255, 0.5);
  z-index: 999;
  -webkit-transition: 1s;
  transition: 1s;
}

.services .single-service .service-img-block img {
  width: 100%;
  height: 250px;
  transform: scale3d(1.05, 1.05, 1);
  transition: all 0.35s ease 0s;
}

.services .single-service .service-img-block:hover img {
  opacity: 0.6;
  transform: scale3d(1, 1, 1);
}
.services .single-service .service-img-block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, -100%, 0px);
  transition: all 0.6s ease 0s;
}

.services .single-service .service-img-block:hover:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, 100%, 0px);
}
.services .single-service .serviece-content {
  padding: 15px;
}
.services .single-service .serviece-content .title {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

.services .single-service .serviece-content .sub-title {
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
  .services .single-service {
    margin-bottom: 30px;
  }
}

/*Annadanam CSS
-------------------------------------------*/

.annadanam {
  position: relative;
  padding-bottom: 50px;
}

.annadanam .single-annadanam {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 3px;
  margin: 10px 0 20px;
}

.annadanam .single-annadanam .layer-mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(203, 33, 16, 0.8);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.annadanam .single-annadanam .layer-mask .info {
  display: block;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.annadanam .single-annadanam .layer-mask h3 {
  margin-top: 50px;
  font-size: 20px;
  color: #ffc107;
  font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
}

.annadanam .single-annadanam .layer-mask h4 {
  font-size: 18px;
  color: #ffc107;
}

.annadanam .single-annadanam .layer-mask ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.annadanam .single-annadanam:hover .layer-mask {
  opacity: 1;
}

.annadanam .single-annadanam:hover .layer-mask .info {
  -webkit-transform: none;
  transform: none;
}

.annadanam .single-annadanam .layer-mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.annadanam .single-annadanam .picture img {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.annadanam .single-annadanam:hover .picture img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.annadanam .single-annadanam .ribbon {
  position: absolute;
  line-height: 35px;
  width: 200px;
  color: #cb2110;
  background-color: #ffc107;
  text-align: center;
  left: -60px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9;
}

.annadanam .single-annadanam .ribbon span {
  font-weight: 600;
  color: #cb2110;
}

/*Bogham CSS
-------------------------------------------*/

.bogham {
  position: relative;
  padding-bottom: 50px;
}

.single-bogham {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  border-radius: 10px;
  border: 1px solid #713408;
  box-shadow: var(--bs-box-shadow);
}

.single-bogham .single-bogham-thumb {
  position: relative;
}

.single-bogham .single-bogham-thumb figure {
  position: relative;
  margin: 0;
}

.single-bogham .single-bogham-thumb figure img {
  height: 200px;
  width: 100%;
}

.single-bogham .single-bogham-thumb figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(88, 103, 221, 0);
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.single-bogham .single-bogham-thumb figure figcaption ul {
  position: absolute;
  width: 100%;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.single-bogham .single-bogham-thumb figure figcaption ul li {
  display: inline-block;
  list-style-type: none;
}

.single-bogham .single-bogham-thumb figure figcaption ul li a {
  display: block;
  background: #fff;
  color: #cb2110;
  padding: 8px 14px;
  -webkit-border-radius: 3px;
  border-radius: 30px;
}

.single-bogham .single-bogham-thumb figure:hover figcaption {
  visibility: visible;
  background: rgb(203, 33, 16, 0.8);
}

.single-bogham .single-bogham-thumb figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgb(203, 33, 16, 0);
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.single-bogham .single-bogham-thumb figure:hover figcaption ul {
  top: 50%;
  opacity: 1;
}

.single-bogham .bogham-details {
  padding: 15px;
  border: 1px solid #ebedf2;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.single-bogham .bogham-details h2 {
  margin-bottom: -4px;
  font-size: 26px;
  font-family: "Gidugu";
  font-weight: 400;
  color: #cb2110;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bogham-details h3 i {
  font-size: 20px;
}

.bogham-details h3 {
  font-size: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
.bogham-details h6.price {
  color: #737373;
  font-size: 16px;
}

.bogham-details .bogham-booking-details {
  padding-top: 20px;
  /*margin-top: 20px;*/
  border-top: 1px solid #ebedf2;
}

.bogham-details .bogham-booking-details li.price {
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  background: #ffc107;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0;
}

.bogham-details .bogham-booking-details li.booking-btn a {
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  background: #cb2110;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.bogham-details .bogham-booking-details li {
  display: inline-block;
  margin-right: 15px;
}

.bogham-details .bogham-booking-details li.booking-btn {
  /*float: right;*/
  margin-top: 0px;
}

.bogham-details .bogham-booking-details li:last-child {
  margin-right: 0;
}

.bogham-details .bogham-booking-details .booking-btn {
  line-height: 30px;
  padding: 0 45px;
  color: #fff;
  font-size: 16px;
  background: #cb2110;
  -webkit-border-radius: 3px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  box-shadow: var(--bs-box-shadow);
  transition:all 0.5s ease-in-out;
}

.bogham-details .bogham-booking-details .booking-btn:hover{
    background: #713408;
}

.bogham-details .bogham-booking-details {
  display: inline-block;
  margin-right: 0px;
}

.bogham-details .bogham-booking-details .booking-btn {
  /*float: right;*/
  margin-top: 0px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
}

/*Homam CSS
-------------------------------------------*/

.homam {
  position: relative;
  padding-bottom: 50px;
}

.homam .card {
  margin-bottom: 2rem !important;
}

.homam .single-homam .card-body {
  text-align: center;
  padding: 4px 8px;
}

.homam .single-homam .card-body .title {
  font-size: 20px;
  font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.homam .single-homam .card-body .sub-title {
  font-size: 18px;
}

.homam .single-homam-thumb {
  background: #2f3032;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.single-homam-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in 0.2s;
}

.single-homam-thumb:hover img {
  opacity: 0;
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transition-delay: 0;
}

.single-homam-thumb .homam-content {
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotateY(90deg) translate(50%, -50%) scale(0.5);
  transition: all 0.3s ease-out 0s;
}

.homam .single-homam-thumb:hover .homam-content {
  opacity: 1;
  transform: rotateY(0deg) translate(0, -50%) scale(1);
  transition-delay: 0.4s;
}

.homam .single-homam-thumb .title a {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0;
}

.homam .single-homam-thumb .price a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
}

.homam .single-homam-thumb .booking {
  display: inline-block;
  padding: 10px 16px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #fe6d6d;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}

.homam .single-homam-thumb .booking:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}

.homam .single-homam-thumb .booking:hover:after {
  height: 170%;
  background: #2f3032;
  opacity: 1;
}

@media only screen and (max-width: 990px) {
  .homam .single-homam-thumb {
    margin-bottom: 20px;
  }
}

/*saswatha-poojas CSS
-------------------------------------------*/

.saswatha-poojas {
  position: relative;
  padding-bottom: 50px;
}

.single-saswatha {
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

/*vehicle-poojas CSS
-------------------------------------------*/

.vehicle-poojas {
  position: relative;
  padding-bottom: 50px;
}

.vehicle-poojas .card img {
  height: 200px;
}

/*e-Donation CSS
-------------------------------------------*/

.customer-details,
.e-donation,
.report-bogham,
.report-homam,
.report-vehicle,
.report-poojas,
.terms-conditions {
  position: relative;
  padding-bottom: 50px;
}

/*View GOs CSS
-------------------------------------------*/

.view-gos,
.press-release {
  position: relative;
  padding-bottom: 50px;
}

.view-gos .card,
.press-release .card {
  border: none;
}

.view-gos .gos-card,
.press-release .press-card {
  margin-top: -100px;
}

.view-gos .card .card-header,
.press-release .card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
}

/*privacy-policy
-------------------------------------------*/

.privacy-policy {
  position: relative;
  padding-bottom: 50px;
}

/*Sub temple CSS
-------------------------------------------*/

.sub-temple {
  position: relative;
  padding-bottom: 50px;
}

.sub-temple .booking-card {
  margin-top: -100px;
  position: relative;
}

.sub-temple .single-thumb {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 3px;
  margin: 10px 0 20px;
}

.sub-temple .single-thumb .layer-mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(203, 33, 16, 0.8);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.sub-temple .single-thumb .layer-mask .info {
  display: block;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.sub-temple .single-thumb .layer-mask h3 {
  margin-top: 50px;
  font-size: 18px;
  color: #ffc107;
  font-weight: 400;
  font-family: "Ramabhadra", sans-serif;
}

.sub-temple .single-thumb .layer-mask .info h4 {
  font-size: 16px;
  color: #ffc107;
}

.sub-temple .single-thumb .layer-mask ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.sub-temple .single-thumb:hover .layer-mask {
  opacity: 1;
}

.sub-temple .single-thumb:hover .layer-mask .info {
  -webkit-transform: none;
  transform: none;
}

.sub-temple .single-thumb .layer-mask .btn-see-project {
  display: inline-block;
  margin-top: 0px;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.sub-temple .single-thumb .picture img {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.sub-temple .single-thumb:hover .picture img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.sub-temple .single-thumb .ribbon {
  position: absolute;
  line-height: 35px;
  width: 200px;
  color: #cb2110;
  background-color: #ffc107;
  text-align: center;
  left: -60px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-temple .single-thumb .ribbon span {
  font-weight: 600;
  color: #cb2110;
}

.sub-temple .card .card-body h4 {
  font-weight: 400;
  font-family: "Ramabhadra", sans-serif;
  font-size: 25px;
}

/*Our Team CSS
-------------------------------------------*/

.ts-our-team {
  position: relative;
  padding-bottom: 50px;
}

.our-team {
  margin-bottom: 25px;
}

.our-team .team {
  position: relative;
  padding: 10px 0 10px 20px;
}

.our-team .team:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #cb2110;
}

.our-team .pic {
  position: relative;
  overflow: hidden;
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
  opacity: 1;
}

/* .our-team .pic img {
    width: 100%;
    height: auto;
} */

.our-team .pic img {
  width: 100%;
  height: 150px;
}

.our-team .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: -40%;
  left: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social-links {
  bottom: 20px;
}

.our-team .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.our-team .social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #fdfffc;
  font-size: 18px;
  color: #fdfffc;
  transition: all 0.5s ease 0s;
}

.our-team .social-links li a:hover {
  background: #2ec4b6;
  border: 1px solid #2ec4b6;
}

.our-team .team-info {
  padding: 10px 0 0px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.our-team .team-info:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ffc107;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.our-team:hover .team-info:before {
  left: 0;
}

.our-team .title {
  color: #ffc107;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.our-team:hover .title {
  color: #cb2110;
}

.our-team .post {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.our-team:hover .team-info,
.our-team:hover .post {
  color: #fdfffc;
}

.our-team .description {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 20px;
  }
}

/*Login CSS
-------------------------------------------*/

.login_area {
  padding: 30px 80px 0;
}

.cardify {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.login-form {
  padding: 20px 0;
}

.login-form .login--form {
  padding: 10px 50px 0;
}

.login-form .login--header {
  border-bottom: 1px solid #ebedf2;
  text-align: center;
  padding: 0 50px 10px;
}

.login-form .login--header h3 h3 {
  color: #000;
  font-size: 26px;
  padding-bottom: 20px;
}

.login-form .login--header h3 p {
  margin-bottom: 0;
  line-height: 28px;
}

/*Contact us CSS
-------------------------------------------*/

.contact-us {
  position: relative;
  padding-bottom: 50px;
}

.contact-us .address {
  margin: 0;
}

.contact-us .address li {
  list-style: none;
  line-height: 25px;
}

.contact-us .address li a {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.contact-us .address li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #ff0000;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
}

/* .contact-us .google-map {} */

/* Footer
-------------------------------------------------- */

.footer {
  color: #bbbbbb;
  background-color: #1c2d31;
}

.footer .footer-top {
  padding: 30px 0;
  border-bottom: 1px solid #21383d;
}

.footer .footer-top .footer-title {
  color: #ffffff;
  margin-bottom: 25px;
}

.footer .footer-top .footer-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 40px;
  padding-left: 30px;
  position: relative;
}

.footer .footer-top .footer-title:before,
.footer .footer-top .footer-title:after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #ff7b00;
}

.footer .footer-top .footer-title:before {
  left: 5px;
  width: 10px;
}

.footer .footer-top .footer-title:after {
  left: 0;
  width: 2px;
}

.footer .footer-top .quick-links,
.footer .footer-top .address {
  margin: 0;
  padding: 0;
}

.footer .footer-top .quick-links {
  display: inline-block;
}

.footer .footer-top .quick-links li {
  list-style: none;
  line-height: 25px;
  float: left;
  width: 100%;
}

.footer .footer-top .address li {
  list-style: none;
  line-height: 25px;
}

.footer .footer-top .quick-links li a {
  display: block;
  position: relative;
  color: #d3d3d3;
  padding-left: 25px;
  margin-bottom: 5px;
}

.footer .footer-top .quick-links li a::before {
  position: absolute;
  content: "\f192";
  font-family: FontAwesome;
  font-size: 10px;
  color: #ff7b00;
  left: 5px;
  top: 0px;
  transition: all 500ms ease;
}

.footer .footer-top .address li a {
  display: block;
  position: relative;
  color: #d3d3d3;
  padding-left: 35px;
  margin-bottom: 10px;
}

.footer .footer-top .address li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #d3d3d3;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
}

.footer .footer-bottom p {
  padding: 10px 0;
  margin: 0;
}

.footer .footer-bottom p a {
  color: #d3d3d3;
}

.footer .footer-top .quick-links li a:hover,
.footer .footer-top .quick-links li a:hover::before,
.footer .footer-bottom p a:hover {
  color: #ffffff;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #a86c6c;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*
Back-top
-------------------------------------------------------------------*/

.back-to-top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  position: fixed;
  bottom: 65px;
  right: 15px;
  border-radius: 25px;
  background: #cb2110;
  font-size: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}

.back-to-top i {
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
}

.back-to-top span {
  display: block;
  color: #ffffff;
  line-height: 5px;
  font-size: 12px;
}

.font-settings {
  display: none;
  position: fixed;
  top: 210px;
  left: 0px;
  z-index: 99;
}

.font-settings li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.font-settings li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.font-settings li span {
  display: block;
  height: 48px;
  width: 48px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.font-settings li.decrease span {
  background-color: #1da1f2;
}

.font-settings li.has-dropdown > span.plus {
  background-color: #dd4b39;
  cursor: pointer;
}

.font-settings li.normal span {
  background-color: #007bb6;
}

.font-settings li.increase span {
  background-color: #026c9c;
}

.font-settings li.has-dropdown {
  position: relative;
}

.font-settings li.has-dropdown ul.dropdown-font-settings {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.font-settings li.has-dropdown ul.dropdown-font-settings.active {
  top: 0px;
  visibility: visible;
  opacity: 1;
}

.font-settings li a:hover span,
.font-settings li span.plus:hover {
  background-color: #2d2d2d;
}
