@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:wght@400;540;695&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:wght@400;540;695&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
:root {
  --primary: rgba(6, 163, 218, 0.7);
  --secondary: #f57e57;
  --light: #eef9ff;
  --dark: #091e3e;
}
a{
  color: #fff;
}
h1,
h2 {
  font-weight: 700 !important;
}
h3,
h4 {
  font-weight: 600 !important;
}
h5,
h6 {
  font-weight: 500 !important;
}
p {
  line-height: 30px !important;
  color: var(--dark);
}
ul li {
  line-height: 30px;
}
body {
  background-color: var(--dark) !important;
  font-family: "Jost", sans-serif;
  /* font-family: 'Lato', sans-serif; */
}
.tamil {
  font-family: "Noto Serif Tamil", serif;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.tamil1 {
  font-family: "Noto Serif Tamil", serif;
  font-size: 20px;
}
@media only screen and (max-width: 601px) {
  .tamil1 {
    font-size: inherit;
  }
}
.section-title-1 h5::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  top: 7px;
  left: -50px;
  bottom: 11px;
  background: var(--warning);
}
.section-title-1 h5::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  top: 7px;
  right: -50px;
  bottom: 11px;
  background: var(--warning);
}
.nav-item a {
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.dropdown-menu .dropdown-item {
  background-color: var(--dark);
  /* color: var(--primary); */
}
.dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: var(--dark);
}

/** Main Slider Css **/
.carousel-inner {
  height: 520px;
  min-height: 515px;
}
.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 601px) {
  .carousel-inner {
    height: 200px;
    min-height: 200px;
  }
}

.news {
  width: 160px;
  background-color: rgba(9, 30, 62, 0.85);
}

.news-scroll a {
  text-decoration: none;
  color: black !important;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block;
}
/** Main Slider Css End**/

/** About Us Css **/
.bg-appointment {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../Images/kalakad.jpg) center center no-repeat;
  background-size: cover;
}
.header-bg {
  background: linear-gradient(rgba(92, 121, 170, 0.85), rgba(92, 121, 170, 0.85)),
    url(../Images/bg-2.jpg) center center no-repeat;
  background-size: cover;
}
.appointment-form {
  background: rgba(6, 163, 218, 0.7);
}
.section-title h4::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}
.section-title h4::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}
.section-title h2::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}
.section-title h2::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}
@media only screen and (max-width: 602px) {
  .section-title h2::before {
    display: none;
  }
  .section-title h2::after {
    display: none;
  }
}

/** About Us Css end **/

/** Photo Gallery **/
.slider {
  max-width: 1400px;
  display: flex;
  font-family: "Lato", sans-serif;

  
}
.slider .card {
  flex: 1;
  margin: 0 10px;
  background: none;
  border: 5px dotted var(--primary);
}
.slider .card .img {
  height: 230px;
  width: 100%;
  /* border: 3px dashed var(--primary); */
  
}
.slider .card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .card .content {
  background-color: #091e3e;
  text-align: center;
  color: #fff;
  min-height: 120px;
  justify-content: center;
  
}
.card .content .title {
  font-size: 16px;
  font-weight: 600;
}
.card .content .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.card .content p {
  text-align: justify;
  margin: 10px 0;
}
.card .content .btn {
  display: block;
  text-align: left;
  margin: 10px 0;
}
.card .content .btn button {
  background: #e74c3c;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover {
  transform: scale(0.9);
}
.video_button {
  position: absolute;
  cursor: pointer;
  top: 25%;
  left: 45%;
  color: red;
  font-size: 30px;
}
/** Photo Gallery end **/

/** Events Area CSS **/

.events {
  background-color: #768591;
  height: auto;
}
.rightbox .tab-content {
  height: 200px;
}

.rightbox {
  /* background: rgb(241, 238, 233); */
  background-size: cover;
  padding: 0;
  position: relative;
  height: 380px;
}

.rightbox .nav-justifid {
  background: var(--primary);
 
}

.rightbox .nav-justified {
  box-shadow: 0 4px 24px 0 rgba(10, 12, 16, 0.06),
    0 12px 64px 0 rgba(0, 0, 0, 0.05);
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  position: relative;
}

.rightbox .tab-content ul li a {
  color: rgb(29, 29, 29);
  font-size: 16px;
  display: block;
}

.rightbox .nav-justified .nav-link.active,
.rightbox .nav-justified .nav-link:focus,
.rightbox .nav-justified .show > .nav-link {
  color: var(--primary);
  background-color: rgb(251, 252, 255);
  box-shadow: 0 3px 0 0 var(--primary) inset !important;
}

.rightbox .nav-justified .nav-link:hover {
  background-color: #eeffff;
  color: var(--primary);
}

.rightbox .nav-justified .nav-link {
  border-radius: 0;
  font-weight: 600;
  height: 100%;
  color: rgb(47, 47, 47);
  border-right: 1px solid rgb(226, 223, 218);
  padding: 0.8rem 0.5rem;
  
}

.rightbox .nav-justified .nav-link .mdi {
  display: none;
  height: 30px;
  width: 30px;
  background: var(--primary);
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  
}

.rightbox .tab-content ul > li > a {
  display: block;
  font-weight: 500;
  padding: 10px 6px 10px 24px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-left: 20px;
  /* border-bottom: 1px dashed #ddd; */
  
  
}

.rightbox .tab-content ul > li {
  text-transform: none;
  display: block;
  
}

.rightbox .tab-content ul > li > a:before {
  left: 0;
  position: absolute;
  content: "\f418";
  font-family: "Jost", sans-serif;
  text-align: center;
  line-height: 18px;
  top: 12px;
  color: var(--primary);
  font-size: 18px;
  
}

.COVM > li {
  /* background-color: var(--light); */
  padding: 10px;
  border-radius: 10px;
  list-style-type: none;
  min-height: 50px;
  margin-bottom: 5px;
  font-family: "Jost", sans-serif;
  border: 2px dashed var(--primary);
  
}
.viewmore {
  color: white;
  background-color: var(--primary);
  padding: 7px 15px;
  font-size: 0.8rem;
  right: 5px;
  bottom: 5px;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  border: 1px solid #eeffff;
}
.viewmore:hover {
  color: var(--primary);
  background: #fff;
}
.COVM {
  padding-left: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20) !important;
  opacity: 0.2;
  width: 56px;
  border: none;
  /* float: revert; */
  right: -10px;
  position: absolute;
  z-index: 8587888;
  opacity: 10;
}
@media (max-width: 767px) {
  .mCustomScrollbar {
    height: 150px;
    width: 100%;
    overflow: hidden;
  }
  .mCustomScrollbar:hover {
    overflow: auto;
  }
}
@media only screen and (min-width: 802px) {
  .viewmore {
    color: white;
    background-color: var(--primary);
    padding: 7px 15px;
    font-size: 0.8rem;
    right: 5px;
    bottom: 15px;
    position: absolute;
    font-weight: 700;
    font-style: italic;
    border: 1px solid #eeffff;
  }
}
/** Events Area Css end **/

/* Style the icon bar links */

.social {
  position: fixed;
  bottom: 10%;
  z-index: 8;
  width: 20px;
}

.social ul {
  padding: 0px;
  transform: translate(-260px, 0);
}

.social ul li {
  display: block;
  margin: 5px;
  background: rgba(200, 158, 172, 0.5);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 0px 0px 0;
  transition: all 1.5s;
  border-right: 1px solid #fff;
  padding-right: 10px;
  border-radius: 25px;
}
.social ul li a {
  color: #fff;
}

.social ul li:hover {
  transform: translate(110px, 0);
  background: #c44a73;
  transition: all 1.5s;
}

.social ul li:hover a {
  color: white;
  text-decoration: none;
}

.social ul li a img {
  width: 30px;
  border-left: 0px solid white;
  padding: 0 2px;
  border-radius: 30%;
}

.facebook {
  background-color: #3e80b5 !important;
  color: #fff !important;
}
.Twitter {
  background-color: #212287 !important;
  color: #fff;
}

.youtube {
  background-color: red !important;
}

.Google {
  background-color: #3e80b5 !important;
}

.social ul li:hover i {
  color: #c44a73;
  background: white;
  transform: rotate(360deg);
  transition: all 1.5s;
}

.social ul li i {
  margin-left: 10px;
  color: #000;
  background: white;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  text-align: center;
  font-size: 20px;
}

.youtubeBtn {
  position: fixed;
  left: 50%;
  transform: translatex(-50%);
  bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 2px 10px;
  border-radius: 5px;
}

.youtubeBtn i {
  font-size: 20px;
  float: left;
}

.youtubeBtn a {
  color: #ff0000;
  animation: youtubeAnim 1000ms linear infinite;
  float: right;
}

.youtubeBtn a:hover {
  color: #c9110f;
  transition: all 0.3s ease-in-out;
}

.youtubeBtn i:active {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.youtubeBtn span {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 12px;
  float: right;
  line-height: 20px;
  padding-left: 5px;
}

@keyframes youtubeAnim {
  0%,
  100% {
    color: #c9110f;
  }
  50% {
    color: #ff0000;
  }
}
/** Side Nav End **/

.footerSubA {
  line-height: 2;
  font-weight: bolder;
  color: #00b3b3 !important;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/** Video Gallery Page Css**/
.card-body {
  padding: 10px 0px;
  background-color: #091e3e;
  text-align: center;
  color: #fff;
  min-height: 120px;
}
.card-text {
  font-size: 16px;
}

/** Video Gallery End **/

/** Best Practices Css **/
.best-practices p {
  text-align: justify;
}
.best-practices p,
.best-practices h5 {
  color: var(--white);
}
.best-practices ul li {
  color: var(--white);
}
.bg-borders{
  border: 2px dashed var(--primary);
}
