
.fa-facebook-square:before {
  content: "\f09a";
}
.contact4 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.contact4 h1, .contact4 h2, .contact4 h3, .contact4 h4, .contact4 h5, .contact4 h6 {
  color: #3e4555;
}

.contact4 .font-weight-medium {
	font-weight: 500;
}

.contact4 .form-control {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.contact4 .form-control:focus {
  border-color: #ffffff;
}

.contact4 input::-webkit-input-placeholder,
.contact4 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input:-ms-input-placeholder,
.contact4 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input::placeholder,
.contact4 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.contact4.bg-info {
    background-color: rgb(0, 26, 48, 0.8) !important;
}

.contact4 .text-inverse {
    color: #3e4555 !important;
}



.nav-link , .about{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.map-container-section {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-section iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.heading-text{
    font-style: italic;
}
p{
    font-size:14px;
    
  }
.list-unstyled li {
    padding: 4px 0px;
}
li i{
  padding-right:5px;
}
*{
    box-sizing: border-box;
}
.carousel .my-carousel-item {
  height: 550px;
}

.carousel-item img {
	object-fit: cover;
	top: 0;
	left: 0;
	width:100%;
	
}

.my-carousel-item img {
   
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 550px;
}

.carousel-caption {
   position: absolute;
  top:20px;
}
.card{
  border-radius: 4%;
  margin-left:2.5rem !important; 
  margin-right:2.5rem !important;
  margin-top:0.5rem !important;
   margin-bottom:0.5rem;
   -webkit-box-shadow: 0px 4px 13px 2px rgb(81, 82, 83); 
   box-shadow: 0px 4px 13px 2px rgb(81, 82, 83);
   top:0;
   transition: top ease 0.5s;
}

.card:hover{
    top:-7px;
}



.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: rgb(245, 201, 3);
	color: #000000;
	position: relative;
	text-decoration: none;
}

.panel-heading a.collapsed {
	color: #ffffff;
    background-color: rgb(0, 26, 48);
	/* background-color: #333333; */
}
.panel-heading a:after {
	font-family: "Font Awesome\ 5 Free";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 900;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: rgb(245, 201, 3);
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

.container-services  {
  margin-top:20px;
  position: relative;
  text-align: center;
  color: white;
  
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .about{
    font-family:Georgia, 'Times New Roman', Times, serif;
} */
.services-img{
  filter: brightness(30%);
  object-fit: cover;
}

.nav-content{
  color:			#404040 !important;

}

.navbar-nav .nav-item:hover .nav-content{
    /* color:rgb(245, 201, 3) !important; */
    text-shadow: 2px 2px rgb(180, 179, 179);
   
}
.nav-info{
  font-size:14px;
}
.navbar{
  /* -webkit-box-shadow: 0px 9px 6px -2px rgba(0,0,0,0.61);
-moz-box-shadow: 0px 9px 6px -2px rgba(0,0,0,0.61);
box-shadow: 0px 9px 6px -2px rgba(0,0,0,0.61); */
box-shadow: -1px 6px 5px 0px rgb(245, 201, 3);
-webkit-box-shadow: -1px 6px 5px 0px rgba(245, 201, 3);
-moz-box-shadow: -1px 6px 5px 0px rgba(245, 201, 3);
}


.thumbnail {
	display: block;
	padding: 10px;
	margin: 1em;
	/*margin-bottom: 20px;*/
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}

	.thumbnail:hover {
		top: -3px;
		z-index: 2;
		
		box-shadow: -1px 6px 5px 0px rgb(245, 201, 3);
		-webkit-box-shadow: -1px 6px 5px 0px rgba(245, 201, 3);
		-moz-box-shadow: -1px 6px 5px 0px rgba(245, 201, 3);
	}

	.thumbnail > img,
	.thumbnail a > img {
		height:100%;
		width:100%;
		object-fit:contain;
		margin-right: auto;
		margin-left: auto;
		padding:3em;
	}


a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #428bca;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: inline-block;
	max-width: 100%;
	height:  200px;
}

/*@media (max-width: 768px) {
	.img-responsive,
	.thumbnail > img,
	.thumbnail a > img,
	.carousel-inner > .item > a > img {
		display: inline-block;
		max-width: 100%;
		height: 250px;
	}
	
}*/

	.clientsRow {
		background-color: rgb(0, 26, 48, 0.7) !important;
		height: 300px;
	}

		.clientsRow:hover {
			background-color: rgb(0, 26, 48, 0.8) !important;
		}

	.registeredRow {
		background-color: rgb(0, 26, 48, 0.7);
	}

		.registeredRow:hover {
			background-color: rgb(0, 26, 48, 0.8);
		}
	/*.carousel-item :after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
	.my-carousel-item:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 26, 48, 0.7);
	}

	.container-contact {
		background-color: rgb(180, 179, 179);
	}

	.bg-image-1 {
		background: url("banner-2.jpg") 50% 0px no-repeat;
		background-size: cover !important;
		position: relative;
		z-index: 1;
		color: white;
	}

		.bg-image-1::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 26, 48, 0.7);
		}

		.bg-image-1 .container {
			z-index: 3;
			position: relative;
			opacity: 1 !important;
			margin-top: 10px;
			padding-top: 40px;
			padding-bottom: 40px;
		}

	.media-heading, .services-icon {
		color: rgb(245, 201, 3);
	}


	.section {
		padding: 80px, 0px;
	}

.cashew-processing{
	padding-left: 3rem !important;
	padding-right:3rem !important;
}
/* .input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
} */
.footer {
	color: rgb(18, 30, 90);
	text-align: center;
}

	.footer a {
			color: rgb(18, 30, 90) !important;
	}

	.clientsRowSmall {
		display:none !important;
	}
.registeredRowSmall {
	display: none !important;
}

.map {
	padding: 50px !important;
	margin-top: 3rem;
}
	@media only screen and (max-width: 600px) {
		.card {
			margin-left: 1rem !important;
			margin-right: 1rem !important;
		}
	}

	@media (min-width: 1024px) {
		.contact4 .contact-box {
			padding: 80px 105px 80px 0px;
		}
	}

	@media (max-width: 767px) {
		.contact4 .contact-box {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media (max-width: 1023px) {
		.contact4 .right-image {
			position: relative;
			bottom: -95px;
		}
	}

@media only screen and (max-width: 767px) {
	.thumbnail > img,
	.thumbnail a > img {
		margin-right: auto;
		margin-left: auto;
		padding: 2em;
		
	}
	/*.thumbnail{
		border:1px solid black;
	}*/
}

@media only screen and (max-width: 767px) {
	.clientsRow{
		display:none !important;
	}
	.registeredRow {
		display: none !important;
	}
	.clientsRowSmall {
		display: block !important;
		background-color: rgb(0, 26, 48, 0.7) !important;
	}
	.map {
		margin-top: 10px;
		padding: 10px !important;
		
	}
	.registeredRowSmall {
		display: block !important;
		background-color: rgb(0, 26, 48, 0.7) !important;
	}
	.cashew-processing {
		padding-left: 0 !important;
		padding-right:0 !important;
	}
	.cashew-intro {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


