
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/* Button Setting */

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FF4F5B;
  --bs-btn-border-color: #FF894F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EB0413;
  --bs-btn-hover-border-color: #EB5B00;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EB5B00;
  --bs-btn-active-border-color: #EB5B00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FF894F;
  --bs-btn-disabled-border-color: #FF894F;
}

/* Button Setting Ends */


/* Spin */
.rotate{
    position: relative;
    top: 5%;
    left: 32%;
    width: 400px;
    
   
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

/*use keyframes*/
@-webkit-keyframes spin{
    100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin{
    100%{-webkit-transform: rotate(360deg);}
}
@keyframes spin{
    100%{-webkit-transform: rotate(360deg);}
}

@media (max-width: 576px) {
    .rotate{
        left:0%;
    }
}

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255, 137, 79, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(255, 137, 79, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/* Footer */

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb {
     color: #fff;
 }
 #social-tw {
     color: #fff;
 }
 #social-gp {
     color: #fff;
 }
 #social-em {
     color: #fff;
 }

 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

 /*** copyright Start ***/
.copyright {
    background: #490707;
}
/*** copyright end ***/

.text-body {
    color: #787878 !important;
}

.text-light {
    color: #f8f8f8 !important;
}

.text-white {
    color: #fff !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

a:hover {
    color: #00a66a;
}

a {
    color: #3D74B6;
    text-decoration: none;
}

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border-left: 10px solid var(--bs-red);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-red);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-black);
    z-index: 2;
}

.feature .feature-item .feature-content h5 {
    color: var(--bs-dark);
}
.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

.feature .feature-item .feature-content p {
    color: var(--bs-gray);
}

.feature .feature-item:hover .feature-content p {
    color: var(--bs-dark);
}
/*** Feature End ***/

/***about page start***/
.nbaba
  {
    float: right;
    width: auto;
    height: 425px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;

  }

  .akji
  {
    float: left;
    width: auto;
    height: 425px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 10px;

  }

  /***about page end***/


  /***black board page start***/

  .abb {
    background: #3C3939;
    border: 2px solid white;
    border-radius: 3%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90%;
    height: auto;
  }

  .bb {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 5%;
  }
  /***black board page end***/


  /***appointment page start***/

  .aph3{
    text-align: center;
    border-bottom: green;
  }
  form{
    display: relative;
    width: 400px;
    background: #fff;
    padding: 15px 40px 40px;
    margin: 50px auto 0;
    border: 2px soli#ccc;
    border-radius: 5px;
  }
  input,select{
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
  }
  label{
    display: black;
    margin-bottom: 6px;
  }
  
  .form-inline{
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 8px 10px 4px;
  }
  .form-inline label, .form-inline input{
    display: inline-block;
    width: auto;
    padding-right: 15px;
  }
  input[type="submit"]{
    font-size: 20px;
    background: #4cbb17;
    border-color: black;
    box-shadow: 0 3px 0 gray;
    color: white;
    margin-top: 10px;
    cursor: pointer;
  }
  input[type="submit"]:hover{
     background: #228b22;
  }
  input[type="reset"]{
    font-size: 20px;
    background: #BB173A;
    border-color: black;
    box-shadow: 0 3px 0 gray;
    color: white;
    margin-top: 10px;
    cursor: pointer;
  }
  input[type="reset"]:hover{
     background: #8B2236;
  }
  
 /***appointment page end***/



  /***contact page start***/

.coh3{
    text-align: center;
    border-bottom: green;
    margin-top: 10px;
}
 .ccontact-div{   
    display: relative;
    width: 80%;
    background: #fff;
    padding: 15px 40px 40px;
    margin: 50px auto 50px;
    border: 2px soli#ccc;
    border-radius: 5px;
}

.contact-div1{   
    display: relative;
    width: 80%;
    height:auto;
    border:solid #988E90;
    border-radius: 2px;
    background: #fff;
    padding: 15px 40px 40px;
    margin: 50px auto 50px;
    border: 2px soli#ccc;
    border-radius: 5px;
    align-items: center;
}

/***contact page end***/



/***video page start***/


.heading{
    color: #8B886C;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}
.container-v{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 5px 5%;
}
.container-v .main-video{
    background: #432323;
    border-radius: 5px;
    padding: 10px;
}
.container-v .main-video video{
    width: 100%;
    border-radius: 5px;

}
.container-v .main-video .title{
    color: #FDE7B3;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container-v .video-list{
    background: #432323;
    border-radius: 5px;
    height: 520px;
    overflow-y: scroll;
}
.container-v .video-list::-webkit-scrollbar{
    width: 7PX;
}
.container-v .video-list::-webkit-scrollbar-track{
    background: #ccc;
    border-radius: 50px;
}
.container-v .video-list::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 50px;
}
.container-v .video-list .vid video{
    width: 100px;
    border-radius: 5px;
}
.container-v .video-list .vid{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #C9CDCF;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #rgba(0, 0, 0, .1);
    cursor: pointer;
}
.container-v .video-list .vid:hover{
    background: #fff;
}
.container-v .video-list .vid.active{
    background: #F75270;
}
.container-v .video-list .vid.active .title{
    color: #fff;
}

.container-v .video-list .vid .title{
    color: #333;
    font-size: 17px;

}
@media(max-width:991px){

    .container-v{
    grid-template-columns: 1.5fr 1fr;
    padding: 10px;
}
@media(max-width:768px){

    .container-v{
    grid-template-columns: 1fr;
    padding: 10px;
}

/***video page end***/









  
  