.top-bar-area .social {
  position: relative;
}
.top-bar-area .social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
}
.top-bar-area ul li {
  font-size: 13px;
  font-weight: normal;
}
nav.navbar.validnavs:not(.sticked) {
  background-color: transparent;
}
nav.navbar.validnavs:not(.sticked)::after {
  opacity: 0;
}
.validnavs:not(.sticked) a {
  color: #fff;
}
.sticked .navbar-brand > img {
  height: 50px;
}
.banner-area {
  height: 100vh;
  margin-top: -120px;
}
.banner-area.zoom-effect .banner-thumb {
  transform: none !important;
}
.banner-style-one h2 {
  font-size: 60px;
}
.banner-style-one h2 strong {
  display: block;
}
.banner-area div.swiper-slide .row .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 120px;
}
.sub-title {
  font-family: var(--font-primary);
}
.title {
  font-family: var(--font-secondary);
  font-size: 48px;
}
.peroit {
  font-family: var(--font-secondary);
}
.bg-image .title,
.bg-image .sub-title {
  color: var(--white);
}
.product-title,
.product-title a,
.vt-products .product .product-contents .product-title a {
  color: var(--color-primary);
  font-weight: 600;
}
.product-caption {
  padding: 5px 15px;
}
.vt-products .product .product-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 10px; */
}
.vt-products .product .product-contents ul li {
  margin: 0 5px;
}
.services-style-one {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.services-style-one-area .swiper-button-prev,
.services-style-one-area .swiper-button-next,
.gallery-style-one-area .swiper-button-prev,
.gallery-style-one-area .swiper-button-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.services-style-one-area .swiper-button-prev {
  left: -7px;
}
.services-style-one-area .swiper-button-next {
  right: -7px;
}
.services-style-one-area .swiper-button-next:after,
.services-style-one-area .swiper-button-prev:after,
.gallery-style-one-area .swiper-button-prev:after,
.gallery-style-one-area .swiper-button-next:after {
  font-size: 14px;
  color: #000;
}
.services-style-one {
  margin-bottom: 50px;
}
.bg-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  inset: 0;
}
.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  opacity: 0.4;
}
.mygallery .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 0;
  width: 25%;
  border-left: 1px solid #fff;
}
.gallery-style-two .overlay {
  left: 45px;
}
.gallery-style-two .link {
  right: 45px;
}
.content .title,
.info .title {
  font-size: 18px;
}
.content a,
.contact-style-one-info li a {
  font-weight: 700;
  font-size: 20px;
}
.contact-area {
  background-size: 12%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main-font {
  font-family: var(--font-primary) !important;
}
.columned {
  columns: 2;
}
.gallery-style-two span {
  display: none;
}
.mobile-call {
  position: absolute;
  right: 55px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
.breadcrumb-area {
  margin-top: -115px;
  padding: 200px 0 60px 0;
}
.shop-listing-contentes {
  margin-bottom: 15px;
}
.modal-body .contact-form-style-one button {
  transform: scale(0.75);
  transform-origin: left;
}
.shape-extra {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 40%;
  opacity: 0.1;
  z-index: -1;
}
.half-bg-theme::after {
  display: none;
}
.title-number {
  margin: 0;
  background: var(--dark);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-weight: 700;
}
.title-number span {
  position: absolute;
  font-family: var(--font-secondary);
  font-size: 48px;
  color: #fff;
  left: 40px;
  opacity: 0.25;
}
.services-style-two-item .info {
  padding: 30px 30px;
  min-height: 230px;
}
.accordion-regular button.accordion-button:not(.collapsed) {
  color: #fff;
}
.gallery-style-one.custom-position {
  overflow: visible;
  margin-bottom: 60px;
}
.gallery-style-one.custom-position .overlay {
  background: var(--dark);
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: -30px;
  padding: 20px 60px;
  min-width: none;
  max-width: 65%;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .mobile-call {
    display: block;
  }
  .services-style-one-area .swiper-button-prev {
    left: 7px;
  }
  .services-style-one-area .swiper-button-next {
    right: 7px;
  }
  .content a,
  .contact-style-one-info li a {
    font-size: 16px;
  }
  .mygallery .gallery-items.colums-2 .pf-item {
    width: 50%;
  }
  .gallery-area .magnific-mix-gallery {
    margin: 0;
  }
  .gallery-area.mygallery .row {
    margin: 0;
  }
  .gallery-style-two .overlay {
    left: 10px;
    width: 100%;
    bottom: 10px;
  }
  .gallery-style-two .link {
    display: none;
  }
  .gallery-style-two h4 {
    font-size: 16px;
  }
  .contact-style-one-info h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .blog-grid .info .title {
    font-size: 20px;
  }
}

.counter-block .counter {
  position: relative;
  line-height: 1em;
  font-size: 55px;
  font-family: sans-serif;
}
.counter-block .counter-text {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: sans-serif;
}
.counter-block .inner-block{
  border-radius: 20px;
  border-bottom:4px solid var(--color-secondary);
  margin-bottom: 4px;
}
.design2{
  background-color: #d4af37;
  height: 8px;
  width: 100px;
  margin-bottom: 10px;
}

.odometer-inside{
  display: inline;
}

.design{
  background-color: #d4af37;
  height: 8px;
  width: 100px;
  margin-bottom: 10px;
}
.design1{
  background-color: #d4af37;
  height: 8px;
  width: 100px;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px){
  .design1{
    background-color: #d4af37;
    height: 8px;
    width: 100px;
    margin-bottom: 10px;
    position: relative;
    left: 500px;
  }
  .text-float{
    width: 100%;
  }
  .image_float{
    width: 80%;
  }
  .principle_image{
    width: 100%;
    float: left;
    justify-content: center;
  }
  .priciple_description{
    width: 100%;
  }
}
.team .social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.team .social-link:hover,.team .social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}
.team img{
  height: 100px;
  width: 100px;
}
.swiper-button-next,.swiper-button-prev{
  color:#0d173b !important;
}

.head_small_text{
  color:#d4af37;
  letter-spacing: 5px;
  font-weight: 1000;
  margin-bottom: 0px;
}
.heading_text{
  color:#0d173b;font-weight: 800;
  margin-bottom: 8px;
}
.about_us_content{
  padding-left: 30px;
  padding-right: 30px;
}
.about_section img{
  max-height: 450px;
}


.tabs input[type="radio"] {
  display: none;
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #d4af37;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fcfcfc;
  text-align: center;
  line-height: 3em;
}
.tabs label:last-of-type {
  border-bottom: none;
}
.tabs label:hover {
  background: #d4af37;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .tabs label {
    width: 11%;
  }
}
@media screen and (max-width: 1200px) {
  .tabs label {
    width: 11%;
  }
}
@media screen and (max-width: 900px) {
  .tabs label {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .tabs label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #c7c6c4;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs {
    margin: 0;
  }
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label,
#tab5:checked + label,
#tab6:checked + label,
#tab7:checked + label,
#tab8:checked + label,
#tab9:checked + label {
  background: #d4af37;
  color: #ffffff;
}

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

.tab-content-wrapper {
  background: #fcfcfc;
  border-top: #d4af37 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 600px) {
  .tab-content-wrapper,
  .tab1-content-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1,
#tab2:checked ~ .tab-content-wrapper #tab-content-2,
#tab3:checked ~ .tab-content-wrapper #tab-content-3,
#tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5,
#tab6:checked ~ .tab-content-wrapper #tab-content-6,
#tab7:checked ~ .tab-content-wrapper #tab-content-7,
#tab8:checked ~ .tab-content-wrapper #tab-content-8,
#tab9:checked ~ .tab-content-wrapper #tab-content-9 {
  position: relative;
  top: 0px;
}


.gray {
  color: #a5a5a5;
}
.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(230, 78, 62, 0.9);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


[ Wednesday, May 3, 2023 9:48 PM ] ⁨Susan Poudel British College⁩: #message .message-image {
            position: relative;
            z-index: 19;
            float: left;
            width: 550px;
            margin-right: 40px;
            margin-bottom: 20px;
        }
        #message-principle .message-image-left {
            position: relative;
            z-index: 19;
            float: right;
            width: 550px;
            margin-left: 40px;
            margin-bottom: 20px;
        }
        #message .message-info p {
            text-align: justify;
        }

        #message .message-name {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 0;
            color: #000;
            text-align: center;
        }
        #message-principle .message-info p {
            text-align: justify;
        }

        #message-principle .message-name {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 0;
            color: #000;
            text-align: center;
        }
        @media only screen and (max-width: 990px) {
            #message .message-image {
                width: 335px;

            }
            #message-principle .message-image-left {
                width: 335px;

            }
        }

        @media only screen and (max-width: 700px) {
            #message .message-image {
                float: none;
                width: 100%;
            }
            #message-principle .message-image-left {
                float: none;
                width: 100%;
            }
        }
        