
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&amp;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:14px;
	color:#1E1E1E;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x: hidden;
}
.container {
	max-width:1220px;
}
/************************/
#header_top {
	/* background: #1d529c; */
	background: #1d529c;
	padding:10px 0;
	transition:all.5s ease;
}
.header_tp_rht ul li {
	padding:4px 6px;
	display:inline-block;
}
.header_tp_rht ul li a {
	font-size:14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:600;
	letter-spacing:0.25px;
	display:inline-block;
}
.header_tp_rht ul li img {
	margin-right:10px;
	float:left;
}
.header_tp_rht ul li a:hover {
	color:#ec3337;
}
.social_icon ul {
	float:right;
}
.social_icon ul li {
	display:inline-block;
	margin-right:5px;
}
.social_icon ul li span {
	font-size:14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:600;
	letter-spacing:0.25px;
	display:block;
}
.social_icon ul li a i {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:5px;
	background:#fff;
	box-shadow:0px 0px 10px rgba(29, 58, 83, 0.15);
}
.social_icon ul li a i.fa-facebook-f {
	color:#5d82d1;
}
.social_icon ul li a i.fa-times {
	color:#000;
}
.social_icon ul li a i.fa-linkedin {
	color:#238cc8;
}
.social_icon ul li a i.fa-instagram {
	color:#c22b72;
}
.social_icon ul li a i.fa-youtube {
	color:#ff0000;
}
.social_icon ul li a i:hover {
	background: #eff1f2;
}
.header-scrolled .header_top {
	display: none;
	transition:all.5s ease;
}
.mobile {
	display:none;
}
.desktop {
	display:block;
}
/************************/
.fixed-top {
	position:relative;
	display:block;
	top:0px;
	padding:10px 0;
	background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.fixed-top.header-scrolled {
	transition:all.5s ease;
	background:#fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.header-scrolled .logo {
	transition:all.5s ease;
    top: 0px;
	width:25%;
}
.header-scrolled .scrollto img {
	height: auto;
	transition: all.5s ease;
}
.header-scrolled .navigation-right-top {
	display: none;
}
.header-scrolled .main-nav > ul {
	padding: 0px;
	margin: 10px 0;
}
.logo {
	transition:all.5s ease;
	width:27%;
}
.header-scrolled {
    position: fixed;
}
.scrollto img {
	/* width:100%; */
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	transition:all.3s ease-in-out;
}
.main-nav > ul {
	margin: 10px 0;
    display: flex;
	transition:all.5s ease;
}
.main-nav > ul > li {
	position: relative;
	float: left;
	padding:10px 4px;
}
.main-nav a {
	color: #414141;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
	letter-spacing:0.30px;
	font-weight: 600;
	text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav ul li:hover {
	background: #f7f7f7;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #1d529c;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 10px);
	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-top: 3px solid #f6f6f6;
    border-radius: 6px 6px 0 0;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 2px solid #f7f7f7;
	margin-top:0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 8px 10px;
    border-radius: 2px;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.30px;
	font-weight: 600;
	text-transform: uppercase;
	width:100%;
}
.main-nav .drop-down ul > .drop-down ul li a {
	padding:5px 10px;
	font-weight: 600;
	white-space: nowrap;
}
.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: #1d529c;
}
.main-nav .drop-down > a:after {
	/* content: "\f141"; */
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
}
.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: "\f141";
	position: absolute;
	right: 15px;
}
/************************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #fff;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #464646;
	padding: 8px 20px;
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #1d529c;
	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: #000000;
}
.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;
}
/************************/
.carousel-inner {
	position:relative;
}
#carousel .carousel-control {
	background:none;
	top:46%;
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	opacity:1;
	position:absolute;
}
#carousel .carousel-control-right {
	right:9%;
}
#carousel .carousel-control-left {
	left:4%;
}
#carousel .carousel-control-right span {
	-webkit-transform:translate3d(100%, 0, 0);
    transform:translate3d(100%, 0, 0);
	/* visibility:hidden; */
	transition:transform 0.5s ease;
	/* opacity:0; */
}
#carousel .carousel-control-left span {
	-webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0);
	/* visibility:hidden; */
	transition:transform 0.5s ease;
	/* opacity:0; */
}
/*#carousel:hover .carousel-control-right span {
	-webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel:hover .carousel-control-left span {
	-webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}*/
#carousel .carousel-control span {
	color: #2d4690;
    background: #ffffff;
    height: 55px;
    width: 40px;
    font-weight: bold;
    z-index: 121;
    line-height: 52px;
    border: 2px solid #e0e0e0;
    text-align: center;
    position: absolute;
    border-radius: 10%;
}
.carousel-indicators {
	right:0;
	bottom:0;
	display: table;
    margin: 0 auto;
}
.carousel-indicators li {
	border:2px solid #1d529c;
	display:inline-block;
	height:8px;
	margin-bottom:0px;
	width:30px;
	background:#fff;
}
.carousel-indicators .active {
	background:#1d529c;
	border:2px solid #fff;
}
.mobile {
	display:none;
}
.desktop {
	display:block;
}
/************************/
#hm_about_main {
	padding:80px 0 60px 0;
}
.company_video_sec {
    width: 100%;
    height: auto;
	padding: 10px 10px 5px 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.company_video_sec video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hm_about_mg {
	position: relative;
    overflow: hidden;
    display: block;
	padding: 5px;
    background: #fbfbfb;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	margin-bottom:20px;
}
.hm_about_mg img {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
    border-radius: 5px;
}
.hm_about_mg img:hover {
	transform: scale(1.1, 1.1);
}
.blue::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	opacity:1;
	transform: translateX(0%);
	transition: transform 1s cubic-bezier(.16,.67,.67,.98) .5s;
}
.blue::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	opacity:1;
	transform: translateX(0%);
	transition: transform 1s cubic-bezier(.16,.67,.67,.98) .9s;
}
.blue::after {
	background:rgb(30 30 30 / 65%);
}
.blue::before {
	background:rgb(35 77 119 / 50%);
}
.show::after {
	transform: translateX(101%);
}
.blue.show::before {
	transform: translateX(101%);
}
.installation_data {
	position:relative;
	width:400px;
	margin-left:-125px;
	background:#ffffff;
	display:flex;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
	align-items:center;
	margin-top: 90px;
}
.install_number {
	background:#1d529c;
	padding:55px 15px;
	width:170px;
}
.install_number h2 {
	font-size:40px;
	color:#fff383;
	font-weight:600;
	display:flex;
}
.install_number h2 span {
	font-size: 35px;
    display: block;
    padding-left: 10px;
}
div.install {
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	color:#fff;
	text-align:left;
	line-height:28px;
	letter-spacing:1px;
	display:block;
}
.ins_machine {
	padding:20px;
	width:100%;
	background:#fff;
}
.ins_machine ul li span {
	color: #414141;
    display:block;
	font-size:17px;
    line-height: 26px;
    letter-spacing: 0.30px;
    font-weight: bold;
}
.ins_machine ul li:nth-child(1) span {
	color: #ea5e20;
}
.ins_machine ul li:nth-child(2) span {
	color: #1d529c;
}
.ins_machine ul li:nth-child(3) span {
	color: #101e4a;
}
.ins_machine ul li:nth-child(4) span {
	color: #00a0e3;
}
.ins_machine ul li:nth-child(5) span {
	color: #00633a;
}
.ins_machine ul li:nth-child(6) span {
	color: #fc6e01;
}
.ins_machine ul li span i {
	margin-right:10px;
	/* color:#1d529c; */
}
.hm_about_data {
	padding-top:30px;
	padding-left:15px;
}
.hm_about_heading span {
	color:#414141;
	font-size:18px;
	display:block;
	text-transform:capitalize;
	letter-spacing:0.30px;
	font-weight:500;
}
.hm_about_heading h1 {
	font-size:32px;
	color:#1d529c;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.hm_about_para p {
	font-size:14px;
	padding-bottom:10px;
	line-height:24px;
	display:block;
	color:#414141;
	letter-spacing:0.30px;
	font-weight:500;
}
.hm_about_btn {
	padding-top:20px;
}
.read_btn {
	position:relative;
	padding:15px 30px;
	display:inline-flex;
	width:200px;
	color:#1d529c;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	letter-spacing:0.30px;
	background:#fbfbfb;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
}
.read_btn:hover {
	background:#259372;
	color:#fff;
}
.read_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#259372;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.read_btn:hover::before {
	width:100%;
	height:100%;
}
.read_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#1d529c;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.read_btn:hover::after {
	width:100%;
	height:100%;
}
/************************/
#hm_industry_main {
	padding:0 0 70px 0;
	margin-top:70px;
	position:relative;
}
.industry_bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.industry_bg:after {
	width:100%;
	height:100%;
	opacity:0.9;
	/* background:#1d529c; */
	background:#1d529c;
	display:block;
	top:0;
	left:0;
	position:absolute;
	content:'';
}
.hm_industry_heading h3 {
	color:#fff;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
	padding-top:50px;
	padding-bottom:10px;
	position:relative;
}
.hm_industry_heading h3:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:50px;
	height:4px;
	background:#fff;
	display:block;
}
.hm_industry_heading h3:before {
	position:absolute;
	content:'';
	bottom:0;
	left:55px;
	width:8px;
	height:4px;
	background:#fff;
	display:block;
}
.hm_industry_feature {
	position:relative;
	margin-top:-50px;
	overflow: hidden;
	display: block;
	border-top: 2px solid #fbfbfb;
    border-left: 2px solid #fbfbfb;
    border-right: 2px solid #fbfbfb;
}
.in_heading {
	padding:15px 15px;
	background:#fff;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size:17px;
	font-weight:600;
	letter-spacing:0.50px;
	color:#1d529c;
	transition: all 500ms ease;
    opacity: 1;
}
.hm_industry_feature:hover .in_heading {
	opacity:0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.hm_industry_feature:hover .hm_feature_overlay {
	opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.hm_feature_overlay {
	background:rgb(251 251 251 / 90%);
	padding:30px 20px 25px 20px;
	text-align:center;
	transition:all 500ms ease;
	opacity:1;
	transform: translateY(101%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	border-bottom: 4px solid #ec3337;
	position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hm_feature_overlay h6 {
	font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #414141;
	text-align:center;
    letter-spacing: 0.50px;
    display: block;
}
.hm_feature_overlay p {
	color: #414141;
	text-align:center;
    display: block;
    font-size: 14px;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.hm_industry_btn {
	padding-top:20px;
}
.ind_btn {
	position:relative;
	padding:10px 30px;
	display:inline-flex;
	width:175px;
	color:#1d529c;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.30px;
	background:#fff;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
}
.ind_btn:hover {
	background:#1d529c;
	color:#fff;
}
.ind_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#1d529c;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.ind_btn:hover::before {
	width:100%;
	height:100%;
}
.ind_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#1d529c;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.ind_btn:hover::after {
	width:100%;
	height:100%;
}
/************************/
#hm_product_main {
	padding:70px 0 40px 0;
	background:#fbfbfb;
}
.hm_product_heading h3 {
	color:#1d529c;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}
.hm_product_heading h3:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:50px;
	height:4px;
	background:#1d529c;
	display:block;
}
.hm_product_heading h3:before {
	position:absolute;
	content:'';
	bottom:0;
	left:55px;
	width:8px;
	height:4px;
	background:#1d529c;
	display:block;
}
.product_mg {
	position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	/* margin-bottom:25px; */
}
.rtl_product_mg {
	position: relative;
    display: block;
    -o-transition: all 0.5s linear;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	/* margin-bottom:25px; */
}
.rtl_product_mg img {
	padding:4px;
	background:#ebeff1;
}
.product_mg img {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
    border-radius: 5px;
	padding:8px;
	background:#ebeff1;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
}
.product_mg img:hover {
	transform: scale(1.1, 1.1);
}
.product_heading h5 a {
	font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    /* color: #414141; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    display: block;
    background: #1d529c;
    padding: 7px 0;
    color: #fff;
}
.hm_product_feature:hover .product_heading h5 a {
	color: #fff;
	background:#259372;
}
.rtl_product_heading h5 a {
	font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    display: block;
    background: #1d529c;
    padding: 10px 0;
    color: #fff;
}
.rlt_product_feature:hover h5 a {
	color: #fff;
	background:#259372;
}
.hm_product_feature {
	padding-bottom:25px;
}
/************************/
#hm_client_main {
	padding:70px 0 40px 0;
}
.hm_client_heading h4 {
	color:#1d529c;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
	padding-bottom:10px;
	margin-bottom:40px;
	position:relative;
}
.hm_client_heading h4:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:50px;
	height:4px;
	background:#1d529c;
	display:block;
}
.hm_client_heading h4:before {
	position:absolute;
	content:'';
	bottom:0;
	left:55px;
	width:8px;
	height:4px;
	background:#1d529c;
	display:block;
}
.client_list {
    border-radius: 15px;
    background-color: #1d529c;
    padding: 50px 50px 10px 35px;
}
.client_list span a {
	color: #fff;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 500;
    padding-bottom: 45px;
}
.client_list span a:hover {
	color:#ec3337;
}
.client_list span a i {
	margin-right:5px;
	color:#fff;
    font-size: 14px;
}
.ayurveda-client-slider {
	/* padding: 15px 0; */
    position: relative;
}
.hm_client_mg {
	margin-bottom:40px;
}
.client_wrap ul {
	margin:0 auto;
	display:table;
}
.client_wrap ul li {
	width: 17.4%;
    margin: 0 15px;
    display: inline-block;
}
.client-wrapper {
    border-radius: 10px;
    background-color: #fff;
    display: block;
    border: 2px solid #fbfbfb;
    /* margin-bottom: 15px; */
    /* padding: 0 15px; */
    margin: 0 5px 15px 5px;
    /* box-shadow: 0 4px 6px 0px rgb(245 245 245 / 85%); */
}
.hm_client_hed span {
	color: #414141;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.foodstuff-client-slider, .pharmaceutical-client-slider, .ayurveda-client-slider {
	/* padding-bottom:30px; */
}
.client_slider {
	padding:15px 0;
}
.industry_client {
    border-radius: 10px;
    background-color: #fff;
    display: block;
    padding: 5px;
    border: 2px solid #2c547c;
    margin: 0 5px 15px 5px;
}
/************************/
#hm_testimonial_sec {
	position:relative;
	padding-top:120px;
	z-index:99;
	margin-bottom:70px;
}
#hm_testimonial_sec::after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:80%;
	z-index: -1;
    background: url(../images/testimonial-bg.jpg);
    background-size: 100% 100%;
    /* background-size: cover; */
}
.testmionial_sec {
	background:#fff;
	width:45%;
	margin-left:150px;
	padding:40px;
	box-shadow: 0px -2px 24px 2px rgb(0 0 0 / 7%);
    border-radius: 8px;
}
.testmionila_heading h5 {
	color: #1d529c;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
}
.testmionila_heading span {
    color: #414141;
    font-size: 22px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
	line-height:28px;
	padding-bottom:20px;
    font-weight: bold;
}
.testimonials_data p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 500;
	display: -webkit-box;
	/* height: 107px; */
	/* -webkit-line-clamp: 4; */
	-webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;
}
.review_p img {
	width:60px!important;
	height:auto;
	border-radius:50%;
	float:left;
	padding: 8px;
    margin-right: 15px;
    border: 2px solid #fbfbfb;
}
.review_p {
	display: block;
	padding-top:20px;
    padding-bottom: 20px;
}
.review_p_txt h6 {
	color: #414141;
    display: block;
    font-size: 16px;
	padding-top:6px;
    letter-spacing: 0.50px;
    font-weight: bold;
}
.review_p_txt span {
	font-size: 14px;
    color: #2c547c;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.carousel-wrap .owl-nav {
	position: absolute;
    right: 0;
    bottom: -10px;
}
.carousel-wrap .owl-prev, .carousel-wrap .owl-next {
	background:#1d529c!important;
	height:40px;
	margin-right:5px;
}
.carousel-wrap .owl-nav .owl-prev, .carousel-wrap .owl-nav .owl-next {
	width:40px;
	height:auto;
	display:inline-block;
}
.carousel-wrap .owl-prev span, .carousel-wrap .owl-next span {
	font-size:25px;
	color:#fff;
	padding-bottom:0px;
	line-height:38px;
	width:40px;
	height:40px;
}
.testimonial_btn a {
	text-align: center;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    color: #1d529c;
    display: block;
    position: absolute;
    right: 0;
    width: 22%;
    bottom: 15px;
}
/************************/
footer {
	padding:60px 0;
	position:relative;
}
.footer_bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.footer_bg:after {
	width:100%;
	height:100%;
	opacity:96%;
	background:#1d529c;
	display:block;
	top:0;
	left:0;
	position:absolute;
	content:'';
}
.foter_navigation h6, .categ_navigation h6, .footer_contact h6 {
	font-size: 19px;
    font-weight: 600;
	text-transform:capitalize;
    letter-spacing: 0.50px;
	color:#fff;
	padding-bottom:15px;
}
.foter_navigation ul li, .categ_navigation ul li {
	padding-bottom:8px;
}
.foter_navigation ul li a, .categ_navigation ul li a {
	position:relative;
	font-size:15px;
	color:#fff;
	letter-spacing:0.30px;
	display:block;
	padding-left:15px;
}
.foter_navigation ul li a:hover, .categ_navigation ul li a:hover {
	color:#fbfbfb;
}
.foter_navigation ul li a:before, .categ_navigation ul li a:before {
	width:10px;
	height:2px;
	background:#fbfbfb;
	position:absolute;
	content:'';
	top:10px;
	left:0;
}
.foter_navigation ul li a:after, .categ_navigation ul li a:after {
	width:2px;
	height:10px;
	background:#fbfbfb;
	position:absolute;
	content:'';
	top:6px;
	left:4px;
}
.foter_navigation ul li a:hover:after, .categ_navigation ul li a:hover:after {
	display:none;
}
.foter_navigation ul li a:hover:before, .categ_navigation ul li a:hover:before {
	background:#ec3337;
}
.categ_navigation ul {
	width:50%;
	float:left;
}
.contact_info {
	position:relative;
	display:block;
	padding-left:55px;
	margin-bottom:15px;
}
.contact_info_icon {
	position:absolute;
	content:'';
	left:0;
	top:10px;
	width:36px;
	height:36px;
	display:block;
}
.contact_info_dtl span {
	color: #fff;
    display: block;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.50px;
    font-weight: 600;
}
.contact_info_dtl p {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
    letter-spacing: 0.30px;
    font-weight: 400;
}
.contact_info_dtl a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
	margin-right:5px;
    letter-spacing: 0.30px;
    font-weight: 400;
}
.contact_info_dtl a:hover {
	color:#ec3337;
}
#footer_copy {
	padding:15px 0;
	background:#fbfbfb;
}
.copy_dtl p {
	color: #414141;
    display: block;
    font-size: 14px;
    letter-spacing: 0.25px;
	font-weight:500;
	text-align:center;
}
.copy_dtl p a {
	color: #1d529c;
    display: inline-block;
}
/************************/
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect img {
	position:absolute;
	content:'';
	width:55px;
	left:-25%;
	background:#fff;
	padding:5px;
	border-radius:9px;
	top:5px;
	z-index:2;
}
#quick_logo_animate {
	animation-name:stretch;
	transform-origin:center;
	animation-timing-function:ease-out;
	animation-delay:0;
	animation-direction:alternate;
	animation-duration:2.5s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
}
@keyframes stretch {
  0% {
    transform: scale(.7);
  }
  100% {
    transform: scale(1);
  }
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background:#1d529c;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:0.50px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
    color: #1d529c;
    position: absolute;
    right: 15px;
    bottom: -10px;
}
.modal-dialog {
	max-width: 650px;
}
.modal-body {
	padding:0px;
    background: #fbfbfb;
}
.modal-header {
	text-align: center;
	background: #1d529c;
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h5.modal-title {
	color:#fff;
	font-size:20px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight:500;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #000;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 40px 20px;
}
.modal_lft_data {
	padding: 15px;
}
.request_form .form-group input {
    display: block;
    width: 100%;
    color: #414141;
	font-weight:600;
	border: 0px;
    line-height: 24px;
	letter-spacing:0.25px;
    padding: 15px 15px;
    font-size: 14px;
    background: #fff;
	margin-bottom:20px;
}
.submit_btn {
    font-size: 14px;
    padding: 15px 25px;
    background: #1d529c;
    color: #fff;
	cursor:pointer;
    display: block;
	font-weight:bold;
	border:0px;
}
.submit_btn:hover {
	border:0px;
	color:#fff;
	background:#414141;
}
.quick_icon {
	position:fixed;
	right: 0px;
	top:50%;
	display:block;
	z-index:999;
}
.quick_icon ul {
	position:relative;
}
.quick_icon ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	display:block;
	text-align:center;
	margin: 6px 0;
}
.quick_icon ul li span {   
	border-color: #2db640;
    position: absolute;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0px;
    height: 48px;
    right: 48px;
    width: 160px;
    display: inline;
    font-size: 16px;
    color: #1bd741;
    font-weight: 600;
    line-height: 20px;
    z-index: 0;
    padding: 13px 8px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid;
    border-right: 0px;
    transition: 0.3s ease-in-out;
}
.quick_icon ul li:hover span {
	opacity:1;
}
.quick_icon ul li:hover {
	box-shadow: 2px 4px 37px 0 rgb(70 70 70 / 20%);
}
.quick_icon ul li.whatsapp_icon {
	background:#2db640;
} 	
.quick_icon ul li.phone_icon {
	background:#1d529c;
} 	
/************************/
#inner_banner {
	min-height:100%;
	height:180px;
	position:relative;
}
.inner_banner_bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.inner_banner_bg:after {
	width: 100%;
    height: 100%;
    opacity: 95%;
    background: #1d529c;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}
.inn_banner_heading h1 {
	text-align: center;
    color: #fff;
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding-top:70px;
    font-weight: 600;
}
/************************/
#inner_product_main {
	padding: 80px 0 60px 0;
}
.inn_product_sec span {
	color: #1d529c;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 500;
	padding-bottom:20px;
}
.inn_product_sec h2 {
	font-size: 23px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #1d529c;
}
.inn_product_dtl h2, .inner_product_dtl h2 {
	font-size: 25px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #1d529c;
}
.inn_product_dtl h3 , .inner_product_dtl h3 {
	font-size: 25px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #1d529c;
}
.inner_product_data h2 {
	font-size: 25px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #4e93c9;
}
.inn_product_mg {
	margin-bottom:40px;
}
.inn_product_mg img {
    /* border-radius: 5px; */
    padding: 5px;
    background: #fbfbfb;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 3%);
}
.inn_product_mg img:hover {
    border-radius: 5px;
    padding: 5px;
    background: #ebeff1;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
}
.inn_product_mg span {
	text-align: center;
    padding: 10px 20px;
    background: #1d529c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
}
.product_mg span {
	text-align: center;
    padding: 7px 7px;
    background: #1d529c;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 500;
    min-height: 60px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    display: flex;
}
.inn_product_dtl, .inner_product_dtl {
	padding:20px 0;
}
.inner_product_dtl p {
	font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
	text-align: justify;
    letter-spacing: 0.30px;
    font-weight: 500;
	position:relative;
	padding-left:25px;
}
.inner_product_dtl p i {
	font-size:12px;
	color: #1d529c;
	margin-right:5px;
	position:absolute;
	content:'';
	top:7px;
	left:0;
	display:block;
}
.inn_product_dtl p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
	text-align: justify;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.inn_product_dtl p i {
	font-size:12px;
	color: #1d529c;
	margin-right:5px;
}
.inn_product_dtl span {  
	font-size: 16px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #1d529c;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.product_detail {
	position:relative;
}
.product_detail h3 {
    color: #1d529c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.product_detail h4 {
    color: #1d529c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.product_detail {
	padding-bottom:20px;
	/* padding-left:20px; */
}
.product_detail ul li i {
    left: 20px;
    line-height: 25px;
    color: #1d529c;
    position: absolute;
    font-size: 10px;
}
.product_detail ul li span {
	display:inline-block;
	padding-left:20px;
	position:relative;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 26px;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.inn_prod_table {
	background:#fff;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
	padding:15px;
}
.table-bordered {
	border:0px;
}
.table {
	margin-bottom:0px;
}
.inn_prod_table th {
	font-size: 16px;
    color: #fff;
	text-align:center;
	font-weight:500;
	letter-spacing:0.30px;
	border-bottom:2px solid #ededed!important;
	background:#1d529c;
}
.inn_prod_table td {
	border:0px;
	/* border-right:2px solid #ededed; */
	border-right:1px solid #1d529c;
    color: #414141;
	letter-spacing:0.30px;
	text-align:center;
	font-weight:500;
	vertical-align: middle;
	font-size:14px;
	text-transform: capitalize;
}
.inn_prod_table td:last-child {
	border-right:0px;
}
.inn_prod_table tr:nth-child(even) {
	background: #ebeff1;
}
.inn_prod_table tr:nth-child(odd) {
	background: #fff;
}
.inn_product_lst h4 {
	padding: 15px 15px;
    font-size: 16px;
    /* font-size: 18px; */
    color: #fff;
    background: #1d529c;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.inn_product_lst0 h4 {
	padding: 15px 15px;
    font-size: 15px;
    color: #fff;
    background: #1d529c;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.card {
	border: 2px solid #fbfbfb;
    border-radius: 0px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    padding: 5px;
}
.card-header {
	padding: 0px;
    background: #ebeff1;
    color: #fff;
	border-bottom:0px;
}
.product-btn {
	color: #1d529c;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.50px;
    padding: 15px;
    border-radius: 0px;
}
.product-btn:hover {
	background:#ebeff1;
}
.btn-link:hover {
	color:#414141;
	text-decoration:none;
}
.btn.focus, .btn:focus {
	box-shadow:none;
}
.product_list {
	/* padding:25px 20px; */
	padding:20px 12px;
	position:relative;
}
.product_list span {
    color: #1d529c;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 600;
    padding-bottom: 15px;
}
.product_list li {
	border-left:1px solid #f2f2f2;
	position:relative;
	padding-left:20px;
}
.product_list li a i {
	left:-28px;
	line-height:26px;
	color:#1d529c;
	opacity:.8;
	position:absolute;
}
.product_list li a {
	color:#303030;
	padding:3px 0px;
	/* padding:8px 0px; */
	display:block;
	text-decoration:none;
	line-height:24px;
    font-weight: 500;
	position:relative;
	border-bottom:1px solid #ededed;
	letter-spacing:0.30px;
	font-size:14px;
}
.product_list li:first-child a {
	padding-top:0px;
}
.product_list li a:hover, .product_list li a:hover i {
	color:#ec3337;
	display:block;
}
.product_list li.active a, .product_list li.active a i {
	color:#ec3337;
	display:block;
}
.product_list li.done a, .product_list li.done i {
	color:#ec3337;
	display:block;
}
.collapsible-link {
	width: 100%;
	position: relative;
	text-align: left;
}	
.collapsible-link::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	display: block;
	font-family: "FontAwesome";
	font-size: 1.1rem;
}
.collapsible-link[aria-expanded="true"]::before {
	content: "\f106";
}
.product_section {
	padding-right:30px;
}
.pulverizing_systems_lst {
	border: 2px solid #fbfbfb;
    border-radius: 0px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    padding: 5px;
}
.pulverizing_systems_lst ul li {
	margin-bottom:10px;
    background: #ebeff1;
}
.pulverizing_systems_lst ul li:last-child {
	margin-bottom:0px;
}
.pulverizing_systems_lst ul li a {
	color: #1d529c;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.50px;
    padding: 15px;
	line-height: 20px;
	display:block;
    border-radius: 0px;
}
.pulverizing_systems_lst ul li a:hover {
	color:#414141;
}
/************************/
#product_nav {
	background: #fbfbfb;
	padding:15px 0;
	text-align:center;
}
.bnav_list ul li {
	display:inline-block;
	padding-right:10px;
}
.bnav_list ul li a, .bnav_list ul li span {
	color: #414141;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    font-size: 15px;
}
.bnav_list ul li a i {
	font-size:14px;
}
.bnav_list ul li span {
	color:#1d529c;
}
.bnav_list ul li a:hover {
	color: #1d529c;
}
.bnav_list ul li:after {
    color: #414141;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 700;
	font-size:12px;
	margin-left:10px;
}
.bnav_list ul li:last-child::after {
	display:none;
}
/************************/
.installation_mg {
	margin: 0 auto 20px;
    display: table;
}
.inn_product_bx {
	padding-bottom:30px;
}
.inn_product_bx img {
	border-radius: 5px;
    padding: 5px;
    background: #fbfbfb;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
}
.inn_product_bx span {
    text-align: center;
    padding: 10px 20px;
    background: #1d529c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 600;
}
/************************/
.client_bx {
    padding: 5px;
    background: #fff;
    border: 3px dashed #fbfbfb;
    margin-bottom: 15px;
}
.client_bx img {
    margin: 0 auto;
    display: table;
}
/************************/
.sales_hed span {
    color: #1d529c;
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 600;
    padding-bottom: 30px;
}
.career_bx {
	box-shadow: 0px 0px 10px 0px rgb(1 1 1 / 5%);
    border: 5px solid #fff;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 30px;
	margin-bottom:20px;
}
.career_dtl h4, .career_descp h4 {
	color: #1d529c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.career_dtl span, .career_descp span {
    color: #1d529c;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 600;
    padding-bottom: 15px;
}
.career_descp a {
	font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
	font-weight:bold;
    background: #1d529c;
    margin-top: 15px;
    text-align: center;
}
.career_descp a:hover {
	color:#fff;
	background:#ec3337;
}
.career_dtl p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
    text-align: justify;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.career_dtl p i, .career_descp p i {
	position: absolute;
    top: 6px;
    left: 0;
	font-weight: 600;
    font-size: 14px;
    color: #1d529c;
    content: '';
    display: block;
} 
.career_descp p {
	font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
    text-align: justify;
    letter-spacing: 0.30px;
    font-weight: 500;
	padding-left:25px;
	position:relative;
}
/************************/
.inner_video_bx {
	padding: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	border-radius: 5px;
}
.industry_video_bx {
	padding: 5px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	border-radius: 5px;
	margin-bottom:20px;
}
.video_mx {
	position:relative;
	padding-bottom:25px;
}
.product_video {
	position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 40%;
    right: 0;
    transform: translate(-50%,-50%);
}
.inner_video_bx .product_video a {
    width: 80px;
    height: 80px;
    color: #fff;
	margin:0 auto;
	display:table;
    border-radius: 50px;
    border: 10px solid rgb(252 6 6 / 20%);
    text-align: center;
}
.inner_video_bx .product_video a i {
    background: #fc0606;
    width: 100%;
    height: 100%;
    font-size: 17px;
    border-radius: 50px;
    line-height: 60px;
}
.industry_video_bx .product_video a {
    width: 80px;
    height: 80px;
    color: #fff;
	margin:0 auto;
	display:table;
    border-radius: 50px;
    border: 10px solid rgb(252 6 6 / 20%);
    text-align: center;
}
.industry_video_bx .product_video a i {
    background: #fc0606;
    width: 100%;
    height: 100%;
    font-size: 17px;
    border-radius: 50px;
    line-height: 60px;
}
.modal-open .modal {
	z-index:9999999;
}
.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fc0606;
    padding: 12px 30px;
    text-transform: uppercase;
    border: none;
	cursor:pointer;
}
.btn-style-two:hover {
    color: #fc0606;
    border-color: #ffffff;
    background: #ffffff;
}
/************************/
#contact_inner_sec {
	padding:160px 0 60px 0;
}
.location {
	width:100%;
	height:600px;
}
.location iframe {
	width:100%;
	height:100%;
	border-radius:15px;
	box-shadow:0px -2px 12px 2px rgb(0 0 0 / 7%);
}
.contact_lft_bx {
	border-radius: 50px;
    background-color: #fbfbfb;
    padding: 35px 25px 45px;
    margin-bottom: 0px;
    width: 107%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contact_lft_bx li.cont_details {
	position:relative;
	display: block;
	padding: 10px 0;
	align-items: flex-start;
}
.contact_lft_bx li.cont_details:before {
	position:absolute;
	content:'';
	background-color: #c7c7c8;
	width: 1px;
    height: 100%;
	top: 65px;
    left: 27px;
    z-index: -1;
}
.contact_lft_bx li.cont_details:last-child::before {
	height: 20%;
}
.cont_bx {
	width:55px;
	height:55px;
	padding:2px;
	float: left;
	border: 2px solid rgb(35 77 119 / 30%);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_bx span img {
	width:26px;
}
.contact_dtl {
	padding-left:70px;
	display:block;
}
.contact_dtl span {
	display: block;
    font-size: 16px;
    letter-spacing: 0.50px;
    font-weight: 600;
	color:#1d529c;
	padding-top:5px;
	padding-bottom:10px;
}
.contact_dtl p {
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.contact_dtl a {
	font-size: 15px;
    display: inline-block;
    color: #1d529c;
    padding-bottom: 5px;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.contact_dtl a:hover {
	color:#ec3337;
}
.other_details span {
	display: block;
    font-size: 16px;
    letter-spacing: 0.50px;
    font-weight: 600;
	color:#1d529c;
}
.other_details a {
	font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 6px 20px;
	font-weight:bold;
    background: #1d529c;
    margin-top: 10px;
	border-radius:10px;
    text-align: center;
}
.other_details a:hover {
	color:#fff;
	background:#ec3337;
}
.contact_form_bx {
	margin-top:150px;
    border: 5px solid #fff;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
.contact_form .form-group input[type="text"], .contact_form .form-group input[type="tel"], .contact_form .form-group input[type="email"], .contact_form select {
    display: block;
    width: 100%;
    padding: 5px 28px;
    font-size: 16px;
    letter-spacing: 0.25px;
    border-radius: 15px;
    background: #fff;
	height: 63px;
    border: 2px solid #e7e7e7;
}
.contact_form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 28px;
    border: 2px solid #e7e7e7;
    color: #414141;
    height: 120px;
	font-weight:500;
    font-size: 16px;
    resize: none;
    border-radius: 15px;
	border:0px;
    background: #fff;
    border: 2px solid #e7e7e7;
}
.contact_form .form-group input {
    display: block;
    width: 100%;
    padding: 12px 25px;
    border: 0px;
    font-size: 15px;
	font-weight:500;
    color: #414141 !important;
    background: #fbfbfb;
}
.contact_form .form-group label {
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.butn-bg {
    font-size: 16px;
    padding: 15px 30px;
    background: #1d529c;
    color: #fff;
	cursor:pointer;
	margin-top:15px;
	font-weight:600;
    display: block;
	border:0px;
}
.butn-bg:hover {
	color:#fff;
	background:#ec3337;
}
.contact_form h5 {
    color: #1d529c;
    font-size: 22px;
    font-weight: 600;
	text-align:center;
	padding-bottom:30px;
    letter-spacing: 0.50px;
    display: block;
    text-transform: uppercase;
}
.Enquiry_form_bx {
    border: 5px solid #fff;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 30px;
	box-shadow: 0px 0px 10px 0px rgb(1 1 1 / 5%);
    border: 5px solid #fff;
}
.other_info h6 {
    color: #1d529c;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.30px;
    font-weight: 600;
	padding-top:15px;
    padding-bottom: 15px;
}
/************************/
#about_inner_sec, #about_last_sec {
	padding:60px 0 60px 0;
}
#inner_about_middle {
	padding: 40px 0 40px 0;
	background: #fbfbfb;
}
.inn_about_heading span {
	color:#414141;
	font-size:18px;
	display:block;
	text-transform:capitalize;
	letter-spacing:0.30px;
	font-weight:bold;
}
.inn_about_heading h1 {
	font-size:35px;
	color:#1d529c;
	font-weight:bold;
	letter-spacing:2px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.inn_about_para span {
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.inner_Sec {
	padding-top:30px;
}
.inn_about_mg img {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    border-radius: 5px;
	margin:0 auto;
	display:table;
	padding: 5px;
    background: #fbfbfb;
}
.goal_sec h2, .goal_sec h3 {
    font-size: 25px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #1d529c;
}
.goal_sec p {
	position:relative;
	font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
    color: #414141;
    letter-spacing: 0.30px;
    font-weight: 500;
	padding-left:35px;
}
.goal_sec p img {
	position:absolute;
	content:'';
	top:2px;
	left:0;
	margin-right:15px;
	width:25px;
	height:auto;
	display:block;
}
/************************/
.quick_anch_btn a {
	font-size: 14px;
    color: #ffffff;
    display: flex;
    padding: 6px 10px;
    font-weight: bold;
    background: #1d529c;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
    min-height: 55px;
    position: relative;
    justify-content: center;
    align-items: center;
}
.quick_anch_btn a:hover {
	color:#fff;
	background:#ec3337;
}
/************************/.format_lst ul li {    width: 31%;    display: inline-block;    margin: 0 20px 0 0;}.format_lst ul li a {    font-size: 15px;    line-height: 30px;    padding: 10px 12px;    background: #ebeff1;    display: block;    letter-spacing: 0.50px;    text-transform: capitalize;    font-weight: 600;    margin-bottom: 10px;    color: #414141;	box-shadow:0 2px 6px 0 rgb(0 0 0 / 3%);	border:2px solid #fff;}.format_lst ul li a i {    margin-right: 5px;    font-size: 14px;    color: #1c589b;}.format_lst ul li a:hover {	color:#1d529c;	background:#fbfbfb;}





