/*@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-Regular.eot');
    src: url('../fonts/Cabin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Regular.woff2') format('woff2'),
        url('../fonts/Cabin-Regular.woff') format('woff'),
        url('../fonts/Cabin-Regular.ttf') format('truetype'),
        url('../fonts/Cabin-Regular.svg#Cabin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-MediumItalic.eot');
    src: url('../fonts/Cabin-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-MediumItalic.woff2') format('woff2'),
        url('../fonts/Cabin-MediumItalic.woff') format('woff'),
        url('../fonts/Cabin-MediumItalic.ttf') format('truetype'),
        url('../fonts/Cabin-MediumItalic.svg#Cabin-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-Bold.eot');
    src: url('../fonts/Cabin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Bold.woff2') format('woff2'),
        url('../fonts/Cabin-Bold.woff') format('woff'),
        url('../fonts/Cabin-Bold.ttf') format('truetype'),
        url('../fonts/Cabin-Bold.svg#Cabin-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-SemiBold.eot');
    src: url('../fonts/Cabin-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-SemiBold.woff2') format('woff2'),
        url('../fonts/Cabin-SemiBold.woff') format('woff'),
        url('../fonts/Cabin-SemiBold.ttf') format('truetype'),
        url('../fonts/Cabin-SemiBold.svg#Cabin-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-Medium.eot');
    src: url('../fonts/Cabin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Medium.woff2') format('woff2'),
        url('../fonts/Cabin-Medium.woff') format('woff'),
        url('../fonts/Cabin-Medium.ttf') format('truetype'),
        url('../fonts/Cabin-Medium.svg#Cabin-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-SemiBoldItalic.eot');
    src: url('../fonts/Cabin-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Cabin-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Cabin-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Cabin-SemiBoldItalic.svg#Cabin-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-BoldItalic.eot');
    src: url('../fonts/Cabin-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-BoldItalic.woff2') format('woff2'),
        url('../fonts/Cabin-BoldItalic.woff') format('woff'),
        url('../fonts/Cabin-BoldItalic.ttf') format('truetype'),
        url('../fonts/Cabin-BoldItalic.svg#Cabin-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-Italic.eot');
    src: url('../fonts/Cabin-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Italic.woff2') format('woff2'),
        url('../fonts/Cabin-Italic.woff') format('woff'),
        url('../fonts/Cabin-Italic.ttf') format('truetype'),
        url('../fonts/Cabin-Italic.svg#Cabin-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}*/

*, html {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0;
	padding:0
}
body {
	margin:0;
	padding:0;
	color:#3f3f3f;
	font-family: 'Fira Sans', sans-serif;
	overflow-x:hidden!important;
	background:#fff;
	/*padding-top:140px;*/
	font-size:14px;
	line-height:20px
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:400
}
h1 {
	font-size:46px;
	line-height:50px;
	font-weight:bold;
}
h2 {
	font-size:40px;
	line-height:44px;
	font-weight:700
}
h3 {
	font-size:28px;	
	line-height:34px;
}
h4 {
	font-size:24px;
	line-height:28px
}
h5 {
	font-size:20px;
	line-height:24px
}
h6 {
	font-size:18px;
	line-height:28px
}
p {
    font-size: 15px;
    line-height: 26px;
	color:#3f3f3f;
}
a, a:hover, input, select {
	text-decoration:none;
	outline:0;
	color:#4c5e7c;
}
a:focus, a:focus-visible, a:visited {	
	text-decoration:none;
	outline:0;
}
li, ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mt-30{
	margin-top:30px;
}
.pb-20{
	padding-bottom:20px;
}
select::-ms-expand {
display:none
}
section {
	width:100%;
	height:auto;
	float:left
}
.main-wrapper {
	width:100%;
	height:auto;
	float:left
}
header {
	position:fixed;
	width:100%;
	max-width:100%!important;
	height:100px;
	float:left;
	z-index:9999;
	right:0;
	background:#FFFFFF;
	opacity:1;
	/*background:#ffffff85;*/
}
.logo {
	padding:11px 0px;
	display:inline-block;
	
}
.logo img{
	transition: all .3s ease-out 0s;
}
.logo img:hover{
	transform: scale(1.1);
}
.menu-right {
    float: right;
}
.main-slider {
    width: 100%;
    position: relative;
	margin-top: 100px;
}

.readmore-btn {
	display:inline-block;
	width:172px;
	height:62px;
	background:#b21608;
	opacity:1;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	text-align:center;
	line-height:62px;
	font-weight:400;
	font-family: 'Fira Sans', sans-serif;
	transition:all .3s;
}
.readmore-btn:hover {
	border-radius:50px;
	background-color:#2c358c;
	color:#fff;
	transition:all .3s;
}
.enquiry-btn {
	float:right;
	width:122px;
	height:40px;
	border-radius: 6px;
	background:#2c358c;
	opacity:1;
    margin-top: 30px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;	
	font-weight:600;
	font-family: 'Fira Sans', sans-serif;
	transition:all .3s;
}
.enquiry-btn:hover {
	border-radius:0px;
	transition:all .3s;
	color:#fff;
	border-radius:50px;
}

.bg-blue {background-color: #004573;}
.bg-white {background-color: #fff;}

.color-blue {color: #2c358c;}
.color-white {color: #fff;}
.color-mahogany {color: #c21c2c;}

.weight-600{font-weight: 600;}

.top-bar {
	background-color: #004573;	
}
.top-contact ul li {
	color: #fff;
	padding: 7px 0px;
	display: inline-block;
	margin-right: 22px;
	transition: all .3s;
}
.top-contact ul li a, .top-contact ul li {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.6px;
}
.top-contact ul li a:hover, .top-contact ul li:hover {
	color: #5BD9ED;
	transition: all .3s;
}
.top-contact ul li a i, .top-contact ul li i {
	margin-right: 5px;
}
.social-icons ul {
	float: right;
}
.social-icons ul li {
	display: inline-block;
	transition: all .3s linear;
}
.social-icons ul li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #b21608;
	font-size: 16px;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease;
}
.social-icons ul li a:hover {
	transform: scale(1.2);
}

/* ------------------------------------
   Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.slider-des {
	margin-top: 160px;
}
.rs-slider .sl-sub-title {
  color: #c21c2c;
}
.rs-slider .sl-title {
  color: #2e3792;
}
.rs-slider .sl-desc{
  color: #3f3f3f;
}
.rs-slider .sl-sub-title {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  font-size: 50px;
  margin-bottom: 13px;
}
.rs-slider .sl-sub-title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: bolder;
  font-family: 'Fira Sans', sans-serif;
  line-height: 40px;
}
.rs-slider .sl-title {
  -webkit-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
	font-weight: bolder;
}
.rs-slider .sl-title span {
  display: block;
}
.rs-slider .sl-title .white-color {
  color: #ffffff !important;
}
.rs-slider .sl-desc {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  text-shadow: 0 10px 20px #000;
}
.rs-slider .slider-bottom {
  display: inline-block;
  -webkit-animation: zoomIn 0.8s ease-in-out;
  animation: zoomIn 0.8s ease-in-out;
  margin: 39px 0 20px;
}
.rs-slider .slider-bottom .readon {
  display: block !important;
}
.rs-slider .slider-bottom .white-btn {
  background: #ffffff;
  color: #cea501;
}
.rs-slider .slider-bottom ul li {
  display: inline-block;
  margin: 0 13px;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #333333;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
  background: #b21608;
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #cea501;
  border-color: #cea501;
}
.rs-slider.rs-slider-two .sl-sub-title,
.rs-slider.rs-slider-two .sl-title {
  text-transform: uppercase;
}
.rs-slider.rs-slider-two .sl-sub-title {
  color: #cea501;
  background: #ffffff;
  display: inline-block;
  padding: 2px 12px 6px;
  border-radius: 3px;
  margin-bottom: 22px;
}
.rs-slider.rs-slider-two .slider-bottom {
  margin-top: 20px;
}
.rs-slider.rs-slider-three .slider-inner {
  max-width: 690px;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
  padding: 35px 15px 30px;
}
.rs-slider.rs-slider-three .sl-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.rs-banner-section {
  position: relative;
  overflow: hidden;
}
.rs-banner-section img.banner-image {
  width: 100%;
}
.rs-banner-section .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section .banner-inner .banner-title {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.rs-banner-section .banner-inner .banner-title span {
  display: block;
  color: #cea501;
}
.rs-banner-section .banner-inner .subtitle {
  text-transform: uppercase;
}
.rs-banner-section .banner-right-image {
  max-width: 370px;
  margin-left: auto;
  margin-right: 75px;
}
.readon {
    font-family: 'Fira Sans';
    background: #b21608;
    line-height: normal;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}
.readon:hover {
	background: #004573;
	border-radius: 50px;
	transition: .4s ease all;
	color: #fff;
}

.welcome {
	padding:100px 0px;
}
.hr-ver {
    width: 15%;
    float: left;
    border-top: 5px solid #b21608;
	margin-bottom: 0px;
}
.welcome-descip .wel-notes {
	color: #243d50;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 400;
}
.welcome-descip h2 {
	margin-bottom: 26px;
}
.welcome-descip .wel-highlight {
	border-left: 5px solid #004573;
	padding: 10px 15px;
	margin:35px 0 45px 0px;
}
.welcome-descip .wel-highlight h5 {
	color: #b21608;
	font-weight: 600;
	line-height: 30px;	
}
.bullet-points h5 {
	color: #004573;
	font-weight: 700;
	margin-bottom: 15px;
}
.bullet-points h5 img {
	margin-right: 15px;
}
.request-btn {
	padding: 0px 35px;
    height: 44px;
    background: #b21608;
    display: inline-block;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    transition: all .3s;
}
.request-btn:hover {
	border-radius:0px;
	transition:all .3s;
	color:#004573;
}
.service {
	position:relative;
	padding-top:90px;
	padding-bottom:70px;
	background-color: #f5f5f5;
}
.title {margin-bottom:30px;}
.title hr {
    width: 10%;
    margin: 12px auto 20px;
    border-top: 5px solid #2c358c;
}
.mt-20{margin-top:20px;}
.services-slide-bx {
	width: 100%;
	position: absolute;
	z-index: 999;
}
.white_box {
	background-color: #fff;
	box-shadow: 1px 2px 4px 4px #e1e1e1;
	padding: 25px;
}
.service-icon {
	width: 64px;
	height: 64px;
	margin-right: 15px;
}
.service-title h4 {
	color: #2c358c;
	font-weight: 500;
}
.service-content p {
	height: 100px;
}
.readMore a {
	color: #c21c2c;
	font-weight: 600;
}
.readMore a i {
	font-size: 20px;
	color: #384092;
}

.product-promotion {position:relative; margin-bottom:60px;}
.product-col {
	padding-top:18px;
	background-color:#e8e6a9;
	background-image:url(../images/produt-bg.jpg);
	background-repeat:repeat-x;
	background-size:cover;
}
.product-card {
	padding: 35px 22px 22px 22px;
	background-color: #fff;
	width: 100%;
	box-shadow: 1px 5px 16px #0000004a;
	margin-bottom: 35px;
}
.product-card .shop-card-image {
	width: 100%px;
    height: auto;
	margin-top:20px;
}
.product-card .shop-card-image img {
	width: 100%;
    height: auto;
}
.prod-cap p {
	font-size: 16px;
	letter-spacing:0px;
}
.product-card .prod-cap h4 {
	color: #004573;
	font-weight:700;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 22px;
}
.product-slider {position:relative;}
.product-slider .slick-prev {
	background-image:url(../images/slider-left-arrow.png);
	background-repeat:no-repeat;
	width:46px;
	height:46px;
	position:absolute;
	z-index:9;
	top:40%;
	left: 2%;
	font-size:0;
	cursor:pointer;
}
.product-slider .slick-next {
	background-image:url(../images/slider-right-arrow.png);
	background-repeat:no-repeat;
	width:46px;
	height:46px;
	position:absolute;
	z-index:9;
	top:40%;
	right: 2%;
	font-size:0;
	cursor:pointer;
}
.product-slider button{outline:none; border:none; background-color:transparent;}
.leave-left {
	position:absolute;
	left:-22px;
	bottom:-80px;
	z-index:999;
}
.fun_shape_1 {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
.onion-right {
	position: absolute;
    right: -30px;
    bottom: 169px;
    z-index: 999;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.why-tristar {
	padding: 330px 0px 80px 0px;
	background-color:#f6f8f9;
}
.why-tristar .title h1 {
	color: #004573;
}
.what-we-do {
	padding-right: 30px;
}
.what-we-do-left {
	padding-left: 30px;
}
.what-we-do h3{
	color: #b21608;
	font-weight: 700;
	margin-bottom: 10px;
}
.what-we-do h5{
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 30px;
}

.other-products {
	position:relative;
	background-image:url(../images/other-products-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;
}
.other-products ul {
	margin-left:5px;
}
.other-products ul li {
	width:50%;
	float:left;
	overflow:hidden;
	background-color:#fff;
	text-align:left;
	color:#000;
}
.other-products ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
.other-products ul li .spices-img {
	float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.other-products ul li .spices-img img {
	width:100%;
}
.other-products ul li .spices-img img {
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.other-products ul li .content-box {
    padding:20px 10px 10px 20px;
    font-size: 14px;
    line-height: 22px;
    width: 50%;
    height: 100%;
    position: relative;
	font-weight:400;
	font-family: 'Cabin', sans-serif;
}
.other-products ul li .content-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    transform: rotate(45deg);
    margin-left: -15px;
}
.other-products ul li .content-box:before {
    content: "";
    position: absolute;
	z-index:9999;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    background: #fff;
    transform: rotate(45deg);
}	
.other-products ul li .content-box h6 {
	margin-bottom:18px;
    color: #000;    
    position: relative;
	font-family: 'Cabin', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
}
.other-products ul li .content-box h6:after {
    content: "";
    position: absolute;
    left: 0;
    width: 70px;
	top: 27px;
	font-weight:400;
    border:1px solid #000;
}
.other-products ul li .content-box p {
	font-size: 13px;
    margin-bottom: 5px;
    line-height: 14px;
    letter-spacing: -0.3px;
}
.readmore-spices-btn {
    display: inline-block;
    width: 105px;
    height: 34px;
    background: #b3cf3c;
    opacity: 1;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    transition: all .3s;
}
.readmore-spices-btn:hover {
	border-radius:50px;
	background-color:#000;
	color:#fff;
	transition:all .3s;
}
footer {
	padding-top:30px;	
	background-color:#2c358c;
	margin-top:10px;
	float: left;
    width: 100%;
	color:#fff;
	font-family: 'Fira Sans', sans-serif;
}
footer h2 {
	font-weight:600;
	margin-left:60px;
	margin-bottom:10px;
}
footer h6 {
	font-weight:400;
	margin-bottom:10px;
}
.sub-footer {
	background-color: #c21c2c;
}
footer .copyright p{
	padding: 10px 0px;
     border-top: 1px solid #387ead;
	font-size: 14px;
	text-align: center;
}
footer h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

footer p {
	margin:0px;
	color:#ebedef;
	font-size:16px;
	line-height:24px;
}
footer p a {
	color: #fff;
}
footer p a:hover {
	color: #9cd7ff;
}
footer ul li {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
footer ul li a{
	color: #fff;
}
footer ul li a:hover{
	color: #9cd7ff;
	text-decoration: underline;
}

/**Internal pages about us **/
.internal-header {
	background-color: #040d69;
	margin-top: 100px;
	position: relative;
}
.bg-overlay {
    background-color: transparent;
    background-image: radial-gradient(at center center, #000000 100%, #FFFFFF00 100%);
    opacity: 0.53;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	bottom: 0;
    position: absolute;
}
.internal-header .titlebox {
	margin:50px 0px;
}
.internal-header h1 {
	color:#fff;
	font-size: 40px;
}
.breadcrumb {
	background-color:transparent;
	padding-left:0;	
	}
.breadcrumb li a {color:#b21608; font-size: 16px;}
.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {color:#fff;}

.mission-vision {
	background-image:url(../images/left-bg-l3.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	position: relative;
	padding: 50px 0px;
	margin-bottom: 100px;
}
.blue-box{
	background-color: #004573;
	color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}
.blue-box h4 {
	margin-bottom: 20px;
	font-weight: 700;
}
.blue-box p {
	color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.6px;
	font-weight: 400;
}
.our-team {
	background-image:url(../images/tristar-logistics-teamwork.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	position: relative;
	padding: 120px 0px;
}
.ourteam-mb {
	margin-bottom: 120px;
}
.our-team-details {
	background-color: #fff;
    padding: 50px;
    margin-top: -80px;
}
.our-team-details h4 {
	margin-bottom: 20px;
	color: #b21608;
	font-weight: 700;
}
/**Gallery Products**/
.gallery_products a {
	margin-bottom:25px;
}
.gallery_products a h5 {
	font-weight:500;
	font-size:15px;
	text-align:center;
	line-height:20px;
	margin:15px 5px;
	font-family: 'Cabin', sans-serif;
	color:#000;
	letter-spacing: -0.4px;
}
.gallery_products a:hover img {
  transform: scale(1.1);
}
.gallery_products a img {
   -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/** Contact form css start **/
.contact-bx {	
	margin: 100px 0px;
}
.contact-wrap {
	border: 1px solid #E9E9E9;
}
.getintouch {
	padding: 50px;
	background-color: #f5f5f5;
	text-align: center;
	height: 100%;
}
.getintouch h6, .getintouch h2 {
	letter-spacing: 0.6px;
	color: #004573;
	font-weight: 700;
}
.getintouch p, .getintouch p a {
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0.6px;
}
.getintouch ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
}
.getintouch ul li a {
    font-size: 22px;
	color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    background: #004573;
    border-radius: 50%;
	text-align: center;
	transition: all 0.3s;
}
.getintouch ul li a:hover {
	transition: all 0.3s;
	background: #b21608;
}
.contact-form-bx {
	padding: 50px;	
	height: 100%;
}
.enquiry-form {
	width:100%;
	height:auto;
	float:left;
}
.enquiry-form .form-control {
    border-radius: 0px;
    padding: 10px;
    color: #495057;
    background-color: #ffffff;
    border-color: #e9e9e9;
	font-weight:400;
	letter-spacing: 0.6px;
}
.enquiry-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0;
  font-weight:400;
  opacity: 1; /* Firefox */
}
.enquiry-form .form-control:focus {
	outline:none;
	box-shadow:none;
}
.enquiry-form .form-group {
	margin-bottom:25px;
}
.submit-btn {
    display: inline-block;
    width: 150px;
    height: 50px;
    background: #004573;
    opacity: 1;
    color: #fff;
	border-radius:0;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    transition: all .3s;
}
.submit-btn:hover {
	background-color:#b21608;
	color:#fff;
	border-radius:50px;
}
.form-control:focus {
	border-color: #000;
}
.google-map {
	padding: 10px;
	border: 1px solid #f5f5f5;
}
/** Contact form css end **/

.commetment {
	background-color: #f7f7f7;
    padding: 60px 0px;
}
.commit-para {
	padding-right: 50px;
}
.commit-para h6 {
	line-height: 30px;
	text-align: justify;
}
.services-contact ul li{
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #545454;
	font-weight: 700;
}
.services-contact ul li img {
	margin-right: 20px;
}
.our_services {
    padding: 100px 0px 70px;
}
.service-list {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 30px 30px 25px 30px;
	background-color: #f7f7f7;
}
.service-list h4 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
}
.service-list ul li {
	display: block;
    border-bottom: 1px solid #f7f7f7;
    position: relative;    
	transition: all 0.3s;
}
.service-list ul li a {
	display: block;
	padding-left: 20px;	
	height: 55px;
    line-height: 55px;
	transition: all 0.3s;
}
.service-list ul li a.active, .service-list ul li a:hover {
	background-color: #004573;	
	color: #fff;
	transition: all 0.3s;
}
.service-list ul li a{	
	color: #000;
	font-size: 18px;
}
.service-list ul li a i {
	font-size: 15px;
    right: 20px;
    position: absolute;
    top: 20px;
}
.service_image {
	margin-bottom: 30px;
}
.service_details h4 {
	font-weight: 700;
	margin-top: 30px;
	color: #004573;
	margin-bottom: 25px;
}
.service_details h6 {
	font-weight: 700;
	margin-top: 30px;
	color: #004573;
	margin-bottom: 10px;
}
.service_details ul {
	list-style-type: circle;
	padding-left: 30px;
}

.service_details ul li {
	font-size: 16px;
	font-weight: 600;
    line-height: 20px;
    color: #b21608;
    margin-left: 10px;
    height: auto;
	padding-bottom: 14px;
    list-style-type: disclosure-closed;
    width: 44%;
    float: left;
    margin-right: 5%;
    margin-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
}
.service_details ul li:nth-child(even) {margin-right: 0%;}

.contact-success-bx {
    padding: 50px;
    height: auto;
}
.blue-box-con {
	background-color: #004573;
	padding:40px 20px;
	text-align: center;
}
.blue-box-con h3 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
}
.blue-box-con p {
	color: #fff;
	margin-bottom: 30px;
}
.blue-box-con p a {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
}
.help-block-error{color:#dc3545;}
#toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  background: #b21608;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}


.nivo-directionNav {
	display: none;
}
/*.service_details ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #b21608;
	border-radius: 50%;
	margin-right: 10px
}*/






/*.scroll-top, .scroll-top:focus, .scroll-top:hover {
	position:fixed;
	bottom:30px;
	right:20px;
	background:transparent linear-gradient(107deg, #ee5723 0, #ef9243 100%) 0 0 no-repeat padding-box;
	width:30px;
	height:30px;
	text-align:center;
	line-height:1.6875rem;
	color:#fff;
	z-index:9;
	font-size:1.25rem;
	box-shadow:1px 2px 8px 1px rgba(0, 0, 0, .3);
	display:none;
	-webkit-box-shadow:1px 2px 8px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 2px 8px 1px rgba(0, 0, 0, .3);
	-ms-box-shadow:1px 2px 8px 1px rgba(0, 0, 0, .3);
	-o-box-shadow:1px 2px 8px 1px rgba(0, 0, 0, .3)
}*/
.loader {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:url(../images/PreLoader.svg) 50% 50% no-repeat #f9f9f9
}


/* ------------------------------------
   Preloader CSS
---------------------------------------*/
#loading {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
#loading.image-preloader .loader {
  position: absolute;
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loader {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #cea501;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: ball 4s infinite;
}
@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}