@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


*{
    margin: 0;
    padding: 4;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Open Sans", sans-serif;

}
body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
ul {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
p {
    margin: 0;
    padding: 0;
    color: #000;
    
}


/* Top Navbar */

.top-header {
    background-color: #670c08;
    position: relative;
    /* padding: 5px 0; */
    border-bottom: 1px solid #F2F2F2;
}
.wel {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.top-header::before {
    position: absolute;
    content: "";
    background-color: #b17a39;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.top-social>ul {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.top-social>ul>li {
    padding: 8px 7px;
}
.top-social>ul>li>a {
    color: #000000;
    width: 23px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    line-height: 34px;
    background: #ffffff;
    font-size: 17px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    /* border-radius: 27px; */
}

.top-social>ul>li>a>i {
    font-size: 16px;
    transition: 0.3s ease;
}
.top-social {
    /* display: flex; */
    align-items: center;
}
.top-social>ul>li>a:hover {
    color: #af7323;
}
.email {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 25px;
    /* justify-content: start; */
    align-items: center;
    gap: 25px;
    position: relative;
    padding-top: 11px;
}
.phone {
    display: flex;
    /* padding: 0px 17px; */
}
.phone p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    margin-top: -5px;
}
.enve{
    display: flex;
}
.enve p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    margin-top: -5px;
}
.email a {
    color:#fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .5px;
    z-index: 99;
}
.icon {
    /* display: flex
; */
    align-items: center;
}
.email i{
   padding-right: 10px;
   font-size: 20px;
   color: #fff;
}
.email:after {
    background: #ffffff;
    content: "";
    position: absolute;
    height: 73%;
    width: 1px;
    right: 0;
    top: 11px;
    left: 213px;
}
.social {
    margin-left: 50px;
    display: inline-block;
}
.social ul li {
    display: inline-block;
    margin-left: 6px;
}
.social ul li a {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #272727;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}
.top-social ul h5 {
    display: flex;
    align-items: center;
}



 /* -----------------------------navbar-start---------------------------- */
  
 .main-header .logo {
    position: relative;
}


.main-header .main-box {
	position:relative;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .nav-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu {
	position:relative;
	float:left;
}

.main-menu .navbar-header {
	display: none;
}

.main-menu .navbar-collapse {
	padding:0px;	
}

/* .navigation.clearfix {
    display: flex;
    align-items: center;
} */
.menu-bar {
    display: flex;
    align-items: center;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 30px 10px;
    /* margin-right: 31px; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
	margin-right: 0;
}

.main-menu .navigation > li > a {
	position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: #c40404;
    font-size: 18px;
    /* letter-spacing: 1px; */
    line-height: 20px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > a:before {
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 2px;
	width: 0%;
	/* background: #fc8726; */
	content: "";
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
	left: 0;
	width: 75%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{

}

.main-menu .navigation > li > ul {
	position:absolute;
	left:-124px;
	top: 98% !important;
	width:285px;
	z-index:100;
	/* padding:10px 0 0; */
    background-color: #ffffff;
	margin-top: 30px;
	opacity:0;
	display:none;
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right {
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li {
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child {
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a {
	position:relative;
	display:block;
	padding: 10px 15px;
	line-height:32px;
	font-weight: 500;
	font-size:17px;
	color: #00022a;
	text-align:left;
	border-bottom: 1px solid #e5e5e5;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
	color:#fff;
    background-color:#a86e37;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:9px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul {
	position:absolute;
	left:100%;
	top:0px;
	width:275px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	/* padding: 10px 0 0; */
	margin-top: 10px;
	-webkit-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	transform:translateY(-30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a {
	position:relative;
	display:block;
	padding:14px 9px;
	line-height:24px;
	font-weight:500;
	font-size:17px;
	color:#333333;
	text-align:left;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover {  
	color:#fff;
    background-color:#a86e37;
}


.main-menu .navigation > li.dropdown:hover > ul {
	visibility:visible;
	opacity:1;
	top:85%;
	margin-top: 0;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility:visible;
	opacity:1;
	top:0px;
	margin-top: 30px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px;
}

.main-header .outer-box .theme-btn {
	display: block;
	min-width: 160px;
}




/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
	position: relative;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color: #ffffff;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 15px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.mobile-menu .nav-logo {
	position:relative;
	padding:20px 20px;
	text-align:left;	
	width: 100px;
}

.mobile-menu .nav-logo img {
	max-width:200px;
	height: 40px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #650b08;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300msease;
    -o-transition: all 300ms ease;
    transition: all 300msease;
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform:  translateX(0%);
	-ms-transform:  translateX(0%);
	transform:  translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #a1a1a1;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .close-btn:hover {
	opacity: 0.50;
}
.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 0 20px;
}
.mobile-menu .navigation > li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.mobile-menu .navigation > li > a {
	font-weight: 500;
	border: 1px solid #eeeeee;
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 16px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#ffc284;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #fafafa;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
	margin-left: 10px;
}


/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two {
    /* background: linear-gradient(45deg, #c78a3a, #daa94e); */
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.header-style-two .main-menu .navigation > li > a {
	color: #000000;
	font-weight: 600;
}

.header-style-two .main-menu .navigation > li > a:before {
	bottom: -4px;
}

.header-style-two .main-menu .navigation > li > a:hover:before,
.header-style-two .main-menu .navigation > li.current > a:before {
	width: 25px;
}

.header-style-two .menu-outer {
    position: relative;
    width: 100%;
    /* margin: 0 auto; */
    padding: 0px 0px;
}
.header-style-two .outer-box .theme-btn {
	min-width: 160px;
}
.header-style-two .logo {
	padding: 0px 0;
    width: 112px;
}
.logo img {
    width: 100%;
}
/* .main-header .container {
    max-width: 1337px;
} */
.enquiry-btn {
    background-color: #ffffff00;
    /* clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%); */
    height: 100%;
    padding-left: 12px;
}
.enquiry-btn a {
    padding: 15px 15px 15px 15px !important;
    display: inline-block;
    /* clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%); */
    /* background-color: #189afe; */
    background: linear-gradient(#daa94e, #914b25);
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 34px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 19%) !important;
}
.enquiry-btn a i {
    font-size: 14px;
}


label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 17px;
}

select {
    width: 100%;    
    padding: 10px 12px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    background-color: #fdfdfd;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

select:focus {
    border-color: #ff7b00;
    box-shadow: 0 0 0 3px rgba(255, 123, 0, 0.15);
}
option {
    padding: 8px;
}







/* ----------------------------navbar end-------------------------------- */
 


/* sticky Header */

.sticky header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 40px #000;
    animation: sticky-header 1s;
    width: 100%;
}

@keyframes sticky-header{

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

}


/* banner */


    
.banner-slides {
    position: relative;
    overflow: hidden;
}
.banner-slides .banner-slide-img {
    width: 100%;  
    height: auto;
}

.banner-slides::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	opacity: 0.7;
}
.banner-main .slick-active .banner-content-main::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
    transition-delay: 0.8s;
}
.banner-main .slick-initialized .slick-slide {
    overflow: hidden;
}
.slick-active .banner-slide-img {
    animation: zoom-in-out 12s linear infinite alternate;
}

/* @keyframes zoom-in-out {

    0%{
        transform: scale(1);
        transform-origin: center;
    }

    100%{
        transform: scale(1.1);
        transform-origin: center;
    }
} */
#mob-banner {
    display: none;
}
.menu-bar {
    position: relative;
}


/* about-us */

.about-part h1 {
    font-size: 43px;
    padding: 6px 0 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%);
    color: #96562d;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    /* text-align: center; */
}
.content h2 span {
    color: #660b08;
}
.content h2 {
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 8px;
    color: #a25f2c;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Bai Jamjuree", sans-serif;
}
.about-part h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 31px;
    position: relative;
    text-align: justify;
    color: #727272;
    font-weight: 600;
}
.about-part h3:before {
    position: absolute;
    content: '';
    width: 12%;
    height: 2px;
    left: 33%;
    top: 72%;
    background-color: #747474;
}
section.about-part {
    /* margin-top: 55px; */
    /* background-image: linear-gradient(rgb(255 255 255 / 78%), rgb(255 255 255)), url(../images/red-yellow-blue-holi-color-white-backdrop.jpg); */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.content p {
    text-align: justify;
    line-height: 33px;
    color: #000;
}
.about-sec {
    padding-top: 80px;
}
.read {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}
.read a {
    position: relative;
    font-size: 17px;
    /* line-height: 1.4; */
    padding: 14px 17px;
    background-color: #660a08;
    color: #f8f5f0;
    font-weight: 500;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 32px;
}
.read a::before {
    position: absolute;
    content: "";
    background-color: #b07333;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}  
.read a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}    
.read a:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.read a i {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 7px 0;
    color: #004666;
}
.sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    border: 3px solid #d5d5d5;
    margin-bottom: 14px;
    margin-top: 7px;
    padding: 6px 24px;
    text-align: center;
    line-height: 30px;
    color: #6e6d6d;
    font-weight: 500;
}
.sub-title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 19px;
    height: 14px;
    background-image: url(../images/arrow-img.png);
    transform: translateX(-50%);
}
.image-2 {
    position: absolute;
    /* left: -80px; */
    overflow: hidden;
    max-width: 293px;
    margin-bottom: 0;
    animation: bounce 6s linear infinite;
    right: 0%;
    top: -10%;
}
  
@keyframes bounce {
  
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-30px);
    }
  
    100% {
      transform: translateY(0);
    }
}
.image-3 {
    position: absolute;
    bottom: -788px;
    /* left: 22px; */
    overflow: hidden;
    max-width: 247px;
    margin-bottom: 0;
    animation: bounce 6s linear infinite;
    right: 1%;
    top: 83%;
}
  
@keyframes bounce {
  
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-30px);
    }
  
    100% {
      transform: translateY(0);
    }
}
.about-img img {
    width: 100%;
}
section.about-text {
    margin: 70px 0;
}
.about-us {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;background-color: #bb783247;
}
.about-us h2 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    padding-bottom: 23px;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative;
    padding-top: 17px;
}
.about-us p {
    text-align: justify;
    line-height: 35px;
    margin-bottom: 10px;
}



/* product-part */

.servic-pro {
    position: relative;
    z-index: 10;
}
.servic-box-img {
    position: relative;
    overflow: hidden;
    /* background-color: #fff; */
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #9b9a9a;
    border-radius: 10px 10px 10px 10px;
}
.servic-box-img::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
}
.servic-box-img:hover::before {
    opacity: 1;
    visibility: visible;
}
.servic-box-img img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
}
.servic-pro .service-box_content {
    position: absolute;
    top: auto;
    bottom: -33px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-style: solid;  
    border-color: #aa6b34;
    border-width: 0px 0px 5px 0px;
    padding: 10px 20px 10px 18px;
    z-index: 9999;
    transition: 0.4s all ease-in-out;
    width: 80%;
    transform: translate(8.5%);
    background-color: #0000005c;
    background-image: linear-gradient(180deg, rgb(255 255 255 / 83%) 0%, #F5F5F5 70%);
    left: 10px;
}
.servic-pro .service-box_content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s all ease-in-out;
}
.box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    transition: 0.4s all ease-in-out;
    text-align: center;
}
.box-title a {
    color: #000; /* Keeps same color as h3 (black usually) */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Smooth hover transition */
    transition: 0.4s all ease-in-out;
}
.service-box_text {
    /* max-width: 262px; */
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
    transition: 0.4s all ease-in-out;
    position: relative;
    text-align: justify;
}
/* .line-btn a{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: -1px;
    color: #005C8A;
    text-align: center;
    margin: 0 auto;
} */
.line-btu {
    text-align: center;
}
.line-btu a {
    display: inline-block;
    padding: 8px 8px;
    background: linear-gradient(45deg, #e1004d, #e5b500);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.line-btu a:hover {
    background-color: #0056b3; /* Darker on hover */
}
.servic-pro:hover .service-box_content::before {
    height: 100%;
    background-color: #c48737db;
}
.servic-pro:hover .service-box_content .box-title a {
    color: #fff;
}
.servic-pro:hover .service-box_content .service-box_text {
    color: #fff;
    border-color: #fff;
}
.servic-pro:hover .service-box_content .line-btn {
    color: #fff;
    border-color: #fff;
}
.servic-pro .service-box_icon {
    position: absolute;
    right: 15px;
    top: -50px;
    background-color: #005C8A;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: 0.4s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servic-pro .service-box_icon img {
    width: 40px;
    transition: 0.4s all ease-in-out;
}
.servic-pro:hover .service-box_icon {
    background-color: #fff;
}
.servic-pro:hover .service-box_icon img {
    filter: brightness(0);
    transform: rotateY(180deg);
}
.service-box_icon i {
    font-size: 45px;
    color: #fff;
}
.servic-pro:hover .service-box_icon i {
    color: #fe0000b5;
    transition: color 0.3s ease;
}
.product-sec {
    padding-top: 70px;
}
.product-part {
    background-image: url(../images/product-background-1.webp);  
    padding: 75px 0 96px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    top: -7px; 
    /* background-color: #ffd08c; */
}
.product-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffd08ccf;
    opacity: 0.6;
    transition: background .3s, border-radius .3s, opacity .3s;
}  
.product-part h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #650b07;
    position: relative;
    font-family: Cinzel, Sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%);
    font-family: "Roboto", sans-serif;
}
/* .product-part h2:before {
    position: absolute;
    content: '';
    width: 25%;
    height: 2px;
    left: 37%;
    top: 107%;
    background-color: #ffffff;
}
.product-part h2:after {
    position: absolute;
    content: '';
    width: 8%;
    height: 5px;
    left: 46%;
    top: 105%;
    background-color: #023d81;
    border-radius: 10px;
} */
.product-part p {
    text-align: center;
    padding-top: 7px;
    font-size: 19px;
    font-weight: 600;
    color: #600a07;
    position: relative;
}
.read-1 a {
    position: relative;
    font-size: 17px;
    /* line-height: 1.4; */
    padding: 15px 40px;
    background-color: #670b08;
    color: #f8f5f0;
    font-weight: 500;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 50px;
}
.read-1 a::before {
    position: absolute;
    content: "";
    background-color: #21305a;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}
.read-1 a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}
.read-1 a:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.read-1 {
    text-align: center;
    padding-top: 75px;
} 




/* enquiry */


.enquiry-part {
    background-image: url(../images/enquiry-background-2.jpg); 
    padding: 75px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffd08c;
}
.enquiry-part::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 0.6;
   transition: background .3s, border-radius .3s, opacity .3s;
} 
.cta-one__title {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: normal;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    
}
.enquiry-part p {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    position: relative;
}

.cta-one__btn {
    text-align: center;
}
.voldor-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    background-color: #241F21;
    color: #fff;
    padding: 19px 40px;
    transition: 500ms;
    text-transform: uppercase;
    background-color: #bc8458;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.cta-one__btn a::after {
    background:  #fff;
}
.voldor-btn::after {
    background: #AE8F62;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
  
}


/* button */

.ab-button-box {
    padding-top: 30px;
    text-align: center
}
.tp-btn-box:hover {
    box-shadow: none;
    color: #a76e3e;
}
.tp-btn-box {
    display: inline-block;
    overflow: hidden;
    background-color: #a76e3e;
    color: #ffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 56px;
    padding: 0 35px;
    border: 2px solid transparent;
    border-color: #cdcdcd;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
}
.tp-btn-box:hover:after {
    transform: skewX(45deg) scale(1);
}
.tp-btn-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scaleX(0);
    transition: all .5s ease 0s;
}
.box-get-quote {
    display: flex;
    width: 100%;
    align-items: center;
}
.get-quote-left {
    width: 100%;
}   
.get-quote-right {
    min-width: 253px;
    max-width: 253px;
    width: 100%;
}
.btn.btn-get-quote {
    padding: 21px 40px;
    color: #ffffff;
    background: #666666;
    border-radius: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
}
.get-quote-left p {
    color: #383838;
    position: relative;
    line-height: 42px;
    font-size: 25px;
    font-weight: 500;
    padding: 0px 10px;
    position: relative;
}
.get-quote-left h2 {
    font-size: 30px;
    line-height: 40px;
    color: #383838;
    padding-top: 8px;
    position: relative;
}
.box-sec {
    /* border: 1px solid; */
    box-shadow: rgb(100 100 111 / 72%) 0px 7px 29px 0px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 17px 11px;
    height: 255px;
    background-color: #0000005c;
    background-image: linear-gradient(180deg, rgb(255 255 255 / 83%) 0%, #F5F5F5 70%);
}
.icon {
    text-align: center;
}
.box-sec h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 7px;
    text-align: center;
    /* color: #995a2e; */
}
.box-sec p {
    text-align: justify;
    line-height: 27px;
}
.core-value-1 {
    position: relative;
}
.core-part .container {
    max-width: 1237px;
}



/* Why Choose Us */

.why-choose {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px;
}
.why-us {
    background-color: #fff;
    border-radius: 7px;
    padding: 40px 0px 50px 0px;
}
.why-us h2 {
    text-align: center;
    font-size: 41px;
    font-weight: bold;
    padding-bottom: 92px;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative;
}
.why-us h2::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 36%;
    height: 3px;
    top: 38%;
    left: 31%;
    background-color: #a25f2c;
}
.mid-img{
    text-align: center;
}
.mid-img img {
    animation: round-01 7s linear infinite;
}
@keyframes round-01{

    0%{
        transform: rotate(15deg);
    }
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(15deg);
    }
} 
.box-1 {
    background-color: #02010100;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: 0px 0px 50px 0px rgba(189.77134552001954, 189.77134552001954, 189.77134552001954, 0.5);
    padding: 20px 12px 20px 13px;
    text-align: center;
    transition: 0.4s all ease;
    border-radius: 10px;
    height: 290px;
    position: relative;
}
.box-1 h3 {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 10px;
    transition: 0.4s all ease;
    color: #7c2f19;
    font-weight: 600;
}
.box-1 p {
    transition: 0.4s all ease;
}
.icon-1 {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background-color: #ffe0a5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 40px;
}
.row {
    align-items: stretch; /* important */
}
.box-1:hover {
    transform: translateY(-10px);
    background-color: #b98729;
    cursor: pointer;
}
.box-1:hover h3 {
    color: #fff;
}
.box-1:hover p {
    color: #fff;
}
.mid-img img {
    width: 100%;
}



/*core-value*/


.core-value {
    background-image: url(../images/enquiry-background-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0 112px 0;
    top:-10px;
}
.core-value::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(5 5 5 / 44%);
    opacity: 0.7;
}
.text-content {
    padding: 35px 20px;
    border-radius: 10px;
    background-color: rgb(255 222 184 / 92%);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position: relative;
}
.text-content {
    padding: 50px 35px;
    border-radius: 10px;
}
.text-content h2 {
    position: relative;
    color: #a25f2c;
    font-size: 39px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    text-align: center;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    font-family: "Bai Jamjuree", sans-serif;
}
.text-content h2::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 32%;
    height: 3px;
    top: 95%;
    left: 34%;
    background-color: #a25f2c;
}
.core-1 {
    padding-top: 45px;
}
.text-content li {
    padding-bottom: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}
.image-box img {
   width: 100%;
} 
/* .text-content .image-box{
 width: 65px;
}  */
.text-content .text-box {
    width: calc(100% - 100px);
}
.text-content h4 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 45px;
    color: #0a75a7;
    position: relative;
    text-align: center;
}
.content-part h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 11px;
    color: #191919;
    text-align: justify;
}
.content-part p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
.image-box.me-3 {
    width: 60px;
}



/* Application */

.applications {
    padding-top: 95px;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.applications h3 {
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    text-align: center;
    font-size: 47px;
    position: relative;
    margin-bottom: 90px;
    font-weight: 600;
}
.applications h3::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 35%;
    height: 3px;
    top: 98%;
    left: 32%;
    background-color: #a25f2c;
}
.app-btn {
    text-align: center;
    margin-top: 50px;
}
.app-btn a {
    padding: 10px 20px;
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    background-color: #ff2045;
}

/* Application Effect */

.containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.containers:hover img {
    cursor: pointer;
}
.containers img {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    transition: filter 0.4s ease-in-out;
}
.containers:hover img {
    filter: none;
}
.title {
    font-size: 25px;
    color: #000000;
    position: relative;
    font-weight: 500;
    margin-top: 10px;
}
.title::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #000000;
    left: 50%;
    bottom: 0;
    transition: all 0.4s ease-in-out;
}
.containers:hover .title::after {
    width: 100%;
    left: 0;
}

.applications .slick-prev {
    background-image: url(../images/fast-forward1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    background-color: red;
    width: 45px;
    font-size: 0;
    height: 35px;
    z-index: 9;
    right: 5.5%;
    top: -15%;
    transition: 0.4s;
    display: none !important;
}
.applications .slick-next {
    background-image: url(../images/fast-forward.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    background-color: red;
    width: 45px;
    font-size: 0;
    height: 35px;
    z-index: 9;
    right: 1%;
    top: -15%;
    transition: 0.4s;
    display: none !important;
}
.applications .slick-prev:hover {
    background-color: #000;
}
.applications .slick-next:hover {
    background-color: #000;
}
.why-img {
    width: 80%;
    margin: 0 auto;
}


/* footer-sec */


.footer_section {
    position: relative;
    background-image: url(../images/footer-background-1.webp);
    padding-top: 55px;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #965329;
    opacity: 0.9;
}
.footer_section_1 {
    padding-top: 20px;
    position: relative;
}
.first-foot p {
    color: #fff;
    font-size: 16px;
    padding-top: 6px;
    text-align: justify;
    margin: 0 136px;
}
.first-foot {
    justify-items: center;
    padding-bottom: 41px;
}
ul {
    list-style: none;
    font-size: 18px;
}
.social_from li {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 14px 0;
}
.social_from ul li a {
    color: #fff;
    text-decoration: none;
}
.second_footer h3 {
    font-size: 22px !important;
    font-weight: 600;
    position: relative;
    color: #fff;
} 
.second_footer h3::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 97px;
    height: 3px;
    top: 119%;
    left: 10px;
    background-color: #ffffff;
}
.third_footer {
    margin-left: 0px;
}
.third_footer h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
} 
.third_footer h3::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 97px;
    height: 3px;
    top: 110%;
    left: 3px;
    background-color: #ffffff;
}
.four_footer h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
} 
.four_footer h3::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(to right, #ffffff, #1212126e); */
    width: 97px;
    height: 3px;
    top: 110%;
    left: 3px;
    background-color: #ffffff;
}
h6 {
    color: #fff;
    font-size: 17px;
    display: inline;
}
.address_section {
    /* margin-top: 10px; */
    padding-top: 23px;
}
.location span {
    line-height: 33px;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.phone_num a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}

.phone_num {
    margin-top: 13px;
}
.gmail_num {
    margin-top: 13px;
}
.gmail_num a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}
.message-bt a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}
.message-bt {
    margin-top: 13px;
}
.box_2 {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    text-align: center;
}
.first_logo .img-fluid {
    max-width: 92%;
    margin: 17px 11px;
}
.social_from ul li i {
    font-weight: 900;
    color: #fff;
    padding: 0 9px 0 0;
}
.social_from h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.message-bt i {
    font-weight: 900;
    color: #fff;
    /* padding: 0 0px 0 0; */
    padding-right: 7px;
    font-size: 20px;
}
.phone_num i {
    color: #fff;
    padding-right: 7px;
    font-size: 20px;
}
.location i {
    color: #fff;
    padding-right: 7px;
    font-size: 22px;
}
.copyright_section {
    width: 100%;
    display: flex;
    position: relative;
}
.copyright_text {
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 21px 0px;
}
.copyright_text a {
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}
.copyright_text a:hover {
    color: #8cc63f;
}
.foot-logo {
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    width: 26%;
    margin: 0px;
}
.map-part iframe {
    width: 100%;
    height: 360px;
}
.foot-social a {
    background-color: #660b08;
    color: #fff;
    padding: 7px 12px;
    margin-right: 2px;
    display: inline-block;
}   
.foot-social {
    margin-top: 23px;
}
.social_from {
    padding-top: 10px;
}
.add-time {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.add-icon {
    padding-right: 10px;
}
.add-icon img {
    width: 25px;
    align-items: center;
    color: #fff;
    position: relative;
}
.add-time h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    display: flex;
}
.full-add {
    width: calc(110% - 75px);
    position: relative;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
}
.location {
    padding-bottom: 11px;       
}



/* inner-page about-us */

.breadcrum {
    background-image: url(../images/breadcrum-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
}
.breadcrum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #740401e6 0%, rgb(10 10 10 / 88%) 117.71%) !important;
    opacity: .75;
}
.bread-cont {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 12px;
    top: 0px;
}
.bread-cont h1 {
    position: relative;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    padding: 0 10px;
}
.bread-last {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
}
.bread-last a {
    color: #fff;
    transition: 0.3s ease;
}
.bread-last a:hover {
    color: #1a62ac;
}



/* inner page product */

section.product-more {
    margin-top: 75px;
    padding-bottom: 70px;
}
.app-image img {
    transition: 0.5s ease;
    border-radius: 20px;
    box-shadow: rgba(42, 42, 161, 0.2) 0px 7px 29px 0px;
}
.content-1 p {
    text-align: justify;
    line-height: 38px;
    margin-bottom: 10px;
}
.content-sec p {
    text-align: justify;
    line-height: 30px;
}
/* .app-image {
    padding: 10px 0 !important;
} */
.image-item img {
    width: 100%;
}
section.product-text {
    padding-bottom: 95px;
}


/* mission & vission */

.mission-text {
    /* justify-items: center; */
    padding: 30px 17px 0 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
    border-radius: 20px;
    height: 315px;
}
.Mission-part h2 {
    font-size: 35px;
    font-weight: bold;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative;
    text-align: center;
}
.Mission-part ul li {
    padding: 10px 0;
}
.mission-panel {
    /* margin: 12px 0px 0 30px; */
    text-align: justify;
    padding: 10px 0px;
}
.mission-panel li i {
    font-size: 19px;
}
.mission-img img {
    width: 100%;
    border-radius: 10px;
}

.Mission-part {
    background-image: url(../images/mission.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}


/* why choose us inner page */

.why-us-1 h3 {
    text-align: center;
    font-size: 47px;
    font-weight: 600;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative;
}
section.why-us-1 {
    margin: 80px 0 50px;
}
.box-content {
    padding: 20px 16px 20px 15px;
    box-shadow: 0px 0px 20px 0px rgba(193.97701416015624, 193.97701416015624, 193.97701416015624, 0.5);
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    height: 340px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    transform: translateY(0);
    position: relative;
    margin-bottom: 25px;
}

/* Card moves up on hover */
.box-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Inner animated box overlay */

.box-content::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    transition: all 0.4s ease;
}

/* Inner box slides up smoothly */
.box-content:hover::before {
    bottom: 10px;
}

/* Keeps text, icon, etc. above the ::before */
.box-content  {
    position: relative;
    z-index: 2;
}

/* Optional: Icon zoom on hover */
.icon-part img {
    transition: transform 0.4s ease;
}
.box-content:hover .icon-part img {
    transform: scale(1.1);
}
.icon-part img {
    /* padding: 16px; */
    border-radius: 50%;
    /* background-color: #008eff2b; */
    /* box-shadow: 0px 0px 20px 0px rgba(193.97701416015624, 193.97701416015624, 193.97701416015624, 0.5); */
}
.icon-part {
    text-align: center;
}
.box-content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 18px;
    color: #000000;
}
.box-content p {
    text-align: justify;
    line-height: 29px;
    padding-top: 15px;
}
.choose-part {
    padding-top: 70px;
}


/* contact us */

.contact-inner-us h2 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    padding-bottom: 70px;
    color: #a25f2c;
    font-family: "Bai Jamjuree", sans-serif;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
    position: relative;
}
.contact-inner-us .contact-block {
    padding: 30px 0 40px 0;
}
.contact-inner-us .box {
    align-items: center;
    padding: 20px 15px;
    background-color: #cf9f4fd9;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-inner-us .box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #650b07;
    padding-bottom: 10px;
    padding-top: 15px;
}
.contact-inner-us .box p {
    font-size: 18px;
    font-weight: 600;
}
.box a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
/* .contact-inner-us .box .text {
      width: calc(100% - 80px);
} */
.contact-inner-us .box .icon-box {
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid rgb(101 11 8 / 82%);
    flex-shrink: 0;
    width: 79px;
    height: 79px;
}
.box .icon-box img {
    width: 37px;
    height: 37px;
}
section.contact-inner-us {
    margin: 50px 0;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.map {
    width: 100%;
    height: 100%;
}
.map iframe {
    width: 100%;
    /* height: 100%; */
    border: 0;
}
  


/* career-part */

.career-sec {
    box-shadow: 0px 5px 21px 7px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #ac7137;
    padding: 21px 21px 21px 21px;
    border-left: 8px solid #ac7137;
    border-radius: 35px;
}
section.career-part {
    margin: 85px 0;
}
.career-content h2 {
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%);
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 22px 0;
    color: #b07633;
}
.career-content p {
    text-align: justify;
    line-height: 32px;
}
section.career-page {
    padding-bottom: 70px;
}
.career-text {
    margin: 0px auto;
    padding: 40px 10px 0;
    text-align: left;
}
.career-text h2 {
    position: relative;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%);
    font-size: 33px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 0px 0 25px;
    color: #b07633;
}
.career ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.career ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 0px;
    display: flex;
    align-items: center;
}
.career ul li i {
    margin-right: 10px;
    color: #b4701f;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-page h2 {
    text-shadow: 2px 2px 1px rgb(0 0 0 / 14%);
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    /* font-family: "Roboto", sans-serif; */
    padding: 22px 0 71px;
    color: #b07633;
}
.openings {
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.2) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 32px 23px 20px;
    text-align: center;
    transition: 0.3s ease all;
    position: relative;
    height: 727px;
    margin-bottom: 20px;
}
.openings h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 35px;
    padding-bottom: 30px;
    padding-top: 0px;
    transition: 0.3s ease all;
}
.openings p {
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    transition: 0.3s ease all;
    text-align: justify;
    margin-bottom: 15px;
}
.openings h4 {
    text-align: justify;
    font-size: 23px;
    font-weight: bold;
    padding: 12px 0 25px;
}
.apply-info a {
    color: #000000;          /* Orange color for the email */
    font-weight: 600;        /* Optional: bold */
    text-decoration: none;    /* Remove underline */
    transition: color 0.3s ease;
}
.apply-info a:hover {
    color: #a34821;          /* Darker orange on hover */
    text-decoration: underline; /* Optional: underline on hover */
}
.apply-info i {
    color: #c18235;
}
.apply-info .apply-note {
    display: block;         /* new line */
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.responsibilities ul {
    list-style: none;       /* Remove default bullets */
    padding: 0;
    margin: 0;
}
.responsibilities ul li {
    position: relative;
    margin-bottom: 22px;
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    text-align: justify;
    display: flex;
    align-items: center;
    gap: 8px;
}
.responsibilities li i {
    color: #c18235;
    font-size: 21px;
    flex-shrink: 0;
}
.car-btn a {
    background-color: #00173c;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    transition: 0.3s ease all;
}
.car-btn:hover a {
    background-color: #fff;
    color: #000;
}
.open-img img {
    width: 100%;
    transition: 0.3s ease all;
}
.open-img {
    width: 60px;
    margin: 0 auto;
    transition: 0.3s ease all;
}
/* .openings:hover {
    background-color: #005B8A;
} */
/* .openings:hover h3 {
    color: #fff;
}
.openings:hover p {
    color: #fff;
} */
.openings:hover img {
    filter: brightness(0) invert(1);
}
.get {
    font-size: 28px;
    color: #650b08;
}
.fill {
    font-size: 18px;
    font-weight: 500;
}


/* Career Form */

.input-group-1 {
    margin-bottom: 30px;
}
.text-box {
    padding: 15px 10px;
    border: 1px solid #ddd;
    background-color: #f7f7f7 !important;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
}
.text-box::placeholder{
    font-size: 14px;
}
.state_cl {
    padding: 10px;
}
.has-feedback .form-control {
    font-size: 17px !important;
    padding: 16px;
}
.Submit-box {
    background-color: #005B8A;
    color: #fff;
    padding: 8px 13px;
    border: 1px solid #005B8A;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.3s ease;
}
.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #005B8A;
}
.home-bg-page{
    background-color: #f7f7f7;
}
.home-bg-page h2{
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    color: #005B8A;
}
.home-bg-page p{
    color: #7b7b7b;
    font-size: 16px;
    text-align: center;
    padding-bottom: 50px;
}



/* gallery */

.gallery-img {
    margin-bottom: 20px;
    box-shadow: 4px 6px 11px #b3b7ad;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.gallery-img img {
    width: 100%;
}
.gallery-part {
    margin: 50px 0;
}
.gallery-sec {
    padding-top: 45px;
}
.gallery-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}



.certifications {
    background: #fafafa;
    padding: 50px 0;
  }
  
  .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /* margin-bottom: 40px; */
    color: #333;
  }
  
  /* Certification card */
  .cert-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    height: 406px;
}
  
  .cert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
  
  /* Image box with zoom effect */
  .cert-img {
    overflow: hidden;   /* zoom effect ni bahar image na nikle */
    border-radius: 8px;
    display: inline-block;
  }
  
  .cert-img img {
    max-width: 120px;   /* size control */
    transition: transform 0.4s ease;
  }
  
  .cert-img img:hover {
    transform: scale(1.2); /* zoom-in */
  }

  /*------*/


  .cert-img-1 {
    width: 100%;
    height: 200px; /* fixed height for uniform cards */
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  .cert-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* scales image proportionally, cropping if needed */
    display: block;
    transition: transform 0.3s;
  }
  
  .cert-img-1 img:hover {
    transform: scale(1.05);
  }









  
.cert-card h4 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 14px;
    color: #222;
}
.cert-card p {
    font-size: 15px;
    color: #0c0b0b;
    line-height: 1.6;
    text-align: justify;
}
  
  
  


/* Enquiry Form Css */

.form-control-feedback {
    display: none;
  }
  
  .has-feedback label~.form-control-feedback {
    top: 0 !important;
  }
  
  .error {
    text-align: left !important;
    display: table !important;
  }
  
  .thnak4 {
    margin-top: 50px;
  }
  
  .has-feedback .form-control {
  
    padding: 20px;
  }
  
  .form-group {
    margin: 15px 0 !important;
  }
  
  .form-group input {
    font-size: 17px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #8f4e20;
  }
  
  .form-group textarea {
    font-size: 17px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #8f4e20;
  }
  
  .form-group select {
    font-size: 17px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #8f4e20;
  }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
  }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #182852;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
  }
  
  .Submit-box {
    background-color: #660a07;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #660a07;
    font-size: 18px;
    border-radius: 2px;
    transition: 0.3s ease;
  }
  
  .Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
  }
  
  .form-control:focus {
    box-shadow: none !important;
    border: 1px solid #660a07 !important;
    border-bottom: 2px solid #182852;
  }
  
  .input-group>.form-control,
  .input-group>.form-floating,
  .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  
  .has-feedback .form-control::placeholder {
    color: #212529;
  }
  /* .interested-products-select {
    width: 100%;
    min-height: 120px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
  } */

  

  /* Enquiry form css end */




/* Media Query Start */


@media only screen and (max-width: 1900px) {

    .text-content h2::before {
        width: 28%;
        top: 97%;
        left: 36%;
    }
    .why-us h2::before {
        width: 27%;
        top: 38%;
        left: 36%;
    }
    .applications h3::before {
        width: 32%;
        top: 98%;
        left: 34%;
    }
    .openings {
        height: 672px;
    }
    .cert-card {
        height: 430px;
    }

}

@media only screen and (max-width: 1440px) {

    .box-content {
        height: 285px;
    }
    .cert-card {
        height: 425px;
    }
    
}



@media only screen and (max-width: 1399px) {

    .text-content h2::before {
        width: 33%;
        top: 97%;
        left: 34%;
    }
    .why-us h2::before {
        width: 35%;
        top: 39%;
        left: 31%;
    }
    .applications h3::before {
        width: 36%;
        top: 94%;
        left: 32%;
    }
    .servic-pro .service-box_content {
        padding: 10px 7px 10px 8px;
    }
    .box-content {
        height: 305px;
    }
    .box-content h4 {
        font-size: 19px;
    }
    section.why-us-1 {
        margin: 80px 0 40px;
    }
    .choose-part {
        padding-top: 60px;
    }
    .cert-card {
        height: 419px;
    }
    .cert-card h4 {
        font-size: 21px;
    }
    .certifications {
        background: #fafafa;
        padding: 50px 0 33px;
    }
    .openings {
        height: 720px;
    }
}



@media only screen and (max-width: 1300px) {

    .why-us h2::before {
        width: 38%;
        top: 39%;
        left: 30%;
    }
}

@media only screen and (max-width: 1250px) {

    .enquiry-btn a {
        padding: 15px 20px 15px 18px;
    }
    .main-menu .navigation > li {
        padding: 30px 10px;
    }
}



@media only screen and (max-width: 1199px) {

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 26px;
        padding: 12px 20px;
        font-size: 19px;
        color: #ffffff;
        text-transform: capitalize;
    }
    .mobile-menu .navigation li.current > a {
        color: #ffffff;
    }
    /* .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
        color: #7891ff;
    } */
    .mobile-menu .navigation li > a {
        line-height: 22px;
        padding: 12px 20px;
    }
    .btn:hover {
        background-color: #001a56;
        color: #fff;
    }
    .mobile-menu .navigation li > a {
        line-height: 22px;
        padding: 14px 20px;
        font-size: 20px;
        font-weight: 600;
    }
    span.fa.fa-plus {
        color: #fff;
    }
    .box-title {
        font-size: 23px;
        font-weight: 700;
        line-height: 32px;
        transition: 0.4s all ease-in-out;
        text-align: center;
    }
    section.about-part {
        padding-bottom: 80px;
    }
    .core-value {
        padding: 90px 0 90px 0;
    }
    .why-choose {
        margin-top: 25px;
        padding-bottom: 24px;
    }
    .box-1 {
        padding: 20px 7px 20px 9px;
        height: 285px;
    }
    .box-1 p {
        transition: 0.4s all ease;
        text-align: center;
    }
    .box-1 h3 {
        font-size: 20px;
    }
    .applications h3::before {
        width: 44%;
        top: 94%;
        left: 28%;
    }
    .title {
        font-size: 23px;
        color: #000000;
        position: relative;
        font-weight: 500;
        margin-top: 10px;
    }
    .applications h3 {
        margin-bottom: 60px;
    }
    .image-2 {
        max-width: 270px;
    }
    .applications {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .why-us h2 {
        padding-bottom: 80px;
    }
    .content-part p {
        font-size: 17px;
        font-weight: 500;
    }
    .why-us h2::before {
        width: 40%;
        top: 43%;
        left: 29%;
    }
    .footer_section_1 {
        padding-top: 10px;
        position: relative;
    }
    .social_from {
        padding-top: 10px;
    }
    .address_section {
        padding-top: 26px;
    }
    .third_footer {
        margin-left: 30px;
    }
    .map-part iframe {
        width: 100%;
        height: 360px;
        padding-top: 20px;
    }
    .enquiry-btn a {
        padding: 14px 14px 14px 14px;
    }
    .header-style-two .logo {
        padding: 0px 0;
        width: 111px;
    }
    .cta-one__title {
        font-size: 31px;
    }
    .product-part p {
        font-size: 17px;
    }
    .product-sec {
        padding-top: 51px;
    }
    .product-part {
        padding: 60px 0 80px;
    }
    .about-sec {
        padding-top: 60px;
    }
    section.product-more {
        margin-top: 65px;
        padding-bottom: 45px;
    }
    section.about-text {
        margin: 60px 0;
    }
    .Mission-part {
        padding: 70px 0;
    }
    section.why-us-1 {
        margin: 70px 0 35px;
    }
    .mission-text {
        height: 375px;
    }
    .Mission-part ul li {
        line-height: 32px;
        text-align: justify;
    }
    .Mission-part h2 {
        font-size: 38px;
    }
    .choose-part {
        padding-top: 60px;
    }
    .box-content h4 {
        font-size: 20px;
    }
    .box-content {
        height: 380px;
    }
    .main-menu .navigation > li {
        padding: 0px 10px;
    }
    .about-us p {
        margin-bottom: 8px;
    }
    .bread-cont h1 {
        font-size: 32px;
    }
    .content-1 p {
        margin-bottom: 5px;
    }
    .bread-cont {
        gap: 10px;
    }
    .gallery-part {
        margin: 20px 0 30px;
    }
    section.contact-inner-us {
        margin: 25px 0 30px;
    }
    .cert-card {
        height: 460px;
    }
    .cert-card h4 {
        font-size: 19px;
    }
    .openings {
        height: 745px;
    }
    section.career-part {
        margin: 59px 0;
    }
    .career-page h2 {
        padding: 22px 0 47px;
    }
    section.career-page {
        padding-bottom: 50px;
    }
    .dropdown i {
        display: none;
    }

}


@media only screen and (max-width: 991px) {

    
    .content {
        padding-top: 20px;
    }
    .product-part {
        padding: 60px 0 70px;
    }
    .read-1 a {
        margin-top: 25px;
    }
    .servic-pro {
        /* padding-top: 60px; */
        margin-bottom: 70px;
    }
    .image-3 {
        max-width: 250px;
        top: 89%;
    }
    .about-sec {
        padding-top: 55px;
    }
    .text-content {
        padding: 45px 24px 35px;
    }
    .text-content li {
        width: 117%;
    }
    .text {
        padding: 10px 0px 10px;
    }
    .header-style-two {
        position: relative;
    }
    .text-content h2::before {
        width: 42%;
        top: 97%;
        left: 29%;
    }
    .box-1 {
        padding: 25px 10px 25px 10px;
        height: auto;
    }
    .box-1 h3 {
        font-size: 27px;
        padding-top: 22px;
        padding-bottom: 14px;
    }
    .mid-img img {
        width: 100%;
        padding: 30px 0;
    }
    .why-us h2::before {
        width: 49%;
        top: 41%;
        left: 25%;
    }
    .why-choose {
        margin-top: 25px;
        padding-bottom: 10px;
    }
    .why-us h2 {
        font-size: 38px;
    }
    .enquiry-part {
        padding: 65px 0;
    }
    .image-2 {
        max-width: 208px;
        top: -7%;
    }
    .footer_section_1 {
        padding-top: 0px;
        position: relative;
    }
    .applications h3::before {
        width: 58%;
        top: 94%;
        left: 21%;
    }
    .title {
        font-size: 18px;
    }
    .applications {
        padding-top: 65px;
        padding-bottom: 59px;
    }
    .social_from li {
        font-size: 18px;
    }
    .header-style-two .logo {
        padding: 0px 0;
        width: 111px;
    }
    .applications h3 {
        font-size: 42px;
    }
    .applications h3::before {
        width: 53%;
        top: 96%;
        left: 23%;
    }
    .product-sec {
        padding-top: 60px;
    }
    .read-1 {
        text-align: center;
        padding-top: 15px;
    }
    section.product-more {
        margin-top: 55px;
        padding-bottom: 35px;
    }
    .image-item {
        margin-bottom: 17px;
    }
    .content-1 p {
        line-height: 35px;
        margin-bottom: 5px;
    }
    .footer_section {
        padding-top: 50px;
    }
    .mission-text {
        height: 440px;
    }
    .Mission-part h2 {
        font-size: 37px;
    }
    .box-content {
        height: 360px;
    }
    .box-content h4 {
        font-size: 22px;
    }
    section.why-us-1 {
        margin: 60px 0 30px;
    }
    .why-us-1 h3 {
        font-size: 45px;
    }
    section.why-us-1 {
        margin: 60px 0 35px;
    }
    .choose-part {
        padding-top: 55px;
    }
    section.about-text {
        margin: 60px 0 70px;
    }
    .dropdown i {
        display: none;
    }
    section.product-text {
        padding-bottom: 26px;
    }
    .bread-cont h1 {
        font-size: 34px;
    }
    .breadcrum {
        padding: 43px 0;
    }
    .gallery-sec {
        padding-top: 35px;
    }
    .contact-inner-us h2 {
        padding-bottom: 45px;
    }
    .contact-inner-us .contact-block {
        padding: 18px 0 25px 0;
    }
    .map iframe {
        margin-top: 35px;
    }
    .about-us h2 {
        padding-bottom: 19px;
    }
    .contact-inner-us .box .icon-box {
        width: 77px;
        height: 77px;
    }
    section.contact-inner-us {
        margin: 25px 0 15px;
    }
    .enquiry-btn {
        border: 1px solid #fff;
        padding: 11px;
        background-color: #650b08;
    }
    .cert-card {
        height: 435px;
    }
    .certifications {
        background: #fafafa;
        padding: 43px 0 23px;
    }
    .openings h3 {
        font-size: 23px;
        padding-bottom: 27px;
        line-height: 30px;
    }
    .openings {
        height: 925px;
    }
    section.career-page {
        padding-bottom: 40px;
    }
    section.career-part {
        margin: 65px 0 54px;
    }
    .career-content h2 {
        padding: 22px 0 16px;
        font-size: 23px;
    }
    .career-text {
        margin: 0px auto;
        padding: 30px 0px 0;
        text-align: left;
    }
    .openings {
        height: 960px;
    }
    .applications {
        padding-top: 65px;
        padding-bottom: 25px;
    }
}


@media only screen and (max-width: 767px) {

    .product-part h2 {
        font-size: 36px;
    }
    .product-part p {
        padding-top: 6px;
        font-size: 18px;
    }
    .box-title {
        font-size: 20px;
    }
    .product-sec {
        padding-top: 45px;
    }
    .read-1 {
        text-align: center;
        padding-top: 9px;
    }
    .title {
        font-size: 20px;
        margin-top: 20px;
    }
    .core-value {
        padding: 85px 0 85px 0;
    }
    .cta-one__title {
        font-size: 27px;
    }
    .enquiry-part p {
        font-size: 19px;
        padding: 16px 6px;
    }
    .enquiry-part {
        padding: 60px 0;
    }
    .text-content h2::before {
        width: 58%;
        top: 97%;
        left: 22%;
    }
    .why-us h2::before {
        width: 58%;
        top: 41%;
        left: 19%;
    }
    .box-1 {
        padding: 25px 13px 25px 13px;
        height: auto;
    }
    .applications h3::before {
        width: 72%;
        top: 94%;
        left: 14%;
    }
    .second_footer {
        margin-bottom: 35px;
    }
    .four_footer h3 {
        font-size: 28px;
    }
    .four_footer h3::before {
        width: 113px;
        top: 104%;
        left: 3px;
    }
    .second_footer h3 {
        font-size: 24px !important;
    }
    .third_footer h3 {
        font-size: 25px;
    }
    .second_footer h3::before {
        width: 122px;
        top: 117%;
        left: 9px;
    }
    .third_footer h3::before {
        width: 115px;
        top: 109%;
        left: 4px;
    }
    .applications h3 {
        margin-bottom: 55px;
    }
    .openings h3 {
        font-size: 23px;
        padding-bottom: 35px;
        line-height: 30px;
    }
    .openings {
        height: 727px;
        margin-bottom: 20px;
    }
    .applications {
        padding-top: 62px;
        padding-bottom: 20px;
    }
    .why-choose {
        margin-top: 15px;
        padding-bottom: 5px;
    }
    .why-us h2 {
        padding-bottom: 63px;
    }
    .why-us h2::before {
        width: 58%;
        top: 47%;
        left: 20%;
    }
    .mid-img img {
        width: 100%;
        padding: 22px 0;
    }
    .header-style-two .logo {
        padding: 0px 0;
        width: 109px;
    }
    .box-content {
        height: 420px;
    }
    section.product-more {
        margin-top: 50px;
        padding-bottom: 30px;
    }
    .Mission-part h2 {
        font-size: 35px;
    }
    .mission-text {
        height: 560px;
    }
    .box-content h4 {
        font-size: 20px;
    }
    .message-bt i {
        font-size: 20px;
    }
    .about-us h2 {
        font-size: 40px;
        padding-bottom: 18px;
        padding-top: 16px;
    }
    section.about-text {
        margin: 55px 0 58px;
    }
    section.why-us-1 {
        margin: 60px 0 25px;
    }
    .gallery-sec {
        padding-top: 30px;
    }
    .gallery-part {
        margin: 20px 0 24px;
    }
    .cert-card {
        height: auto;
    }
    .cert-card h4 {
        font-size: 22px;
    }
    .get {
        font-size: 23px;
        padding-bottom: 7px;
    }
    .fill {
        font-size: 18px;
    }
    section.career-part {
        margin: 40px 0 42px;
    }
    .openings {
        height: auto;
    }   
}


@media only screen and (max-width: 576px) {

    .image-2 {
        max-width: 208px;
        top: -2%;
        display: none;
    }
    .image-3 {
        max-width: 191px;
        top: 89%;
    }
    .product-part {
        padding: 45px 0 69px;
    }
    .about-sec {
        padding-top: 30px;
    }
    .content {
        padding-top: 16px;
    }
    section.about-part {
        padding-bottom: 70px;
    }
    .read a {
        padding: 13px 10px;
        margin-top: 25px;
    }
    .applications {
        padding-top: 44px;
        padding-bottom: 20px;
    }
    .why-us h2 {
        font-size: 33px;
    }
    .why-us h2::before {
        width: 67%;
        top: 44%;
        left: 15%;
    }
    .why-choose {
        margin-top: 5px;
        padding-bottom: 0px;
    }
    .text-content h2::before {
        width: 58%;
        top: 100%;
        left: 21%;
    }
    .text-content {
        padding: 40px 24px 33px;
    }
    section.product-more {
        margin-top: 43px;
        padding-bottom: 22px;
    }
    .footer_section {
        padding-top: 45px;
    }
    section.about-text {
        margin: 48px 0 55px;
    }
    .Mission-part {
        padding: 60px 0;
    }
    section.why-us-1 {
        margin: 50px 0 25px;
    }
    .choose-part {
        padding-top: 50px;
    }
    .about-us h2 {
        font-size: 37px;
        padding-bottom: 17px;
        padding-top: 14px;
    }
    .about-us {
        padding: 20px 20px;
    }
    section.product-text {
        padding-bottom: 20px;
    }
    .gallery-part {
        margin: 15px 0 20px;
    }
    .get {
        font-size: 22px;
        padding-bottom: 6px;
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .fill {
        font-size: 18px;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .contact-inner-us .box h3 {
        padding-bottom: 4px;
        padding-top: 15px;
    }
    .ab-button-box {
        padding-top: 15px;
    }
    .certifications {
        background: #fafafa;
        padding: 38px 0 14px;
    }
    .openings h3 {
        font-size: 25px;
        padding-bottom: 27px;
    }
    .career-content h2 {
        padding: 19px 0 12px;
        font-size: 23px;
        line-height: 31px;
    }
    section.career-page {
        padding-bottom: 30px;
    }
}


@media only screen and (max-width: 450px) {

    #mob-banner {
        display: block;
        /* overflow-x: hidden; */
    }
    #banner {
        display: none;
    }
    .third_footer {
        margin-left: 0;
        margin-bottom: 22px;
    }
    .footer_section {
        padding-top: 45px;
    }
    .second_footer {
        margin-bottom: 27px;
    }
    .copyright_text {
        margin: 16px 0px;
        text-align: justify;
    }
    .title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .applications h3 {
        font-size: 38px;
    }
    .applications h3::before {
        width: 76%;
        top: 96%;
        left: 12%;
    }
    .cta-one__title {
        font-size: 20px;
    }
    .enquiry-part p {
        font-size: 18px;
        padding: 11px 3px;
    }
    .why-us h2 {
        font-size: 28px;
    }
    .why-us h2::before {
        width: 77%;
        top: 38%;
        left: 10%;
    }
    .why-choose {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .core-value {
        padding: 75px 0 75px 0;
    }
    .footer_section::before {
        opacity: 0.9;
    }
    .text-content h2::before {
        width: 73%;
        top: 98%;
        left: 13%;
    }
    .content h2 {
        font-size: 27px;
        line-height: 34px;
    }
    .header-style-two .logo {
        width: 104px;
    }
    .mid-img img {
        width: 100%;
        padding: 19px 0;
    }
    .image-3 {
        display: none;
    }
    .product-part {
        padding: 39px 0 51px;
    }
    .read-1 a {
        margin-top: 19px;
    }
    .box-title {
        font-size: 22px;
    }
    .product-part h2 {
        font-size: 26px;
    }
    .product-part p {
        padding-top: 7px;
        font-size: 17px;
    }
    .product-sec {
        padding-top: 25px;
    }
    .product-sec {
        padding-top: 39px;
    }
    .tp-btn-box {
        height: 58px;
        line-height: 52px;
        padding: 0 18px;
    }
    .enquiry-part {
        padding: 50px 0;
    }
    .product-part {
        padding: 30px 0 44px;
    }
    .product-sec {
        padding-top: 35px;
    }
    .read-1 a {
        padding: 13px 26px;
        margin-top: 12px;
    }
    .content h2 {
        font-size: 23px;
        line-height: 34px;
    }
    .text-content h2 {
        font-size: 35px;
    }
    .image-box.me-3 {
        width: 90px;
    }
    .text-content h2::before {
        width: 66%;
        top: 98%;
        left: 18%;
    }
    .mobile-menu .navigation li > a {
        font-size: 19px;
    }
    .breadcrum {
        padding: 47px 0;
    }
    .bread-cont h1 {
        font-size: 32px;
    }
    section.product-more {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .image-item {
        margin-bottom: 16px;
    }
    .mission-text {
        height: auto;
        margin-bottom: 21px;
    }
    .Mission-part {
        padding: 60px 0 40px;
    }
    .why-us-1 h3 {
        font-size: 39px;
    }
    .choose-part {
        padding-top: 40px;
    }
    .box-content {
        height: auto;
    }
    .box-content h4 {
        font-size: 22px;
    }
    .about-us h2 {
        font-size: 33px;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    section.about-text {
        margin: 44px 0 49px;
    }
    .about-us {
        padding: 25px 19px 11px;
    }
    .tp-btn-box {
        font-size: 17px;
    }
    .applications {
        padding-top: 44px;
        padding-bottom: 0px;
    }
    .bread-last {
        font-size: 17px;
        text-align: left;
    }
    .get {
        font-size: 19px;
        padding-bottom: 6px;
    }
    .contact-inner-us .box h3 {
        padding-top: 10px;
        font-size: 23px;   
    }
    .contact-inner-us .box .icon-box {
        width: 70px;
        height: 70px;
    }
    .contact-inner-us h2 {
        padding-bottom: 37px;
    }
    .contact-inner-us h2 {
        font-size: 35px;
    }
    .gallery-part {
        margin: 10px 0 15px;
    }
    section.contact-inner-us {
        margin: 20px 0 10px;
    }
    .career-content h2 {
        padding: 17px 0 12px;
        font-size: 21px;
        line-height: 28px;
    }
    .openings h3 {
        font-size: 22px;
        padding-bottom: 26px;
    }
    .career-page h2 {
        padding: 13px 0 42px;
    }


}


@media only screen and (max-width: 400px) {

    .product-part h2 {
        font-size: 23px;
    }
    .header-style-two .logo {
        width: 107px;
    }
    .text-content h2::before {
        width: 74%;
        top: 98%;
        left: 14%
    }
    .content-part h3 {
        font-size: 22px;
    }
    .image-box.me-3 {
        width: 112px;
    }
    .core-1 {
        padding-top: 50px;
    }
    .text-content {
        padding: 47px 15px 34px;
    }
    .why-us h2 {
        font-size: 24px;
    }
    .why-us h2::before {
        width: 74%;
        top: 36%;
        left: 12%;
    }
    .why-us {
        padding: 36px 0px 45px 0px;
    }
    .why-us h2 {
        padding-bottom: 60px;
    }
    .cta-one__title {
        font-size: 16px;
    }
    .enquiry-part p {
        font-size: 17px;
        padding: 8px 0px 15px;
    }
    .enquiry-part {
        padding: 45px 0;
    }
    .tp-btn-box {
        height: 55px;
        line-height: 49px;
        padding: 0 18px;
    }
    .applications h3 {
        font-size: 34px;
    }
    .applications h3::before {
        width: 80%;
        top: 96%;
        left: 10%;
    }
    .applications {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .applications h3 {
        margin-bottom: 47px;
    }
    .read a {
        padding: 13px 7px;
        margin-top: 25px;
    }
    .read a {
        font-size: 16px;
    }
    .read {
        gap: 14px;
        padding-top: 11px;
    }
    section.about-part {
        padding-bottom: 58px;
    }
    section.product-more {
        margin-top: 37px;
        padding-bottom: 17px;
    }
    .footer_section {
        padding-top: 40px;
    }
    .bread-cont h1 {
        font-size: 31px;
        padding: 0 6px;
    }
    .bread-last {
        font-size: 17px;
        padding: 0 6px;
    }
    .about-us h2 {
        font-size: 28px;
        padding-bottom: 14px;
        padding-top: 7px;
    }
    section.about-text {
        margin: 40px 0 45px;
    }
    section.why-us-1 {
        margin: 45px 0 20px;
    }
    .contact-inner-us .box .icon-box {
        width: 65px;
        height: 65px;
    }
    .box .icon-box img {
        width: 33px;
        height: 33px;
    }
    .box a {
        font-size: 17px;
    }
    .certifications {
        background: #fafafa;
        padding: 35px 0 9px;
    }
    .get {
        font-size: 17px;
        padding-bottom: 6px;
    }
    .openings h3 {
        font-size: 20px;
        padding-bottom: 26px;
        line-height: 27px;
    }
    .career-page h2 {
        font-size: 31px;
    }
    section.career-part {
        margin: 40px 0 33px;
    }
    
}

@media only screen and (max-width: 350px) {

    .header-style-two .logo {
        width: 97px;
    }
    .product-part {
        padding: 28px 0 40px;
    }
    .content h2 {
        font-size: 21px;
        line-height: 34px;
    }
    .read {
        gap: 11px;
        padding-top: 11px;
    }
    section.about-part {
        padding-bottom: 56px;
    }
    .text-content h2 {
        font-size: 34px;
    }
    .text-content h2::before {
        width: 81%;
        top: 95%;
        left: 10%;
    }
    .core-1 {
        padding-top: 41px;
    }
    .image-box.me-3 {
        width: 121px;
    }
    .why-us h2 {
        font-size: 22px;
    }
    .why-us h2 {
        padding-bottom: 47px;
    }
    .why-us h2::before {
        width: 78%;
        top: 41%;
        left: 10%;
    }
    .why-us {
        padding: 31px 0px 40px 0px;
    }
    .box-1 h3 {
        font-size: 22px;
        padding-top: 22px;
        padding-bottom: 14px;
    }
    .content-part h3 {
        font-size: 20px;
    }
    .product-part h2 {
        font-size: 21px;
    }
    .applications h3 {
        font-size: 30px;
    }
    .applications h3::before {
        width: 87%;
        top: 100%;
        left: 7%;
    }
    .product-sec {
        padding-top: 24px;
    }
    section.product-more {
        margin-top: 33px;
        padding-bottom: 15px;
    }
    .content-1 p {
        line-height: 35px;
        margin-bottom: 8px;
    }
    .choose-part {
        padding-top: 35px;
    }
    .why-us-1 h3 {
        font-size: 35px;
    }
    section.why-us-1 {
        margin: 40px 0 20px;
    }
    .about-us h2 {
        font-size: 25px;
        padding-bottom: 11px;
        padding-top: 7px;
    }
    .about-us {
        padding: 25px 15px 8px;
    }
    .box-content h4 {
        font-size: 20px;
    }
    .contact-inner-us h2 {
        font-size: 30px;
    }
    section.contact-inner-us {
        margin: 15px 0 7px;
    }
    .contact-inner-us .box .icon-box {
        width: 55px;
        height: 55px;
    }
    .box .icon-box img {
        width: 30px;
        height: 30px;
    }
    .contact-inner-us .box {
        padding: 20px 10px;
    }
    .contact-inner-us .box h3 {
        padding-top: 10px;
        font-size: 20px;
    }
    .info-box {
        gap: 10px;
    }
    .bread-cont h1 {
        font-size: 30px;
        padding: 0 6px;
    }
    .get {
        font-size: 17px;
        padding-bottom: 6px;
    }
    .fill {
        font-size: 17px;
    }
    .career-content h2 {
        font-size: 19px;
        padding: 14px 0 12px;
    }
    section.career-page {
        padding-bottom: 23px;
    }
    section.about-text {
        margin: 40px 0 45px;
    }
}