@import url(../css/aos.css);
@import url(../css/fancybox.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Righteous&display=swap');
:root {
  --font-family-Poppins: 'Poppins', sans-serif;
  --font-family-Righteous: 'Righteous', sans-serif;
  /* Colors: */

  --color-f1da70: #f1da70;
  --color-a49f9f: #a49f9f;
  --color-ba8b1d: #ba8b1d;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-27: 27px;
  --font-size-45: 45px;
  --font-size-50: 50px;
  --font-size-62: 62px;
  --font-size-66: 66px;
  --font-size-110: 110px;
  --font-size-140: 140px;
  --line-height-14: 18px;
  --line-height-15: 16px;
  --line-height-16: 20px;
  --line-height-19: 22px;
  --line-height-20: 24px;
  --line-height-22: 28px;
  --line-height-27: 32px;
  --line-height-45: 50px;
  --line-height-62: 66px;
  --line-height-66: 70px;
  --line-height-110: 96px;
  --line-height-140: 125px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
  --linear-gradient: linear-gradient(90deg, #ba8c1d 0%, #f1db71 35%, #ba8b1d 100%);
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Righteous);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  background-color: var(--color-000000);
  /* overflow-x: hidden; */
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-f1da70);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 1px solid var(--color-ba8b1d);
  border-top: 0 none;
  margin: 40px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-ffffff);
  margin-bottom: 15px;
  font-family: var(--font-family-Poppins);
}
.p-content {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 15px;
}
.text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-a49f9f);
  margin-bottom: 15px;
  font-family: var(--font-family-Poppins);
}
.small-text {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--font-size-110);
  line-height: var(--line-height-110);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-title {
  font-size: var(--font-size-140);
  line-height: var(--line-height-140);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title {
  font-size: var(--font-size-62);
  line-height: var(--line-height-62);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title-heading {
  font-size: var(--font-size-66);
  line-height: var(--line-height-66);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.div-title {
  font-size: var(--font-size-45);
  line-height: var(--line-height-45);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 15px;
}
.div-sub-title {
  font-size: var(--font-size-27);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 15px;
}
.div-sub-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 15px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.color-ba8b1d {
  color: var(--color-ba8b1d) !important;
}
.color-f1da70 {
  color: var(--color-f1da70) !important;
}
.color-a49f9f {
  color: var(--color-a49f9f) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.text-gradient {
  background: var(--color-ba8b1d);
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-19);
  line-height: var(--line-height-inherit);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Poppins);
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-ba8b1d);
  letter-spacing: 1px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Poppins);
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 0px;
  border: solid 1px var(--color-ffffff);
  background: transparent;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-000000);
  background: var(--color-f1da70);
  border: solid 1px var(--color-f1da70);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  background: transparent;
  position: fixed;
  -webkit-transition: all 5.5s ease-out 0s;
  -moz-transition: all 5.5s ease-out 0s;
  -ms-transition: all 5.5s ease-out 0s;
  -o-transition: all 5.5s ease-out 0s;
  transition: all 5.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .main-nav {
  display: none;
}
.main-header.g_shrink .sidenav .main-nav {
  display: block;
}
.main-header.g_shrink .fix-toggle {
  display: block;
}
/* loader css*/
/* loader css */
.main-nav {
  padding: 20px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.celebrating {
  position: absolute;
  top: 0px;
  left: 20px;
  padding: 0;
}
.main-header.g_shrink .celebrating {
  display: none;
}
.celebrating img {
  width: 180px;
  padding-top: 20px;
  position: relative;
  z-index: 11;
}
.celebrating::before {
  position: absolute;
  content: "";
  top: -200px;
  left: -80px;
  width: 350px;
  height: 350px;
  background: var(--color-000000);
  z-index: -1;
  transform: rotate(125deg);
  border-radius: 0 100px 0 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand.home-logo {
  display: none;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 170px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-27);
  color: var(--color-f1da70);
  font-weight: var(--font-weight-Regular);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
  padding: 8px 10px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 20px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-ba8b1d);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-ba8b1d);
}
.main-nav .navbar-nav .mobile-toggle .toggle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}
.fix-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 120px;
  height: 100px;
  line-height: 100px;
  border-radius: 0 0 0 100px;
  text-align: center;
}
.fix-toggle .toggle img {
  width: 50px;
  height: 50px;
  position: relative;
  left: 10px;
  top: -10px;
  cursor: pointer;
}
.main-nav .navbar-nav .nav-item .nav-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main-nav .navbar-nav .nav-item.our-profile .nav-link {
  display: inline-block;
  font-size: var(--font-size-14);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  font-family: var(--font-family-Poppins);
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 30px;
  border: solid 1px var(--color-ba8b1d);
  background: var(--color-ba8b1d);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item.our-profile:hover .nav-link {
  color: var(--color-ffffff);
  border: solid 1px var(--color-f1da70);
  background: var(--color-f1da70);
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: auto;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-27);
  color: var(--color-f1da70);
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
}
.dropdown-toggle {
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 12px;
  vertical-align: 8px;
  content: "";
  border-top: 12px solid;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}
/* dropdown-menu */
/* mob-sidenav */
.sidenav .navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: unset;
  right: 0;
  background-color: #000000e3;
  overflow-x: hidden;
  transition: .6s ease-in-out;
  padding-top: 60px
}
.mob-sidenav .closebtn {
  position: absolute;
  top: 50px;
  right: 50px;
  margin-left: 0;
  z-index: 9;
}
.mob-sidenav .closebtn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static;
}
.sidenav .main-nav .navbar-nav .nav-item {
  padding-left: 0;
  margin-bottom: 30px;
  text-align: center;
}
/* mob-sidenav */
/* main-header */
/* main-banner */
.main-banner {
  height: 100vh;
}
.main-banner-img {
  height: 100%;
}
.main-banner-img img {
  height: 100%;
  object-fit: cover;
}
.main-banner-img img {
  -webkit-animation: zoom 150s linear;
  animation: zoom 150s linear;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoom {
  0% {-webkit-transform: scale(1);}
  50% {-webkit-transform: scale(1.5);}
  100% {-webkit-transform: scale(1);}
}
@keyframes zoom {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo_video {
  width: 100%;
  height: 100%;
}
.logo_video .myVideo {
  width: 100%;
  height: 100%;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .banner-text::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-000000);
  z-index: -1;
  opacity: 0.3;
}
.banner-content .title {
  background: var(--color-ba8b1d);
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}
/* main-banner */
/* base-line-Anim */
.baselineAnim-section .baselineAnim {
  position: absolute;
  top: -15vh;
  width: 100%;
  z-index: 11;
  overflow: hidden;
}
.baselineAnim svg {
  display: block;
  height: 26vw;
  width: 180vw;
  overflow: hidden;
  margin-left: -75%;
  margin-top: 0;
}
.baselineAnim svg .text-on-path  {
  fill: var(--color-ffffff);
  font-size: 3vw;
  font-weight: var(--font-weight-ExtraBold);
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* base-line-Anim */
.baselineAnim-section {
  padding-top: 150px;
  padding-bottom: 100px;
}
.unstoppable-ideas .div-sub-title {
  padding-right: 54px;
}
.unstoppable-ideas p {
  color: var(--color-ffffff);
}
/* baselineAnim-section */
/* about-section  */
.about-left {
  padding-right: 80px;
  position: relative;
}
.about-right {
  padding-left: 100px;
  padding-right: 200px;
  position: relative;
}
.about-left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  top: 10px;
  right: 0;
  background: var(--color-ffffff);
  opacity: 1;
}
.about-bg01 {
  position: absolute;
  left: 0;
  top: 70px;
  width: 500px;
  height: 80%;
}
.about-bg02 {
  position: absolute;
  right: 0;
  top: 160px;
  width: 200px;
  z-index: -1;
}
.about-bg03 {
  position: absolute;
  right: 200px;
  top: 520px;
  width: 150px;
  height: 150px;
  z-index: -1;
  background: var(--linear-gradient);
}
.about-video {
  position: absolute;
  clear: both;
  /* top: 0; */
  right: 0;
  bottom: -500px;
  left: 0;
  height: 800px;
  overflow: hidden;
  z-index: -11;
}
.about-myVideo {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #000000 0%, #000000e0 50%, #000000d6 60%, #00000000 100%);
  z-index: 1;
}
.about-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 610px;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(0deg, #000000 0%, #000000c7 50%, #000000ad 60%, #00000003 100%);
  z-index: 1;
}
/* about-section  */
/* counter-section */
.counter-section .hr-line {
  position: absolute;
width: 100%;
height: 2px;
left: 0;
top: 120px;
background: var(--linear-gradient);
}
.counter-div {
  text-align: center;
  padding:20px 0px;
}
.counter-div .div-title {
  margin-top: 20px;
  margin-bottom: 0;
}
/* counter-section */
/* service-section */
.service-content .title { 
  margin-bottom: 40px;
}
.service-content .title .service-line {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 100px;
  height: 5px;
  background: var(--color-ffffff);
  transform: translateX(-50%);
}
/* service-section */
/* gallery-section */
/* section-line */
.section-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--linear-gradient);
} 
/* section-line */
.gallery-textPath {
  overflow: hidden;
}
.gallery-textPath {
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 60%;
  top: 70px;
}
.gallery-textPath svg {
  display: block;
  height: 18vw;
  width: 280%;
  overflow: hidden;
  margin-left: -130%;
  margin-top: 0;
}
/* gallery-div */
.gallery-div {
  padding: 50px 50px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
/* gallery-div */
/* gallery */
.masonry {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.gallery-box .img {
  max-width: 100%;
  object-fit: cover;
}
.masonry .item {
  display: inline-block;
  background: #ffffff;
  padding: 0px;
  margin: 0 0 1.5em;
  width: 100%;
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  /* float: left; */
}
@media only screen and (max-width:320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width:1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.gallery-box {
  position: relative;
} 
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-box:hover a::before{
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%); */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} 
.gallery-box:hover .overlay {
  opacity: 1;
} 
.gallery-box .overlay img {
  position: absolute;
  right: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px !important;
  height: 30px !important;
} 
.gallery-text {
  padding: 40px 20px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.gallery-height01 img {
  height: 700px;
}
.gallery-height02 img {
  height: 335px;
}
/* gallery */
/* gallery-section */
/* video-section */
.video-section {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.video-box {
  margin-top: -100px;
}
.video-box iframe {
  height: 750px;
}
/* video-section */
/* testimonial-section */
.testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.testimonial-box {
  width: 70%;
  padding: 50px 150px;
  margin: 0 auto;
  position: relative;
}
.testimonial-line {
  position: relative;
}
.testimonial-line::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--linear-gradient);
  margin: 0 auto;
}
.testimonial-bottom  {
  margin-top: 30px;
}
.testimonial-bottom img  {
width: 100px;
height: 100px;
}
.testimonial-designation {
  padding-left: 20px;
}
.testimonial-box .testimonial-number {
  font-size: 130px;
  line-height: inherit;
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  opacity: 0.3;
  position: absolute;
  left: 40px;
  top: 80px;
}
/* testimonial-section */
/* clients-section */
.clients-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
/* clients-section */
/* footer-section */
.main-footer {
  padding: 50px 0;
  background-image: url(../images/bg/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-text {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.footer-text p, .footer-text p a {
  color: var(--color-a49f9f);
}
.footer-text p:hover a {
  color: var(--color-f1da70);
}
.footer-text h4.text {
 width: 25%;
 float: left;
 margin-bottom: 0;
}
.footer-text p.text {
 width: 75%;
 float: left;
 margin-bottom: 0;
}
.footer-menu a {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-a49f9f);
  margin-bottom: 12px;
  font-family: var(--font-family-Poppins);
  display: block;
}
.footer-menu a:hover {
  color: var(--color-f1da70);
}
.footer-social a {
  display: inline-block;
  margin-left: 10px;
}
.footer-social a .svg {
width: 20px;
height: 20px;
fill: var(--color-f1da70);
}
.copyright p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
}
/* footer-section */
/* contact-form */
.contact-form label {
  font-size: var(--font-size-22);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 10px;
  width: 100%;
  font-family: var(--font-family-Poppins);
}
.contact-form label span {
  color: var(--color-ba8b1d);
}
.contact-form .form-control {
  font-size: var(--font-size-16);
  line-height: var(--line-height-20);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Poppins);
  background: #ffffff14;
  height: 50px;
  border-radius: 0;
  border:none;
  padding: 10px 10px;
}
.contact-form .form-select {
  background-image: url(../images/icons/form-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  color: var(--color-606062);
}
.contact-form textarea.form-control {
  height: 150px;
  resize: none;
}
.submit-btn {
  padding: 12px 50px;
  color: var(--color-000000);
  background: var(--linear-gradient);
  border-color: var(--color-ba8b1d);
}
/* contact-form */

/* inner-banner */
.inner-banner, .inner-banner .banner-text {
  height: 750px;
}
/* inner-banner */
/* inner-about-us */
.inner-about-left {
  position: relative;
}
.inner-about-left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  bottom: 10px;
  right: 0;
  background: var(--color-ffffff);
  opacity: 1;
}
.about-bg04 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  z-index: 1;
  background: var(--linear-gradient);
}
.inner-about-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg/inner-about-bg.jpg);
  opacity: 0.1;
}
/* inner-about-us */
/* mission-section */
.mission-div {
  padding: 100px 120px;
  border: solid 5px var(--color-ba8b1d);
  position: relative;
}
.mission-div img {
  position: absolute;
  left: -78.5px;
  top: 80px;
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.mission-div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 190px;
  top: 60px;
  left: -12px;
  background: var(--color-000000);
  opacity: 1;
}
.mission-right img {
  right: -78.5px;
  left: unset;
}
.mission-right::before {
  right: -12px;
  left: unset;
}
.mission-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mission-bg::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  background: var(--color-000000);
  transform: translateX(-50%);
}
/* mission-section */
/* inner-contact-bg */
.inner-contact-bg {
padding-top: 250px;
padding-bottom: 250px;
}
.inner-contact-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg/contact-bg.jpg);
  opacity: 0.5;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-info {
  position: relative;
  z-index: 9;
  padding: 10px 40px;
  height: 100%;
  text-align: center;
}
.contact-info img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 30px;
}
.contact-text {
  padding-left: 20px;
}
/* .contact-info-border::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--color-ffffff);
  left: -15px;
  top: 0;
}
.contact-info-border::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--color-ffffff);
  right: -15px;
  top: 0;
} */
.contact-left {
    padding: 50px 50px 50px 220px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.contact-page-form {
  padding: 80px 80px;
  background: var(--linear-gradient);
}
.contact-page-form .form-control {
  background: var(--color-ffffff);
  height: 60px;
  color: var(--color-000000);
}
.contact-submit-btn {
  padding: 12px 50px;
  color: var(--color-ffffff);
  background: var(--color-000000);
  border-color: var(--color-000000);
}
.contact-submit-btn:hover {
  color: var(--color-000000);
  background: var(--color-ba8b1d);
  border-color: var(--color-ba8b1d);
}
.map {
 height: 450px;
 width: 100%;
}
.map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
       filter: grayscale(100%);
}
.contact-counter {
  position: relative;
}
.contact-counter::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 0px;
  background: var(--linear-gradient);
}
.contact-counter::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: var(--linear-gradient);
}
.contact-video {
  bottom: -100px;
  height: 1000px;
}
.map-section {
  margin-top: -150px;
}
/* inner-contact-bg */
/* celebration-text */
.contact-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400%;
  top: -800px;
  left: 0;
  background-image: url(../images/bg/contact-title-bg.jpg);
  opacity: 0.5;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.celebration-text h4 {
  margin-bottom: 0;
  background: -webkit-linear-gradient(transparent, transparent), url(../images/bg/celebration-text-bg.jpg) repeat;
  background-size: 2700px auto;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: animTextBg 30s infinite linear;
  background-color: #ffffff;
}
@keyframes animTextBg {
  0%{
    background-position:right bottom;
  }
  50%{
    background-position:left bottom;
  }
  100%{
    background-position:right bottom;
  }
}
@-webkit-keyframes animTextBg {
  0%{
    background-position:right bottom;
  }
  50%{
    background-position:left bottom;
  }
  100%{
    background-position:right bottom;
  }
}

/* celebration-text */
/* inner-gallery */
.inner-gallery-bg {
  padding-top: 250px;
  height: 900px;
}
.inner-gallery-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg/inner-gallery-bg.jpg);
  opacity: 0.5;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-frame-div {
  position: absolute;
  right: 0;
  top: 220px;
  width: 65%;
  height: 100%;
  z-index: 11;
}
.gallery-frame-img {
 border-radius: 20px;
 border: solid 5px var(--color-ba8b1d);
}
.inner-gallery-box {
  margin-bottom: 30px;
}
/* inner-gallery */
/* services-section */
.services-section-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg/inner-gallery-bg.jpg);
  opacity: 0.5;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.events-list, .events-tablist {
  position: relative;
  z-index: 11;
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.events-list ul li, .events-tablist ul li {
  width: 14.22%;
  float: left;
  padding: 5px 5px;
  position: relative;
}
.events-list ul li a, .events-tablist ul li .nav-link {
  color: var(--color-000000);
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  background: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  border-radius: 100px;
  border: solid 3px var(--color-ba8b1d);
  padding: 12px 10px;
  height: 85px;
  width: 100%;
  font-family: var(--font-family-Poppins);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.events-list ul li .js-scroll-trigger.active {
  background: var(--linear-gradient);
}
.events-list ul li a:hover, .events-tablist ul li .nav-link:hover {
  background: var(--linear-gradient);
}
.events-tablist ul li .nav-link.active {
  background: var(--linear-gradient);
  color: var(--color-000000);
}
.sub_menu {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.sub_menu.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #e4e4e4;
}
.events-text {
  width: 100%;
  display: inline-block;
}
.events-text a img {
  width: 40px;
  position: relative;
  top: -3px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.events-text a:hover img {
  transform: translateX(10px);
}
.events-text .events-text-left {
width: 35%;
float: left;
}
.events-text .events-text-left .title {
margin-bottom: 80px;
position: relative;
}
.events-text .events-text-left .photograph-title {
 font-size: var(--font-size-50);
}
.events-text .events-text-left .title .events-line {
  position: absolute;
  width: 100px;
  height: 10px;
  left: 10px;
  bottom: -40px;
  background: var(--color-ffffff);
  opacity: 1;
}
.events-text .events-text-left .title .events-line2 {
  position: absolute;
  width: 100px;
  height: 10px;
  right: 10px;
  bottom: -40px;
  background: var(--color-ffffff);
  opacity: 1;
}
.events-text .events-text-right {
width: 65%;
float: left;
/* padding-right: 50px; */
}
.events-img {
  width: 65%;
  position: relative;
  top: -40px;
}
.events-img img {
 border-radius: 30px;
}
.events-list-details {
  width: 100%;
}
.events-list-div {
  padding: 50px 50px;
  display: inline-block;
  margin-bottom: 50px;
}
.events-list-div-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(90deg, #eed66c 0%, #000000 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%);
  z-index: -1;
  opacity: 0.3;
}
.events-list-div-bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(90deg, #000000 0%, #eed66c 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  z-index: -1;
  opacity: 0.3;
}
/* services-section */
/* events-tablist */
.events-tablist {
  position: relative;
  z-index: 99;
}
/* events-tablist */
/* filter gallery */
.events-list .filter-btn .active a {
  color: var(--color-000000);
  background: var(--linear-gradient);
}
.filter-btn li:first-child {
  margin-left: 0 !important;
  padding-left: 0;
}
/* filter gallery */
/* mobile-event */
.mobile-event {
  text-align: center;
  width: 100%;
  position: relative;
}
.bell {
  font-size: var(--font-size-62);
  line-height: var(--line-height-62);
  color: var(--color-ba8b1d);
  font-weight: var(--font-weight-Bold);
  background: var(--color-ffffff);
  text-transform: uppercase;
  border-radius: 0; 
  padding: 15px 10px;
  font-family: var(--font-family-Poppins);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.bell:hover {
  cursor: pointer;
}
.scope {
  display: none;
  width: 100%;
  height: auto;
  padding: 20px 20px;
  background-color: var(--color-ffffff);
  position: absolute;
  top: 50px;
  z-index: 11;
}
.scope.active {
  display: block;
}
/* mobile-event */
/* back to top button */
#back-top-btn {
  display: inline-block;
  background-color: var(--color-ba8b1d);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.whatsapp img {
  width: 50px;
}
/* back to top button */


























.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1500px;
}
/* responsive css */
@media (min-width: 1921px) {
  :root {
    --font-size-14: 15px;
    --font-size-15: 16px;
    --font-size-16: 18px;
    --font-size-19: 22px;
    --font-size-20: 26px;
    --font-size-22: 30px;
    --font-size-27: 35px;
    --font-size-45: 50px;
    --font-size-50: 58px;
    --font-size-62: 65px;
    --font-size-66: 76px;
    --font-size-110: 130px;
    --font-size-140: 160px;

    --line-height-14: 20px;
    --line-height-15: 22px;
    --line-height-16: 24px;
    --line-height-19: 28px;
    --line-height-20: 32px;
    --line-height-22: 38px;
    --line-height-27: 42px;
    --line-height-45: 58px;
    --line-height-62: 72px;
    --line-height-66: 84px;
    --line-height-110: 140px;
    --line-height-140: 170px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2000px;
  }
  .baselineAnim-section .baselineAnim {
    top: -15vh;
}
  .baselineAnim svg .text-on-path {
    font-size: 2vw;
}
.gallery-textPath {
  top: 30px;
}
.baselineAnim-section {
  padding-top: 350px;
}
.inner-banner, .inner-banner .banner-text {
  height: 950px;
}
.contact-left {
  padding: 80px 80px 80px 280px;
 }
 .banner-content {
  padding-left: 60px;
}
.banner-content .section-title {
  font-size: 8.2em;
  line-height: 1em;
}
.banner-content .title {
  font-size: 3.2em;
  line-height: 1em;
}
 .banner-content .div-title {
  font-size: var(--font-size-62);
  line-height: var(--line-height-62);
}
.main-nav .navbar-nav .nav-item .nav-link img {
  width: 30px;
  height: 30px;
}
.main-nav .navbar-nav .mobile-toggle .toggle img {
  width: 50px;
  height: 55px;
}
 .inner-gallery-bg {
  height: 1200px;
  padding-top: 250px;
}
.gallery-box .overlay img {
  width: 60px !important;
  height: 60px !important;
}
.contact-page-form .form-control {
  height: 80px;
}
.video-box iframe {
  height: 1200px;
}
.baselineAnim svg {
  width: 250vw;
  margin-left: -145%;
}
.gallery-textPath svg {
  width: 300%;
  margin-left: -190%;
}
.mob-sidenav .closebtn {
  top: 30px;
  right: 30px;
}
.gallery-height01 img {
  height: 900px;
}
.gallery-height02 img {
  height: 435px;
}
.map {
  height: 700px;
}
.events-text .events-text-left {
  width: 30%;
  }
  .events-text .events-text-right {
  width: 70%;
  }
  .events-img {
    width: 70%;
}
}
@media (max-width: 1680px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1480px;
  }
  :root {
    --font-size-14: 13px;
    --font-size-15: 14px;
    --font-size-16: 15px;
    --font-size-19: 17px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-27: 22px;
    --font-size-45: 36px;
    --font-size-50: 40px;
    --font-size-62: 45px;
    --font-size-66: 52px;
    --font-size-110: 80px;
    --font-size-140: 115px;
    --line-height-14: 16px;
    --line-height-15: 14px;
    --line-height-16: 18px;
    --line-height-19: 20px;
    --line-height-20: 22px;
    --line-height-22: 24px;
    --line-height-27: 28px;
    --line-height-45: 38px;
    --line-height-62: 46px;
    --line-height-66: 58px;
    --line-height-110: 74px;
    --line-height-140: 95px;
}
.banner-content .section-title {
  font-size: 7.2em;
  line-height: 1em;
}
.gallery-textPath {
  width: 70%;
}
.testimonial-box {
  width: 80%;
  padding: 50px 100px;
}
.testimonial-box .testimonial-number {
  font-size: 110px;
  left: 20px;
}
.testimonial-bottom img {
  width: 80px;
  height: 80px;
}
.fix-toggle {
  width: 90px;
  height: 80px;
  line-height: 80px;
}
.events-text a img {
  width: 30px;
}
.events-list ul li a, .events-tablist ul li .nav-link {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  height: 70px;
}
.events-list ul li, .events-tablist ul li {
  width: 12.22%;
}
.contact-info img {
  width: 60px;
  height: 60px;
}

}
@media (max-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
  
.mb-50 {
  margin-bottom: 20px;
}
.mt-50 {
  margin-top: 20px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 50px;
}
.pt-200 {
  padding-top: 150px;
}
.pb-200 {
  padding-bottom: 150px;
}
.baselineAnim-section {
  padding-top: 120px;
  padding-bottom: 50px;
}
.banner-content .section-title {
  font-size: 5.2em;
  line-height: 1em;
}
.banner-content {
  padding-left: 80px;
}
.about-right {
  padding-left: 20px;
  padding-right: 160px;
}
.about-bg01 {
  top: 70px;
  width: 300px;
  height: 70%;
}
.about-bg03 {
  right: 100px;
  top: 420px;
  width: 80px;
  height: 80px;
}
.about-bg02 {
  width: 150px;
}
.baselineAnim svg .text-on-path {
  font-size: 4vw;
}
.testimonial-bottom img {
  width: 70px;
  height: 70px;
}
.main-nav .navbar-nav .mobile-toggle .toggle img {
  width: 40px;
  height: 40px;
}
.mob-sidenav .closebtn img {
  width: 30px;
  height: 30px;
}
.gallery-textPath {
  width: 66%;
  top: 20px;
}
.testimonial-box {
  width: 80%;
  padding: 40px 90px;
}
.testimonial-box .testimonial-number {
  font-size: 100px;
}
.counter-section .hr-line {
  top: 60px;
}
.about-video {
  bottom: -400px;
  height: 600px;
}
.testimonial-video {
  bottom: -60px;
  height: 500px;
}
.gallery-height01 img {
  height: 600px;
}
.gallery-height02 img {
  height: 285px;
}
.video-box iframe {
  height: 550px;
}
.title {
  margin-bottom: 10px;
}
.inner-banner, .inner-banner .banner-text {
  height: 550px;
}
.about-bg04 {
  width: 80px;
  height: 80px;
}
.mission-div {
  padding: 50px 90px;
}
.mission-div img {
  left: -42.5px;
  top: 40px;
  height: 80px;
  width: 80px;
}
.mission-div::before {
  width: 20px;
  height: 120px;
  top: 20px;
  left: -12px;
}
.mission-right img {
  right: -42.5px;
  left: unset;
}
.mission-right::before {
  right: -12px;
  left: unset;
}
.events-list ul li a, .events-tablist ul li .nav-link {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  padding: 8px 5px;
  height: 60px;
}
.fix-toggle {
  width: 90px;
  height: 80px;
  line-height: 80px;
}
.fix-toggle .toggle img {
  width: 40px;
  height: 40px;
}
.contact-title::before {
  top: -926px;
}
.map-section {
  margin-top: -120px;
}
.gallery-frame-div {
  top: 120px;
}
.inner-gallery-bg {
  height: 630px;
}
.celebrating img {
  width: 150px;
  padding-top: 10px;
}
.celebrating::before {
  top: -240px;
  left: -100px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-15: 13px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-27: 18px;
    --font-size-45: 30px;
    --font-size-50: 34px;
    --font-size-62: 38px;
    --font-size-66: 42px;
    --font-size-110: 68px;
    --font-size-140: 90px;
    --line-height-14: 16px;
    --line-height-15: 14px;
    --line-height-16: 18px;
    --line-height-19: 18px;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-27: 26px;
    --line-height-45: 38px;
    --line-height-62: 46px;
    --line-height-66: 48px;
    --line-height-110: 66px;
    --line-height-140: 80px;
}
.gallery-height02 img {
  height: 255px;
} 
.gallery-height01 img {
  height: 540px;
}
.contact-form textarea.form-control {
  height: 100px;
}
.mt-30 {
  margin-top: 10px;
}
.mb-30 {
  margin-bottom: 10px;
}
.pb-50 {
  padding-bottom: 20px;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  margin-left: 10px;
  vertical-align: 2px;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.gallery-text {
  padding: 10px 10px;
}
.testimonial-bottom {
  margin-top: 20px;
}
.sidenav .main-nav .navbar-nav .nav-item {
  margin-bottom: 20px;
}
.banner-content .section-title {
  font-size: 4.2em;
  line-height: 1em;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 120px;
}
.main-nav {
  padding: 10px 0px;
}
.contact-page-form {
  padding: 40px 40px;
}
.contact-page-form .form-control {
  height: 45px;
}
.mb-5 {
  margin-bottom: 1rem!important;
}
.contact-left {
  padding: 40px 40px 40px 130px;
}
.events-img {
  top: 0;
}
.inner-gallery-bg {
  height: 540px;
}
}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding: 0 50px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-15: 13px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-27: 18px;
    --font-size-45: 24px;
    --font-size-50: 26px;
    --font-size-62: 28px;
    --font-size-66: 36px;
    --font-size-110: 54px;
    --font-size-140: 74px;
    --line-height-14: 16px;
    --line-height-15: 14px;
    --line-height-16: 18px;
    --line-height-19: 18px;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-27: 26px;
    --line-height-45: 30px;
    --line-height-62: 34px;
    --line-height-66: 42px;
    --line-height-110: 54px;
    --line-height-140: 76px;
}
.pb-200 {
  padding-bottom: 100px;
}
.pt-200 {
  padding-top: 100px;
}
.mt-200 {
  margin-top: 100px;
}
.baselineAnim-section {
  padding-top: 60px;
  padding-bottom: 50px;
}
.inner-banner, .inner-banner .banner-text {
  height: 450px;
}
.footer-text h4.text {
  width: 100%;
}
.footer-text p.text {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.about-bg01 {
  top: 40px;
  width: 220px;
  height: 60%;
}
.about-right {
  padding-left: 20px;
  padding-right: 100px;
}
.about-bg02 {
  width: 120px;
  top: 70px;
}
.about-bg03 {
  right: 60px;
  top: 280px;
  width: 60px;
  height: 60px;
}
.banner-content {
  padding-left: 50px;
}
.fix-toggle {
  width: 70px;
  height: 60px;
  line-height: 60px;
}
.fix-toggle .toggle img {
  width: 30px;
  height: 30px;
  top: -8px;
}
.events-list ul li a, .events-tablist ul li .nav-link {
  border-radius: 20px;
  border: solid 2px var(--color-ba8b1d);
}
.events-list ul li, .events-tablist ul li {
  width: 14.22%;
}
.events-text .events-text-left .title {
  margin-bottom: 40px;
}
.events-text .events-text-left .title .events-line {
  height: 5px;
  left: 0px;
  bottom: -20px;
}
.events-text .events-text-left .title .events-line2 {
  height: 5px;
  right: 0px;
  bottom: -20px;
}
.events-list-div {
  padding: 35px 35px;
  margin-bottom: 30px;
}
.events-text a img {
  width: 22px;
}
.contact-title::before {
  top: -626px;
}
.counter-section .hr-line {
  top: 10px;
}
}
@media (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding: 0 25px;
  }
  :root {
    --font-size-14: 11px;
    --font-size-15: 12px;
    --font-size-16: 13px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 17px;
    --font-size-27: 17px;
    --font-size-45: 21px;
    --font-size-50: 22px;
    --font-size-62: 24px;
    --font-size-66: 30px;
    --font-size-110: 48px;
    --font-size-140: 60px;
    --line-height-14: 16px;
    --line-height-15: 14px;
    --line-height-16: 18px;
    --line-height-19: 18px;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-27: 24px;
    --line-height-45: 28px;
    --line-height-62: 30px;
    --line-height-66: 38px;
    --line-height-110: 54px;
    --line-height-140: 68px;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 90px;
}
.main-nav .navbar-nav .mobile-toggle .toggle img {
  width: 30px;
  height: 30px;
}
.main-nav .navbar-nav .nav-item .nav-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  margin-top: 5px;
}
.baselineAnim svg .text-on-path {
  font-size: 6vw;
}
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
}
.main-nav .navbar-collapse {
  flex-basis: auto;
}
.mob-sidenav .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
}
.mb-30 {
  margin-bottom: 20px;
}
.baselineAnim svg {
  height: 34vw;
  width: 190vw;
  margin-left: -85%;
}
.about-left::before {
  width: 60px;
}
.testimonial-box {
  width: 90%;
  padding: 40px 40px 40px 100px;
}
.gallery-textPath {
  width: 72%;
  top: 20px;
}
.testimonial-box .testimonial-number {
  font-size: 70px;
}
.mission-bg::before {
  width: 80%;
}
.mission-div {
  padding: 30px 60px;
}
.about-bg02 {
  width: 100px;
  top: 60px;
}
.contact-info {
  padding: 0;
}
.map {
  height: 350px;
}
.contact-info img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.contact-text {
  padding-left: 0;
}
.banner-content .section-title {
  font-size: 3.2em;
  line-height: 1em;
}
}
@media (max-width: 800px) {
  .mt-200 {
    margin-top: 60px;
}
.pt-200 {
    padding-top: 40px;
}
.pb-200 {
    padding-bottom: 40px;
}
.mt-100 {
  margin-top: 30px;
}
  .view-more-btn {
    padding: 12px 20px;
  }
  .counter-div .div-title {
    margin-top: 10px;
    margin-bottom: 0;
}
.about-left {
  padding-right: 30px;
}
.gallery-textPath {
  width: 65%;
  top: 20px;
}
.testimonial-box {
  width: 90%;
  padding: 30px 30px 30px 70px;
}
.fix-toggle {
  width: 50px;
  height: 40px;
  line-height: 40px;
}
.fix-toggle .toggle img {
  width: 20px;
  height: 20px;
  top: -4px;
  left: 5px;
}
.main-banner, .banner-text {
  height: 500px;
}
.inner-banner, .inner-banner .banner-text {
  height: 500px;
}
.contact-title::before {
  top: -620px;
}
.map-section {
  margin-top: -80px;
}
.contact-title::before {
  top: -210px;
  height: 200%;
}
.events-list-div {
  padding: 25px 25px;
  margin-bottom: 20px;
}
.events-text .events-text-left {
  width: 30%;
}
.events-text .events-text-right {
  width: 70%;
}
.events-img {
  width: 70%;
}
.gallery-frame-div {
  top: 50px;
}
.inner-gallery-bg {
  height: 420px;
}
.celebrating img {
  width: 100px;
}
.celebrating::before {
  top: -280px;
  left: -140px;
}
}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .div-order-sm {
    order: 2;
  }
  .events-list ul li, .events-tablist ul li {
    width: 24.22%;
}
.events-text .events-text-left {
  width: 100%;
  margin-bottom: 20px;
}
.events-text .events-text-right {
  width: 100%;
} 
.events-img {
  width: 100%;
  top: 10px;
}
.events-list-div-bg {
  width: 90%;
  height: 80%;
}
.events-list-div-bg2 {
  width: 90%;
  height: 80%;
}
.baselineAnim svg {
  height: 35vw;
}
.baselineAnim svg .text-on-path {
  font-size: 9vw;
}
.banner-content {
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.home-banner-content {
  position: absolute;
  bottom: 20%;
  left: 0;
}
.main-banner, .banner-text {
  height: 100vh;
}
.baselineAnim-section .baselineAnim {
  top: -8vh;
}
.counter-section .hr-line {
  top: 10px;
}
.about-right {
  padding-left: 0;
  padding-right: 0;
}
.about-bg03 {
  display: none;
}
.service-content {
  margin: 30px 0;
  margin-top: 0;
}
.service-img {
  margin-bottom: 10px;
}
.gallery-height01 img {
  height: 100%;
}
.gallery-height02 img {
  height: 300px;
}
.gallery-text {
  padding: 20px 20px;
}
.gallery-box {
  margin-bottom: 20px;
}
.gallery-div {
  padding: 30px 20px;
}
.gallery-textPath svg {
  height: 18vw;
  width: 280%;
  margin-left: -130%;
}
.gallery-textPath {
  width: 56%;
  top: 20px;
}
.testimonial-box {
  padding: 20px 20px 20px 40px;
}
.testimonial-box .testimonial-number {
  font-size: 40px;
  left: 0;
}
.testimonial-line::before {
  width: 95%;
}
.footer-social {
  margin-top: 20px;
  justify-content: flex-start!important;
}
.main-footer {
  padding: 30px 0;
}
.inner-banner, .inner-banner .banner-text {
  height: 400px;
}
.inner-banner .banner-content {
  padding-left: 0;
}
.about-bg04 {
  display: none;
}
.inner-about-left.text-center {
 text-align: left !important;
}
.mission-bg::before {
  width: 90%;
}
.mission-div {
  padding: 30px 60px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.mission-div img {
  left: -32.5px;
  top: 40px;
  height: 60px;
  width: 60px;
}
.mission-right img {
  right: -32.5px;
  left: unset;
}
.mission-div::before {
  height: 100px;
}
.mission-icon {
  position: relative;
  z-index: 11;
}
.contact-title::before {
  top: -510px;
  height: 400%;
}
.gallery-frame-div {
  top: 0px;
  position: relative;
  width: 100%;
  padding: 0 30px;
}
.inner-gallery-bg {
  height: 10%;
}
.contact-info {
  padding: 30px 0;
  position: relative;
  z-index: 11;
}
.contact-left {
  padding: 60px 40px;
}
.contact-page-form {
  padding: 20px 20px;
}
.map-section {
  margin-top: 0;
}
.inner-about-left img {
 padding: 20px 50px;
}
.about-bg01 {
  top: 0;
  width: 100%;
  height: 100%;
}
.about-bg01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-000000);
  opacity: 0.5;
  /* z-index: 1; */
}
.inner-about-left::before {
  display: none;
}
.banner-content .section-title {
  font-size: 2.2em;
  line-height: 1em;
}
}
@media (max-width: 575.98px) {
  :root {
    --font-size-14: 11px;
    --font-size-15: 12px;
    --font-size-16: 13px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 17px;
    --font-size-27: 17px;
    --font-size-45: 19px;
    --font-size-50: 21px;
    --font-size-62: 22px;
    --font-size-66: 26px;
    --font-size-110: 34px;
    --font-size-140: 40px;
    --line-height-14: 16px;
    --line-height-15: 14px;
    --line-height-16: 18px;
    --line-height-19: 18px;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-27: 23px;
    --line-height-45: 24px;
    --line-height-62: 28px;
    --line-height-66: 35px;
    --line-height-110: 40px;
    --line-height-140: 46px;
}
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }
  .gallery-textPath svg {
    height: 30vw;
}
.main-nav .navbar-expand-lg .navbar-brand img {
  width: 70px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.video-box {
  margin-top: 0;
}
.video-section {
  margin-top: -85px;
}
.banner-content .section-title {
  font-size: 2em;
  line-height: 1em;
}
.events-list, .events-tablist {
  margin-bottom: 20px;
}
.events-list ul li, .events-tablist ul li {
  width: 49.22%;
}
.bell {
padding: 10px 8px;
}
.events-list-div-bg2 {
  width: 100%;
  height: 80%;
}
.events-list-div-bg {
  width: 100%;
  height: 80%;
}
.celebrating img {
  width: 60px;
}
.celebrating::before {
  top: -300px;
  left: -190px;
}
.celebrating {
  left: 8px;
}
.main-nav .navbar-nav .nav-item.our-profile .nav-link {
  padding: 5px 16px;
}
#back-top-btn {
  width: 40px;
  height: 40px;
  bottom: 70px;
  right: 20px;
}
#back-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.whatsapp img {
  width: 40px;
}
}
@media (max-width: 600px) {
.baselineAnim svg {
  height: 38vw;
  width: 160vw;
  margin-left: -55%;
}
.baselineAnim svg .text-on-path {
  font-size: 15vw;
}
.baselineAnim-section .baselineAnim {
  top: -10vh;
}
}
@media (max-width: 480px) {
  .gallery-textPath {
    display: none;
}
.testimonial-box .testimonial-number {
  top: 30px;
}
}
@media (max-width: 425px) {
  .view-more-btn {
    padding: 9px 10px;
}
.service-content .title {
  margin-bottom: 20px;
}
.service-content .title .service-line {
  bottom: -15px;
  width: 100px;
  height: 2px;
}
.service-content {
  margin: 20px 0;
  margin-top: 0;
}
.video-section {
  margin-top: 0;
}
.video-section {
  margin-top: 0;
}
.video-box iframe {
  height: 300px;
}
.mission-div {
  padding: 15px 40px;
}
}
@media (max-width: 375px) {
  .main-nav .navbar-nav .nav-item {
    padding-left: 10px;
}
.celebrating::before {
  top: -300px;
  left: -210px;
}
.celebrating img {
  width: 50px;
}
}
@media (max-width: 320px) {}
/* responsive css */