/* General */
/**,p,h1,h2,h3,h4,h5,h6,span{
  margin: 0;
  padding: 0;
}

body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
    max-width: 100%;
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
  background-color: #269bb5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body[data-layout=horizontal] .topnav {
  margin-top: 0;
  margin-bottom: -16px;
  border-radius: 4px;
}

.page-content{
  background-image: url(../images/mBg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/

.rowBg {
  background: #d1d1d1de;
}

.genralHeader{
  display: flex;
  align-items: center;
  margin: 5px 10px;
  gap: 10px;
}
.genralHeader span{
  height: 20px;
  width: 20px;
  background: #269bb5;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.genralHeader h4{
  color: #269bb5;
  font-size: 30px;
  border-bottom: 2px solid #3d23ce;
}


.contactUsBtn{
  position: absolute;
  right: 10px;
}
@media (max-width: 925px){
  .contactUsBtn{
    position: relative;
    right: auto;
    margin: 10px;
  }
}


.footerContainer{
  position: relative;
  bottom: 0;
  background: #269bb5;
  padding: 10px 30px;
  width: 100%;
}

.generalText{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-left: 20px!important;
}
.footerContainer .generalText{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-left: 20px!important;
  display: flex;
  justify-content: space-between;
}

.topnav .navbar-nav .nav-link {
  font-size: 18px;
  position: relative;
  padding: 1rem 1.3rem;
  color: #269bb5;
}


.topnav .navbar-nav .nav-item .nav-link.active {
  color: #011ca0;
  background: #e1e1e1;
  border-bottom: 3px solid #17d5ff;
  /* border-radius: 20px; */
  border-radius: 10px 10px 0 0;
  height: 50px;
  margin-top: 5px
}


/* Home Page */

/* .leftImageContainer,.rightImageContainer{
   height: 250px;
   width: 100%;
   border: 10px solid gray;
   overflow: hidden;
}

.leftImageContainer .sideImages,
.rightImageContainer .sideImages{
  width: 100%;
  
} */

.homeSlideContainer{
  height: 400px;
  width: 100%;
  background-color: #e1e1e1;
  color: #50a5f1;
  background-image: url(../images/GhuntuaHomebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ghantuaPhcText_Col{
padding-top: 100px;
}

.ghantuaPhcText_Col
.homeHeader{
  font-size: 100px;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #deb214;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

/* .subHeader{
  font-size: 50px;
  letter-spacing: 3px;

} */

.animatedText {
  color: #388ac9;
  font-weight: 600;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 48px;
  display: inline-block;
  padding: 0;
  border-right: 1px solid #414141;
}


/* .servicesCardBody{
  min-height: 250px;
}

.servicesCardBody i{
  margin: auto;
  font-size: 36px;
  color: #388ac9;
} */

.ServiceSection {
  padding: 10px 0;
}

.ServiceSection h2 {
  font-size: 36px;
  color: rgb(59, 221, 88);
  margin-bottom: 30px;
  text-align: center;
}

.service-block {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(18, 136, 30, 0.539);
  margin-bottom: 10px;
  min-height: 300px;
}

.service-icon {
  font-size: 36px;
  color: #333;
}

.service-title {
  font-size: 18px;
  color: #388ac9;
  margin-top: 10px;
  font-weight: bold;
}

.service-description {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-weight: 500;
}


/* Blog Slider */

.blogContainer{
  background-color: #ffe53b;
  background-image: linear-gradient(147deg, #5279d3 0%, #38aefd 74%);
  min-height: 65vh;
  font-family: 'Montserrat', sans-serif;
  display: flex;
}


.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
 }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
 }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
 }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
 }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
 }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
 }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
 }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
 }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
 }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
 }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
 }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
 }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
 }
}
/* Blog Slide Ends */

.accordion-button:not(.collapsed) {
  font-size: 18px;
  font-weight: 500;
color: #269bb5;
background-color: #fff!important;
border-bottom-left-radius: 10px!important;
border-bottom: 2px solid #269bb5;
}

.accordion-button {
  background: #d1e8f6;
}

.accordion-body{
  font-weight: 400;
  font-family: arial, sans-serif;
  color: #269bb5!important;
}

/* Home Page End */


/* Abou Us */


.aboutUs{
  font-size: 80px;
  line-height: 1.2;
  text-align: start;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #dbb80b;
  color: #e1fdff;
}


/* .blackquotes {
  font-size: 1em;
  line-height: 1em;
 } */
 
 /* .blackquotes:before {
  content: open-quote;
 }
 
 .blackquotes:after {
  content: close-quote;
 }
 
 .blackquotes:before,
 .blackquotes:after {
  display:inline;
  font-size: 3em;
  color: #0015b1;
 
  padding: 0;
  position: relative;
  top: .25em;
  } */

  blockquote {
    font-weight: 100;
    font-size: 1.2rem;
    max-width: 97%;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: .5rem;
    margin-left: 1rem;
    color: #417a87;
    font-weight: 400;
    font-family: serif;
  }
  
  blockquote:before,
  blockquote:after {
    position: absolute;
    color: #1826c3;
    font-size: 3rem;
    width: 2rem;
    height: 2rem;
  }
  
  blockquote:before {
    content: '“';
    left: 0rem;
    top: -1rem;
  }
  
  blockquote:after {
    content: '”';
    right: 0rem;
    bottom: -1rem;
  }
  


/* Abou Us End */


/* Gallary */


.wrapper
{
  margin: 0px auto;
  padding: 20px;
  max-width: 100%;
  background: transparent;
  overflow-x: hidden;
}

.wrapper .title { text-align: center;font-size: 30px;font-weight: bold;color: #50a5f1;}

hr {margin: 20px 0; border: 1px solid #269bb5;}

input[type='radio']
{
  appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  margin: 0 0 15px 29%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

input[type='radio']:before
{
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Material Icons';
  font-size: 30px;
  color: #fff;
  transition: 150ms ease-in-out;

}

.image-wrap { 
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden!important;
}

.pic
{
  display: block;
  float: left;
}

input[type='radio']:nth-child(3):before {content: '\E5C3';}
input[type='radio']:nth-child(4):before {content: '\E5D2';}

input[type='radio']:checked:before { color: #50a5f1; }

input[type='radio']:nth-child(3):checked ~ .image-wrap .pic
{
  margin: 5px;
  width:308px;
  height:313px;
  border: 3px solid #50a5f1;
}

input[type='radio']:nth-child(4):checked ~ .image-wrap .pic
{
  width: 90%;
  margin: 10px;
}

@media(max-width: 1000px)
{
  input[type='radio']:nth-child(3) { display: none; }
  input[type='radio']:nth-child(4) { margin: 0 calc(50% - 15px); }
  input[type='radio']:nth-child(4):before { color: #50a5f1; }
  
  input[type='radio']:nth-child(3):checked ~ .image-wrap .pic
  {
    width: auto;
    height: 100%;
    margin: 5px;
  }
}



/* Gallary End */


/* Prize */

.heheaderImgGridader {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.gridBtn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.gridBtn:hover {
  background-color: #ddd;
}

.gridBtn.active {
  background-color: #666;
  color: white;
}

/* Prize End */

/* contact Us */

.contactUsForm{
  background: #d1e8f6;
  border-radius: 7px;
  padding: 20px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.contactItem{
  height: 80px;
  width: 90%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px auto;
  padding: 20px;
  border: 1px dashed #17d5ff;
  border-radius: 5px;
}
.contactItem i{
  border-radius: 50%;
  border: 1px #17d5ff dashed;
  padding: 13px;
  font-size: 25px;
  color: #dbb80b;
}
.contactItem p{
  font-size: 15px;
  font-weight: bold;
  color: #269bb5;
  font-family: 'Font Awesome 5 Free';
}
.contactItem p:hover{
  color: #deae20;
}

/* contact Us End */


/* Responssive */

@media (max-width: 768px){
  .ghantuaPhcText_Col .homeHeader {
    font-size: 30px;
  }
  .homeSlideContainer{
    height: 200px;
    background-image: url(../images/GhuntuaPhcMob.jpg);
  }
  .ghantuaPhcText_Col {
    padding-top: 30px;
  }
  .animatedText {
    color: #9c08d9;
    font-size: 20px;
  }
  .generalText{
    color: #fff;
    font-weight: 400;
    font-size: 10px!important;
    margin-left: 10px!important;
  }
  button.btn.btn-sm.d-lg-none.header-item {
    margin-left: -5px!important;
  }

  .navbar-brand-box {
      margin-left: -10px;
  }



  .aboutUs {
    font-size: 32px;
  }

  blockquote {
    margin-top: 10px;
    font-size: .8rem;
  }


  img.pic {
    width: 100%!important;
  }
  .image-wrap {
    margin: 0;
  }

  .footerContainer .generalText {
    margin-left: 10px!important;
    display: flex;
    justify-content: space-between;
  }



  .contactItem p {
    font-size: 10px;
  }
  .contactItem i {
  padding: 8px;
  font-size: 20px;
  }
  .contactItem {
    height: 60px;
    padding: 20px;
  }
}

/* @media (max-width:320px){
  .contactUsForm {
    background: #d1e8f6;
    border-radius: 7px;
    padding: 20px;
    width: 275px!important;
    margin-left: auto;
    margin-right: auto;
  }
} */

/* Responssive End */
