@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');


* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

ul {
	list-style: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

button:focus {
	outline: none !important;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
	margin: 0px;
	padding: 0px;
}

table td,
th {
	margin: 0px !important;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
	font-family: 'Montserrat', sans-serif;
}

body {
	font-size: 14px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

/* ********************* */
/*  */
.fixed-top {
	position: relative;
	display: block;
	background: #fdfdfd;
	top: 0;
	display: block;
	z-index: 333;
	background: #fff;
	box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 15%);
}

.header-scrolled {
	position: fixed;
	top: 0 !important;
}

.logo img {
	width: 80px !important;
}

.header_menu {
	padding: 7px 0px;
	display: flex;
}

#header .logo img {
	width: auto;
	height: auto;
}

.main-nav {
	float: right;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
	border-right: 3px solid #a5c475;
	margin: 15px 0 !important;
}

.main-nav a {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 200ms linear;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0px 37px;
}

.main-nav li:last-child {
	border-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #a5c475;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	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: 180px;
	position: relative;
}

.main-nav .drop-down ul li a {
	padding: 10px 15px;
	color: #000;
	border-radius: 2px;
	transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	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: #a5c475;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}

.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 {
	padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

.lst-nav {
	display: none;
}

.main-nav li i {
	margin: auto 10px;
}

/* for drop divsion */
.mega_wdth {
	display: inline-block;
}

.mega_wdth li a {
	border-bottom: 1px solid #7777771f;
}

/* for drop divsion */
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #F6F6F6;
	transition: 0.4s;
}

.mobile-nav a {
	display: block;
	color: #000 !important;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	font-family: Montserrat;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #f00;
	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: 18px 18px 0 0;
	color: #00612e;
}

.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;
}

.header-scrolled .main-nav {
	/* margin-top: 25px; */
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/* *****Header end***** */


/* banner start */
.carousel-item {
	margin-top: 70px;
}



/* banner end */
/* about us */

.hm-about {
	padding: 60px 0 60px;
}

.about-image-section {
	display: flex;
}

.about-content-section {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-right: 0px;
	min-height: 100%;
	bottom: 0px;
	padding: 50px 0px 50px 50px;
}

.heading-section {
	margin-bottom: 0;
	padding: 10px 0;
	position: relative;
	background: #fff;
}

.heading-section h1 {
	color: #292929;
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 700;
}

.heading-section h1 b {
	color: #2ba63a;
}

.heading-section h3 {
	color: #2c545c;
	font-weight: 300;
	font-size: 23px;
}

.about-content-inner {
	padding-left: 50px;
	position: relative;
}

.about-content-inner:before {
	position: absolute;
	content: "";
	height: 140%;
	background: #2ba63a;
	width: 4px;
	left: 24px;
	border-radius: 2px;
	top: -36%;
	z-index: -1;
}

.about-content-inner p {
	color: #333;
	letter-spacing: 0.25px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: justify;
	/* font-weight: 500; */
}

.abt-btn {
	margin-top: 30px;
}

.abt-btn a {
	background-color: #0d8d26;
	padding: 15px 25px;
	border-radius: 25px;
	color: #fff !important;
	font-weight: 600;
	margin: 0px 15px;
}

.abt-btn a:hover {
	background: transparent;
	border: 2px solid #0d8d26;
	transition: 0.5s ease-in;
	color: #000 !important;
}

.abt-dtl ul li {
	width: 49%;
	padding-right: 15px;
	padding-bottom: 15px;
	display: inline-block;
}

.abt-dtl img {
	padding-top: 80px !important;
}

/* about us */
/* product */


.pro-head h3 {
	text-align: center;
	font-size: 15px;
	margin: 20px !important;

}
.pro-head h3{
 
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    margin: 25px 0px
    color:#333;
}
/* product */

/* client -slider */
.client-main {
	padding: 60px 0px;
	background: url('../images/product/bg-img.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.client-main-1 {
	padding-top: 30px;
}

.line_ele {
	padding: 15px;
	text-align: center;
	position: relative;
}

.bx_img_icon a {
	transition: 0.33s all ease-in;
}

.bx_img_icon a img {
	margin: 0 auto;
	display: table;
	transition: 0.33s all ease-in;
	opacity: 1;
	transform: scale(1);
}

.bx_img_icon img:hover {
	opacity: .9;
	transform: scale(1.05);
}

.line_ele:after {
	position: absolute;
	left: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-bottom: 1px solid #d9d9d9;
	width: 90%;
	opacity: 1;
}

.lne:after {
	position: absolute;
	left: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-bottom: 1px solid #d9d9d9;
	width: 90%;
	opacity: 0;
}

.line_ele:nth-child(1),
.line_ele:nth-child(2),
.line_ele:nth-child(3),
.line_ele:nth-child(4),
.line_ele:nth-child(5),
.line_ele:nth-child(6),
.line_ele:nth-child(8),
.line_ele:nth-child(9),
.line_ele:nth-child(10),
.line_ele:nth-child(11),
.line_ele:nth-child(12) {
	border-right: 1px solid #d9d9d9;
}

.line_btm:after {
	display: none;
}

.img-border {
	border: 2px solid #ddd !important;
}

/* client -slider */

/* application start */
.application {
	padding: 60px 0;
}

.app-head h2 {
	color: #0d8d26;
	font-size: 30px;
	font-weight: 600;
	position: relative;
padding: 10px 0px;
}

.app-head h2::after {
	content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 17%;
    height: 3px;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    bottom: 0;
}

.app-head {
	padding: 10px 0px;
}

.app-para p {
	color: #000;
	letter-spacing: 0.25px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: justify;
	margin-bottom: 30px;
}
.for-bt-pd-head{
	margin-bottom: 50px;
}
.pat-head h2::after {
	display: block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 12%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}

.pat-head h2 {
	text-align: center !important;
    color: #0d8d26;
    font-size: 30px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 10px
	
}

.app-dtl ul li {
	width: 49%;
	padding-right: 15px;
	padding-bottom: 15px;
	display: inline-block;
}

.app-dtl img {
	border-radius: 10px;

}

/* application end */
/* support start */
.support-head {
	padding: 60px 0px;
}

.sup-img {
	width: 23% !important;
	margin: auto;
	display: table;
	margin-top: 15px;
}

.sup {
	padding: 19px 30px 0px 66px;
	border: 3px solid #a5c476;
	border-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgb(195, 188, 188);
}

.sup-head h2 {
	font-size: 20px;
	font-weight: 500;
}

.sup-head {
	margin-top: 15px;
	padding: 5px 0px;
}

.sup-para p {
	text-align: justify;
	padding-bottom: 30px;
	letter-spacing: 0.50px;
}

.sup-para-1 p {
	text-align: justify;
	padding-bottom: 52px !important;
	letter-spacing: 0.50px;
}

/* support end */
/* start */
.sepcial-abt-pro {
	padding: 60px 0px;
}

.sep-card {
	width: 100%;
	height: 350px;
	border: 2px solid #ddd;
	border-top: 5px solid #0d8d26;
	box-shadow: 0px 5px 5px 0px rgb(195, 188, 188);
	padding: 10px;
	display: inline-block;
}

.bord-color {
	border-top: 5px solid #07354c;
}

.sep-head {
	padding-bottom: 60px;
}

.sep-head h2 {
	text-align: center;
	color: #0d8d26;
	font-size: 30px;
	font-weight: 600;
	position: relative;

}

.sep-head h2::after {
	display: block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 12%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}

.sep-card-hed h3 {
	font-size: 18px;
	color: #0d8d26;
	text-align: center;
}

.sep-card-hed {
	margin-top: 10px;
}
.no-pd-bt h3{
	padding: 0;
	margin: 0;
}
.sep-para p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 24px;
    letter-spacing: 0.25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.sup-img {
	width: 15%;
	margin: auto;
	display: table;
	margin-top: 15px;
}

.sep-para {
	padding: 0px 15px;
}

/* end */
/* product start */
/* slider-1 */
.slick-slide {
	margin: 0px 20px;
}

.slick-slide {
	width: 100%;
}

.slick-slide img {
	width: 100%;
	display: block;
	border: 2px solid #ddd;
	box-shadow: rgb(195 188 188) 0px 5px 5px 0px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}



.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.img-border {
	border: 2px solid #a5c476;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 0px 5px 5px 0px rgb(195, 188, 188);
}

.slide-bod img {
	border: 2px solid #ddd;
}

.pat-slider {
	padding-bottom: 60px;
}

.border {
	border: 3px solid #000 !important;
	border-radius: 10px;
}

/* slider-1 */
/* product start */
/* footer */
.hm_footer_sec {
	/* padding:80px 0 40px 0; */
	margin-top: 60px;
	padding: 60px 0 40px 0;
	background: #2c545c;
}

.abt-sec-foot {
	margin: 0px;
}

.foot_line {
	border-right: 1px solid #fff;
	height: 307px;
}

.hm_foot_hed {
	padding-bottom: 20px;
}

.hm_foot_hed h4 {
	font-size: 21px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
}

.hm_foot_hed h4:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 4px;
	background: #80de93;
	display: none;
}

.hm_foot_hed h4:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 4px;
	background: #fff;
	display: none;
}

.hm_foot_hed span a {
	font-size: 24px;
	color: #fff;
	height: 40px;
	text-transform: capitalize;
	line-height: 30px;
	display: block;
	padding-bottom: 10px;
}

.hm_foot_hed span a:hover {
	color: #80de93;
}

.hm_foot_hed ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.50px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.8;
}

.hm_foot_hed ul li a:hover {
	opacity: 1;
	color: #80de93;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.hm_foot_hed p {
	color: #fff;
	line-height: 22px;
	letter-spacing: 0.25px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	opacity: 0.8;
}

.hm_foot_hed p span {
	color: #fff;
	font-size: 15px;
	font-weight: bold !important;
}

.hm_foot_hed p a {
	color: #fff;
}

.hm_foot_hed p a:hover {
	color: #80de93;
}

/*  */
.social-link-1 {
	/* padding-bottom: 8px; */
}

.social-link-1 h3 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.social-link-2 {
	margin: 0px 0px 0px -25px;
}

.social-link-2 i {
	padding: 0px 10px;
	font-size: 25px;
	color: #fff !important;
	margin: auto 8px;
}

.social-link-2 ul {
	display: flex;
}

.foot_dp_txt p {
	color: #fff;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 20px;
	font-weight: 600;
}

/* footer */

/* mission */
.mission-img {
	width: 25% !important;
	margin: auto;
	display: table;
}

.mis-product-img {
	width: 20% !important;
	margin: auto;
	display: table;
	padding: 8px 0px;
}

.mission {
	width: 100%;
	height: 450px;
	border: 2px solid #ddd;
	border-top: 5px solid #0d8d26;
	box-shadow: 0px 5px 5px 0px rgb(195 188 188);
	padding: 10px;
	border-radius: 25px;
	margin-top: 60px;
}

.mis-bg-color {
	/* border-top: 5px solid #07354c; */
	background-color: #ffff;
}

.mis-bg-color:hover {
	/* border-top: 25px solid #07354c !important; */
	transition: 0.5s ease-in-out;
}

.mission:hover {
	border-top: 25px solid #0d8d26;
	transition: 0.5s ease-in-out;
	box-shadow: 10px 10px 10px 0px #dddd;
}

.comp-head h2 {
	text-align: center !important;
	color: #0d8d26;
	font-size: 30px;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 10px;
}

.comp-head h2::after {
	content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 12%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}




.mission-para p {
	font-size: 16px;
	color: #2d2d2d;
	display: block;
    line-height: 24px;
    letter-spacing: 0.25px;
	padding: 10px;
}

.mission-head h3 {
	font-size: 20px;
	color: #2ba63a;
	text-align: center;
}

.mis-head h3 {
	color: #2ba63a;
}

.mis-para p {
	color: #000;
}

/* mission */

/* ------------ */
/* top-inner-page */
.top-heading {
	margin-top: 5%;
	width: 100%;
	height: 300px;
	background: url(../images/product/bg-img.jpg);
	background-size: cover;
}

.top-head-dtl {
	padding-top: 100px !important;
}

.top-head-dtl ul li {
	font-size: 20px;
	display: inline;
	color: #fff;
}

.inner-banner-link a {
	color: #fff;
}

.top-head-dtl h1 {
	color: #fff;
	font-weight: 700;
}

.fa-angle-right {
	font-size: 15px;
	color: #fff;
}

/* top-inner-page */
#product_table {
	padding: 45px 0px;
}

.spec_hed {
	padding-bottom: 40px;
}

.spec_hed h3 {
	font-size: 23px;
	color: #2d2d2d;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

.spec_hed h3:before {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
	width: 12%;
	height: 3px;
	left: 395px;
	top: 32px;
}

.inn_prod_table {
	background: #fff;
	box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
	padding: 5px;
}

.table-bordered {
	border: 0px;
}

.table {
	padding: 0px !important;
	margin-bottom: 0px;
}

.inn_prod_table th {
	border: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.50px;
	border-bottom: 2px solid #e1e1e1;
	/* color:#fc0606; */
	background: #2ba63a;
	font-family: 'Montserrat', sans-serif;
}

.inn_prod_table td {
	border: 0px !important;
	border-right: 2px solid #e1e1e1 !important;
	color: #606060;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;

}

.inn_prod_table td:last-child {
	border-right: 0px !important;
}

.inn_prod_table tr:nth-child(even) {
	background: #f7f7f7;
	padding: 5px !important;
}

.inn_prod_table tr:nth-child(odd) {
	background: #FFF;
}

.line {
	width: 100%;
	height: 2px;
	background: #e1e1e1;
}
.table-para{
	/* padding-top: 20px; */
}
.table-para p {
	color: #333;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.50px;
}

.table-line {
	width: 100%;
	height: 2px;
	margin: 45px 0px;
	background: #e1e1e1;
}

.table-heading h2 {
	color: #0d8d26;
	font-size: 30px;
	font-weight: 600;
	display: block;
}
.for-head-bt-pd{
	margin-top: 60px;
}

.table-heading {
	margin-top: 45px;
	padding-bottom: 10px;
}

.inner-pro-img {
	border: 2px solid #ddd;
	box-shadow: rgb(195 188 188) 0px 5px 5px 0px;
}

.inner-pro-img img {
	padding: 15px;
}

.table td {
	padding: 8px !important;
}

/* abt-page */
.abt-inner-dtl {
	margin: 45px 0px;
	background: url(../images/abt-inner-img.jpg)center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.table-heading span ::after{
	content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 20%;
    height: 3px;
    left: 23px;
    top: 87px;
}
.for-up-pad {
	margin-top: 45px;
}

.for-btm-pad {
	margin-bottom: 45px;
}

.abt-dtl {
	position: relative;
	padding: 15px 0px;
}

.abt-dtl h3 {
	font-size: 25px;
	color: #2ba63a;
}

.abt-para-dtl {
	padding: 10px 0px;
}

.abt-para-dtl p {
	font-size: 18px;
	color: #07354c;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 600;
	font-size: 18px;
}

.abt-dtl span::after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
	width: 8%;
	height: 3px;
	left: 10px;
	top: 49px
}

/* abt-page */

/* conatct page */
.cont-dtl {
	margin: 60px;
}

.count-dtl-1 {
	padding: 8px 0px;
}

.count-dtl-1 h2 {
	color: #044570;
}

.count-par-dtl {
	padding: 8px 0px;
}

.count-par-dtl p {
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 600;
	font-size: 18px;
}

.count-bullet span {
	display: block;
	text-transform: uppercase;
	color: #2ba63a;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 600;
	padding-top: 23px;
}

.count-bullet ul li {
	display: flex;
	align-items: center;
	gap: 13px;
}

.count-bullet img {
	width: 12%;
	padding: 5px;
	margin: 3px;
}

.count-bullet ul li a {
	font-size: 16px !important;
	color: #fff !important;
}

.count-bullet {
	margin-top: 15px;
	border: 2px solid #ddd;
	padding: 10px;
	padding: 20px;
	background: #07364a;
	box-shadow: 0 0 0 2px #2ba63a inset;
	border: 10px solid transparent;
	border-radius: 45px;
}

.img-width img {
	padding-top: 15px !important;
}

/* conatct page */

/* form */
.contact-form {
	width: 100%;
	background-color: #07354c1a;
	padding: 35px 25px;
	border-radius: 25px;
	margin-top: 104px;
}

.form-group input [type="text"] {
	width: 100%;
}

.contact-form .form-group input {
	display: block;
	width: 100%;
	color: #7c8393;
	font-weight: 500;
	border: 0px;
	line-height: 24px;
	padding: 15px 26px;
	font-size: 14px;
	background: #fff !important;
	margin-bottom: 20px;
}

.contact-form h4 {
	padding: 15px;
	color: #07364a;
}

.butn-bg {
	font-size: 14px;
	padding: 10px 30px;
	background: #07364a;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	display: block;
	font-weight: 600;
	border: 0px;
}

iframe {
	width: 100%;
	margin-top: 45px;
	border-radius: 25px;
}

/* form */
/* black */
#application_main {
	padding: 70px 0;
}

.application_hed h4 {
	/*text-align: center;
	font-size: 30px;
    font-weight: 600;
    color: #195b8d;
    padding-bottom: 5px;
    letter-spacing: 0.50px;
    margin-bottom: 15px;
    text-transform: uppercase;*/
	position: relative;
}

.application_hed span {
	color: #7c8393;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 500;
	display: block;
}

.application_bx img {
	margin: 5% auto;
	display: table;
}

.application_hed {
	padding-bottom: 25px;
}

.application_lst {
	padding-top: 55px;
}

.application_lst ul li {
	float: left;
	padding: 20px 10px;
	width: 25%;
}

.application_lst ul li img {
	width: 50%;
	margin: 0 auto;
	display: table;
	transition: 0.5s;
}

.application_icon h4 {
	text-align: center;
	font-size: 16px;
	color: #2d4691;
	padding-top: 5px;
}

.application_lst ul li:hover img {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.application_lst ul li:nth-child(1),
.application_lst ul li:nth-child(2),
.application_lst ul li:nth-child(3),
.application_lst ul li:nth-child(4) {
	border-bottom: 2px solid #07364a70;
	display: block;
}

.application_lst ul li:nth-child(1),
.application_lst ul li:nth-child(2),
.application_lst ul li:nth-child(3),
.application_lst ul li:nth-child(5),
.application_lst ul li:nth-child(6),
.application_lst ul li:nth-child(7) {
	border-right: 2px solid #07364a70;
}

.application_lst ul li:nth-child(1) {
	border-left: 0px;
}

.app-inner-dtl {
	padding: 45px 0px;
}
.for-no-pad{
	padding: 0px !important;
}
.app-inner-para {
	padding-top: 20px;
}

.app-head-dtl h2 ::after {
	content: '';
    display:block;
    position: absolute;
    background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
    width: 12%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}

.app-head-dtl h2 {
	text-align: center !important;
    color: #0d8d26;
    font-size: 30px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.app-inner-bullet i {
	margin: auto 5px;
	color: #fff;
}

.app-inner-bullet {
	margin: 15px 0px;
	padding: 10px 10px;
	background: #07364a;
	box-shadow: 0 0 0 2px #fff inset;
	border: 10px solid transparent;
	border-radius: 15px;
}

.app-inner-bullet ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.app-inner-bg {
	background: url(../images/app-inner-bg.jpg)center bottom no-repeat;
	background-size: cover;
	height: 300px;
	margin-bottom: 45px;
	background-attachment: fixed;
}

.app-bg-head h2 {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.50px;
}

.app-bg-head {
	padding: 70px 0px 16px 0px;
}

.app-bg-para p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.50px;
	line-height: 24px;
	font-weight: 600;

}

.application-bullet {
	padding: 45px 0px;
}

.app-inner-para p {
	color: #333;
    line-height: 24px;
    letter-spacing: 0.50px;
	text-align: justify;
}

.sec-app-para {
	padding-top: 20px;
}
.sec-app-para p{
	color: #333;
    line-height: 24px;
    letter-spacing: 0.50px;
}

.team-inner-para-dtl p {
	color: #333 !important;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 500;
	font-size: 18px;
}

.team-inner-para-dtl {
	padding-bottom: 20px;
}

/* black */
.app-inner-img{
	margin-top: 60px;
}
.app-inner-img img{
	border: 2px solid #ddd;
    box-shadow: rgb(195 188 188) 0px 5px 5px 0px;
}
.team-inner-head span ::after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
	width: 7%;
	height: 3px;
	left: 528px;
	top: 84px;
}

/* .team-inner-sub-head span ::after {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(90deg, rgb(37 79 93) 0%, rgb(37 79 93) 20%, rgb(37 79 93) 50%, rgb(37 79 93)80%, rgb(37 79 93) 100%);
	width: 7%;
	height: 3px;
	left: 528px;
	top: 45px;
} */

.team-para p {
	font-size: 15px;
	text-align: justify;
	line-height: 24px;
	letter-spacing: 0.50px;
}

.team-inner-dtl {
	padding-top: 0px !important;
	padding-bottom: 45px;
}


.team-inner-head h2 {
	color: #0d8d26;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.team-inner-pro-dtl {
	background: #f4f5f7;
	margin: 45px 0px;
}

.team-inner-sub-head h3 {
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #044570;
	padding-bottom: 5px;
}

.team-inner-head {
	padding-top: 45px;
}

.for-bt-pad {
	padding-bottom: 45px;
}

.app-sec-1-list ul li a {
	color: #333 !important;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 600;
	font-size: 18px;
}

.app-sec-1-list ul li {
	padding-bottom: 15px;
}

.app-sec-1-head {
	padding: 40px 0px 15px 0px;
}

.app-sec-1-head h4 {
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #044570;
}

.app-sec-1-list i {
	color: #2ba63a;
	margin: auto 5px;
}

.ap-sec-1-img {
	width: 65%;
	border: 2px solid #ddd;
	box-shadow: rgb(195 188 188) 0px 5px 5px 0px;
}

.appliction-section-1 {
	padding-bottom: 50px;
}
.for-img-ml{
	margin-left: 100px !important;
}
/*team*/

.table-pad-bt{
	margin-top: 45px;
}

.social-icon ul li {
    float: left;
    padding-right: 15px;

}

.social-icon ul li a {
	opacity:1;
}

.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	border-radius:50%;
	font-size:20px;
    text-align: center;
    transition: all .8s;	
    -webkit-transition: 0.8s ease;

}

.icon1 i {

    background: #4d6bb3;

    color: #fff;

    border: 1px solid #4d6bb3;

}

.icon2 i {

    background: #bd081c;

    color: #fff;

    border: 1px solid #bd081c;

}

.icon3 i {

    background:#39da4e;

    color: #fff;

    border: 1px solid #39da4e;

}
.hm_foot_hed i{
	background:#39da4e;
    color: #fff;
    border: 1px solid #39da4e;
    width: 18px;
    height: 18px;
    line-height: 18px;
	border-radius:50%;
	font-size:20px;
   

}
.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;

}

.icon4 i {
    background: #000;
    color: #fff;
    border: 1px solid #40c1df;
}

.icon6 i {
    background: #e71807;
    color: #fff;
    border: 1px solid #e71807;

}

.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);	
    border-radius: 5px;

}



.quickcontact input[type=text], [type=email], [type=number] {
    width:100%;
    max-width:100%;
    padding:7px;
	font-size:13px;
    margin:2px 0;
    display: inline-block;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}
.quickcontact textarea {
    width:100%;
    max-width:100%;
    padding:7px;
	font-size:13px;
    margin:2px 0;
    display: inline-block;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}
.form-text {
	border:1px solid #ccc;
}
.quickcontact input[type=submit] {
    width:100%;
    max-width:100%;
    background-color:#000;
    color:white;
    padding:10px;
    border:none;
    cursor:pointer;
}
.quickcontact input[type=submit]:hover {
    background-color:#bb495b;
    color:#fff;
    max-width:100%;
}
.btn-1 {
    width:100%;
    max-width:100%;
    background-color:#0d8d26;
    color:white;
    padding:10px;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
	display:block;
    background-color: #f2f2f2;
}
.max {
    border: #0d8d26 thick solid;
    position: fixed;
    width: 225px;
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 1px;
    z-index: 9999;
}
.footer_btn{
	background: #7abd25;
}

/* new css */
.carousel-inner{
	background: url(../images/banner-bg.jpg) no-repeat center;
	background-attachment: fixed;
}

.slide-head{
	margin-top: 100px;
	
}
.slide-head h2{
	color: #fff;
	font-size: 45px;
	content: '';
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 35px
}
.slide-head h2::after{
	content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 12%;
    height: 3px;
    left: 0px;
    right: 0;
    bottom: 0;
}
.slide-para p{
	color: #fff;
	letter-spacing: 0.50px;
	font-size: 18px;
}

/* .carousel-control-prev {
    left: -34px !important;
}

.carousel-control-next {
right: -34px !important;
} */

.slide-dtl-btn{
	padding: 15px 25px;
	margin-left: -15px;
	background: #fff;
}
.slide-dtl-btn:hover{
	background: transparent;
	border: 3px solid #fff;
	transition: 0.5s ease-in;
}
.slide-dtl-btn a{
	color: #000!important;
	font-weight: 700;
}

.carousel-indicators{
    display: none !important;
}
.carousel-control-next, .carousel-control-prev{
   position: absolute;
    top: 200px !important;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   width: 50px !important;
    height: 50px !important;
    color: #fff;
    text-align: center;
    opacity: .5;
background-color: #061b38;
border-radius: 50%;
}

#myCarousel{
	margin-top: 70px !important;
}
/* new css */