body {
    background: #faf7ae !important;
}
.headvendor
{
    text-align:center; 
    margin-top:120px;
    padding-top:20px;
    font-size: 28pt;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    padding: .5em !important;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
	 padding: .5em !important;
}
.required
{
    color:red;
    font-weight: bold;
}

.headpadding5
{
    padding-top:10px;
}

.headpadding3
{
    padding-top:20px;
}

.divpaddingleft
{
    padding-left:20px;
}

.margibottom
{
    margin-bottom:20px;
}

.navbg
{
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.menubg
{
    background-color:#ffffff;
    color:#222222;
}
.dropdown-item {
    color: #262525 !important;
}
.dropdown-item:hover {
    color: #ed3338 !important;
}
.navbar-brand img{
    max-height: 35px;
    margin-right: 2px;
}
.navlinkcolor
{
    color:#444444;
}
.navlinkcolor:hover
{
    color:#ed3338;
}
.dropdown-item:focus, .dropdown-item:hover {
       background-color: #ffffff !important;
}
.menuitemcolor
{
    color:#fff; 
}
.btn-getstarted {
    color: #fff;
    background: #c12426;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
	}
.nav-item{
      padding: 10px 0;
}
.nav-link {
       font-size: 15px;
	font-weight: 400;
}
.divbg
{
    height:auto; 
    background-color:#ed3338;
}

.headstyle5
{
    color:#fff; 
    text-align:center; 
    margin-top:20px;
    margin-bottom:20px;
    font-size:16pt;
}

.footerlogo
{
    margin-top:150px;
    width:180px;
}

.mydivbg
{
    background-color:#fff;
}

.menuitemcolor
{
    color:#fff; 
    text-decoration:none;
}

.menuitemcolor1
{
    color:#000; 
    text-decoration:none;
}

.pcenter
{
    text-align:center;
}

.fa 
{
  padding: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover 
{
    opacity: 0.7;
}

.fa-facebook 
{
  background: #3B5998;
  color: white;
}

.fa-twitter 
{
  background: #55ACEE;
  color: white;
}


.fa-linkedin 
{
  background: #007bb5;
  color: white;
}

.fa-youtube 
{
  background: #bb0000;
  color: white;
}

.fa-instagram 
{
  background: #125688;
  color: white;
}

.fa-pinterest 
{
  background: #cb2027;
  color: white;
}

.fa-skype 
{
  background: #00aff0;
  color: white;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
	color: var(--default-color);
	background-color: #feffd2;
	font-size: 14px;
	position: relative;
}
footer .block {
	padding: 1em 0;
}
.footer .footer-top {
	padding-top: 50px;
}

.footer .footer-about .logo {
	line-height: 1;
	margin-bottom: 25px;
}

.footer .footer-about .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-about .logo span {
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer .footer-about p {
	font-size: 14px;
	font-family: var(--heading-font);
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid color-mix(in srgb, #e50006, transparent 50%);
	font-size: 16px;
	color: color-mix(in srgb, #e50006, transparent 20%);
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links a:hover {
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.footer h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul i {
	padding-right: 2px;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: color-mix(in srgb, var(--default-color), transparent 10%);
	display: inline-block;
	line-height: 1;
    text-decoration: none;
}

.footer .footer-links ul a:hover {
	color: #c12426;
}

.footer .footer-contact p {
	margin-bottom: 5px;
}

.footer .copyright {
	background: #ec1e28;
	color: #ffffff;
	padding: 15px 0;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
	margin-bottom: 0;
}
.footer .copyright a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}
.footer .credits {
	margin-top: 8px;
	font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background-color: var(--accent-color);
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: var(--contrast-color);
	line-height: 0;
}

.scroll-top:hover {
	background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
	color: var(--contrast-color);
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
	color:#5e2d2d;
	background-color: var(--background-color);
	padding: 170px 0 80px 0;
	text-align: center;
	position: relative;
}

.page-title h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
}
.page-title span {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
}
.page-title p {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}
.page-title .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.page-title .breadcrumbs a {
	color: #c12426;
    text-decoration: none;
    font-weight: 600;
}

.page-title .breadcrumbs ol li + li {
	padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.top-bg {
    background-image: url(../assets/images/orange-water.jpg);
    background-color: #eaa449;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.container-padding {
    padding: 3em 1em;
   }
.top-heading-block {
    border-left: 8px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.3em;
    font-size: 1.8em;
    color: #c12426;
    text-align: left;
    font-weight: 600;
}
.top-heading-block-h4 {
    font-size: 1.2em;
        padding-bottom: 1em;
}
.card {
    box-shadow: 1px 1px 15px 2px #9c9a9a4f;
    border-radius: 1em;
    padding: 2em;
    background-color: #ffffff;
    border: 2px solid #fff4c9;
}
.form-select{
border: 1px solid #d4d4d4 !important;
           margin-bottom: .5em !important;
        padding: .2em 1em !important;
}
.form-group textarea, input, select{
        margin-bottom: 1em !important;
    border: 1px solid #d4d4d4 !important;
          padding: .2em .8em !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #c12426 !important;
}
.form-check-label {
    color: #444 !important;
       padding-left: .3em !important;
}
@media only screen and (max-width: 756px) {
	.nav-item{
      padding: 6px 6px !important;
		font-size: 17px !important;
}
	.nav-link {
    font-size: 17px !important;
    }
	.page-title h1 {
    font-size: 24px;
   }
	section, .section {
       padding: 20px 0 !important;
    }
	.btn-getstarted {
       font-size: 13px!important;
	line-height: 13px!important;
}
	.trade-partner-inquiry h2 {
        font-size: 1.5em;
		margin: 1em;
    }
	.trade-partner-inquiry .block span {
        height: 50px;
        width: 50px;
    }
	.trade-partner-inquiry .block span i {
        font-size: 1.5em;
    }
	    .trade-partner-inquiry .block h3 {
        font-size: 1.2em;
    }
	
	.job-opening h2 i{
    font-size:1.6em !important;
   }
	.job-opening h2{
    font-size: 1.3em !important;
    }
    .btn-getstarted {
    display: none;
}
	.navbar-toggler {
       background-color: #c12426 !important;
	}
	.min-vh-100 {
    min-height: 60vh !important;
}
	.navbar-toggler-icon {
    display: inline-block;
    width: 1.1em !important;
    height: 1.1em !important; 
	}
	.job-opening span {
       font-size: 1em !important;
	}
	}
@media only screen and (max-width: 1024px){
.navbar-toggler {
       background-color: #c12426 !important;
	}
.btn-getstarted {
   display: none !important;
}
}
.dropdown-item {
       padding: 4px 6px;
}
.dropdown-toggle::after {
	 display: none !important;
}
section, .section {
    color: var(--default-color);
    background-color: #f9f8d8;
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}
.job-opening h1 {
	text-align: left;
	color: #c12426;
	font-size: 1.2em;
	font-weight: 800;
}
.job-opening strong {
	text-align: left;
	color: black;
}
.job-opening span {
	text-align: left;
	color: #c12426;
	font-size: 1em;
	font-weight: 800;
	width: 30px;
	min-width: 30px;
}
.job-opening p {
	text-align: left;
	color: #3b3b3b;
	font-size: 1em;
	font-weight: 500;
	padding-bottom: 0;
    margin-bottom: 0;
	}
.job-opening .block {
	padding: 2em;
	border-radius: 8px;
	background: #ffd49a8c;
	margin-bottom: 1em;
}
.job-opening .form {
	margin: 2em 0;
	padding: 0.8em 1.4em;
	background-image: url(../assets/images/job-bg.jpg);
	background-color: #eaa449;
	background-repeat: repeat;
	background-position: top center;
	border: 1px solid #eaa449;
	border-radius: 8px;
}
.job-opening .form label {
	color: #ffffff;
	text-align: left;
}
.job-opening .form-bg-col {
	background-color: #eaa449e8;
	border: 1px solid #d49440;
	border-radius: 8px;
	padding: 1em;
}
.job-opening .txt {
	font-size: 0.8em;
	font-weight: 500;
	line-height: 28px;
}
.job-opening .btn-primary {
	color: var(--contrast-color);
	background: #fd590d;
	border: 1px solid #fff !important;
	font-size: 14px;
	padding: 8px 35px;
	margin: 0 0 0 30px;
	border-radius: 50px;
	transition: 0.3s;
}
.job-opening .btn-primary:focus {
	color: var(--contrast-color);
	background: #ff7637;
	border: 1px solid #fff !important;
	font-size: 14px;
	padding: 8px 35px;
	margin: 0 0 0 30px;
	border-radius: 50px;
	transition: 0.3s;
}
.job-opening .col-auto {
	margin: 0 auto;
}
.job-opening h2 {
    text-align: center;
    color: #362222;
    font-size: 1.6em;
    font-weight: 500;
}
.job-opening h2 i{
    font-size:2.4em;
    font-weight: 500;
	color: #c12426;
}
.msg-box {
    padding: 2em 1em;
    box-shadow: 1px 0 15px 0 #ddd;
	background: #fff;
}
.image-title p {
    text-align: center;
    font-weight: 500;
}
.red-txt {
    color: #ec1e28;
    font-weight: 600;
    font-size: 1.1em;
}
.image-title .header-img {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.trade-partner-inquiry {
    box-shadow: 1px 1px 15px 2px #9c9a9a4f;
    border-radius: 1em;
    padding: 2em;
    background-color: #ffffff;
    border: 2px solid #fff4c9;
}
.enquire-bg {
    background-image: url(../assets/images/enquire.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.button-prime .btn-primary {
    background-color: #c12426;
    border-color: #c12426;
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3sease;
}
.trade-partner-inquiry {
    box-shadow: 1px 1px 15px 2px #9c9a9a4f;
    border-radius: 1em;
    padding: 2em;
    background-color: #ffffff;
    border: 2px solid #fff4c9;
}
.trade-partner-inquiry h2 {
    border-left: 8px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.2em 0.3em;
    font-size: 2.5em;
    color: #c12426;
    text-align: left;
    font-weight: 800;
}
.trade-partner-inquiry .block {
    padding: 0.5em 1.5em;
}
.trade-partner-inquiry .block span {
    height: 80px;
    width: 80px;
    background-color: #c12426;
    color: #fff;
    border-radius: 80%;
    display: flex;
    justify-content: center;
}
.trade-partner-inquiry .block span i {
    justify-content: center;
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 2.5em;
    display: block;
    line-height: 2;
}
.trade-partner-inquiry .block h3 {
	    color: #643030;
    padding: 0.5em 0;
    line-height: 0.5em;
    font-size: 1.4em;
    text-align: left;
    font-weight: 700;
}
.trade-partner-inquiry .block p {
    font-size: 1em;
    font-weight: 400;
    padding-top: 0;
    text-align: left;
}
.form-bg {
    margin: 2em;
    padding: 2em;
    background-color: #f8bb113b;
}
