/* Global Styling */

@font-face {
    font-family: 'FFMaxWebProBook';
    src: url('../fonts/2F4320_0_0.eot');
    src: url('../fonts/2F4320_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F4320_0_0.woff2') format('woff2'), url('../fonts/2F4320_0_0.woff') format('woff'), url('../fonts/2F4320_0_0.ttf') format('truetype');
}

body,
h1,h2,h3,h4,h5,h6,p,a,li {
	font-family: 'FFMaxWebProBook';
	
/* 	    font-weight: bold; */
}

p {
	text-align: justify;
	/*display:contents;*/
}

h2 {
    color: #6E98B4;
    font-weight: 700;
}

.page-head img {
	width: 100% !important;
	height: 500px;
	object-fit: cover;
	object-position: 50% 100%;
	margin: auto;
    display: flex;
}

/* FrameWork */

.d-none {
    display: none !important;
}

.view-all {
    display: inline-block;
    margin: 20px auto;
    background-color: #6E98B4;
    color: #FFF;
    padding: 15px;
    font-size: 24px;
    min-width: 200px;
}

.table-holder {
    overflow: auto;
}


.btn.btn-default {
    padding: 15px;
    background-color: #6E98B4;
    color: #FFF;
    min-width: 200px;
    border: none;
    border-radius: 2px;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 1.2rem;
}

.mb-3 {
    margin-bottom: 40px;
    /*1.3rem;*/
}

.mb-4 {
    margin-bottom: 1.4rem;
}

.content-center {
	display: flex;
	align-items: center;
	justify-content: center
}

/* Header */

.custom-logo-link img {
    max-width: 280px !important;
    height: auto !important;
	margin-top: 15px
}

/* Front Page */

.owl-carousel {
    height: 500px;
}

.owl-carousel .item {
    height: 500px;
}

.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
    object-fit: initial;
	object-position: 0 70%;
}
.home-main-products img { 
    max-height: 302px;
}

.main-slider-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 50%;
	width: 90%;
    transform: translateY(-50%) translateX(-50%);
}

.main-slider-content h3 {
    color: #FFF;
}

.owl-nav {
    display: none;
}

.owl-prev {
    position: absolute;
    background-color: #cacacad4 !important;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    color: #FFF !important;
    display: none;
}

.owl-next {
    position: absolute;
    background-color: #cacacad4 !important;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    color: #FFF !important;
    display: none;
}

.owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 36px;
    display: none;
}

@media(min-width: 567px) {
    .owl-nav {
        display: flex;
    } 
    .owl-dots {
        display: flex;
    }
}

@media(min-width: 992px) {
    .owl-dots {
        flex-direction: column;
        bottom: 60px;
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

/* Single Post */

.single-post-image img {
    margin: 0px auto 30px auto !important;
}

/* Archive */

.archive-post {
    border: 1px solid #ccc;
    margin-bottom: 24px;
}

.post-img {
    height: 250px;
}

.post-img img {
    height: 250px;
    object-fit: cover;
}

.post-content-holder {
    padding: 10px;
}

/* Company Page */

.company-list ul {
	list-style: disc;
	padding: 0px 20px
}

/* Products Page */

.main-products img {
    /*max-height: 302px;*/
	object-fit: cover;
	width: 100%;
   
}

/* Product Single */

.single-product .top-bar,
.page-head .top-bar {
    display:flex;
    align-items: center;
}

.single-product .top-bar h2,
.page-head .top-bar h2 {
    color: #FFF;
    margin: 20px auto;
}

.product-header-image {
    width: 100%;
}

.product-main-image {
    max-height: 350px !important;
    object-fit: cover;
}

/* How We Work Page */

.how-tabs-list {
    width: fit-content;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.how-tabs-list li {
    padding: 16px 8px;
    font-size: 26px;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 15px;
    transition: .1s;
    color: #3D4A52;
}

.how-tabs-list li:hover,
.how-tabs-list li.active,
.how-tabs-list li.active:hover {
    background-color: #FFF !important;
    cursor: pointer;
    color: #6E98B4;
    border-bottom: 3px solid #6E98B4;
    background-image: none !important;
    text-shadow: none;
    border-radius: 0 !important;
}

.how-tab-content {
    padding: 16px 8px;
}

.how-table td,
.how-table th {
	padding: 5px 20px !important;
    border: 1px solid !important;
	text-align: center
}

.how-table th {
	font-weight: bold
}

.line-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
	position: relative;
}

.line-item:after {
	content: '';
	display: none;
	position: absolute;
	border: 10px solid transparent;
	border-left: 10px solid red;
}

.line-item.right:after {
	display: block;
	top: 75px;
	left: calc(100% + 12px);
}

.line-item.left:after {
	display: block;
	top: 75px;
	right: calc(100% + 12px);
	transform: rotate(180deg);
}

.line-item.bottom:after {
	display: block;
	top: calc(100%);
	left: 50%;
	transform: translatex(-50%) rotate(90deg)
}

.line-item img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.line-item h4 {
    color: #7a7a7a;
    padding: 8px;
    font-size: 16px;
	height: 100px
}

.step-order {
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 5px;
    border-radius: 50%;
    background-color: #999;
    color: #fff !important;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Quality Page */

.certificate {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.certificate h4 {
    color: #FFF;
    background-color: #6E98B4;
    width: 100%;
    padding: 16px;
    margin: 0;
}

.certificates-table tr:nth-child(odd) {
	background-color: #e9e9e9;
}

.certificates-table td,
.certificates-table th {
	padding: 10px 35px;
	border-top: 1px solid;
}

.quality-tabs-list li {
    font-size: 18px;
    margin: 0;
    padding: 10px 0px;
}

.squared-img {
	width: 450px;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
}

/* Certificate Single Product */

.view-certificate-btn {
    display: inline-block;
    background-color: #6E98B4;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    padding: 16px;
    margin: 20px auto !important;
}

/* References Page */

#reference-table {
	border-collapse: collapse;
    overflow-x: auto;
}

#reference-table thead {
	border-bottom: 2px solid #6b89a7
}

#reference-table thead td {
	color: #6b89a7;
	background: #ffffff;
}

#reference-table td {
    min-width: 200px;
    max-width: 100% !important;
    width: 0% !important;
	font-size: 17px
}

#reference-table tr td:nth-child(1),
/*#reference-table tr td:nth-child(2){*/
/*	max-width: 10px !important*/
/*}*/
#menu-item-568
{
        text-transform: none;
        
}


.row{
   padding: 50px 0px 20px;
}
.footer_top
{
 padding-bottom: 40px;
}

/* News Page */

.news h4 {
    height: 60px;
    overflow-y: auto;
}

/* Career Page */

.twocols, .onecoltext {
    background-color: #CCC;
}

/* Contact Page */

.contact-info h5 {
    color: #3D4A52;
}

/* Footer */

footer h3 {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
}

footer ul {
    padding: 0;
}

footer ul li {
    margin-bottom: 0px;
}


.pt
{
  
    padding-top: 100px;

}
.main-slider-content p
{
    text-align:center !important;
}

@media screen and (max-width: 480px) {
  .page-head img {
      width: 100% !important;
    height: 200px;
    object-fit: cover;
    object-position: 50% 100%;
    margin: auto;
    display: flex;
  }
  .owl-carousel {height: 200px;}
  .dwn-wrap{
    background: #6e98b4;
    display: block;
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
