@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
  
body {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	/* font-family: 'Work Sans', sans-serif; */
	box-sizing:border-box;
	overflow-x:hidden;
}
/************************/
html {
	scroll-behvior:smooth;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
	width:7px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	border:none;
	background-color:#7c797a;
}
::-webkit-scrollbar:horizontal {
	height: 7px; 
}
::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5); 
}
/********************/
.about-utility{
	margin-top: 60px;
}
.about-specility{
	margin-top: 60px;
	margin-bottom: 60px;
}
.about-utility-dtl{
    border: 5px solid #ddd;
    background-color: #f1f5f8;
    padding: 30px;
    text-align: center;
}
.about-utility-dtl h2{
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	color: #232639;
	position: relative;
	z-index: 1;
	font-size: 2.2rem;
}
.about-utility-dtl .about-btn-shadow{
	font-size: 75px;
    content: '';
    color: #d1d1d1;
    opacity: .2;
    position: absolute;
    left: 0;
    line-height: 40px;
    right: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.about-utility-dtl p{
	font-family: 'Roboto', sans-serif;
}
.about-utility-dtl a{
	display: block;
	text-align: center;
	color: #000;
	position: relative;
	top: 45px;
}
.about-utility-dtl .about-btn span{
	 border: 5px solid #ddd;
	 padding: 12px 15px;
	 background: #03467e;
	 color: #fff;
	 font-family: 'Roboto', sans-serif;
}
.about-utility-dtl .about-btn:hover span{
	background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
}
.about-specility-dtl{
	position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    font-weight: 400;
    text-align: left;
    padding: 13px 15px;
    margin: 10px 0px 10px 0px;
    margin-right: 10px;
    background: #eee;
    border-left: 5px solid #2b4c6f;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-decoration: none;
}
.about-specility-dtl h6:after {
    position: absolute;
    content: "";
    width: 10px;
    top: 0;
    bottom: 0;
    right: -18px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 18px solid #eee;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.about-specility-dtl h6{
	font-family: 'Roboto', sans-serif;
	color: #444;
}
/********************/
.hm-prod{
	background: #03467e;
	padding: 60px 0;
}
.hm-prod-head h2{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
}
.hm-prod-head h2:after{
	content: '';
    width: 100px;
    background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    left: 50%;
    margin-left: -50px;
}
.product_bx_main{
	background: #fff;
	padding: 5px;
	border-top: 5px solid #00add6;
	box-shadow: 0px 5px 9px rgb(10 160 243 / 95%);
	-webkit-box-shadow: 0px 5px 9px rgb(10 160 243 / 55%);
}
.product_bx_main:hover{
    transition: all linear 0.3s;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
.product_bx_main img{
	/*border: 2px solid #316399;*/
}
.product_bx_main h4{
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
	font-weight: 600;
	color: #232639;
}
.product_ctg{
	padding: 20px;
}
.product_ctg ul{
	height: 156px;
}
.product_ctg ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 2px 0;
}
.product_ctg ul li a{
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.product_ctg ul li:hover a{
	color: #00add6;
}

/***********************/
.hm-engine-part {
	background:url(../images/engine-bg.jpg) center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding: 60px 0;
}
 
.hm-engine-hed h2 {
	font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #232639;
    margin-bottom: 45px;
    position: relative;
}
.hm-engine-hed h2:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image:linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
    left: 50%;
    margin-left: -50px;
}
.engine_lft_bd {
	padding: 30px 0 30px 30px;
    border: 2px solid #316399;
    border-right: none;
	position:relative;
}
.engine_lft_bx, .engine_rht_bx {
	padding:10px;
	margin-bottom:15px;
	display: inline-block;
	background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(1 1 1 / 16%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height:110px;
}
.icon_bx img {
	width:30%;
	height:auto;
	padding:5px;
	background:#fff;
	float:left;
	margin-right:15px;
	border-radius:50%;
	border: 2px solid #316399;
}
.icon_dtl h5 a {
	font-size: 16px;
    padding-bottom: 5px;
    letter-spacing: 0.50px;
    font-weight: bold;
	text-transform:uppercase;
    color: #444;
	padding-top: 8px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.engine_lft_bx:hover .icon_dtl h5 a{
	color: #2b4c6f;
}
.icon_dtl p {
	color: #000;
    padding-bottom: 10px;
	line-height:18px;
	font-family: 'Roboto', sans-serif;
}
.icon_dtl_rht p {
	color: #000;
    padding-bottom: 10px;
	line-height:18px;
	font-family: 'Roboto', sans-serif;
}
.engine_rht_bd {
	padding: 30px 30px 30px 0;
    border: 2px solid #0092b5;
    border-left: none;
	position: relative;
}
.icon_bx_rht img {
	width:30%;
	height:auto;
	padding:5px;
	background:#fff;
	float:left;
	margin-right:15px;
	border-radius:50%;
	border: 2px solid #0092b5;
}
.icon_dtl_rht h5 a {
	font-size: 16px;
    padding-bottom: 5px;
    letter-spacing: 0.50px;
    font-weight: bold;
	text-transform:uppercase;
    color: #444;
	padding-top: 8px;
    display: inline-block;
}
.engine_rht_bx:hover .icon_dtl_rht h5 a{
	color: #0092b5;
}
.icon_dtl_rht:hover a , .icon_dtl:hover a {
	color:#2b4c6f;
}
.engine_lft_bx:hover, .engine_rht_bx:hover {
	background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(1 1 1 / 16%);
	-webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
.icon_dtl_rht, .icon_dtl {
	display: flow-root;
	position: relative;
    top: 22px;
}
/***********************/
.hm-clientele{
	padding: 60px 0;
}
.hm-clientele-head h2 {
	font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #232639;
    margin-bottom: 45px;
    position: relative;
}
/*.hm-clientele-head h2:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #232639;
    left: 50%;
    margin-left: -50px;
}*/
.hm-clientele-head h2 span{
	color: #8cc63f;
}
.hm-clientele .carousel-wrap .item{
	border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to top, #fff, #c7c7c7, #fff) 1;
    text-align: center;
    padding: 2px;
}
.hm-clientele .carousel-wrap .item h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-top: 10px;
	color: #000;
}
.hm-clientele .carousel-wrap .item:hover h6{
	color: #000;
}
.hm-clientele .carousel-wrap .item:hover img {
    filter: invert(900%) sepia(26%) saturate(15%) hue-rotate(67deg) brightness(50%) contrast(100%);
    transition: all linear 0.3s;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
/*--------------------------*/
/*footer{
    background: #2e2e2e;
    color: #fff;
    padding: 40px 0 10px;
}*/
footer{
    color: #fff;
    padding: 40px 0 20px;
    background-image: url(../images/footer-background.png),linear-gradient(#2e2e2e, #2e2e2e);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.ftr-divided{
    flex: 2;
    -moz-box-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.ftr-logo h2{
    line-height: 1.7rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.ftr-logo img{
    margin-top: 20px;
}
.ftr-div h4{
    font-weight: 500;
    line-height: 24px;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.ftr-div ul li a{
    color: #f5f5f5;
    margin-bottom: 15px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: block;
}
.ftr-div ul li:hover a{
    color: #00add6;
}
.ftr-social ul{
    text-align: right;
}
.ftr-social ul li{
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}
.ftr-add{
    margin-top: 18px;
}
.ftr-add ul li{
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    padding: 0 10px;
}
.ftr-add ul li a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.ftr-cont{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
}
.ftr-term ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
}
.ftr-term ul li:first-child{
    padding-left: 0;
}
.ftr-term ul li a{
    font-size: 1rem;
    color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
}
.ftr-term ul li:hover a{
    color: #00add6;
}
.ftr-year p{
    font-size: 1rem;
    color: #f5f5f5;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.ftr-year p a{
	color: #8cc63f;
}
.ftr-div2 h4{
	opacity: 0;
}
.ftr-add h5{
	padding-bottom: 3px;
	font-size: 19px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #00add6;
}
.ftr-add ul li{
	padding-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.ftr-social h5{
	font-family: 'Roboto', sans-serif;
	text-align: right;
	padding-bottom: 10px;
}
.ftr-add ul li:nth-child(3), .ftr-add ul li:nth-child(4){
	padding-left: 40px;
	position: relative;
}
.ftr-add ul li img{
	position: absolute;
	left: 5px;
	width: 20px;
}
/*--------------------------------*/
.header_tp {
    position:relative;
    height:30px;
}
 .header_tp_dtl ul {
     display:block;
     float:right;
     margin-top: 0px;
}
 .header_tp_dtl ul>li {
     float:left;
     display:flex;
     padding:2px 15px;
     /*border-right:2px solid #e2e2e2;*/
}
.header_tp_dtl ul li ol li{
     float:left;
     display:flex;
     padding:0px 10px;
}
.header_tp_dtl ul li ol li a{
    font-weight: 600;
    letter-spacing: 0.50px;
    transition: all 200ms linear;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #959393;
}
.header_tp_dtl ul li:nth-child(1),.header_tp_dtl ul li:nth-child(2) {
     position: relative;
     top: 10px;
}
 .header_tp_dtl ul li:last-child {
     border-right:0px;
     border-left: 2px solid #e2e2e2;
}
 .header_tp_dtl ul li.call_tp img {
     margin-right:10px;
     width:22px;
     height:22px;
     margin-top:0px;
}
.header_tp_dtl ul li span{
    font-weight: 600;
}
 
/* .header_tp_dtl ul li.call_tp span {
     font-weight:bold;
     color:#002B62;
     font-size:11px;
     text-transform:uppercase;
}*/
 .header_tp_dtl ul li.call_tp a {
     color:#878787;
     font-weight:500;
     font-size:14px;
     font-family: 'Roboto', sans-serif;
}
/* .header_tp_dtl ul li.call_tp:hover a {
     color:#0d8247;
}*/
 .header_tp_dtl ul li .tp_enquiry {
     padding:0 25px;
     line-height:36px;
     background:#03467e;
     font-size:13px;
     border-radius: 30px;
}
 .header_tp_dtl ul li .tp_enquiry a {
     color:#fff;
     font-weight:600;
     letter-spacing:0.25px;
     border-radius: 30px;
     font-family: 'Roboto', sans-serif;
     text-transform: uppercase;
}
 .header_tp_dtl ul li .tp_enquiry a i {
     margin-right:10px;
}
 .header_tp_dtl ul li .tp_enquiry:hover {
     background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
}
.menu-icon {
    float: left;
    width: 60px;
    cursor: pointer;
    padding: 10px 0;
}
.bar1, .bar2, .bar3 {
    height: 2px;
    width: 32px;
    background-color: #232639;
    margin: 2px 0;
    transition: 0.4s;
    border-radius: 6px;
    float: right;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
.menu-icon .bar2 {
    width: 48px;
}
.menu-icon .bar3 {
    width: 60px;
}
.menu-icon:hover .bar1 {
    width: 38px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
.menu-icon:hover .bar2 {
    width: 52px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

/**********************/
.fixed-top {
	position: relative;
    display: block;
    background: #fff;
    top: 0px;
    padding: 4px 0 2px;
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);
	/* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
#header:after{
	position: absolute;
    content: '';
    top: 0px;
    right: 0;
    display: block;
    height: 2px;
    width: 70%;
    background: linear-gradient(90deg,#fff,#e2e2e2);
}
.header-scrolled .logo {
	margin-top: -10px;
	transition:all.5s ease;
}
.header-scrolled .scrollto img {
	width: 130px;
    height: auto;
    transition: all.5s ease;
    margin-top: 11px;
}
.logo {
	margin-top: -40px;
    background: #fff;
	position: absolute;
	transition:all.5s ease;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
.header-scrolled {
    position: fixed;
    padding: 7px 0 8px;
}
.scrollto img {
	width:auto;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	float:right;
	transition:all.3s ease-in-out;
}
.main-nav > ul{
	margin: 4px 0;
    display: flex;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #232639;
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 10px 16px;
    font-family: 'Roboto',sans-serif;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}*/
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav li:last-child {
	border-right:0px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #00add6;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 220px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down ul li:last-child{
    border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 6px 5px;
    color: #464646;
    border-radius: 2px;
	font-weight:500;
    transition: all 200ms linear;
	font-family: 'Roboto',sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #00add6;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mega_wdth {
    width: 50%;
    display: inline-block;
}
.mega_wdth span {
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    padding-left: 6px;
}

/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Roboto',sans-serif;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #8cc63f;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 0px 0px 0 0;
	color: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/************************/
.sidebar-contact {
	position:fixed;
	top:50%;
	right:-350px;
	transform:translateY(-50%);
	width:350px;
	height:100vh;
	background:#f1f5f8;
	/* box-shadow: 0 20px 50px rgba(0,0,0,.5); */
	box-sizing:border-box;
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	z-index:1111;
}
.toggle i {
	/* float: right; */
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #03467e;
    color: #fff;
    font-size: 20px;
    /* border-radius: 50%; */
    display: block;
    cursor: pointer;
    left: 0;
    top: 0;
    position: absolute;
	z-index:1023;
    /* margin-top: -20px; */
    /* margin-right: -10px; */
    text-align: center;
}
.enquiry_form {
	padding:40px 40px;
}
.enquiry_form h2 {
	text-align: center;
    font-size: 27px;
    color: #232639;
	font-weight:bold;
    letter-spacing: 0.50px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto',sans-serif;
}
.enquiry_form span {
	color: #03467e;
	text-transform:capitalize;
    font-size: 14px;
    font-weight: 500;
	text-align:center;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
}
.sidebar-contact.active {
	right:0;
}
.sidebar-contact textarea, 
.sidebar-contact input {
	position: relative;
    display: block;
    width: 100%;
    color: #7c8393;
	font-weight:500;
    padding: 7px 10px;
    font-size: 13px;
	margin-bottom:15px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #7c8393;
}
.sidebar-contact textarea {
	resize:none;
}
.product_check h6 {
	font-size:16px;
	font-weight:600;
	letter-spacing:0.25px;
	padding:10px 0;
}
.product_check {
	padding-bottom:20px;
}
.product_check label {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    display: block;
	margin-bottom:0;
	width:100%;
}
.product_check input {
	position: relative;
	width:auto;
	display:inline-block;
    color: #7c8393;
	font-weight:500;
    padding: 10px 10px;
    font-size: 13px;
	margin-bottom:6px;
    border-radius: 2px;
    background: #fff;
	margin-right:5px;
    border: 1px solid #7c8393;
}
.sidebar-contact .butn-bg0:hover {
    color: #fff;
    background: #8cc63f;
}
.sidebar-contact .butn-bg0 {
    font-size: 15px;
    padding: 10px 25px;
    background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
    color: #fff;
    cursor: pointer;
	letter-spacing:1px;
    width: 100%;
	border:0px;
	font-weight:600;
    display: block;
}
.toggle_img {
	position: fixed;
	bottom: 30%;
	left: -38px;
	width: 40px;
	height: 204px;
	z-index: 9999;
	display:none;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	background-image: url(../images/enquire-btn.png);
}
/**********************/



.single-banner-slide {
	height: 540px;
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
/*.single-banner-slide span {
	color: #fff;
	font-weight: 400;
    font-family: 'Roboto',sans-serif;
}*/
.single-banner-slide h2 {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 60px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
}
.single-banner-slide h2 span{
   background: linear-gradient(to right, #30CFD0 50%, #8cc63f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}
.single-banner-slide p {
	color: #fff;
	font-size: 15px;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.single-banner-slide a {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 45px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
	transition: 0.3s;
}
.single-banner-slide a:hover {
	color: #fff;
	background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
}
.owl-dots {
	display: none !important;
}



.all-banner-slide {
	overflow: hidden;
}
.carousel-main {
	position: relative;
}
/* Nav */
.all-banner-slide .owl-nav {
    margin-top: 0; 
}
.all-banner-slide .owl-nav .owl-prev, .all-banner-slide .owl-nav .owl-next {
	width: 50px;
	height: 70px;
	line-height: 70px;
	margin: 0; 
	background: #ECF0F1;
	border-radius: 0;
	color: #E74C3C;
	cursor: pointer;
	position: absolute;
	bottom: 200px;
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.all-banner-slide .owl-nav .owl-prev:hover, .all-banner-slide .owl-nav .owl-next:hover {
	background: #ECF0F1;
	color: #34495E;
}
.owl-nav .owl-prev {
	left: -50px; 
}
.owl-nav .owl-next {
	right: -50px; 
}
.all-banner-slide:hover .owl-nav .owl-prev {
	left: 0; 
}
.all-banner-slide:hover .owl-nav .owl-next {
	right: 0; 
}
.owl-theme .owl-nav [class*=owl-]{
	margin: 0px !important;
	background: #ffffff63;
    color: #000 !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: #fff !important;
	color: #03467e !important;
}
.owl-theme .owl-nav{
	margin-top: -20px !important;
}
/*------------------------*/
.product-section{
    padding-bottom: 40px;
}
.title-head{
    background: url(../images/banner.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 100% 70%;
    padding: 65px 0;
    position: relative;
}
.title-head:after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg,#7ab51d 0%,#006eab);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 85%;
}
.title-bar-head h1{
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
}
.title-link{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}
.title-vist-page ul li{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    display: inline-block;
    padding-right: 7px;
}
.title-vist-page ul li a{
    color: #000;
}
.title-vist-page ul li i{
    font-size: 12px;
    color: #bdbdbd;
}
.title-vist-page ul li{
    font-weight: 400;
    color: #999;
}
/*----*/
.prod-rang{
    position: sticky;
    top: 40px;
}
.prod-rang-head{
    padding-top: 40px;
    padding-bottom: 10px;
    color: #03467e;
}
.prod-rang-head h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.accordion .accordion-item {
  background-color: white;
  color: rgb(27, 29, 33);
  font-family: 'Roboto', sans-serif;
}
.accordion .accordion-item.active {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #8cc63f;
}
.accordion .accordion-item.active .accordion-body {
  max-height: max-content;
}
.accordion .accordion-item.active .accordion-header::after {
  transform: rotate(90deg);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
  padding: 1rem;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-item .accordion-header::after {
  content: "\f105";
  font-size: 13px;
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion .accordion-item .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion .accordion-item .accordion-body .accordion-body-content {
  padding: 0 0.5rem 0.5rem;
  font-size: 0.875rem;
  color: #000;
}
.accordion-body-content ul li a{
    color: #000;
    line-height: 20px;
    display: block;
    padding: 8px 0;
    font-family: 'Roboto', sans-serif;
}
.accordion-body-content ul li a:hover{
    color: #8cc63f;
}

.prod-detail{
    padding-top: 40px;
    padding-left: 30px;
    border-left: 1px solid #e9e9e9; 
}
.prod-detail h3{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}
.prod-detail-img img{
    border: 1px solid #e9e9e9; 
    margin: 0 auto 30px;
    display: table;
}




.prod-detail-contant{
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}
.prod-detail-contant p{
    padding-bottom: 10px;
}
.prod-detail-contant ul{
    padding-bottom: 10px;
}
.prod-detail-contant ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0;
}
.prod-detail-contant h5{
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
}
.accordion-header1::after{
    display: none;
}
.accordion-header1 a{
    color: #000;
}
.product-section{
    padding: 60px 0;
}
.prod-detail2{
    border-left: none;
    padding-top: 0px;
    padding-left: 0px;
}
.prod-dtling{
    border: 1px solid #e9e9e9;
    padding: 15px 5px; 
    margin: 15px 0;
}
.prod-dtling h5{
    font-size: 15px;
    color: #000;
    text-align: center;
    padding-top: 10px
}
.pt30{
    padding-top: 30px;
}

/*--------------------*/
.contact-form{
    padding: 60px 0;
}
.contact-form h2{
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    color:rgb(151 190 74);
    font-weight:bold;
    line-height:1.15;
    padding:15px
}
.contact-form h2 span{
    border-bottom:2px solid rgb(151 190 74);
    padding-bottom:7px
}
.contact-form p{
    font-size:17px;
    font-family: 'Roboto', sans-serif;
    color:rgb(51,51,52);
    font-weight:bold;
    line-height:1.588;
    padding:15px
}
.contact-form .input-group1{
    padding-bottom: 20px;
    clear:both;
}
.contact-form .input-group1 .name{
    background-image:url(../images/contact-user.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .email{
    background-image:url(../images/contact-email.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .call{
    background-image:url(../images/contact-call.png);
    background-repeat:no-repeat;
    background-position:97%;
}
.contact-form .input-group1 .down-arrow{
    background-image:url(../images/contact-arrow.png);
    background-repeat:no-repeat;
    background-position:91%;
}
.contact-form .input-group1 .form-control{
    height:44px;
    border-radius:0;
    font-family: 'Roboto', sans-serif;
}
.contact-form .input-group2 .form-control{
    height:auto !important;
    border-radius:0;
}
.contact-form .input-group1 select{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
}
.contact-form .input-group1 select::-ms-expand{
    display:none;
}
.contact-form .btn-danger{
    font-size:14px;
   font-family: 'Roboto', sans-serif;
    color:rgb(255,255,255);
    text-transform:uppercase;
    line-height:1.571;
    background-color:rgb(151 190 74);
    padding:7px 30px;
    border-radius:0;
    border:1px solid rgb(151 190 74);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
.contact-form .btn-danger:hover{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    color:rgb(151 190 74);
    text-transform:uppercase;
    line-height:1.571;
    background-color:rgb(255,255,255);
    padding:7px 30px;
    border-radius:0;
    border:1px solid rgb(151 190 74);
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
.contact-form .contact_address{
    padding-left:30px;
}
.contact-form .contact_address p{
    padding:0;
}
.contact-form .contact_address a{
    font-size:15px;
    font-family: 'Roboto', sans-serif;
    color:rgb(51,51,52);
    line-height:1.353;
    text-decoration:none;
}
.contact-form .contact_address .col-md-11{
    border-left:1px solid #ddd;
}
.contact-form .contact_address .row{
    padding-left:15px;
}
.contact-form .contact_address .location-row{
    padding-top: 20px;
}
.contact-form .contact_address .col-md-1{
    padding-top:6px;
}
.contact-form .contact_address .col-md-11{
    padding-bottom:20px;
}
.contact-form .contact_address .col-ph{
    padding-bottom:5px;
}
.contact-form .contact_address .social-icons li{
    display:inline-block;
    padding-left: 20px;
}
.contact-form .contact_address .social-icons{
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /*padding-bottom:30px;*/
    border-bottom:1px solid #ddd;
}
.location-row h5{
    font-weight: 600;
    margin-bottom: 20px;
    color: #394f80;
}
.contact-form .contact_address a img{
    border: 1px solid #141e3c;
    border-radius: 50%;
}
/*----------------------*/
.industries{
    padding: 60px 0;
}
.indu_section{
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgb(1 1 1 / 16%);
    text-align: center;
    margin: 15px 0;
}
.indu_section:hover{
    background-image: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
}
.indu_section_img{
    width: 150px;
    height: 150px;
    line-height: 140px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: table;
    background: #fff;
}
.indu_section h5{
    font-family: 'Roboto', sans-serif;
    height: 48px;
}
.indu_section:hover h5{
    color: #fff;
}
/*----------------------*/
.certificate{
    padding: 60px 0;
}
.certifiate a {
    text-align: center;
    display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}
.certifiate-head {
    margin-top: 15px;
    text-align: center;
    color: #114e9f;
    font-size: 16px;
    font-weight: 600;
    height: 39px;
}
.certificate a {
    text-align: center;
    display: block;
    border-bottom: 2px solid #8cc63f;
    padding-bottom: 15px;
}
.certifiate-pad img{
    border: 2px solid #ddd;
}
/*-----------------------*/
.about{
    padding: 60px 0;
}
.inn_about_hed{
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.inn_about_hed h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: #03467e;

}
.inn_about_hed span {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #8cc63f;
    padding-bottom: 10px;
}
.inn_about_hed p{
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.inn_about_dtls p{
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
}
.inn_about_dtls ul li{
    font-family: 'Roboto', sans-serif;
    list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0;
}
.inn_about_dtls h5{
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    padding-top: 15px;
    font-size: 17px;
}
.pt20{
    padding-top: 20px;
}
/*-----------------------*/
.service{
    padding: 60px 0;
}
.service-dtl p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 0;
}
.service-img img{
    margin: 10px 0;
}
.service-dtl h4{
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.service-dtl ul li{
    list-style-type: disc;
    list-style-position: inside;
    font-family: 'Roboto', sans-serif;
    padding: 2px 0;
    font-size: 16px;
}
/*-----------------------*/
.chat-box {
    width: 300px;
    border-radius: 5px;
    box-shadow: -10px 10px 50px -10px rgb(0 0 0 / 40%);
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.fixed-positioning {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
    background: #03467e;
}
.chat-header img {
    position: relative;
    top: 0px;
    right: 5px;
}
/*-------------*/
.book-publishing{
    padding: 60px 0 80px;
}
.book-publishing-dtl h1{
    color: #354f97;
    font-weight: 600;
    text-align: center;
    font-size: 2.3rem;
}
.book-publishing-dtl span{
    color: #000;
}
.book-publishing-dtl h4{
    text-align: center;
    font-size: 2.2rem;
    margin: 20px 0;
    font-weight: 500;
}
.book-publishing-dtl h2{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
}
.book-publishing-dtl a{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.book-publishing-dtl a span{
    font-weight: normal;
    color: #fff;
    background-color: #8cc63f;
    border-radius: 50px;
    font-size: 16px;
    padding: 15px 30px;
    font-family: 'Roboto', sans-serif;
}
.align-middle{
    align-items: center;
}

.book-publishing2{
    background: #d7d7d7;
}
.book-publishing2-dtl{
    padding: 90px 0;
}
.book-publishing2-dtl p{
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
    text-align: justify;
    font-size: 16px;
}
.book-publishing2-img{
    background: url(../images/book-publishing2.jpg) no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: 10%;
    background-attachment: fixed;
}
.book-publishing2-dtl h2{
    padding-bottom: 15px;
}

.book-publishing4{
    padding: 80px 0
}
.book-publishing4-dtl h2{
    padding-bottom: 15px;
}
.book-publishing4-dtl p{
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
    text-align: justify;
    font-size: 16px;
}
/**************************/
.modal-body {
    padding:0px;
    background: rgba(171, 172, 174, 0.102);
}
.modal-header {
    text-align: center;
    background: #03467e;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h5.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f5f5f5;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #03467e;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
    padding: 20px;
}
.request_form .form-group input, .request_form .form-group select {
    display: block;
    width: 100%;
    color: #464646;
    font-weight:500;
    border: 0px;
    letter-spacing:0.25px;
    padding: 15px 10px;
    font-size: 14px;
    background: #fff;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #464646;
    font-weight:500;
    border: 0px;
    letter-spacing:0.25px;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
}
.submit_btn {
    font-size: 14px;
    padding: 12px 35px;
    background: linear-gradient(270deg,#7ab51d 0%,#006eab 100%);
    color: #fff;
    cursor:pointer;
    display: block;
    font-weight: 600;
    border:0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background: #8cc63f;
}

/*added by sam k*/

.fas,
.fa-solid {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}

.product-cat .product-catlist img {width: 100%;height: 350px;object-fit: cover;}
.product-cat .product-cattext {background-image: linear-gradient(270deg, #7ab51d 0%, #006eab);color: #fff;padding: 10px 15px;}
.product-cat .product-cattext h5{color: #fff;text-align: left;padding-top: 0px;margin-bottom: 10px;}
.product-cat .product-catlist .prod-dtling {border: none; padding: 0px;margin-bottom: 30px;}





