@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jomolhari&display=swap');


/* body{
    font-family: "Cormorant", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant", serif;
}


p{
    font-family: "Mulish", sans-serif;
}

.tgmenu__navbar-wrap ul li a {
    font-family: "Cormorant", serif;
} */



.logo a h1{
  font-family: "Jomolhari", serif;
  font-style: normal;
  color: #01429c;
}


.tg-header__logo-area .logo{
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.tg-header__logo-area .logo p{
    /* margin-bottom: 2px; */
    color: #01429c;
}

.tg-header__logo-area .logo h1{

    margin-bottom: 0;
}

.mob-logo h3{
    margin-bottom: 0;
    font-family: "Jomolhari", serif;
}

.mob-logo p{
    margin-bottom: 0;
    color: #768bc3;
}



.testimonial__content-two .grey{
    color: rgb(210, 211, 212);
}


.g-review-btn{
    user-select: none;
    -moz-user-select: none;
    background: #ffffff none repeat scroll 0 0;
    /* border: medium none; */
    color: #343131;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding: 8px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 17px;
    white-space: nowrap;
    box-shadow: 2px 4px 0px 0px #bbbbbb;
    overflow: hidden;
    /* display: grid; */
   
}


.footer__widget .logo h2{
    color: #ffff;
}


.footer__content .list-wrap li a i {

    font-size: 25px;

}

.copy-right-text a{
    color: #8C9AB4;
}


/*Footer*/
.prolo-site-footer-main{
    position: relative;
    background-color: #1b1464;
  }
  
  
  .footer-section {
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #061848), color-stop(100%, #010a24));
      padding-top: 100px;
      /* padding-bottom: 50px; */
  }
  
  .footer-flex {
      grid-column-gap: 20px;
      flex-direction: row;
      justify-content: space-between;
      display: flex;
  }
  
  .flex-horizontal-sec5 {
      width: 40%;
      grid-row-gap: 30px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
  }
  
  .w-inline-block {
      max-width: 100%;
      display: inline-block;
  }
  
  .footer-logo {
      width: 200px;
      height: auto;
  }
  
  .footer-img {
      width: 100%;
      height: 100%;
  }
  
  .h2.gradient._21-ch {
      max-width: 21ch;
      background-image: linear-gradient(90deg,#0de79b,#0fe4de);
      font-weight: 600;
  }
  
  .inline-text.gradinet {
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(90deg,#0de79b 75%,#0fe4de);
      -webkit-background-clip: text;
      background-clip: text;
  }
  
  .inline-text {
      display: inline-block;
  }
  
  .get-button {
      width: 225px;
      height: 50px;
      grid-column-gap: 20px;
      color: #134147;
      background-color: #fff;
      border-radius: 50px;
      justify-content: center;
      align-items: center;
      padding: 5px 40px;
      text-decoration: none;
      transition: all .425s;
      display: flex;
      font-size: 17px;
      /* font-family: 'Poppins', sans-serif !important; */
      font-weight: 500;
  }
  .get-button:hover{
    color: #1b1464;
  }
  
  .get-text {
      font-size: 15px;
  }
  
  
  .flex-horizontal-purple {
    width: 60%;
      grid-row-gap: 30px;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      display: flex;
  }
  
  .purple-div {
      width: 100%;
      height: 100%;
      border: 1px #fff;
      border-radius: 20px;
      justify-content: center;
      align-items: center;
      padding: 0px 40px 50px;
      display: flex;
      position: relative;
  }
  
  .flex-grid {
      width: 100%;
      height: 100%;
      grid-column-gap: 30px;
      justify-content: space-between;
      align-items: stretch;
      display: flex;
  }
  
  .link-wrapper {
      width: 40%;
      height: 100%;
      grid-row-gap: 20px;
      flex-direction: column;
      align-items: flex-start;
      display: flex;
  }
  
  .footer-link {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      text-decoration: none;
      transition: all .375s;
  }
  
  .white-span {
      width: 1px;
      height: 100%;
      background-color: #fff;
  }
  
  .gap-wrapper {
      width: 100%;
      grid-row-gap: 30px;
      flex-direction: column;
      display: flex;
  }
  
  .email-div {
      grid-column-gap: 20px;
      align-items: center;
      display: flex;
  }
  .address-div {
      grid-column-gap: 20px;
      grid-row-gap: 30px;
      flex-direction: column;
      display: flex;
  }
  
  .location-icon {
      width: 40px;
      height: 50px;
      align-self: flex-start;
  }
  
  .social-wrapper {
      grid-row-gap: 15px;
      flex-direction: column;
      display: flex;
  }
  
  .link-wrapper a{
    /* font-family: 'Poppins', sans-serif ; */
    font-weight: 300 ;
  }
  
  .link-wrapper a:hover{
    opacity: 0.5;
    color: #fff;
  }
  
  .email-div {
      grid-column-gap: 20px;
      align-items: center;
      display: flex;
  }
  
  .email-icon {
      width: 40px;
      height: 50px;
  }
  
  .white-light {
      color: #fff !important;
      font-size: 18px;
      font-weight: 300;
        /* font-family: 'Poppins', sans-serif ; */
  }
  
  .social-icons {
      grid-column-gap: 30px;
      justify-content: flex-start;
      margin-left: 60px;
      display: none;
  }
  
  .social {
      width: 30px;
      height: 30px;
      justify-content: center;
      align-items: center;
      display: flex;
  }
  
  .icon-social {
      width: 100%;
      height: 100%;
  }
  
  
  .copy-div {
  /*    width: ;*/
      clear: none;
      grid-column-gap: 5px;
      opacity: .5;
      direction: ltr;
      color: #f0f0f0;
      /* text-align: right; */
      text-transform: capitalize;
      flex-direction: row;
      justify-content: space-between;
      /* align-items: flex-start; */
      /* margin-top: 50px; */
      margin-left: auto;
      margin-right: auto;
      /* display: flex; */
  }
  
  .white-lcopy {
      color: #fff !important;
      flex-direction: row;
      align-items: flex-start;
      font-size: 14px;
      font-weight: 500;
      text-align: end;
  }
  
  ._25px-text-light {
      color: #fff;
      font-size: 19px;
      font-weight: 300;
      line-height: 1;
      display: inline-block;
  }
  
  .text-span-6 {
      color: #fff;
      text-decoration: none;
      display: inline-block;
  }
  .text-span-6:hover{
    opacity: 0.5;
    color: #fff;
  }
  
  .footer-about-text{
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif !important;
  }



  @media screen and (max-width: 1199px){
    .footer-link {
        color: #fff;
        font-size: 18px;
    }
  
  }
  
  
  @media screen and (max-width: 479px){
    /* .copy-div {
      margin-top: 20px;
  }
   */
  .flex-horizontal-sec5 {
      grid-row-gap: 25px;
  }
  
  .footer-link {
      font-size: 18px;
  }
  .get-button{
    padding: 5px 5px;
  }
  
  }
  
  
  
  
  
  @media screen and (max-width: 767px){
    .copy-div {
      flex-direction: column;
      /* margin-top: 40px; */
  }
  
  .footer-flex {
      grid-row-gap: 60px;
      flex-direction: column;
  }
  
  .flex-horizontal-sec5 {
      width: 100%;
      grid-row-gap: 30px;
      flex-direction: column;
      align-items: flex-start;
  }
  
  .flex-horizontal-purple {
      width: 100%;
      grid-row-gap: 30px;
      flex-direction: column;
      align-items: flex-start;
  }
  
  .purple-div {
      padding: 0 5% 30px 0;
  }
  
  .flex-grid {
      grid-row-gap: 20px;
      flex-direction: column;
  }
  .get-button{
    padding: 5px 5px;
  }
  .about-listed-item .prolo-list{
    text-align: left;
  }
  .about-listed-item{
    margin-top: 30px;
  }
  
  
  }
  
  
  
  
  @media screen and (max-width: 991px){
  /* .copy-div {
      margin-top: 60px;
  } */

  .white-lcopy {
    text-align: start;
}

  
  .email-div {
      grid-row-gap: 10px;
      flex-direction: column;
      align-items: flex-start;
      margin-left: 0;
  }
  
  .white-span {
      width: 100%;
      height: 1px;
  }
  
  .link-wrapper {
      border-right-style: none;
  }
  
  .flex-horizontal-sec5 {
      width: 100%;
      grid-row-gap: 30px;
      justify-content: flex-start;
  }
  
  .footer-link {
      font-size: 20px;
  }
  
  .flex-grid {
      grid-row-gap: 20px;
      flex-direction: column;
  }
  
  .footer-about-text{
    font-size: 29px;
  }
  
  }
  
  
  
  .mt-20{
    margin-top: 20px;
  }
  
  .prolo-site-footer-main .footer-social .social_links {
      background: #4b66b1;
      border: 1px solid #4b66b1;
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      font-size: 16px;
      display: inline-block;
      text-align: center;
      margin-right: 13px;
      transition: 500ms;
  }
  .prolo-site-footer-main .footer-social .social_links i{
    color: #ffffff;
  }
  

/* ----footer end------- */




  @media screen and (min-width: 1200px) and (max-width:1609px){


    /* .banner-bg-five-shape {
        bottom: -193px;
    } */


  }

  @media screen and (min-width: 320px) and (max-width:1199px){
    .banner-bg-five-shape {
        bottom: -107px;
    }
  }



  /* ------------- */

.section-py-40 {
    padding: 40px 0;
}

.section-py-70 {
    padding: 70px 0;
}

.section-pt-110{
    padding-top: 110px;
}

.section-pt-50{
    padding-top: 50px;
}

.section-py-30{
    padding: 30px 0;
}

/* ------------------inner section---------------------------- */



.breadcrumb__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 22.99%, rgba(0, 0, 2, 0) 58.33%);
}

.breadcrumb-separator i{
    color: #d3d3d3;
}



/* ------gallery----------------- */

.item-web img{
    border-radius: 15px;
}


.nav-link {
    display: block;
    padding: 0.5rem 5rem;
    color: #4b66b1;
}

.nav-link:hover {
    color: #e9af03;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4b66b1;
    border-radius: 5px;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    gap: 1rem;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.gallery-vedio{
    
}
.img-fluid{
    border-radius: 5px;
}
/******GALLERY ENT **************************************************************/

/* -------products------------------------- */

.product-sec{
    border-bottom: 1px solid #ede7e7;
}



.product-sec .courses__item-content-eight .title a{
    color: #161616;
}



/* ----------contact------------------ */

.contact-area .contact-info-wrap .list-wrap .content a{
    font-size: 16px;
}





/* -====================online section================ */


.tgmobile__menu-outer > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tgmobile__menu-outer > ul li {
  position: relative;
  padding: 0 6px 0 0;
  flex: 0 0 auto;
}
.tgmobile__menu-outer > ul li .cart-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7F7E97;
  color: #7F7E97;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tgmobile__menu-outer > ul li .cart-count span {
  position: absolute;
  top: -9px;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.tgmobile__menu-outer > ul li .cart-count:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.tgmobile__menu-outer > ul li:first-child {
  margin-left: 0;
}