/* Common CSS */
.cm_section {
	padding: 100px 0px;
}

/* About Section */

.about-section .image-column .image-box .image:before {
	background-image: url(../image/background/aboutbgimg.png);
	background-size: cover;
}


/* Vision Section */

.vision-section .image-column {
	position: relative;
}

.vision-section .outer-column {
	position: absolute;
	top: -668px;
	background-color: #fff;
	box-shadow: 5px 0 40px rgba(0, 0, 0, 0.13);
	padding: 67px 65px 26px;
	left: 100px;
}

.vision-section .outer-column .inner-column .text {
	position: relative;
	padding-bottom: 36px;
}

/* Our Mission Section */

.fluid-section-two .image-column {
	background-image: url("../image/about/mission.jpg");
	height: 120%;
}

/* Value Section */

.services-section.style-four .owl-carousel {
	.owl-stage {
		display: flex;
	}

	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}

	.thumbnail {
		display: flex;
		flex-direction: column;
		margin: 0 5px;

		.caption {
			display: flex;
			flex: 1 0 auto;
			flex-direction: column;

			.flex-text {
				flex-grow: 1;
			}
		}
	}
}


.services-section.style-four .service-block {
	position: relative;
	padding: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	background-color: #371002;
	min-height: 530px;
	padding: 89px 48px 73px 74px;
	text-align: left;
}

.services-section.style-four .sec-title h3 a,
.services-section.style-four .text,
.services-section.style-four .link-box a {
	color: #d6d6d6;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0;
}

.services-section.style-four .service-block:hover {
	background-color: #eeeeee;
}

.services-section.style-four .service-block:hover .sec-title h3 a,
.services-section.style-four .service-block:hover .text,
.services-section.style-four .service-block:hover .link-box a {
	color: #000;
}

.services-section.style-four .service-block:before {
	content: "";
	position: absolute;
	left: -100%;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-section.style-four .service-block:hover:before {
	left: 0;
	opacity: 1;
}

.services-section.style-four .owl-item {
	position: relative;
	display: inline-block;
}

.services-section.style-four .sec-title {
	position: relative;
	margin-bottom: 34px;
}

.services-section.style-four .sec-title h3 {
	padding: 0 0 23px;
}

.services-section.style-four:before {
	display: none;
}

.services-section.style-four .col-lg-3.col-md-6.col-sm-12 {
	padding: 0;
	margin: 0;
}

.services-section.style-four .owl-nav,
.services-section.style-four .owl-dots {
	display: none;
}


/* Export Section */

.flag-item{
    width: 180px;
}

/* Export Title */

.sec-title.export_title.pb-1 h2 {
	font-size: 29px;
	line-height: 45px;
}


/* Responsive Points */

@media only screen and (max-width: 1199px) {
	.cm_section {
		padding: 60px 0px;
	}
}

/* 19/07/24 Blog Details Share Option */

@media only screen and (max-width: 420px) {
	.blog-detail .share-option{
		float: none;
	}
	.sidebar-page-container .content-side{
		margin-bottom: 10px;
	}
}



/*  */

/* 

====================================================================
====================================================================

HEADER SECTION  

====================================================================
====================================================================

*/


.page-title {
    position: relative;
    padding: 233px 0 165px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .80;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
}
.page-title .title-box {
    position: relative;
    float: left;
}
.page-title .main_title {
    position: relative;
    display: block;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 35px;
}
.page-title .bread-crumb {
    position: relative;
    float: right;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 30px;
    border-radius: 30px 0 0px 30px;
    border: 1px dashed #fff;
    border-right: none;
}
.page-title .bread-crumb:before {
    position: absolute;
    width: 771px;
    left: 100%;
    height: 60px;
    top: -1px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    border-right: none;
    border-left: none;
}
.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #925d2a !important;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 20px;
    margin-right: 20px;
}
.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-title .bread-crumb span {
    margin-right: 10px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
@media only screen and (max-width: 599px) {
    .page-title {
        padding: 93px 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title {
        padding: 150px 0 100px;
    }
}
.page-title .bread-crumb li a:hover {
    color: #925d2a !important;
}
.project-block{
    margin-bottom: 25px;
}


/* 

====================================================================
====================================================================
ABOUT US PAGE  

====================================================================
====================================================================

*/

*{
	margin: 0px;
	padding:0px;
	box-sizing: border-box;
}

img{
    max-width: 100%;
    display: block;
    height: auto;
}


.grid-sizer,.grid-item{
	width:100%;
	margin: 0px;
	padding:0px;
	vertical-align: center;
	padding: 10px;
	margin-bottom:20px;
}

@media only screen and (min-width:580px){
	.grid-sizer,.grid-item{
	width:50%;
	margin: 0px;
	padding:0px;
	vertical-align: center;
	padding: 10px;
	margin-bottom:20px;
}

}




@media only screen and (min-width:767px){
	.grid-sizer,.grid-item{
	width:33.3%;
	margin: 0px;
	padding:0px;
	vertical-align: center;
	padding: 10px;
	margin-bottom:20px;
}

}

/* 
====================================================================
====================================================================

PRODUCT PAGE  

====================================================================
====================================================================
*/

.product-details__top.sec-title h2::before, .product-details__top.sec-title h2::after  {
    display: none;
}
.product-details__top.sec-title{
    position: relative;
    margin-bottom: 0px;
}

.primary_btn {
    position: relative;
    display: inline-flex;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    background: #371002;
    min-width: 150px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #52658c;
}

.inner_section{
    padding: 45px; 
}

.inner_section .nav-pills .nav-link.active,.inner_section .nav-pills .show>.nav-link{
    background-color: #371002;
}
.inner_section .nav-pills .nav-link .text2 {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.inner_section .nav-pills .nav-link.active .text2 {
    color: #ffffff;
}

.use-section.sec-title h2::before, .use-section.sec-title h2::after  {
    display: none;
}
.use-section.sec-title{
    position: relative;
    margin-bottom: 0px;
}

/* PRODUCT BOX  */

.news-block-one .image-box img{
    border:solid 1px rgba(0,0,0,0.3);
    padding: 40px 0px;
}

.news-block-one .lower-content h3 a{
    font-size: 18px; ;
    font-weight:500 ;
    color: #000;
    
}

.news-block-one .lower-content{
    padding-bottom:30px ;
}


/* Product Inquiry PopUp Model */

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: black;
    font-weight: 600;
}

.form-label{
    color: #222;
    font-size: 16px;
}

input, select, textarea {
    margin-bottom: 10px;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #888;
    font-size: 13px;
}



/* WHATSAPP  */

#notification {
    position: fixed;
    bottom: 65px;
    left: 20px;
    z-index: 9999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 280px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

#notification table td {
    padding: 10px 11px;
    vertical-align: middle;
}

.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

@media (max-width:1280px) {
    .whatsappicon {
        width: 40px;
        height: 40px;
    }
}

.whatsappicon img {
    max-width: 80%;
}

.tableimg {
    width: 60px;
    margin-right: 15px;
}


/* Import Country Section */

.import-country {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
}

.import-country::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.import-country .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.import-country {
    margin-bottom: 80px;
}

.import-country .shadow-lg {
    box-shadow: 0 1rem 3.2rem rgba(23, 32, 42, .165);
    border-radius: 5px;
    background-color: white;
    height: 150px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.import-country .num-head {
    font-weight: 500;
    color: #000;
}

.import-country .global-title {
    font-weight: 700;
    color: #000;
}

.import-country .side-head {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.import-country .export-bg-text {
    color: #fff;
}

.import-country .world-wide-heading h2 {
    color: #fff;
}

.import-country .world-wide-heading h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #fff !important;
}


.import-country .world-wide-heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 2px;
    background-color: #fff !important;
}

.import-country img {
    max-width: 100%;
    z-index: 2;
}


.applications-list {
    padding-left: 20px;
    margin: 0;
}

.applications-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    list-style-type: disc;
}

.animated-image {
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}
.animated-image:hover {
    opacity: 0.7;
}

.page-title::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	position: absolute;
}

.slider-nav .item {
    padding-right: 5px;
}