@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');



.container, header, footer, .container-fluid, body, div, span, section {
  overflow-anchor: none !important;
  scroll-snap-stop: normal !important;
  overscroll-behavior: unset !important;
  scroll-behavior: unset !important;
}

html{
    font-family: "Lato", sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-anchor: none !important;
    scroll-snap-stop: normal !important;
    overscroll-behavior: unset !important;
    scroll-behavior: unset !important;
}

.full-height {
    height: 100vh;
    overflow-anchor: none !important;
}


/*tophead*/

.top_head {
    position: absolute;
    padding: 7px 70px;
    /*background-color: #fb5607 !important;*/
    color: white;
    display: block;
    overflow-anchor: none !important;
   
}

/* .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
} */

.top_head__left {
    display: flex;
    align-items: center;
}


.highlight{
    display: flex;
    position: absolute;
    border : 0px solid #2D2D34;
    border-radius: 0px;
    width: 400px;
    height: 30px;
    margin-left: 1000px;
    background-color: #2D2D34;
    align-items: center;
}

.highlight p{
   box-sizing: border-box;
    position: relative;
    font-weight: 500;
    color: white;
 
    
}

.top_head__left p a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.top_head__right {
    display: flex;
    justify-content: flex-end;
}

#phone1{
    color: #2D2D34;
}

#mail1{
    color:#2D2D34;
}

#star{
    color:#fb5607;
}

/* .fa_icon{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    padding: 3px;
    color: white;
    box-shadow: 0px 0px 9px 0px white;
    margin: 0px 5px;
}



.top_head .fa_icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    padding: 3px;
    color: white;
    box-shadow: 0px 0px 9px 0px white;
    margin: 0px 5px;
} */



/*navbar*/

.bg-img{
    position: absolute;
    background-image: url("assets/c-1.jpg");
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    overflow-anchor: none;
}

@media (max-width: 480px) 
{
  .bg-img{
  background-image: url("assets/mobile.jpg");
  background-position: center;
  position: relative;
  max-height: 90vh !important;
  overflow-anchor: none;
  }
  .navbar-nav{
    background-color: #000000 !important;
  }
  .navbar-brand{
    background-color: #000000 !important;
  }
  
  .navbar navbar-expand-lg{
    background-color: #000000 !important;
  }

  .container-fluid{
    background-color: #000000 !important;
  }
}

.navbar-brand{
    color:#FFFFFF !important;
}

.navbar{
    background: rgba(0,0,0,0) !important;
    position: fixed;
    top: 0;
}

.nav-link{
    color:white !important;
}

.collapse navbar-collapse{
   background-color: #000000 !important;
}


.navbar-toggler-icon {
    width: 1em;  
    height: 1em;
    color: white; 
} 

.navbar-toggler {
    width: 3em;
    height: 2em;
    padding: 0.5rem 1rem;
    border: 2px solid transparent; /* Initial border color */
    transition: border-color 0.3s ease;
    background-color:white !important;
}

.nav-item .nav-link:active,
 .nav-item .nav-link:focus,
 .nav-item .nav-link:hover,
 .nav-link:active,
 .nav-link:focus,
 .nav-link:hover 
{
    color: #fb5607 !important;
}

.container-fluid{
  background-color: #000000 !important;
}

.nav-item .nav-link {
    color:#8d99ae;
}

#dumbbell{
color: #fb5607;
}

/*carousel*/

/* .carousel-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

.carousel-item { 
    position: relative !important;
}


.carousel-item img {
    width: 100% !important;
    height: 100% !important; 
    object-fit: cover !important;
  }
  

.carousel-caption {
    position: absolute;
    z-index: 1;
    display:table;
    width:100%;
    height:100%;
}

.absolute-div {
     position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
}

.carousel-caption h3 {
    display:table-cell !important;
    vertical-align:middle !important;
    text-align:center !important;
}

.item {
    position:relative;
} */


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #fb5607 !important;
}



/* *,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* 
.container {
  display: flex;
  height: 100vh;
  width: 100%;
}
 */


 /*scrolling*/



.scroll-container {
  height: 1400px;
  width: 100%;
  background-color: #000000;
  font-weight: 900;
  overflow: hidden;
  overflow-x: hidden !important;
}

.scroll-header{
  color: white;
  top: 800px;
  text-align: center;
  position: relative;
}

.carousel-primary,
.carousel-secondary {
  top: 1000px;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  height: 350px;
  overflow-x: hidden;
}

.carousel-primary img {
  width: 100%;
  margin-left: 20px;
  border-radius: 14px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.carousel-primary {
  display: flex;
  justify-content: space-around;
  animation: scroll-horizontal 20s linear infinite;
  overflow-y: hidden;
  overflow-x: hidden;
}

.carousel-secondary {
  animation: scroll-horizontal 20s linear infinite;
  animation-delay: 10s;
  overflow-y: hidden;
  overflow-x: hidden;
}

@keyframes scroll-horizontal {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.carousel-primary:hover,
.carousel-primary:hover~.carousel-secondary {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.carousel-secondary:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


.scroll-container:hover>.carousel-primary:not(:hover) {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


@media (max-width: 480px) 
{

  .scroll-container{
   width: 100%;
   height: 80vh;
   overflow: hidden;
  }


  .scroll-header{
    color: white;
    top: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  


.carousel-primary,
.carousel-secondary {
  top: 100px;
  left: 0%;
  width: 300%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  height: 200px;
}

.carousel-primary {
  position: relative;
  animation: scroll-horizontal 5s linear infinite;
  margin-bottom: 10px;
  overflow: hidden;
}

.carousel-secondary {
  animation: scroll-horizontal 5s linear infinite;
  animation-delay: 1s;
  overflow: hidden;
}

@keyframes scroll-horizontal {
  0% {
    left: 0%;
  }

  100% {
    left: -200%;
  }
}


}

@media (min-width: 481px) and (max-width: 768px) {  }


@media (min-width: 769px) and (max-width: 1024px) {  }

@media (min-width: 1025px) and (max-width: 1200px) {  }

@media (min-width: 1201px) { }




/*About-us*/

/* * {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 12pt;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", cursive;
} */


/*about-us*/
.about-us-info a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.about-us-info a:hover {
  transition: all 0.5s ease-in-out;
}

.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
  position: relative;
}

.about-us-header{
  position:relative;
  background-color: #000000;
  color: white !important;
  text-align: center !important;
  padding-bottom: 40px !important;
  padding-top: 30px;
}

.img-1{
  content: url(assets/about-us-1.jpg);
  max-width: 808px;
}

.img-2{
  content: url(assets/about-us-2.jpg);
  max-width: 808px;
}

@media (max-width: 480px) 
{
 .img-2{
  content: url(assets/mobile-a-2.jpg);
  max-width: 100vw;
  height: auto;
  object-fit: cover;
  left:0;
  align-items: center !important;
 }

 .img-1{
  content: url(assets/mobile-a-1.jpg);
  max-width: 100vw;
  height: auto;
  object-fit: cover !important;
  left:0;
  align-items: center;
 }
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
  }
}

@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
  }
}

#about-us-section {
  background: #fb5607;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  max-width: 820px;
}

@media screen and (max-width: 860px) {
  .about-us-image {
    position: relative;
    width: 100%;
    height: 45%;
  }
}

@media screen and (max-width: 747px) {
  .about-us-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .about-us-image img {
    position: absolute;
    left: 0;
  }
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 850px;
  margin-left: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: #fb5607;
    padding: 0px 25px 0px 0px;
  }
}

@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
  }
}

@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
  }
}

@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 65%;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 40pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
  }
}

.about-us-info p {
  color: white;
  font-size: 14pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: center;
  }
}

.about-us-info a {
  background-color: white;
  color: #000000;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 50px;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .history-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .history-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .history-image img {
    position: absolute;
    right: -220px;
  }
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .history-info {
    margin-left: 400px;
    width: 60%;
    background: #ffffff99;
    padding: 0px 0px 0px 25px;
  }
}

@media screen and (max-width: 1238px) {
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .history-info {
    margin-left: 270px;
  }
}

@media screen and (max-width: 910px) {
  .history-info {
    margin-left: 150px;
  }
}

@media screen and (max-width: 860px) {
  .history-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 40px 0px 40px !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .history-info {
    height: 65%;
  }
}

.history-info h2 {
  color: #000000;
  font-size: 40pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info h2 {
    text-align: center;
  }
}

.history-info p {
  color: #000000;
  font-size: 14pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info p {
    text-align: center;
  }
}

.history-info a {
  background-color: #fb5607;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  text-decoration: none;
  border-radius: 50px;
}

.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}






/*whatsapp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


@media (max-width: 480px) 
{

  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    left:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  

  .my-float{
    margin-top:16px;
  }
}





/*Contact*/

/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 

contact { 
	font-family: 'Poppins', sans-serif; 
	margin: 5px 5px 0px 0px; 
	padding: 0; 
	display: flex; 
	align-items: center; 
	justify-content: right; 
	min-height: 100vh; 
  background-image: url(assets/contact-us.jpg); 
  overflow: hidden;
} 

.ffbox { 
	display: flex; 
	width: 90%; 
	max-width: 1000px; 
	background-color: rgba(0, 0, 0, 0); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	flex-wrap: wrap; 
  margin-right: 120px;
} 

.ffbox1 { 
	flex: 1; 
	padding-right: 50px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} 

.ffbox1 label { 
	display: block; 
	margin-bottom: 8px; 
  color:white;
} 

.ffbox1 input, 
.ffbox1 textarea { 
	width: 100%; 
	padding: 8px; 
	margin-bottom: 16px; 
	box-sizing: border-box; 
	border-radius: 15px; 
	background-color: rgb(220, 220, 225, 0.75); 
	border: none; 
  
} 

.ffbox1 textarea { 
	resize: vertical; 
} 

.ffbox1 { 
	margin-bottom: 16px; 
} 

.ffbox1 label { 
	margin-right: 16px; 
} 

.map-div { 
  display: flex;
	background-color: #eee; 
  max-width: 500px;
  max-height: 600px;
  width: 60%;
  height: 100%;
} 

button { 
	width: 100%; 
	padding: 8px; 
	background-color: #fb5607; 
	color: #000000; 
	font-weight: 700; 
  border: 1px solid #000000;
} 


button:hover { 
	background-color: #eee;
  color: #fb5607; 
} 

.map-div iframe { 
	border: 0; 
	padding: 10px; 
} 

.gfg { 
	text-align: center; 
	color: #fb5607; 
  margin-bottom: 20px; 
} 

.map-div { 
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
}

.map-div iframe { 
  border: 0; 
  padding: 10px; 
  max-width: 50vw;
  max-height: 50vh;
  height: 500px;
  width: 80%;
} 

@media (max-width: 480px) 
{

.map-div{
max-width: 900px;
width: 100%;
margin-right: 40px;
padding-top: 0px;
margin-bottom: 40px;
  }

  .map-div iframe{ 
    border: 1px solid (0, 0, 0, 0); 
    max-width: 900px;
    width: 100%;
    margin-right: 10px;
    max-height:300px;
    border-radius: 20px;
  } 

  
.ffbox { 
	display: flex; 
	width: 85%; 
	max-width: 900px; 
	background-color: rgba(0, 0, 0, 0); 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	flex-wrap: wrap; 
  margin-right: 0px;
  margin-top: 20px;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 0px;
} 

/* .ffbox1 input, textarea{
  width: 100%; 
  max-width: 800px;
} */

.ffbox1{
  width: 100%;
  max-width: 900px;
  margin-right: -7px;
}


contact { 
background-image: url(assets/mobile-c-1.jpg);
background-size: cover;
display: flex; 
align-items: center; 
justify-content: right;    
} 

.ffbox1 button {
  border-radius: 10px;

}

}
/*Footer*/


ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #000000;
position: relative;
border: 1px solid white;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #fb5607;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
display: absolute;
}
.cta-text a {
color: #757575;
font-size: 15px;
text-decoration: none;
}
.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-width: 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;
font-family: 'Poppins', sans-serif;
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: #fb5607;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
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: #fb5607;
}
.footer-widget ul li {
display: inline-block;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #fb5607;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #fb5607;
  padding: 13px 20px;
  border: 1px solid #fb5607;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
margin-top: 12px;
position: relative;
background: #202020;
padding: 25px 0;
z-index: 3;
width: 100vw;
left: 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #fb5607;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #fb5607;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
.footer-title {
  text-decoration: none !important;
  color:white !important;
  font-weight: 700;
}



/*media queries*/

@media only screen and (max-width: 768px) {
   .bg-img{
    max-width: 100%;
    max-height: 20%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
   }

   .single-cta{
    padding: 20px;
   }

  }