@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600;700;800;900&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
button:focus {
	outline: 0px auto -webkit-focus-ring-color;
}
ul {
	list-style:none;
}
a:hover, a {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,span,p,b,strong {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#3d3d3d;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.container {
	max-width:1200px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #1c4f7a;
}
::selection {
  background-color:#0d4472;
  color:#fff;
}
-webkit-::selection {
    background-color:#0d4472;
    color:#fff;
}
::-moz-selection {
    background-color:#0d4472;
    color:#fff;
}
/*********************/
.header_top {
	display: block;
	background: #000000;
}
.header_tp_sec span {
	font-size: 16px;
	color: #0d4472;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.header_top .row {
	background: #fff;
}
.header_top .row:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
}
.header_tp_sec {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
}
.header_tp_sec .call_option {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	min-width: 235px;
	position: relative;
	margin-left: 30px;
}
.call_option span {
	display: block;
	height: 44px;
	background: #0d4472;
	padding: 3px 20px;
	-webkit-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	-webkit-box-shadow: none;
	position: relative;
}
.call_option span a {
	color:#fff;
	font-size: 15px;
	font-weight: 500;
}
.header_tp_sec .call_option span i {
	position: absolute;
	right: -15px;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	z-index: 9999;
	background: #f12117;
	font-size: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.header_tp_sec .social_icon {
	display: inline-block;
	background: #000000;
	padding: 0 0 0 30px;
}
.header_tp_sec .social_icon_tp {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.header_tp_sec .social_icon_tp a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    border-right: 2px solid rgb(255 255 255 / 50%);
}
.header_tp_sec .social_icon_tp a:last-child {
	border-right:0px;
}
/*********************/
.main-header {
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);
	position: relative;
	z-index: 9999;
}
.fixed-top {
	position: relative;
	display: block;
	top: 0px;
	padding: 0px 0;
	/* background: #e4e4e4; */
	background: #EEF1F6;
}
.header-scrolled .scrollto img {
	width: 162px;
	height: auto;
	transition: all.5s ease;
	margin-top: 11px;
}
.logo {
	position: absolute;
    left: 0;
    top: -45px;
    background: #fff;
    padding: 20px 30px 20px 0;
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    -webkit-box-shadow: -15px 18px 90px 0 rgb(0 0 0 / 19%);
    box-shadow: -15px 18px 50px 0 rgb(0 0 0 / 19%);
    -webkit-border-radius: 0px 0px 50px 0px;
    border-radius: 0px 0px 50px 0px 
}
.logo:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
}
.header-scrolled .logo{
	top: -15px;
	max-width: 195px;
	padding: 7px 30px 4px 0;
}
.header-scrolled {
	position: fixed;
	padding: 0px 0 0px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
}
.scrollto img {
	height: auto;
	transition: all.5s ease;
}
.main-nav {
	float:right;
	display: flex;
	transition:all.3s ease-in-out;
}
.main-nav > ul {
	margin: 10px 0;
	display: block;
	float: right;
	transition:all.5s ease;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
	padding: 5px 5px;
}
.main-nav a {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	padding: 2px 15px;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #0d4472;
	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: 6px;
    background-color: rgba(255,255,255,1);
	box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
    border: none;
	border-top: 3px solid #0d4472;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 200px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 6px 12px;
    color: #464646;
	font-weight:600;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul > .drop-down ul li a {
	padding:0 10px;
	font-weight:500;
	line-height:28px;
}
.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: #0d4472;
}
.main-nav .drop-down > a:after {
	content: "\f107";
    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: -270px;
	width: 270px;
	padding-top: 18px;
	background: #fff;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #464646;
	padding: 8px 12px;
	font-weight: bold;
    font-size: 13px;
    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: #0d4472;
	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: 30px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 14px 14px 0 0;
	color: #0d4472;
}
.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;
}
/***********************/
#home-demo .owl-nav {
	position: absolute;
	bottom: 0px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	background: #fff;
	width: fit-content;
	min-width: 215px;
}
#home-demo .owl-dots {
	position: absolute;
	bottom: 0;
	left: 60px;
	text-align: center;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin-left: 0;
}
#home-demo .owl-nav button.owl-prev {
	border-right: 1px solid #5051522b !important;
}
#home-demo .owl-nav button.owl-next {
	border-left: 1px solid #5051522b !important;
}
#home-demo .owl-nav button span {
	font-size: 30px;
	line-height: 1;
	margin-top: -5px;
	color: #000;
}
#home-demo .owl-nav button {
	width: 50px;
	height: 50px;
	margin: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: 0.6s all;
}
#home-demo .owl-dot.active {
	width: 10px !important;
	height: 10px !important;
	background: #222 !important;
}
#home-demo .owl-dots .owl-dot {
	width: 5px;
	height: 5px;
	background: #35323396;
	border-radius: 50px;
	margin: 0px 5px;
	transition: 0.6s all;
}
/**********************/
#about_main {
	padding:70px 0;
	/* background-color: #ecf0f4; */
	position:relative;
}
.hm_company_hed h1 {
	font-size:30px;
	color:#000;
	letter-spacing:1px;
	font-weight:bold;
	display:block;
	text-transform:capitalize;
	padding-bottom:15px;
}
.hm_company_hed h1 span {
	color:#0d4472;
	display:block;
}
.hm_company_hed p {
	letter-spacing:0.30px;
	line-height:24px;
	display:block;
	font-size:15px;
	font-weight:500;
	text-align:justify;
	color: #000;
	padding-bottom:10px;
}
.about-btn {
	font-size: 16px;
    text-transform: uppercase;
    color: #f42819;
    letter-spacing: 2px;
    height: 52px;
    font-weight: 600;
    width: 250px;
    border: 2px solid #f42819;
    text-align: center;
    line-height: 52px;
    position: relative;
    display: block;
    margin-top: 15px;
}
.about-btn span {
    position: relative;
}
.about-btn::before {
    content: '';
    height: 42px;
    width: 230px;
    border: 2px solid #f42819;
    opacity: 0.50;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.about-btn:hover::before {
    background: #f42819;
    opacity: 1;
    border-color: #f42819;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.about-btn:hover {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.hm_about_img_rht {
	position: relative;
}
.imgBx {
	position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0px -10px 30px 0px rgba(0,0,0,.1); */
}
.hm_about_img_rht .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .4s,-webkit-transform .7s;
    transition: opacity .4s,transform .7s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	height: 580px;
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}
.hm_about_img_rht:hover .imgBx img {
    transform: scale3d(1.05,1.05,1)
}
.hm_about_img_rht .imgBx:before {
    position: absolute;
    bottom: -26%;
    left: -8%;
    width: 123%;
	z-index:99;
    height: 36%;
    content: '';
    background: #fff;
    transform: rotate(9deg);
}
.hm_about_img_rht .countBx {
    position: absolute;
    background: #0d4472;
    border-radius: 20px;
	right: -40px;
	box-shadow: 13.421px 19.897px 70px 0px rgba(0,0,0,.3);
    bottom: 180px;
    padding: 30px;
}
.hm_about_img_rht .countBx .count {
    font-size: 85px;
    line-height: 85px;
	color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.countBx .txt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
/**********************/
#product_main {
	padding:80px 0 60px 0;
	background-color: #EEF1F6;
}
.hm_product_hed h3 {
    display: block;
    position: relative;
    font-weight: 700;
	text-transform:uppercase;
	text-align:center;
	font-size:28px;
	color:#0d4472;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.hm_product_hed h3:before {
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    width: 40px;
	background: #ec261c;
}
.hm_product_hed h3:after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: 18px;
    position: absolute;
    width: 10px;
	background: #ec261c;
}
.product_sec_min {
	position: relative;
	margin-bottom:30px;
	box-shadow: 0px -10px 30px 0px rgba(0,0,0,.1);
}
.content-overlay {
	bottom: 0;
	width: 100%;
	padding: 15px 15px 30px 15px;
	margin: 0px;
	background: #fcfcfc;
}
.content-overlay h6 {
	color: #464646;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:24px;
	font-size: 18px;
	font-weight:700;
	padding-bottom:10px;
}
.content-overlay h6 span {
	display:block;
	color:#0d4472;
}
.product-list-btn {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    color: #ea2a1f;
	font-weight:600;
    padding-right: 78px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.product-list-btn:hover {
	color:#0d4472;
}
.product-list-btn::after {
    content: '';
    background: url(../images/property-type-arrow.png) no-repeat top left;
    width: 60px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: mymove 1.5s infinite;
    animation: mymove 1.5s infinite;
}
@-webkit-keyframes mymove {
    0%   {right: 0px;}
    50%  {right: 10px;}
    100% {right: 0px;}
}
@keyframes mymove {
    0%   {right: 0px;}
    50%  {right: 10px;}
    100% {right: 0px;}
}
.product-btn {
	font-size: 16px;
    text-transform: uppercase;
    color: #f42819;
    letter-spacing: 2px;
    height: 52px;
    font-weight: 600;
    width: 250px;
    border: 2px solid #f42819;
    text-align: center;
    line-height: 52px;
    position: relative;
    display: table;
    margin: 15px auto 0;
}
.product-btn span {
    position: relative;
}
.product-btn::before {
    content: '';
    height: 42px;
    width: 230px;
    border: 2px solid #f42819;
    opacity: 0.50;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.product-btn:hover::before {
    background: #f42819;
    opacity: 1;
    border-color: #f42819;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.product-btn:hover {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/**********************/
#technical_top_main {
	position:relative;
	background: url(../images/industry_bg.jpg) no-repeat;
	padding:80px 0 80px 0;
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#technical_top_main:before {
	width: 100%;
    height: 100%;
    opacity: .9;
    background: rgb(13 68 114 / 90%);
    /* background: rgb(1 9 59 / 90%); */
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}
.technical_heading h3 {
    letter-spacing: 1px;
    display: block;
    position: relative;
    font-weight: 600;
	color:#fff;	
	font-size:28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.technical_heading h3:before {
    content: "";
    width: 40px;
    height: 4px;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.technical_heading h3:after {
    content: "";
    background: #fff;
    width: 10px;
    height: 4px;
	margin-left: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.technical_heading span {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
    font-size: 15px;
	text-align: justify;
    font-weight: 500;
	padding-bottom:20px;
    color: #fff;
}
#technical_btm_main {
	padding-bottom:60px;
}
.quality_dbrd {
	padding:25px 50px;
}
.quality_dbrd_sec {
	padding: 25px 50px;
	border-left: 2px solid #ee241c;
}
.quality_dbrd .quality_bx  {
	padding: 30px 30px 30px 50px;
    background: #F4F7FA;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    border-radius: 15px;
}
.quality_dbrd_sec .quality_bx {
	padding: 25px 50px 25px 30px;
	background: #eef1f6;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
	border-radius: 10px;
}
.quality_dbrd .quality_bx:after {
	position:absolute;
	content:'';
	background: #ee241c;
	width:65px;
	height:2px;
	top:25%;
	left:auto;
	z-index: -1;
	right:0;
}
.quality_dbrd_sec .quality_bx:after {
	position:absolute;
	content:'';
	background: #ee241c;
	width:65px;
	height:2px;
	top:25%;
	right:auto;
	z-index: -1;
	left:0;
}
.quality_no strong {
	position:absolute;
	content:'';
	left:2%;
	top:27%;
	background: #0d4472;
	padding:11px 18px;
	border-radius: 15%;
	width:75px;
	height:75px;
	font-size: 25px;
	color:#fff;
	line-height:50px;
	text-align:center;
}
.quality_no_sec strong {
	position:absolute;
	content:'';
	right:2%;
	top:27%;
	background: #0d4472;
	padding:11px 18px;
	border-radius: 15%;
	width:75px;
	height:75px;
	font-size: 25px;
	color:#fff;
	line-height:50px;
	text-align:center;
}
.quality_tp {
	margin-top:-110px;
}
.quality_bx span {
	font-size: 20px;
	display: block;
	padding-bottom: 5px;
	color: #f12017;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	text-align:center;
}
.quality_bx p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align:center;
    letter-spacing: 0.30px;
}
.quality-para p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 24px;
    display: block;
	padding-bottom:10px;
	text-align:justify;
}
/**********************/
#industry_sec_hm {
    background: #0d4472;
    padding: 75px 0 55px 0;
}
.industry_heading {
	padding-top:30px;
	padding-right:30px;
}
.industry_heading span {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}
.industry_heading h3 {
	letter-spacing: 1px;
    display: block;
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.industry_heading h3:before {
    content: "";
    width: 40px;
    height: 4px;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.industry_heading h3:after {
    content: "";
    background: #fff;
    width: 10px;
    height: 4px;
    margin-left: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.industry_heading p {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.industry_list_main ul li {
	width:32%;
	display:inline-block;
	margin-bottom: 20px;
}
.ind_icon img {
	width: 55px;
    margin-bottom: 10px;
}
.industry_icon_sec span {
	font-size: 16px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    letter-spacing: 0.50px;
}
/**********************/
#feature_hm {
	padding:75px 0;
}
.feature_img_frst img {
	height: 350px;
    object-fit: cover;
    width: -webkit-fill-available;
	margin:20px 0;
    border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
.feature_img_second img {
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
.feature_heading h4 {
	letter-spacing: 1px;
    display: block;
    position: relative;
    font-weight: 600;
    color: #0d4472;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 25px;
	margin-left:30px;
}
.feature_heading h4:before {
    content: "";
    width: 40px;
    height: 4px;
    left: 0;
    background: #ec261c;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.feature_heading h4:after {
    content: "";
    background: #ec261c;
    width: 10px;
    height: 4px;
    margin-left: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.feature_list {
	margin-left:20px;
	position:relative;
}
.feature_list ul li {
	padding-bottom: 8px;
    position: relative;
}
.feature_list ul li img {
	position: absolute;
    content: '';
    width: 30px;
    height: auto;
    display: block;
    top: 2px;
    left: 0px;
}
.feature_list ul li span {
	padding-left: 40px;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
	letter-spacing:0.30px;
}
/**********************/
#footer_bg {
    background: #3d3d3d;
}
.footer_contact_hed {
	padding: 50px 30px 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 450px;
}
.product_contact_hed {
	padding: 50px 10px 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 450px;
}
.quick_contact_hed {
	padding: 50px 10px 50px;
}
.footer_contact_hed h6, .product_contact_hed h6, .quick_contact_hed h6 {
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom:10px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	position:relative;
}
.footer_contact_hed h6:before, .product_contact_hed h6:before, .quick_contact_hed h6:before {
    content: "";
    width: 20px;
    height: 5px;
    left: 0;
    background: #f12017;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.footer_contact_hed h6:after, .product_contact_hed h6:after, .quick_contact_hed h6:after {
    content: "";
    background: #fff;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}
.address span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.30px;
}
.foot-phone {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
}	
.foot-phone .phone {
    width: 36px;
    height: 36px;
    background: #0d4472;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-phone .phone i {
    color: #FFF;
    font-size: 16px;
}
.foot-phone .circle {
    background: #0d4472;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
    -webkit-animation: scaleout 2.5s ease-in-out infinite;
    animation: scaleout 2.5s ease-in-out infinite;
}
.foot-phone span {
    color: #fff;
    font-size: 16px;
	font-weight:500;
	letter-spacing:0.30px;
    display: block;
    margin-left: 20px;
}

@-webkit-keyframes scaleout {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}
.social_icon ul {
	margin-top:20px;
}
.social_icon ul li {
	display:inline-block;
	margin-right:8px;
}
.social_icon ul li a.whatsapp {
    color: #46C256;
    border-color: #46C256;
	margin-left: 0px!important;
    animation: wapp 1800ms ease-in-out infinite;
}
.social_icon ul li a {
    height: 50px;
    width: 50px;
    border: solid 2px #fff;
    border-radius: 35px;
    float: left;
	color:#fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.social_icon ul li a:hover {
	color:#f12017;
    border: solid 2px #f12017;
}
a.whatsapp:hover{
	color:#fff!important;
	background:#46C256;
    border: solid 2px #46C256!important;
}

@keyframes wapp {
	0%{
		box-shadow:inset 0px 0px 0px 0px #46C256;
	}
	50%{
		box-shadow:inset 0px 0px 0px 4px rgba(70,190,85,1), 0px 0px 8px 4px rgba(70,190,85,0.7);
	}
	100%{
		box-shadow:inset 0px 0px 0px 0px #46C256;
	}
}
.footer_contact {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
}
.footer_contact ul {
    position: relative;
    z-index: 3;
}
.footer_contact ul li {
    color: #fff;
    font-weight: 500;
	position: relative;
    padding-left: 30px;
    line-height: 28px;
    font-size: 15px;
	letter-spacing:0.30px;
}
.footer_contact ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: #eef1f6;
    font-weight: 900;
}
.product_navigation ul li {
    padding: 10px 0;
	margin-right:15px;
	border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
.product_navigation ul li a {
    position: relative;
    font-size: 15px;
    color: #fff;
	font-weight:500;
    letter-spacing: 0.30px;
    display: block;
}
.product_navigation ul li a:hover {
	color: #f12017;
}
/**********************/
.foot-bottom {
	padding:10px 0;
	background:#0d4472;
}
.foot-btm-head p {
	color:#fff;
	font-size:14px;
	font-weight:500;
	text-align:center;
	letter-spacing: 0.30px;
}
.foot-btm-head p a {
	color:#fff;
	font-weight:600;
}
/**********************/
#inner_banner_product {
    background: url(../images/industry_bg.jpg) no-repeat;
    min-height:200px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	position:relative;	
}
#inner_banner_product:before {
    width: 100%;
    height: 100%;
    opacity: .9;
    background: rgb(13 68 114 / 90%);
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}
.product_heading {
    background: #EEF1F6;
    margin-top: -50px;
    padding: 55px 70px 55px 55px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
.product_heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    display: block;
    color: #0d4472;
    font-weight: bold;
    text-transform: uppercase;
}
/**********************/
#product_sec_inner {
	padding:60px 0 60px 0;
}
.inn_product_lst h4 {
    padding: 15px 15px;
    font-size: 16px;
    color: #fff;
    background: #0d4472;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.product_list {
    padding: 20px 18px;
    position: relative;
    border: 2px solid #EEF1F6;
    border-radius: 0px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.product_list li {
    border-left: 1px solid #EEF1F6;
    position: relative;
    padding-left: 20px;
}
.product_list li a i {
	left:-28px;
	line-height:26px;
	color:#0d4472;
	opacity:.8;
	position:absolute;
}
.product_list li a {
	color:#000;
	padding:3px 0px;
	display:block;
	text-decoration:none;
	line-height:24px;
    font-weight: 500;
	position:relative;
	border-bottom:1px solid #EEF1F6;
	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:#0d4472;
	display:block;
}
.inn_product_mg {
    padding: 15px;
    border: 5px solid #EEF1F6;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 3%);
	margin-bottom:25px;
}
.inn_product_mg img {
	margin:0 auto;
	display:table;
}
.product_description h2, .product_description h3, .product_description h4 {
	letter-spacing: 1px;
    display: block;
    position: relative;
    font-weight: 600;
    color: #0d4472;
    font-size: 22px;
    padding-bottom: 10px;
}
.product_description p {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    padding-bottom: 10px;
}
.product_description, .techical_heading, .tfeatures {
	padding-bottom:10px;
}
.product_description span {
	font-size: 16px;
    display: block;
    color: #f12017;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
/**********************/
#product_nav {
	background: #EEF1F6;
	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: #000;
    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:#0d4472;
}
.bnav_list ul li a:hover {
	color: #0d4472;
}
.bnav_list ul li:after {
    color: #000;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 700;
	font-size:12px;
	margin-left:10px;
}
.bnav_list ul li:last-child::after {
	display:none;
}
/**********************/
.techical_heading h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    display: block;
    color: #0d4472;
    font-weight: bold;
	padding-bottom:10px;
    text-transform: uppercase;
}
.techical_heading p {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    padding-bottom: 10px;
}
.tfeatures span, .techical_heading span {
	font-size: 16px;
    display: block;
    color: #f12017;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	padding-bottom:10px;
}
.tfeatures p {
    letter-spacing: 0.30px;
    line-height: 26px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    color: #000;
}
.techical_heading h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    display: block;
    color: #0d4472;
    font-weight: bold;
	padding-bottom:10px;
    text-transform: uppercase;
}
/**********************/
#location iframe {
	width:100%;
	height:300px;
}
.address-block {
    background-color: #0d4472;
	margin-top: -131px;
}
.address-top-block {
    width: 100%;
    background-color: #0d4472;
    padding-left: 40px;
    border-bottom: 2px solid rgb(255 255 255);
}
.address-heading {
    font-size: 21px;
    font-weight: 600;
	letter-spacing:1px;
    padding:20px 0;
    color: #fff;
}
.address-dtl-block {
    padding: 32px 30px 20px 30px;
}
.address-dtl-heading {
    line-height: 22px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.address-dtl-block ul li, .address-dtl-block ul li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.50px;
    font-weight: 500;
    color: #fff;
    padding-top: 6px;
}
.address-dtl-block ul li a:hover {
	color: #f12017;
}
.address-dtl-block ul li i {
	font-size:8px;
	padding-right:10px;
}
.contact_form {
	padding-right:30px;
}
.contact_form h5 {
    color: #234d77;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.50px;
    display: block;
    text-transform: uppercase;
}
.contact_form .form-group input[type="text"] {
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.25px;
    border-radius: 10px;
    background: #fff;
    height: 50px;
    color: #000;
    border: 2px solid #3d3d3d;
}
.contact_form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    font-weight: 600;
    padding: 5px 15px;
    border: 2px solid #3d3d3d;
    color: #000;
    height: 120px;
	font-weight:500;
    font-size: 15px;
    resize: none;
    border-radius: 10px;
    background: #fff;
}
.butn-bg {
    font-size: 16px;
    padding: 15px 30px;
    background: #0d4472;
    color: #fff;
	cursor:pointer;
	margin-top:15px;
	font-weight:600;
    display: block;
	border:0px;
}
.butn-bg:hover {
	color:#fff;
	background:#f12017;
}
/**********************/
.hm_company_hed span {
	font-size: 16px;
    display: block;
    color: #f12017;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	/* padding-bottom:10px; */
}
.inn_company_hed h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    display: block;
    color: #0d4472;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.inn_company_dtl {
	margin-left:10px;
	position:relative;
	padding-bottom:15px;
}
.inn_company_dtl ul li {
	padding-bottom: 10px;
    position: relative;
}
.inn_company_dtl ul li img {
	position: absolute;
    content: '';
    width: 30px;
    height: auto;
    display: block;
    top: 2px;
    left: 0px;
}
.inn_company_dtl ul li span {
	padding-left: 40px;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
	letter-spacing:0.30px;
}
/**********************/
.hm-pop-up a {
    background: url(../images/enquiry.png) no-repeat;
    width: 27px;
    height: 135px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -122px;
    z-index: 9999;
}

/*.quickcontact input[type=text], [type=email], [type=number], textarea {
    width:100%;
    max-width:100%;
    padding:7px;
    font-size:13px;
    margin-top:6px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #3d3d3d;
    box-sizing:border-box;
    background:#f7f7f7;
}
.form-text {
	border:1px solid #ccc;
}
.quickcontact input[type=submit] {
    width:100%;
    max-width:100%;
    background-color: #0d4472;
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    font-size:15px;
    padding:7px;
    border:none;
    border-radius:0px;
    cursor:pointer;
}
.quickcontact input[type=submit]:hover {
    background-color:#f12016;
    color:#fff;
    max-width:100%;
}
.btn-1 {
    width:100%;
    max-width:100%;
    background-color: #0d4472;
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    font-size:15px;
    padding:7px;
    border:none;
    cursor:pointer;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
	overflow-x: hidden;
	display:block;
    background-color: #ffffff;
}
.max {
    border: #0d4472 5px solid;
    position: fixed;
    width: 225px;
    right: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #fff;
    padding: 6px;
    margin: 1px;
    z-index: 9999;
}*/
