

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


  /*== Important Css ==*/
  body, html { font-family: 'Open Sans', Verdana, sans-serif;
        color: #1e242e;
    line-height: 24px;
  }
  h1,h2,h3,h4,h5,h6 { font-family: "Lato", serif; color: #03142C;}
  a{text-decoration:none !important;}
  ul{margin:0;padding:0;}
  li{list-style:none;}
  img{max-width:100% !important;}

button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}
p{
  font-size: 14px;
}


h1, h2 { font-weight:600; }
h3,h4,h5,h6 { font-weight: 400;}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* header-css-start */
/* sociallink-part */

header {
  background-color: #fff;
}
nav.navbar.navbar-expand-lg.navbar-light { 
  padding: 0;
}
a.navbar-brand img {
  max-height: 80px;
}
a.nav-link {
  font-size: 14px;
  padding: 12px 20px !important;
  color: #03142C;
      border-bottom: 1px solid #cdd4df;
}

.dropdown-menu.dropdown-menu-dark {
  background: #f8fbf4;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  border: 0;border-radius: 0;
  border-top: 0;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}

.navbar-collapse {
    position: fixed;
    right: 0;
    width: 300px;
    top: 90px;
    background: #f4f8fb;
    z-index: 1050;
        overflow: auto;
    height: calc(100vh - 90px);

    transform: translateX(100%); /* Hidden initially */
    transition: transform 0.3s ease; /* Smooth slide */
}
nav.navbar.navbar-light {
    padding: 0;
}

.navbar-toggler:focus { box-shadow:none; }

.rec-card_in {     transition: transform 0.5s ease; }
.rec-card_in:hover {  transform: scale(1.03);}





.collapse.show {
            transform: translateX(0); /* Slide in when shown */
        }

.dropdown-menu.dropdown-menu-dark ul {
  margin: 0 auto;
  padding: 0px 0;
}

ul.navbar-nav.ms-auto {
  margin: 0 auto;
}

button.navbar-toggler { border:0;box-shadow:none; }

a.dropdown-item {
  background: transparent;
  padding: 15px;
  font-size: 14px;
  color: #3e2500;
}
a.dropdown-item:hover {
  background: transparent;
  color: #b1864e;
  text-decoration: underline;
}

a.btn.hero_head {
  border: 1px solid #b1864e;
  color: #b1864e;
  padding: 6px 22px;
  margin-left: 15px;      transition: all .6s ease-in-out;
}
a.btn.hero_head:hover {
  border: 1px solid #3e342f;
    color: #e1850e;
    background: #3e342f;
}

.hero-text {
  padding: 0px 0 0px;
}






.fixed-header { 
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
     box-shadow: 1px 0 20px rgb(75 75 106 / 13%);
    animation-timing-function: ease;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
 }

 .hh_lo {     margin-right: 15px; }       
.hh_lo img {     min-width: 90px;
    max-width: 90px !important; }
.d-flex-text { display:flex; }

.navbar-toggler {
            margin-left: auto;
            border: none;padding: 24px;
            position: relative;z-index: 999;
        }

        .navbar-toggler-icon {
            display: block;
            width: 24px;
            height: 2px;
            background-color: #000;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
        }

        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            content: '';
            width: 30px;
            height: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            transition: all 0.3s ease;
        }

        .navbar-toggler-icon::before {
            top: -9px;
        }

        .navbar-toggler-icon::after {
            top: 9px;
        }

        /* Change to X when collapse is shown */
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
            background-color: transparent;
            background-image: none;
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
            transform: rotate(45deg);
            top: 0;
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
            transform: rotate(-45deg);
            top: 0;
        }

.hero-text h1 {
  font-size: calc(15.26829px + 1.82927vw);
}
.hero-text p {
  margin-bottom: 30px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #956600;
}

.nav-link:focus, .nav-link:hover { 
  color: #956600;
}

.text_rel ul li a {
  display: flex;
  align-items: center;
  color: #062548;
  padding: 20px 10px;
  border-bottom: 1px solid #d6dbe1;
}
.text_rel ul li:last-of-type a {
  border-bottom: 0;
}

.modal_t-u ul li a { padding: 4px 0px 4px !important;  border-bottom: 0; }
.modal_t-u ul li a p { font-size:14px !important; }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.text_rel ul li:first-of-type a{
  padding-top: 0;
}

.text_rel ul li a p{
  flex: 1;  
  font-size: 16px;
  margin-bottom: 0;    font-style: normal;
}

.text_rel ul li a svg path { fill:#062548;stroke: #062548; }
.text_rel ul li a svg path:first-child {  stroke:none;    }

.sy_logo_u .text_rel ul li a {     padding: 20px 0px;margin-top: 10px;    max-width: 300px; }


.text_rel h5 {
  font-size: 17px;
  line-height: 30px;
}
h2 { font-size: calc(8.95122px + 1.37195vw);}

.most-re {
  padding: 70px 0 80px;
}

.vision {
  padding: 80px 0;
}
.card_img {
  overflow: hidden;
  max-height: 380px;
}

.full_img_h {
  overflow: hidden;border-radius: 10px;
}
.full_img_h img{
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.full_img_h:hover img {
  transform: scale(1.2);
}

.card_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.vision.sp_dot.border_bottom {
    padding-top: 10px;
}


.vision.sp_dot {
    padding-bottom: 20px;
}
.man_har p { 
  max-width: 700px;
 }

 .man_har .text_rel { position:sticky;top:120px }

.card_img:hover img {
  transform: scale(1.2);
}
.card_h p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  font-style: italic;
}
.border_bottom {
  border-bottom: 1px solid #c7bfbd;
}

.sp_dot_img {
  overflow: hidden;border-radius: 10px;
}

.sp_dot_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.sp_dot_img:hover img {
  transform: scale(1.2);
}
.vision_text {
  position: sticky;
  top: 115px;
}
.sp_dot .vision_card h5 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.vision_text p {
  font-style: italic;
}

.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
	display: flex;
	align-items: center;
	gap: 1vw;
	padding: 10px 0 80px;
	will-change: transform;
}

.marquee-inner .card-img {
	height: 100%;
	transition: transform 0.5s;
	flex-shrink: 0;
	width: 33vw;overflow: hidden;
	border-radius: 4px;
  max-height: 300px;
}
.marquee-inner img {
  transition: transform 0.5s;
  transition: transform 0.5s ease;
}
.marquee-inner img:hover {
	transform: scale(1.2);
}

.vision.responciblity_text {
  padding: 80px 0 30px;
}
.rec-card_in h3{
  font-size: 20px;
}
.rec-card_in a {
  color: #e6a100;
    border-bottom: 1px solid;
}

.rec-card_in {
  margin-bottom: 50px;
}

.sp_dot p { max-width:790px; margin:10px 0 40px; }

.d-flex-text p { margin:0; }


.footer-section {
  background: #fbf8f6;
  position: relative;
  border-top: 1px solid #ddd;
}
.footer-cta {
  border-bottom: 1px solid #ddd4cf;
}
.single-cta i {
  color: #e6a100;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #e6a100;
  font-size: 16px;
  margin-bottom: 2px;
}
.cta-text span {
  color: #03142C;
  font-size: 15px;
}

.cta-text span a {
  color: #03142C;
  font-size: 15px;
}


.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-height: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #e6a100;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #03142C;
}
.footer-widget ul  { display:flex;flex-wrap:wrap; }
.footer-widget ul li {
  
  width: 25%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #03142C;
}
.footer-widget ul li a {
  color: #03142C;
  text-transform: capitalize;
  font-size: 14px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #03142C;
    padding: 13px 20px;
    border: 1px solid #03142C;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #fff;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.copyright-text p a{
  color: #7c4100;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #03142C;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.hhd_p {
  padding: 80px 0;
  position: relative;
}
.hd-img { 
  position: sticky;top: 30px;overflow: hidden;
}
.hd-img img { 
  border-radius: 5px;transition: transform 0.5s;
  transition: transform 0.5s ease;
}
.hd-img img:hover { transform: scale(1.2); }
.hh_card {
  padding-left: 50px;
}

.hh_card h2{
  color: #03142C;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
}
.hh_card h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #03142C;
  top: 20px;
  margin-left: 15px;
}
.hh_card p {
  font-size: 16px;
}

.hh_card h3 { 
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.hhd {
    border-top: 1px solid #ddd;
    padding-top: 60px;
    text-align: center;
}
.hh_card h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(to right, #f3e8dd, #fff);
  top: -4px;
  left: 0;
  z-index: -1;
}
.hhd_text p { 
  margin: 20px auto 40px;
    font-style: italic;
    max-width: 850px;
 }
 

 .book_btn {
    display: grid;
    place-items: self-start;    justify-content: center;
}

.books_middls {
    background: #fbf8f6;
    padding: 60px 0;
    margin-top: 60px;
}


  .book_btn a {
  position: relative;
  padding: 12px 30px;
  box-shadow: 0 0 10px 5px rgb(109 141 173 / 40%);
  color: #fff;
  text-decoration: none;  
  overflow: hidden;border-radius: 3px;
  background: linear-gradient(95.47deg, #03142C -0.22%, #03142C 10.66%, #0D3057 26.65%, #0D3057 78.95%, #031121 93%, #031121 97.24%);
}

.hh_book-img {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    max-width: 450px;
    padding: 30px;
    margin: 0 auto;text-align: center;
    position: unset;
    max-height: 450px;
}
.hh_book-img img { max-height:420px;object-fit:contain; }

.hh_book-img img {
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.hh_books-t { max-width:450px;margin:30px auto 0; text-align: center;}
.hh_books-t h3 {         font-size: 1.4rem;}


.hh_book-img img:hover {     transform: scale(1.2); }
.books-alin { align-items:center; }

 .book_btn a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4f7497, #4078be);
  animation: animate1 2s linear infinite;
}

.book_btn.text-left_b.mt-5 {
    justify-content: flex-start;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

 .book_btn a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to right, #4f7497, #4078be);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

 .book_btn a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4f7497, #4078be);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

 .book_btn a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to right, #4f7497, #4078be);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}




 .box-images {
    border-radius: 10px;
    overflow: hidden;
}

 .box-images img{ transition: transform 0.5s;
  transition: transform 0.5s ease; }

   .box-images img:hover { transform: scale(1.2); }

.font_hh h5{
  font-size: 18px;
  color: #03142C;
  margin-top: 50px;
}

.font_hh p{
  font-size: 14px;
  margin: 20px 0 0;
  color: #000;
}
.font_hh span {
  font-size: 12px;
}

.hh_hedding { font-size:24px;     margin-bottom: 30px;
    margin-left: 10px;}

.text_rel ul:hover a {
    -webkit-animation-name: hoverAnim;
    animation-name: hoverAnim;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.text_rel ul li a:hover {
    -webkit-animation-name: hoverAnimItem;
    animation-name: hoverAnimItem;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}



@-webkit-keyframes linkHoverAnim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    90% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes linkHoverAnim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    90% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fileHoverAnim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fileHoverAnim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes hoverAnim {
    0% {
        opacity: 1
    }

    90% {
        opacity: .5
    }

    to {
        opacity: .5
    }
}

@keyframes hoverAnim {
    0% {
        opacity: 1
    }

    90% {
        opacity: .5
    }

    to {
        opacity: .5
    }
}

@-webkit-keyframes hoverAnimItem {
    0% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes hoverAnimItem {
    0% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}


.founder {
    background: #f2edec;
    text-align: center;
    padding: 70px 0;
}
.founder_inner .row { align-items:center; }
.founder_card {
    padding:  25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 120px;
    justify-content: center;
    display: flex;
    align-items: center;transition: transform 0.5s ease;
}

.founder_card img { max-height:60px; }

.founder_card:hover { background:#fff; box-shadow:1px 0 20px rgb(75 75 106 / 13%); }

 .more-text {
            display: none;
        }
 .more-text1 {
            display: none;
        }        
.read-more-btn {
            color: #e6a100;transition: transform 0.5s ease;
            cursor: pointer;    font-style: italic !important;
            text-decoration: underline;
        }
.read-more-btn1 {
            color: #e6a100;transition: transform 0.5s ease;
            cursor: pointer;    font-style: italic !important;
            text-decoration: underline;
        }

.box {
  position: relative;
  height: 200px;
  line-height: 220px;
  overflow: hidden;border-radius: 4px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.box__bottom, .box__top, .box__left, .box__right {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform 0.4s ease;
}
.box__bottom:before, .box__top:before, .box__left:before, .box__right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.box__bottom:hover, .box__top:hover, .box__left:hover, .box__right:hover {
  transform: translateX(0);
  z-index: 1;
}
.box__bottom:hover:before, .box__top:hover:before, .box__left:hover:before, .box__right:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__right {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(100%);
}
.box__right:before {
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}
.box__right:hover ~ .box__center {
  transform: translateX(-100%);
}

.box__left {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(-100%);
}
.box__left:before {
  left: 100%;
  transform-origin: 0 0;
}
.box__left:hover ~ .box__center {
  transform: translateX(100%);
}

.box__top {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(-100%);
}
.box__top:before {
  top: 100%;
  right: 0;
  transform-origin: 100% 0;
}
.box__top:hover ~ .box__center {
  transform: translateY(100%);
}

.box__bottom {
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(100%);
}
.box__bottom:before {
  bottom: 100%;
  left: 0;
  transform-origin: 0 100%;
}
.box__bottom:hover ~ .box__center {
  transform: translateY(-100%);
}

.images_st { display:flex; padding: 0px 20px;}

.book_card_img { max-height:200px;text-align: center;
height:200px;border:1px solid #ddd; border-radius:4px; overflow: hidden;}

.book_card_img img { height:100%;object-fit:contain;transition: transform 0.5s ease; }
.book_card_img img:hover {     transform: scale(1.2); }

.book_card { width: 32%; }

.book_se {display: flex;width: 58%;    justify-content: space-between;}


.book_card p { 
    color: #000;
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }

 .images-slider h2 { text-align:center; }


 .it_ne p { max-width:unset; font-style:italic; }
 .it_ne { padding-top: 20px;}





 .video-it {
  height: 360px;
  position: relative;
  display: flex;
  width: 42%;
}
 .video-it .single-film {
  width: 48%;
  height: auto;
  float: left;
  padding: 0px 0px;
  position: absolute;
  z-index: 4;
  background: #fff;
}
 .video-it .single-film:nth-child(1) {
  top: 0%;
  left: 0%;
  transition: all ease 0.8s;
}
 .video-it .single-film:nth-child(2) {
  top: 0%;
  left: 50%;
  transition: all ease 0.8s;
}
 .video-it .single-film:nth-child(3) {
  top: 0%;
  left: 66%;
  transition: all ease 0.8s;
}
 .video-it .single-film:nth-child(4) {
  top: 55%;
  left: 0%;
  transition: all ease 0.8s;
}
 .video-it .single-film:nth-child(5) {
  top: 55%;
  left: 33%;
  transition: all ease 0.8s;
}
 .video-it .single-film:nth-child(6) {
  top: 55%;
  left: 66%;
  transition: all ease 0.8s;
}
 .video-it .single-film .play-video {
  transition: all ease 0.8s;
  opacity: 0;
  background: #0c101b;
}
 .video-it .single-film .play-video iframe {
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
}
 .video-it .single-film .box-pay-icon {
  display: block;
  opacity: 1;
  z-index: 9;
}
 .video-it .single-film .video-tag-close {
  transition: all ease 0.5s;
  position: fixed;
  top: 0px;
  right: 9px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  background: #0c101b;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
}
 .video-it .single-film .box {
  width: 100%;
  transition: all ease 0.8s;
}
 .video-it .single-film .box .play-movie-icon {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  font-weight: bold;
}
 .video-it .single-film .film-information {
  width: 100%;
  float: left;
  margin-top: 6%;
  transition: all ease 0.8s;
}
.video-it .single-film .film-information p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 .video-it .single-film.single-film-animate {
  left: 33% !important;
  top: 33% !important;
  transition: all ease 0.8s;
  bottom: 33%;
  right: 33%;
  transition: all ease 0.8s;
}
 .video-it .single-film.single-film-animate .film-information {
  opacity: 0;
  transition: all ease 0.8s;
}
 .video-it .single-film.single-film-animate .box-pay-icon {
  transition: all ease 0.8s;
  display: none !important;
}
 .video-it .single-film.single-film-active {
  z-index: 6;
}
 .video-it .single-film.video-min {
  transition: all ease 0.8s;
  display: block;
  opacity: 1;
}
 .video-it .single-film.video-min iframe {
  margin: 0 auto !important;
  height: 0% !important;
  width: 0% !important;
  margin-left: 40% !important;
  margin-top: 20% !important;
  overflow: hidden !important;
}
 .video-it .single-film.single-film-in {
  z-index: 6;
  transition: all ease 0.8s;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: 100% !important;
}
 .video-it .single-film.single-film-in .box {
  height: 100% !important;
  transition: all ease 0.8s;
  width: 100% !important;
  overflow: visible;
}
 .video-it .single-film.single-film-in .play-video {
  transition: all ease 0.8s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 1 !important;
}
 .video-it .single-film.single-film-in .play-video iframe {
  transition: all ease 0.8s;
  width: 100%;
  height: 100%;
}
 .video-it .single-film.single-film-in:hover .video-tag-close {
  transition: all ease 0.8s;
  opacity: 1;
}


.btn_join { display: flex;
  border-radius: 100px;align-items: center; justify-content: center;
  transition: 0.5s; 
  position: relative;
  }

.btn_join span { display: flex;
  border-radius: 100px;align-items: center; justify-content: center;
  transition: 0.5s; padding: 6px 20px;
  font-size: 20px;position: relative;
 background: linear-gradient(95.47deg, #DA8207 -0.22%, #DD9318 10.66%, #FFCB3C 26.65%, #FFCB3C 78.95%, #E39C1E 93%, #FBC63A 97.24%);
 color: #70330F !important;
    font-weight: 600; border: 2px solid;
    border-color: rgba(255, 255, 255, 0.2); }    


.btn_join:before  { content: '';
    display: block;
    position: absolute;
    border-radius: 1000px;
    
    top: -7px;
    bottom: -7px;
    right: -7px;
    left: -7px;
    background: radial-gradient(60.71% 50% at 50% 50%, #D27D08 71.13%, rgba(255, 203, 60, 0.85) 100%); }



.btn_join:hover span { background:rgba(151, 51, 15, 0.1); color:#fff !important }    
.btn_join:hover span svg path { fill:#fff; }    

.aboutTwoBox {
        margin: 0px 0 40px;
    background: #ffffff;
    border: 1px dashed #d6dbe1;
    border-radius: 10px;
    padding: 20px 25px 38px;position: relative;
    justify-content: space-between;
    align-items: center;
}

.po_text_b {
    position: absolute;
    right: 64px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #70330F;
}

.btn_join:after {
    content: '';
    position: absolute;
    background: url(/images/btn_arrow.svg) no-repeat;
    right: 0px;
    z-index: 1;
    width: 60px;
    height: 62px;
    bottom: -29px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.aboutTwoBox h3 {
    margin-bottom: 0;
    color: #03142C;
}


/* Button 1 */
.bec_member .button {
  height: 64px;
  width: 250px;
  display: flex;
  border-radius: 100px;
  transition: 0.5s; 
  font-size: 2rem;
 background: linear-gradient(95.47deg, #DA8207 -0.22%, #DD9318 10.66%, #FFCB3C 26.65%, #FFCB3C 78.95%, #E39C1E 93%, #FBC63A 97.24%);
  color: white;
  animation: blurr 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
      border: 2px solid #c1855d;
}
.aboutTwoBox h3 { margin-bottom:0;font-size: 22px; }

.bec_member img {
  margin-left: 15px;
  transition: 0.5s;
  width: 3rem;
  height: 3rem;
  margin-top: 10px;
}

@keyframes blurr {
  0%,
  100% {
    box-shadow: 0 0 10px var(--handshake);
  }

  50% {
    box-shadow: 0 0 36px var(--handshake);
  }
}

@keyframes fade {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

.bec_member .title {
  font-weight: bold;
  margin-top: 1.2rem;
  margin-left: 3rem;
   font-size: 20px;
  transition: 0.5s;
  color: #70330F;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bec_member .button:hover .title {
  transform: translateX(-140px);
  animation: fade 0.5s;
  opacity: 0%;
}

.bec_member .button:hover img {
  transform: translateX(-104px);
}

.bec_member .description {
  position: absolute;
  font-weight: bold;
  margin-top: 1.2rem;
  font-size: 20px;
  transition: 0.5s;
  opacity: 0%;color: #70330F;
  margin-left: 6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



.bec_member .button:hover .description {
  transform: translateX(10px);
  opacity: 100%;
}


.fam_full {border-radius: 10px;
    width: 50%;overflow: hidden;
}
.fam_sub {
    flex-wrap: wrap;
    width: 58%;
}
.fam_img {
    width: 48%;overflow: hidden;border-radius: 10px;
    margin: 0 0% 2% 2%;
}

.fam_full img, .fam_img img{ transition: transform 0.5s ease; }

.fam_full img:hover, .fam_img img:hover{ transform: scale(1.2); }

.text-left-f { text-align:left;margin-bottom:70px }

.hhd_fam {
    margin: 70px 0;
}

.int_cart {
    max-width: 950px;
    margin: 80px auto 80px;
}

.int_img { overflow:hidden;border-radius:10px; }
.int_img img { transition: transform 0.5s ease; }
.int_img img:hover { transform: scale(1.2); }

.int_text { background:#fff;border-radius:10px;margin-top:-60px;box-shadow:1px 0 20px rgb(23 23 48 / 13%);
position: relative;    padding: 30px; }

.int-ftem { max-width:950px; margin:0 auto;text-align:center; }

.int_text ul li { font-size:16px;position:relative;padding:10px 0px 10px 50px; }
.int_text ul li:after { position:absolute;content:"";width:10px;height:2px;background:#8E5017;left: 20px;
    top: 22px; }
.int_text ul { margin-bottom:30px }    

.int-w { max-width:950px;margin:0 auto;width:100%; }

.bg_light_c { background:#fbf8f6; }

.int-green_fun {
    max-width: 950px;
    margin: 0 auto;
}
.number_it {
    display: flex;
}

.num_bf {
    min-width: 64px;
    height: 64px;
    background: #e3d1c6;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #5e4234;
}

.number_it {     transition: transform 0.5s ease; }

.number_it:hover {     transform: scale(1.1); }

.number_it:hover .num_bf { background: #5e4234;color:#fff }

.padding_ad { padding:80px 0; }
.padding_ad p { font-size:20px; line-height:40px;font-style:italic; }

.become_member {
    background: url(/images/becomeamember.jpg) no-repeat;
    background-attachment: fixed;
    padding: 60px 0 380px;text-align: center;
    background-size: cover;
    background-position: center center;
}

.become_member h1 { color: #5c2b00; }

.become_m_text {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    font-style: italic;
    color: #784d27;
}
.b_text { padding:80px 0; }

.bec_img {
    max-height: 300px;border-radius: 10px;margin-top: 30px;
    overflow: hidden;
}

.bec_fg h3 {font-size:22px;margin-top:30px;  }
.bec_fg ul li {
    font-size: 14px;
    padding: 10px 0 10px 0px;
    list-style: circle;
    margin-left: 30px;
}

.bec_card {
    padding: 10px 15px;
}
.bec_img img {     transition: transform 0.5s ease; }
.bec_img img:hover { transform: scale(1.2); }

.fou_fat {
    font-size: 16px;
    color: #4e330f;
    margin-bottom: 40px;
}

.contact_f_t { box-shadow: 1px 0 20px rgb(23 23 48 / 13%);
    position: relative;border-radius: 10px;background: #fff;
    margin: 0 auto;max-width: 700px;
    padding: 30px; }
.book_right {     place-items: flex-end; } 

.contact_f_t h2 { font-size:20px;margin-bottom:20px; }  

.form-control {
    height: 44px;
    border-radius: 4px;
    background: #efefef;
    border: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

textarea.form-control {height: 82px;  } 

.contact_form { margin-bottom:80px; }


.mt-add {
    margin-top: -10px;
    position: relative;
}


/* / top-navbar-css-start /  */



/*Modal Css*/


.modal-content h5 {
    color: #000;
    font-size: 20px;
}

.modal { backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
.modal-backdrop { background: #fff; }  

.modal-header { border-bottom:0; }

.modal-dialog {         margin: 20px auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;        max-width: 540px;
        bottom: 0;width: 96%;
        display: flex;
        align-items: center; }  
.modal-content { background: #fff;border: 0;border-radius: 10px; box-shadow:0 0 2rem #8898aa26 }

.join_me .modal-dialog { max-width: 640px; }


.modal .fam_full { width: 70%; }

.modal .fam_sub { width:40%; }
.modal .fam_img {     width: 98%; }


.modal .contact_f_t { box-shadow:none;margin:0;    padding: 0px 20px 20px; }

.thoughtleader .modal-dialog {     max-width: 1000px; }
.thoughtleader .modal-body {  max-height:82vh;overflow:auto; }
.thoughtleader .modal-body h1 {  font-size:28px }
.thoughtleader .modal-body h2 {  font-size:22px }
.thoughtleader .modal-body h3 {  font-size:20px }

.thoughtleader .hhd_fam {
    margin: 30px 0;
}

a.enter_links {
    margin-bottom: 20px;
    display: block;
    color: #062548;    width: max-content;
    border-bottom: 1px solid #062548;
}

a.enter_links:hover {color:#5e2903; border-bottom: 1px solid #5e2903;}

a.enter_links:hover svg path { stroke:#5e2903 }

a.enter_links svg { margin-right:10px; }


.single-cta {
    display: flex;
}

p.not_itlic {
    font-style: normal;
}

.add_line_g {
    display: block;
    width: 30%;
    background: linear-gradient(90deg, #FFFFFF 0%, #FCC15E 49.68%, #FFFFFF 100%);
    height: 2px;
    margin: 30px auto;
}







@media (max-width:1024px) {
    
  .footer-widget ul li {  
    width: 33%;
  }
  .btn_join span { font-size: 14px;width: 200px; }
}


@media (max-width:767px) {
    
  .footer-widget ul li {  
    width: 50%;
  }
  .founder_card img { max-height: 70px; }

  .po_text_b { left: 186px;right: unset;
    bottom: 18px; }

  .man_har .text_rel {
    position: unset;
}
.full_img_h.mt-5 {
    margin-top: 20px !important;
}
.sy_logo_u p{         margin: 0 !important; }
.d-flex-text {     margin-top: 20px; }

.sy_logo_u .text_rel ul li a {
    padding: 20px 0px 0;
    margin-top: 10px;
}
.vision_text { position:unset; }

  a.navbar-brand img {  max-height: 60px;}

  .most-re {    padding: 40px 0 40px;}
  .hh_hedding {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 30px;
}
.text_rel ul li a p { font-size:15px; }

h2 {
    font-size: calc(12.95122px + 1.99vw);
}

.vision {
    padding: 20px 0;
}
.vision.responciblity_text {
    padding: 30px 0 0px;
}

.responciblity_text h2 { margin-bottom:30px; }
.founder {     padding: 30px 0; }
.founder_card { margin: 10px 0;padding: 10px; }
.images_st { flex-wrap:wrap; }

.video-it { width:100%;    height: 240px; }
.book_se { width:100%; }

.book_card_img {     max-height: 140px;   height: 140px; }

.book_se {     margin-bottom: 30px; }
.images-slider.pt-5 {
    padding-top: 20px !important;
}
.images-slider {
    padding-top: 20px !important;
}

.images-slider h2 {
    margin-bottom: 20px !important;
}
.btn_join span {     padding: 4px 10px;  font-size: 14px;width: 158px; }
.btn_join span svg { width:28px;height:28px; }
.btn_join:after {    
    right: -20px;    
    bottom: -49px;    
    background-size: 40px 40px;
}
.btn_join:before { top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px; }
.aboutTwoBox h3 { font-size: 18px; }    
.rec-card_in {
    margin-bottom: 24px;
}
.footer-cta {
    padding: 30px 0 10px !important;
}

.single-cta { margin-bottom: 24px; }
.single-cta i { min-width: 26px;font-size: 20px; }

.navbar-toggler-icon::before, .navbar-toggler-icon::after {     width: 26px;
    height: 2px; }
.navbar-toggler-icon::before {
    top: -8px;
}
.navbar-toggler-icon::after {
    top: 8px;
}
.navbar-toggler-icon {     width: 20px;  height: 2px; }  

.navbar-collapse {     top: 68px;    height: calc(100vh - 68px); } 

.b_text {
    padding: 40px 0;
}
.bec_img { margin-top:0; } 
.bec_fg h3 {
    font-size: 20px;
    margin-top: 20px;
}
.int_cart { margin: 30px auto 40px; }
.int_text ul li {
    font-size: 14px;
    position: relative;
    padding: 10px 0px 5px 30px;
}
.int_text ul li:after { left: 10px; }

.aboutTwoBox { flex-wrap: wrap;padding: 10px 15px; }

.btn_join { margin:8px 0 0; }

.hhd_fam {
    margin: 30px 0;
}

.padding_ad {
    padding: 30px 0;
}
.padding_ad p { font-size: 14px;
    line-height: 27px; }
.text-left-f {     margin-bottom: 40px;
    padding-top: 40px; }
.hhd_p {     padding: 30px 0; }
.contact_f_t { margin:0; }

.map_cont iframe {
    width: 100%;
}
.hhd {     padding-top: 40px; }
.contact_form {
    margin-bottom: 40px;
}
.text_rel ul li a {     padding: 12px 6px; }

.box {     height: 150px;
    line-height: 170px; }

.hh_book-img { max-width:unset; }    

.hh_books {
    margin-top: 20px;
}
.books_middls {     padding: 40px 0; margin-top: 30px; }
.hh_books-t {
    max-width: unset;
    margin: 30px auto;
}

.book_btn.mt-5 {
    margin-top: 20px !important;
}

.book_btn a {     padding: 10px 15px;font-size: 14px; }

.hh_books h3 { font-size:20px }
.hh_card {
    padding-left: 0;
}
.hh_card p {
    font-size: 14px;
}

.marquee-inner .card-img { max-height:260px;width:94vw }
.sp_dot p {     margin: 10px 0 10px; }

.text_rel.mt-3.modal_t-u { margin-top:0 !important; }

.d-flex-text { display:unset; }
.hh_lo img {     max-width: 90px !important;  margin: 15px 0; }
.sp_dot_img.mt-5 {
    margin-top: 30px !important;
}
.footer-content { padding: 30px 0 !important; }




}

