/*Whatsapp form popup*/

/* Define CSS styles for the popup */
/* Define CSS styles for the popup */
.my-popup {
    background-color: lightgreen;
    padding: 35px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
	font-size: 25px;
}

.my-popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}
/**/

/**/
.af-branding {
  display: none !important;
}
/*blog box shadow*/
.blog-box-shadow {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 6px;
}
/**/
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	  min-width: 194px;
	  padding: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	  border-bottom: 1px solid #f7f7f7;
	  border-bottom-color: rgb(247, 247, 247);
	  font-size: 14px;
	  letter-spacing: 0.5px;
		padding: 10px 10px;
	}
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		background-color: #00998a;
	}
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    border-bottom-color: #00ad9c;
}
}


/**/
.social-icons li a {
  height: 35px;
  line-height: 35px;
  width: 35px;
}
/* Thumb Info */
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 27.2px;
	font-size: 1.7rem;
	line-height: 1;
	text-align: center;
	padding: 11.2px 19.2px;
	padding: 0.7rem 1.2rem;
	z-index: 2;
}
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date > span {
	display: block;
	font-size: 0.4em;
	line-height: 1.5;
}
/*whatsapp button*/
#wpp-fix {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 12;
  /* Animations */
}
@media (max-width: 991px) {
#wpp-fix {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 12;
  /* Animations */
}
#wpp-fix svg {
  width: initial;
  display: block;
  height: 20px !important;
}
}
#wpp-fix a, #wpp-fix button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #25D366;
  display: flex;
  z-index: 2;
  position: relative;
  padding: 15px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


#wpp-fix svg {
  width: initial;
  display: block;
  height: 30px;
}
#wpp-fix svg path {
  fill: #fff;
}
#wpp-fix.left {
  left: 15px;
  right: initial;
}
#wpp-fix.left a + .form-wpp {
  left: 0;
  right: initial;
}
#wpp-fix.shake a::before, #wpp-fix.shake button::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(37, 211, 102, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 0px;
  right: 0;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
#wpp-fix.shake svg {
  -webkit-animation: 1s wiggle ease infinite;
  -moz-animation: 1s wiggle ease infinite;
  -o-animation: 1s wiggle ease infinite;
  animation: 3s wiggle ease infinite;
}


@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

/**/
.hdr-button {
	background-color: #f0bc36;
border-color: #f0bc36 #efbb35 #f0bc36;
color: #262626;
	font-weight: 700;
	animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(240, 188, 54, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}



.button-wiggle {
  -webkit-animation: wiggle 4s 2s infinite;
          animation: wiggle 4s 2s infinite;
	transition: 0.5s all ease-in-out;
}
@-webkit-keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}

@keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}

/**/
html .featured-box-secondary .box-content {
  border-top-color: #f4c000;
}
a:hover {
  text-decoration: none;
}
/**/
@media (max-width: 991px) {
#header .header-nav-main nav > ul li {
  padding: 8px 0px;
	}
}
/**/

.real-word-stories::before {
    content: '';
    position: absolute;
    display: block;
    background-image: linear-gradient(to right bottom, #ffec00, #ebec00, #d5ec00, #bfec00, #a8eb12);
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

.custom-page-header::after {
    content: '';
    position: absolute;
    background-image: radial-gradient(circle, #ffec00, #ebec00, #d5ec00, #bfec00, #a8eb12);
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg);
}

/* Add here all your CSS customizations */
html .scroll-to-top {
    bottom: 50px !important;
}


html .bg-color-primary, html .bg-primary {
    background-color: #003639 !important;
}
html .text-color-primary, html .text-primary {
    color: #003639  !important;
}

html .btn-primary {
    background-color: #003639;
    border-color: #003639 #003639 #003639;
    color: #FFF;
}
html .btn-primary:hover, html .btn-primary.hover {
    background-color: #009585;
    border-color: #009585 #009585 #00ad9c;
    color: #FFF;
}
html .divider.divider-primary.divider-small hr {
    background: #003639;
}


html .bg-color-tertiary, html .bg-tertiary {
    background-color: #228B22 !important;
}

.bg-color-grey {
    background-color: #575656 !important;
}

html .text-color-secondary, html .text-secondary {
    color: #f4c000 !important;
}

.home-intro-secondary {
    background-color: #f4c000 !important;
}
html .bg-color-secondary, html .bg-secondary {
    background-color: #f4c000 !important;
}

.bg-gradient {
    background: linear-gradient(135deg, #a9bb85 0%, #aabc85 80%);
}
.bg-gradient-2 {
    background: linear-gradient(135deg, #7ca0bb 0%, #7ba0bb 80%);
}
.bg-gradient-3 {
    background: linear-gradient(135deg, #dcd4d4 0%, #cac8c8 80%);
}
.bg-gradient-4 {
    background: linear-gradient(135deg, #d0cfce 0%, #b6b4b2 80%);
}
.bg-gradient-5 {
    background: linear-gradient(135deg, #c785a0 0%, #d17a9e 80%);
}

.bg-gradient-6 {
    background: linear-gradient(135deg, #B4D701 0%, #98b501 80%);
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #003639;
}

@media (min-width: 992px){
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fff;
}
	
	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #003639;
}
	
}


/*body skin */
body {
    background-color: #FFF;
    color: #646161;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
	letter-spacing: 1px;
	font-display: swap;
}

p {
    color: #000;
    line-height: 26px;
	letter-spacing: 1px;
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px !important;
}

a {
    color: #003639;
}
a:hover {
    color: #009585;
}

/*Menu*/

#header .header-btn-collapse-nav {
    background: #F4C000;
	color: #000;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #000;
}


@media (min-width: 992px){
#header .header-nav-main nav > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
}

@media (min-width: 992px) {
#header .header-nav.header-nav-spaced nav > ul > li > a {
    margin: 0 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
	
	#header .header-nav.header-nav-divisor nav > ul > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.4);

}
	#header .header-nav.header-nav-divisor nav > ul > li:nth-child(7) > a {
    border-right: 0 !important;
}
}



@media (max-width:1239px) and (min-width:992px)  {
#header .header-nav.header-nav-spaced nav > ul > li > a {
    margin: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 12px;
}
}

/*Page title bar*/

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 100px 0;
}

/*
* Featured Box
*/
.custom-featured-box .icon-featured {
	width: 100px !important;
	height: 100px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.custom-featured-box .icon-featured:before {
	transform: scale(1) !important;
}
.custom-featured-box:hover .icon-featured:before {
	transform: scale(1.2) !important;
}
.custom-featured-box i {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.custom-featured-box i::before {
	opacity: 1 !important;
}




/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper {
	transform: none;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
	background-color: rgba(1, 159, 220, 0.8);
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-inner {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-type {
	background: transparent;
	margin: 0;
}
.thumb-info.custom-thumb-info-style-2 {
	border: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:not(._rounded) {
	transform: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:after {
	content: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper._rounded {
	border-radius: 100%;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
	display: block;
	position: relative;
	padding: 30px !important;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h4 {
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 0;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption p {
	padding: 0;
	margin: 0;
	line-height: 2;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .custom-thumb-info-category {
	letter-spacing: 1.5px;
	font-size: 10px;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .date {
	position: absolute;
	top: -12px;
	right: 12px;
	padding: 8px 13px 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
}

/*Table -product page*/
table.table.table-bordered.table-hover {
    text-align: center;
	font-weight: bold;
}
thead {
    background: #f4c000;
}
.table thead th {
    vertical-align: bottom;
    border: 1px solid #dee2e6;
    font-size: 18px;
    font-weight: 600;
}

/*Border left on product page only for lg*/

.border-all {
    border: 2px solid #003639 !important;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1240px) {

.border-lg-left {
    border-left: 1px solid #DADADA !important;
}
}

html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #1a484b;
    color: #FFF;
}

/*
* About Us page custom section
*/
.more-about {
	background-color: #f4c000;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
@media (max-width: 991px) {
	.more-about {
		padding-top: 70%;
		position: static;
		background-size: 100%;
		background-position: 0 0;
		background-color: #f4c000;
		margin-bottom: 0;
		overflow: auto;
	}
}
@media (min-width: 992px) {
	.more-about .col-cuttin-more-about:before {
		content: '';
		position: absolute;
		top: -35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #f4c000;
		z-index: 0;
		transform: rotate(75deg);
	}
	.more-about .col-cuttin-more-about:after {
		content: '';
		position: absolute;
		top: 35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #f4c000;
		z-index: 0;
		transform: rotate(-75deg);
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.more-about {
		background-size: 130%;
	}
	.more-about .col-cuttin-more-about:before {
		right: -127%;
		top: -38%;
	}
	.more-about .col-cuttin-more-about:after {
		right: -127%;
		top: 38%;
	}
}

/*
* Card- Contact us page
*/
.custom-card-style-2::before {
    background-color: #f4c000;
}
.custom-card-style-2 {
	box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-top: 16px;
	margin-top: 1rem;
}
.custom-card-style-2 h3, .custom-card-style-2 h4 {
	letter-spacing: inherit;
	font-weight: 600;
}
.custom-card-style-2 hr {
	background: rgba(0, 0, 0, 0.15) !important;
}
.custom-card-style-2:before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
}
.custom-card-style-2.card-contact-us {
	margin-top: 6.4px !important;
	margin-top: 0.4rem !important;
}

.custom-card-style-3 {
	border: 1px solid #ccc;
}
.custom-card-style-3 h4 {
	letter-spacing: inherit;
	font-weight: 600;
}
.custom-card-style-3:hover {
	cursor: pointer;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

/*owl-caresoul -  indestries we serve*/

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
    color: #f4c000;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.5);
    color: #FFF;
}


/*Footer*/

#footer {
    background: #000000;
    border-top: 4px solid #003639;
    font-size: 15px;
    margin-top: 0px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer a:not(.btn) {
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #f4c000;
    border-color: #f4c000;
}


