@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {font-family: 'Josefin Sans', sans-serif; }

.navbar-nav .nav-link {font-size: 18px; color: #002042; margin-left: 15px;}
.navbar-nav .nav-link.active {color: #f26522;}
.navbar-nav .nav-link:hover {color: #f26522;}

.carousel {
    position: relative;
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 0;
    z-index: 2;
    display: flex;
    padding: 0;
    margin-left: 0;
    list-style: none;
    flex-direction: column;
    margin-right: inherit;
    top: 50%;
	transform: translate(-20%, -50%);
}

.carousel-indicators button {
    margin: 0;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 1px;
    padding: 0;
    margin-right: 3px;
    margin-left: 0px;
    border: 0;
    border-top: 5px solid transparent;
    border-bottom: 7px solid transparent;
}

.carousel-indicators .active {
    width: 40px;
    background-color: #f26522;
}
section {padding: 80px 0px;}
section .container {position: relative; z-index: 99;}
.about-section { background-image: url("../img/about.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; padding: 20vh 0; position: relative; background-color: #F9F9F9; }

.about-section::before {content: ""; width: 100%; height: 100%; background-image: url("../img/bg-1.png");
  background-size: contain; position: absolute; background-repeat: no-repeat; opacity: 0.3; left: 0px; top: 0px; }

.btn-main {border-radius: 60px; border: 1px solid #f26522; padding: 10px 25px; font-weight: 700; margin: 5px 0;}
.btn-main:hover {background: #f26522; color: #FFF; }

.bg-1 {background: #8bb44b; }
.bg-2 {background: #f47f32; }
.bg-3 {background: #2f85bb; }
.bg-4 {background: #ed3237; }

.bg-1 .btn-main, .bg-2 .btn-main, .bg-3 .btn-main, .bg-4 .btn-main {
	background: #002042;
	color: #FFF;border: 0px;
}

.bg-1 .btn-main:hover, .bg-2 .btn-main:hover, .bg-3 .btn-main:hover, .bg-4 .btn-main:hover {
	color: #FFF;
}


.service-box  {background: #FFF; }
.service-box .icon-box {width: 150px; height: 150px; }
.service-box .icon-box img {width: 100%; height: auto; }

.services-section {position: relative; background-image: url("../img/bg-2.jpg");
  background-size: cover;
  background-position:left top;
  background-repeat: no-repeat; }
.shap-1 {position: absolute; top: 0px; left: 3%; }
.shap-2 {position: absolute; top:20%; right: 0; }
.shap-3 {position: absolute; top:50%; right: 0; }
.shap-4 {position: absolute; bottom:-15px; right: 5%; }
.main-tag p {margin-bottom: 0px; }
.service-box p {margin-bottom: 0px; }
.main-service2 h4 {background: #f26522; display: inline-block; padding: 10px 25px; border-radius: 60px; margin: 0px; color: #FFF;  }
.main-service2 .info-box {margin-top: -25px; }
.main-service2 p {margin-bottom: 0px; }
.service-info {background: #0575ed; padding:25px 20px; color: #FFF;}
.service-info h3 {font-size: 36px;}
.btn-main2 {border-radius: 60px;
background:  #f26522;
padding: 10px 25px;
font-weight: 700;
margin: 5px 0; color: #FFF;}
a {text-decoration: none; }
footer {background: #002042; color: #FFF; padding-top: 60px;}
footer section {background: #00152b; color: #FFF;}
footer section p {margin: 0px;}
footer section  a {color: #FFF;}
footer section  a:hover {color: #f26522;}
footer small {font-size: 15px; margin: 10px 0; display: inline-block; }
footer small a {color: #FFF; text-decoration: underline; }
footer small a:hover {color: #FFF;  }
.social-icon {padding: 20px 0;}
.social-icon a {color: #FFF; font-size: 24px; margin-right: 15px; }

footer .list-inline li a {color: #FFF; font-size: 18px; text-decoration: none; margin: 0 15px;  }
.whatsappbutton i {position: relative; z-index: 999;}
.whatsappbutton {
	background-color: #7ACC72; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 500px;
	margin-top: 10px !important;
	width: 60px;
	margin: auto;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 15px;
	height: 60px;
	line-height: 75px; ;
}

.whatsappbutton:hover  {color: #FFF;}
.whatsappbutton:hover::before  {content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #7ACC72;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;}



 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}


 @keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}

.product-info h4 {text-transform: capitalize;}
#button {
  display: inline-block;
  background-color: #f26522;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 110px;
  right: 25px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.inner-banner {
	background-color: rgba(0,0,0,0.7);
	position: relative;
	text-align: center;
	padding: 13vh 0;
}
.inner-banner::before {
	background-image: url("../img/bg-img-1.jpg");
	background-size: cover;
	background-position: center center;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
}
.inner-banner h1 {
	font-size: 48px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0px;
}
.inner-banner nav {
	display: inline-block;
	color: #FFF;
}
.inner-banner nav ol {
	
	margin: 10px 0;
}
.inner-banner nav ol li.breadcrumb-item.active {
	color: #FFF;
	font-weight: 700;
}
.inner-banner nav ol li a {
	color: #FFF;
}
.inner-banner .breadcrumb-item + .breadcrumb-item::before {
	color: #FFF;
}

.contact-info {
    margin-bottom: 12px;
}
.contact-info__icon {
    width: 30px; text-align: center; margin-bottom: 15px; display: inline-block; 
}
.contact-info__icon i, .contact-info__icon span {
    color: #1c82c5;
    font-size: 27px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info .media-body p {
    color: #999;
}

.contact-info .media-body h3 a {
    color: #2a2a2a;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.toll-free  {font-size: 24px; margin-bottom: 30px;}
.toll-free a {color: #FFF; font-weight: 700;}

@media(max-width:767px) {
	
	.about-section {background-size: cover;
background-position: -23vh 10px; padding: 10vh 0;}
	.about-section::before {background-position: bottom; }
	
	.map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}
}

