/* Header Begin*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body,
html {
  font-family: "Open Sans", "sans-serif";
}

/*--------------Header-Home-page----------*/
.nav-size {
  font-size: 20px;
  top: 0%;
  bottom: 25%;
}

.navbar {
  display: block;
}

.common-bg {
  background: url("../../../assets/images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}

.header-bg {
  background: url("../../../assets/images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.header h1 {
  color: #ff7700;

}

.content-text-size {
  font-size: 18px;
  text-align: justify;
}

.content-bg-pc {
  font-size: 16px;
  width: 100%;
  height: 220px;
  clip-path: polygon(0% 0%, 93% 0%, 80% 100%, 0% 100%);
  background-color: #2d2d2d;
  padding: 10px;
  text-align: justify;
}

.content-bg-mobile {
  font-size: 16px;
  min-height: 250px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #2d2d2d;
}

.bg-side-by {
  background-color: #ff7700;
}

h5 {
  color: #ffffff;
}

/*---------------------- index page--------------------------*/
.index-bg {
  background-color: #ffd2ab;
}

.head-color {
  color: #ff7700;
}

.content-header {
  background-color: #ff7700 !important;
}

.content-list {
  font-size: 20px;
}

/*--------------------- About us page-----------------------*/
.about-us-bg {
  background: url("../../../assets/images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-image-pc {
  font-size: 18px;
  padding-right: 20px;
  padding-top: 0;
  float: right;
  text-align: justify;
}

.text-image-mob {
  font-size: 18px;
  padding-right: 0;
  padding-top: 0;
  float: center;
  text-align: justify;
}

.content-text h3 {
  color: #ff7700;
  font-size: 20px;
  font-weight: bold;
}

/*-------------------------footer page--------------------------*/

.footer-text p {
  font-size: 16px;
  color: #fff;
}

.footer-text h3 {
  font-family: "Roboto";
  color: #fff;
}
footer a {
  text-decoration: none !important;
  color: white;
}

.footer-logo {
  float: right;
}
.bg-image {
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bg-image-pc-content {
  background-image: url('../../../assets/images/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 250px 50px 10px 50px;
}

footer .row > * {
  margin:0;
  padding:0;
}

.bg-image-mobile-content {
  background-image: url('../../../assets/images/footer-bg-mob.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 250px 50px 10px 50px;
}

.scroll {
  overflow: scroll;
  height: 100vh;
}
/* end footer */

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar {
  display: block;
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #000;
}

.page {
  min-height: 500px;
  margin: 50px 25px 50px 25px;
}

.page .page-title {
  font-family: "Roboto";
  color: #ff7700;
  margin-bottom: 25px;
}

.contact-title {
  background-color: #000000;
  color: white;
  padding: 10px;
  text-align: center;
}

.contact-content {
  font-size: 16px;
}

.icon-background {
  color: #000000;
}

.img-container {
  position: relative;
  min-height: 100px;
  width: 100%;
}

.text-block {
  position: absolute;
  top: 0%;
  left: 0%;
  color: white;
  height: 100%;
  width: 100%;
  font-size: 15px;
}

.text-block-mobile {
  position: absolute;
  top: 0%;
  left: 0%;
  color: white;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.service {
  margin: 25x 50px;
}

.service .service-margin {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.service .service-title {
  color: #ff7700;
}

.service .service-content {
  color: #fff;
  text-align: justify;
}

.service .service-box {
  background-color: #ff7700;
  text-align: center;
  color: #fff;
}

.service .box {
  height: 100% !important;
  width: 100% !important;

}

.service .box:hover {
  cursor: pointer;
}

.service h5 {
  color: #000000 !important;
}

.nav-link:hover {
  background-color: #fff;
}

.page-sub-title {
  font-family: "Roboto";
  color: #ff7700;
  margin-bottom: 25px;
}

.about-box {
  background-color: transparent;
}

.about-box:hover {
  cursor: pointer;
}

/*------------footer icons----------*/

/* .sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
	
/*.search_icon a:hover i  {transform:rotate(360deg);}*/
/*.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.whatsapp {
	background-color:#FD1D1D;
	color:#FFF;}
.linkedin {
	background-color:#FD1D1D;
	color:#FFF;
}
.Google  {
	background-color:#d34836;
	color:#FFF;}
	
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.sticky-icon a i.linkedin {
	background-color:#FFF;
	color:#53c5ff;}
.sticky-icon a i.fa-whatsapp {
	background-color:#FFF;
	color:#53c5ff;}	
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			
*/