@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;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;
}
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:#606060;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x:hidden;
}
/************************/
html {
	scroll-behvior:smooth;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
	width:7px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	border:none;
	background-color:#1333ba;
}
::-webkit-scrollbar:horizontal {
	height: 7px; 
}
::-webkit-scrollbar-track {
	background-color: #F4F7FA; 
}
.container {
	max-width:1180px;
}
/************************/
.language {
	float: right;
    display: block;
    position: absolute;
    top: 28px;
    right: 15px;
	transition:all .8s ease;
}
.header-scrolled .language {
	top:16px;
	transition:all .8s ease;
}
.language a {
	display:none;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 14px;
	border:2px solid #1333ba;
	color:#1333ba;
	width: 170px;
	font-family: Montserrat;
}
.goog-te-gadget img {
	display:none;
}
.goog-logo-link {
	display:none;
}
.goog-te-gadget {
	font-size:0px !important;
	padding-top:0px;
}
#google_translate_element {
	margin-top:0px;
}
/************************/
/*.header {
	background:#364687;
	padding: 8px 0;
}
.header_tp_lft {
	float:right;
	display: flex;
}
.header_tp_lft ul li {
	padding: 4px 20px 0 0px;
	display:inline-block;
}
.header_tp_lft ul li a {
	font-size:14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:500;
	letter-spacing:0.25px;
	display:inline-block;
}
.header_tp_lft ul li a:hover {
	color: #00aeef;
}
.header_tp_lft ul li img {
	margin-right:12px;
	float:left;
}
.social_icon ul {
	float:right;
}
.social_icon ul li {
	display:inline-block;
	margin-right:6px;
	padding: 0px;
}
.social_icon ul li span {
	font-size:14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:500;
	letter-spacing:0.50px;
	display:block;
}
.social_icon ul li a {
	display:inline-block;
	width: 36px;
    height: 36px;
    line-height: 30px;
	border-radius: 10px;
	text-align:center;
	padding:2px;
	border:1px solid #00aeef;
	box-shadow:0px 0px 10px rgba(29, 58, 83, 0.15);
}
.social_icon ul li a i {
	background:#fff;
	padding: 7px;
	text-align: center;
	width: 100%;
	font-size:16px;
	height: auto;
	color:#364687;
	border-radius: 6px;
}
.social_icon ul li a i.fa-facebook {
	color:#5d82d1;
}
.social_icon ul li a i.fa-linkedin-in {
	color:#0077b5;
}
.social_icon ul li a i.fa-twitter {
	color:#1da1f2;
}
.social_icon ul li a i.fa-envelope-open {
	color:#ed1c24;
}
.social_icon ul li a i.fa-whatsapp {
	color:#4caf50;
}
.social_icon ul li a:hover i {
	background: #364687;
	color:#fff;
}*/
/************************/
.fixed-top {
	position:fixed;
	display:block;
	background:#fff0;
	top:0px;
	transition:all.5s ease;
	padding:8px 0;
}
.header-scrolled {
    position: fixed;
	transition:all.5s ease;
	background:#fff;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
}
.header-scrolled .logo {
	margin-top:0px;
	transition:all.5s ease;
}
.header-scrolled .logo {
	width:100%;
	height:auto;
	transition:all .8s ease;
	width: 14%;
	margin-right: 120px;
}
.fixed_logo {
	display:none;
}
.scroll_logo {
	display:block;
}
.header-scrolled .fixed_logo {
	display:block;
}
.header-scrolled .scroll_logo {
	display:none;
}
.logo {
	transition:all .8s ease;
	width: 18%;
	height:auto;
	margin-right: 80px;
}
.main-nav {
	/* float:right; */
	transition:all .8s ease;
}
.main-nav > ul {
	margin: 2.5% auto;
    display: block;
	transition:all .8s ease;
}
.header-scrolled .main-nav > ul {
	margin: 1.4% auto;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
	line-height: 30px;
}
.main-nav a {
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px;
}
.header-scrolled .main-nav a {
	color:#1333ba;
}
.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
	display:none;
    content: '';
    background-color: #364687;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav li:last-child {
	border-right:0px;
	line-height: 30px;
}
.main-nav .active > a {
	font-weight: 600;
}
.main-nav .active > a {
	color:#fff;
}
.header-scrolled .main-nav .active > a {
	color:#1333ba;
}
.main-nav a:hover, .main-nav li:hover > a {
	color: #1333ba;
	text-decoration: none;
	font-weight:600;
}
.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;
}
.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 {
	border-bottom: 1px solid #ddd;
	margin-top:0px;
}
.main-nav .drop-down ul li:last-child {
	border-bottom:0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 7px 10px;
    color: #1333ba;
    border-radius: 2px;
	font-weight:600;
    transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.50px;
    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: #00aeed;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 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:after {
	content: "\f105";
	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: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #ee2324;
	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: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/************************/
.si-video {
    width: 100%;
    height: 101vh;
    overflow: hidden;
	position:relative;
}
.si-video:before {
    background: rgb(7 9 21 / 35%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 99.1%;
    z-index: 1;
    position: absolute;
}
.si-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0px;
}
/************************/
#group_company {
    padding: 80px 0 100px 0;
	margin-top: -7px;
	position:relative;
}
.group_company_bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.group_company_bg:after {
	width:100%;
	height:100%;
	opacity:96%;
	background:#1333ba;
	display:block;
	top:0;
	left:0;
	position:absolute;
	content:'';
}
.company_dtl_hm {
	background: #fbfbfb;
	padding: 25px 35px;
	margin-top: -40px;
	border-radius: 15px;
	margin-bottom:40px;
}
.company_dtl_hm img {
	width:75px;
	margin-right:20px;
	float: left;
	display: block;
}
.company_dtl_hm h6 {
	font-size: 25px;
	color: #364687;
	letter-spacing: 0.50px;
	font-weight: 600;
	line-height: 70px;
	justify-content: center;
}
.company_dtl_hm p {
	color: #1E1E1E;
    font-size: 15px;
	font-weight:500;
    padding-bottom: 10px;
	text-align: justify;
}
.company_dtl_hm a {
	font-size: 14px;
	color: #364687;
	font-weight:500;
}
.about_heading, .about_dtl {
	padding:0 5%;
}
.about_heading h1 {
	text-align:center;
	font-size:45px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:5px;
}
.about_heading span {
	font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    color: #00adef;
	text-transform:capitalize;
    font-weight: 600;
	padding-bottom:12px;
}
.about_dtl p {
    color: #fff;
    font-size: 14px;
	text-align:center;
    font-weight: 500;
	letter-spacing:0.30px;
    padding-bottom: 10px;
}
/************************/
#about_home {
	padding: 40px 0 100px 0;
	position:relative;
	background: #F4F7FA;
}
#about_home:before {
	position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    width: 100vh;
    height: 90px;
    background: #F4F7FA;
    border-radius: 60% 60% 0 0;
    transform-origin: top;
    transform: translateX(-50%) scale(4);
}
/*.director_msg span {
	color:#1E1E1E;
	font-size:16px;
	font-weight:600;
	display:block;
	letter-spacing:0.50px;
}
.director_msg h2 {
	font-size: 25px;
    color: #364687;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.director_dtl span {
	color: #364687;
    font-size: 15px;
    font-weight: 600;
	letter-spacing:0.50px;
    padding-bottom: 15px;
	text-align: justify;
	display:block;
}
.director_dtl p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
	letter-spacing:0.50px;
    padding-bottom: 15px;
	text-align: justify;
	display:block;
}
.about_home_mg {
    position: relative;
    display: block;
    margin-right:20px;
    margin-left:20px;
    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%);
}
.about_home_mg:before {
	position:absolute;
	content:'';
	top:75px;
	right:-15px;
	width:35px;
	height:120px;
	background:#364687;
	display:block;
	border-radius:10px 0 10px 0;
}
.about_home_mg img {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    border-radius: 5px;
}
.year_bg {
	position: absolute;
    content: '';
    bottom: -40px;
    left: -30px;
    border-radius: 20px 0 20px 0;
    display: block;
    background: #F4F7FA;
    border: 11px solid #fff;
    padding: 20px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 7%);
    z-index: 2;
}*/
/*.year_dtl {
	/* background-image: url(../images/about-img.png); */
    /* font-size: 110px; */
    /* line-height: 110px; */
    /* text-align: center; */
    /* background-attachment: fixed; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    /* color: #00adef; */
    /* -webkit-text-stroke-width: 2px; */
    /* -webkit-text-stroke-color: #364687; */
    /* font-family: 'Fugaz One', cursive; */
    /* font-family: 'Jost', sans-serif; */
    /* font-weight: 800; 
}
.yaer_span {
    font-size: 16px;
    color: #ed1c24;
    letter-spacing: 0.50px;
    font-weight: 600;
    display: block;
}
.why_leebo_sec {
	padding-left:20px;
}*/
.why_leebo_heading h2 {
    font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.why_leebo_dtl {
	display:block;
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 7%);
	padding:30px 15px 25px;
	background:#ffffff;
	margin-bottom:15px;
	position:relative;
	border-radius:5px;
	margin-bottom: 20px;
	min-height: 140px;
}
.why_leebo_hed {
	padding-left:100px;
}
.why_bg_icon1:before {
	background:url(../images/high-quality-production-icon.png) no-repeat 0 0;
}
.why_bg_icon2:before {
	background:url(../images/360-degree-customer-icon.png) no-repeat 0 0;
}
.why_bg_icon3:before {
	background:url(../images/cutting-edge-technology-icon.png) no-repeat 0 0;
}
.why_bg_icon4:before {
	background:url(../images/time-and-cost-efficiencies-icon.png) no-repeat 0 0;
}
.why_bg_icon5:before {
	background:url(../images/timely-deliveries-icon.png) no-repeat 0 0;
}
.why_bg_icon6:before {
	background:url(../images/stringent-quality-control-icon.png) no-repeat 0 0;
}
.why_bg_icon7:before {
	background:url(../images/experienced-workforce-icon.png) no-repeat 0 0;
}
.why_bg_icon8:before {
	background:url(../images/quick-responses-icon.png) no-repeat 0 0;
}
.why_leebo_hed:before {
	content:'';
	position:absolute;
	width:75px;
	height:75px;
	z-index:1;
    left: 10px;
	top: 10px;
}
div.why_detail {
    font-size: 18px;
    display: block;
    color: #1333ba;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 15px;
    line-height: 22px;
    letter-spacing: 0.50px;
	padding-bottom:10px;
}
.why_leebo_hed span {
    font-size: 18px;
    display: block;
    color: #1333ba;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.50px;
}
.why_leebo_dtl p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
	text-align: justify;
	letter-spacing:0.30px;
}
/************************/
#about_number {
	margin-top: -60px;
    position: relative;
    margin-bottom: 80px;
}
.counter_home {
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* -webkit-transform: translateY(100px); */
    /* transform: translateY(100px); */
    background: #00aeed;
    padding: 60px 20px;
}
.count_box {
    position: relative;
}
.count_box .transperrent {
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #f4f7fa;
    font-size: 10rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d9d9d961;
    /* font-family: 'Jost', sans-serif; */
	font-family: 'Montserrat', sans-serif;
    display: inline-block !important;
    vertical-align: middle;
    overflow: hidden;
}
.count_box h5 {
    font-size: 47px;
    color: #fff;
    font-weight: 900;
    text-align: center;
	font-family: 'Jost', sans-serif;
}
.count_box .counter_detail {
    display: block;
    font-weight: 500;
    font-size: 16px;
	text-align:center;
	color:#fff;
	letter-spacing:0.30px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.counter_detail span {
    display: block;
    font-weight: 500;
    font-size: 16px;
	letter-spacing:0.30px;
	text-transform: capitalize;
}
.counter ul {
	display:flex;
}
.counter ul li {
	width: 19.5%;
    display: inline-flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}
/************************/
#director_msg_sec {
	padding:0 0 60px 0;
}
.director_mg {
	position:relative;
	margin:0 20px;
	z-index:1;
}
.director_mg img {
	border: unset;
    padding: 11%;
    border-radius: 50%;
}
.director_mg:before {
	content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* box-shadow: 0px 14px 10px 0px rgb(244 247 250 / 60%) inset; */
    box-shadow: 0px 20px 10px 0px rgb(10 21 99 / 20%) inset;
    border-radius: 50%;
    transition: all 0.6s;
    transform: rotate(0);
}
.director_mg_bx:hover .director_mg:before {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06) inset;
}
.team_info_icons {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    transition: 0.6s;
}
.team_info_icons .team-icon {
    right: 18%;
    top: 70%;
    background: #0078b5;
    box-shadow: 0px 9px 30px 0px rgb(19 51 186 / 60%);
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    margin-top: -17px;
}
.director_msg_dtl {
	padding-top: 30px;
}
.message_dtl {
	position:relative;
	padding-left:80px;
}
.quote_icon {
	position: absolute;
    left: 0;
    top: 0px;
    width: 55px;
}
.message_dtl span {
    font-size: 26px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 0.50px;
    padding-bottom: 20px;
    display: block;
	line-height:30px;
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
}
.message_dtl p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
	padding-bottom:10px;
	text-align: justify;
    letter-spacing: 0.30px;
}
.message_dtl h5 {
    font-size: 18px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 0.50px;
    padding-bottom: 20px;
    display: block;
	line-height:30px;
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
}
/************************/
#hm_product_main {
	padding:70px 0 100px 0;
	background: #F4F7FA;
	/* background-color:rgba(163,162,163,.11); */
	position:relative;
}
#hm_product_main:before {
	position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    width: 100vh;
    height: 70px;
    background: #fff;
    border-radius: 60% 60% 0 0;
    transform-origin: top;
    transform: translateX(-50%) scale(4);
}
/*.hm_product_hed span {
	color: #1E1E1E;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
	display:block;
    padding-bottom: 10px;
}
.hm_product_hed {
    padding: 0 5% 50px 5%;
}*/
.hm_product_lft_dtl {
	position:sticky;
	top:40px;
	height: 80vh;
    padding: 0 30px;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.hm_product_lft_dtl h2 {
	font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
/*.hm_product_lft_dtl p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    padding-bottom: 20px;
    display: block;
	text-align: justify;
}*/
.hm_product_lft_dtl ul li {
	padding-bottom:10px;
}
.hm_product_lft_dtl ul li a {
	color: #1E1E1E;
    letter-spacing: 0.50px;
    line-height: 30px;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 23px;
}
.hm_product_lft_dtl ul li a:hover {
	color:#1333ba;
}
.hm_product_lft_dtl ul li a i {
	font-size:12px;
	color:#000b5d;
	opacity:.7;
	margin-right:5px;
	position: absolute;
    top: 6px;
    left: 0px;
}
.hm_product_feature {
	position:relative;
	display: inline-block;
	padding-bottom:50px;
}
.product_feature_main {
	position:relative;
	cursor:pointer;
	overflow:hidden;
	width: 18vw;
	/* height: 30vw; */
	height:23vw;
	border-radius:15px;
	margin: 4vw 40px;
	float: left;
	box-shadow: 5px 5px 20px 2px #a9a9a9;
	background-color:#ffffff;
	transform:scale(1.2, 1.2);
}
.product_bg1 {
	background-image:url(../images/cu-upcast-rod.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	/* height:36vw; */
	height:23vw;
}
.product_feature_main:hover .product_bg1 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg2 {
	background-image:url(../images/cu-flats-and-strips.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	/* height:36vw; */
	height:23vw;
}
.product_feature_main:hover .product_bg2 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg3 {
	background-image:url(../images/cu-round-hex-square-bar.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg3 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg4 {
	background-image:url(../images/cu-foils-and-sheets.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg4 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg5 {
	background-image:url(../images/cu-wire-rod-and-wires.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg5 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg6 {
	background-image:url(../images/cu-sections-and-profiles.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg6 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg7 {
	background-image:url(../images/cu-tubes-and-pipes.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg7 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_bg8 {
	background-image:url(../images/cu-conductors-and-picc.jpg);
	background-size:cover;
	transition:all 1s;
	width:26vw;
	height:36vw;
}
.product_feature_main:hover .product_bg8 {
	transform:scale(1.1);
	filter: blur(1vw) brightness(80%);
}
.product_icon img {
	position: absolute;
	content: '';
	width: 60px;
	border-radius: 10px;
	padding: 10px;
	background: #fcfcfc;
	height: auto;
	top: 6vw;
	text-align: center;
	display: block;
	left: 50%;
	transition: all 1s;
	transform: translate(-50%, -50%);
}
.product_feature_main:hover .product_icon img {
	transform:translate(-50%, -60%);
}
.product_heading h3 {
	position: absolute;
	color: #fff;
	top: 11vw;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px;
	transition: all 1s;
}
.product_feature_main:hover .product_heading h3 {
	transform:translate(0, -50px);
}
/*.product_heading p {
	color:#fff;
	position:absolute;
	font-size:13px;
	font-weight:500;
	letter-spacing:0.50px;
	text-align:center;
	top: 21vw;
	left: 0vw;
	padding:0 15px;
	width: 100%;
	opacity:0;
	transition:all 1s;
}*/
.product_heading span {
	color: #1E1E1E;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.50px;
    text-align: center;
    top: 19vw;
    display: block;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}
.product_feature_main:hover .product_heading span {
	transform:translate(0, -80px);
	opacity:1;
	background:#00aeed;
	color:#fff;
}
.product_feature_main:hover .product_heading p {
	transform:translate(0, -50px);
	opacity:1;
}
/************************/
#hm_industries_main {
	padding:0 0 40px 0;
}
.hm_industries_heading h4 {
	font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.hm_industries_heading {
	padding: 0 5%;
}
.hm_industries_heading p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 25px;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}
.hm_industries_heading p strong {
    color: #00aeed;
}
.industries_slider .owl-dots.disabled, .industries_slider .owl-nav.disabled {
	display:block!important;
}
.industries_slider .owl-nav button.owl-next {
	font-size: 25px!important;
    color: #fff!important;
    background: #1333ba!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    font-weight: bold!important;
    right: 0;
    top: 50%;
    transform: translate(50px, -70%);
}
.industries_slider .owl-nav button.owl-prev {
	font-size: 25px!important;
    color: #fff!important;
    background: #1333ba!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    font-weight: bold!important;
    left: 0;
    top: 50%;
    transform: translate(-50px, -70%);
}
/************************/
/*#hm_client_main {
	padding:0 0 40px 0;
}
.hm_client_heading h4 {
	font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.client-wrapper {
    border-radius: 10px;
    background-color: #fff;
    display: block;
    border: 3px solid #fcfcfc;
	margin: 20px 10px;
	padding:5px;
} 
.client_slider .owl-dots.disabled, .client_slider .owl-nav.disabled {
	display:block!important;
}
.client_slider .owl-nav button.owl-next {
	font-size: 25px!important;
    color: #fff!important;
    background: #1333ba!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    font-weight: bold!important;
    right: 0;
    top: 50%;
    transform: translate(50px, -70%);
}
.client_slider .owl-nav button.owl-prev {
	font-size: 25px!important;
    color: #fff!important;
    background: #1333ba!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    font-weight: bold!important;
    left: 0;
    top: 50%;
    transform: translate(-50px, -70%);
}*/
/************************/
/*#subscription {
	margin-bottom:-60px;
	position:relative;
	z-index:1;
}
.ply_btn {
	text-align:center;
	border:5px solid #fff;
	border-radius:100%;
	font-size:18px;
}
.ply_btn:after {
	width:100%;
	height:100%;
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	border-radius:100%;
	border: 5px solid #fff;
	animation:animationSignal;
	animation-iteration-count:infinite;
	animation-duration:3s;
	-webkit-animation:animationSignal;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:3s;
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
    -o-transform: scale(1.2);
	transition:all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}


@keyframes animationSignal {
    0% {
        opacity: 0.8;
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal {
    0% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    100% {
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.video_play {
	position:absolute;
	content:'';
	width:50px;
	height:50px;
	text-align:center;
	top:50%;
	left:50%;
	color:#fff;
	line-height:45px;
	border-width:3px;
	transform:translate(-50%, -50%);
}
.video_hm img {
	border-radius:10px 0 0 10px;
}
.bg-color {
	background:#fcfcfc;
	border-radius:10px;
}
.pd {
	padding-left:0px;
}
.subscription_txt {
	display: block;
	padding: 20px 0 0 0;
	align-items: center;
}
.enquiry_tab {
	float:right;
	display: block;
	margin-top: -50px;
}
.enquire_btn {
	padding: 10px 50px;
	background: #3e4d8c;
	font-weight:500;
	letter-spacing:0.50px;
	font-size: 16px;
}
a.enquire_btn {
	color:#fff;
}
.enquiry_tab:hover .enquire_btn {
	background: #00aeef;
}
.subscription_hed h6 {
    color: #3e4d8c;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    padding-bottom: 5px;
}
.subscription_hed p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    padding-bottom: 20px;
    display: block;
    text-align: justify;
}*/
/************************/
.hm_footer_sec {
    padding:50px 0 30px 0;
    background: #1333ba;
    border-top: 5px solid #00aeed; 
	position:relative;
}
.foot_line {
	padding: 5px 0;
}
.office-address ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 300;
}
.office-address ul li img {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
}
.google_review {
    border-radius: 0;
    border-left: 5px solid #577fc0;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    color: #2e568e;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 20px;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 30px;
}
.g_img {
    width: 40px;
}
.ftr-bl img {
    margin-bottom: 2px;
}
.google_review i {
    color: #fbb040;
}
.social-icon ul li {
    display: inline-block;
	padding-right:2px;
}
.social-icon ul li a {
    opacity: 1 !important;
}
.social-icon ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius:25%;
    font-size:18px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.icon2 i {
    background: #0f1419;
    color: #fff;
    border: 1px solid #0f1419;
}
.icon3 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.icon4 i {
    background: #e22f13;
    color: #fff;
    border: 1px solid #e22f13;
}
.icon5 i {
    background: #4caf50;
    color: #fff;
    border: 1px solid #4caf50;
}
.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.hm_foot_hed ul li a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    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: .8; */
}
.hm_foot_hed ul li a:hover {
    opacity: 1;
    color: #fff;
    -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 h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom:18px;
    display:block;
    font-weight:500;
    padding-bottom:10px;
    position:relative;
	letter-spacing:0.50px;
}
.hm_foot_hed h6:before {
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width: 40px;
    height: 3px;
    background: #00adef;
}
.ftr-office h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 5px;
    letter-spacing: 0.30px;
}
.ftr-office {
	padding-bottom:15px;
}
.ftr-office ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 300;
}
.ftr-office ul li img {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
}
.footer_nav ul {
    text-align: center;
    margin-bottom: 15px;
	margin-top: 30px;
}  
.footer_nav ul li a i {
    margin-right:3px;
}
.footer_nav ul li a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    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:.8;
}
.footer_nav ul li a:hover {
    opacity: 1;
    color: #fff;
    -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;
}
.footer_nav ul li{
    display: inline-block;
    padding-right: 20px;
}
.footer_nav ul li a{
    font-size: 17px;
}
.hm_foot_hed_list ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    padding: 2px 0;
}
.foot_gap {
    height:40px;
}
.footer_btn {
    padding: 15px 0;
    background:#fff;
}
.foot_dp_brd {
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #EDEDF447;
	padding-top: 15px;
	margin-top: 20px;
}
.foot_dp_txt p {
    color:#fff;
    font-size:13px;
    letter-spacing:0.5px;
}
.foot_dp_txt_lft p a {
    color: #fff;
    font-size:13px;
    letter-spacing:0.5px;
}
.foot_dp_txt_lft p {
    text-align: right;
}
.iso_tag_line span {
	font-weight: 600;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
/************************/
#inner_product_banner {
	background:url(../images/product-banner.jpg) no-repeat;
	background-size:cover;
	min-height:360px;
	/* height:100%; */
	position:relative;
}
#inner_product_banner:after {
	width: 100%;
    height: 100%;
    background: rgb(7 9 21 / 60%);
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}
.banner_heading {
	position:relative;
	z-index:9;
	padding: 15% 20% 0;
	text-align:center;
}
.banner_heading span {
	font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
	display:block;
    text-transform: uppercase;
}
/*.banner_heading p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 25px;
    display: block;
}*/
/************************/
#inner_product_main {
	padding:70px 0 85px 0;
}
.inn_product_mg img {
	border-radius: 5px;
	padding:10px;
    background: #fcfcfc;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}
.product_wrap {
	padding-right:30px;
}
.inner_product_hed {
	padding-bottom:30px;
}
.inner_product_hed h1 {
    font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
	padding-top:20px;
    text-transform: uppercase;
}
.inner_product_hed p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
	line-height:24px;
    display: block;
    text-align: justify;
}
.inner_product_hed p span {
	font-weight:600;
}
.product_detail {
	position:relative;
}
.product_detail h2 {
    color: #0a1563;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product_detail ul li i {
    left: 0;
    line-height: 30px;
    color: #0a1563;
    position: absolute;
    font-size: 12px;
}
.product_detail ul li span {
	display:inline-block;
	padding-left:25px;
	position:relative;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    color: #1E1E1E;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.theading h2, .theading h3 {
    color: #1333ba;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inn_prod_table {
	background:#fff;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
	padding:15px;
	margin-top:10px;
	/* margin-top:30px; */
}
.table-bordered {
	border:0px;
}
.table {
	margin-bottom:0px;
}
.inn_prod_table th {
	border:0px;
	font-size: 14px;
    color: #fff;
	font-weight:500;
	letter-spacing:0.50px;
	background:#00aeed;
	line-height:24px;
	text-transform:uppercase;
	padding: 16px 15px;
}
.inn_prod_table td {
	border:1px solid #F4F7FA;;
    color: #1E1E1E;
	letter-spacing:0.50px;
	font-weight:500;
	vertical-align: middle;
	font-size:14px;
	line-height:24px;
	padding: 16px 15px;
	text-transform: capitalize;
}
.inn_prod_table td:last-child {
	border-right:0px;
}
.inn_prod_table tr:nth-child(even) {
	background: #F4F7FA;
}
.inn_prod_table tr:nth-child(odd) {
	background: #fff;
}
/************************/
#product_nav {
	padding:15px 0;
	background: #F4F7FA;
	text-align:center;
}
.bnav_list ul li {
	display:inline-block;
	padding-right:10px;
}
.bnav_list ul li a, .bnav_list ul li span {
	color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-size: 13px;
}
.bnav_list ul li a i {
	font-size:14px;
}
.bnav_list ul li span {
	color:#1333ba;
}
.bnav_list ul li a:hover {
	color: #1333ba;
}
.bnav_list ul li:after {
    color: #1333ba;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 700;
	font-size:12px;
	margin-left:10px;
}
.bnav_list ul li:last-child::after {
	display:none;
}
/************************/
.inner_product_title span {
    color: #1E1E1E;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    text-align: center;
    letter-spacing: 0.50px;
}
.inner_product_title p, .inner_industry_title p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 25px;
    display: block;
	padding-bottom:15px;
	text-align: justify;
}
.inner_industry_title p strong {
    color: #00aeed;
}
.product_feature_hm {
    padding-bottom: 30px;
}
.inner_product_title, .inner_industry_title {
	padding-bottom: 30px;
	padding-right:50px;
}
.inner_industry_title h1 {
    font-size: 30px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
	padding-top:20px;
    text-transform: uppercase;
}
.inner_product_title h1 {
    font-size: 30px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
	text-align:center;
	padding-top:20px;
    text-transform: uppercase;
}
.product_md_heading span {
    font-size: 17px;
    color: #0a1563;
	font-weight:600;
	letter-spacing:0.50px;
    padding: 10px 5px;
    display: block;
    background: #F4F7FA;
}
.product_hm_heading:hover span ,.product_feature:hover span {
	color:#00adef;
}
.industry_bg {
	position:relative;
	margin-bottom:50px;
}
.industry_bg img {
	position:relative;
	z-index:2;
	border: 2px solid #fcfcfc;
	border-radius:8px;
}
.industry_bg:before {
	position:absolute;
	content:'';
	bottom:-10px;
	left:-10px;
	width:50%;
	height:50%;
	z-index:0;
	border-radius: 0 0 0 8px;
	background: linear-gradient(to right, #1333ba 0, #00aeed 100%);
}
.industry_bg:after {
	position:absolute;
	content:'';
	top:-10px;
	right:-10px;
	width:50%;
	height:50%;
	z-index:0;
	border-radius: 0 8px 0 0;
	background: linear-gradient(to left, #1333ba 0, #00aeed 100%);
}
.industry_feature {
	position:relative;
	display:block;
	margin-bottom:30px;
}
.industry_feature:hover .industry_btm_sec {
	background:#00aeed;
}
.industry_bx_img {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:block;
}
.industry_bx_img img {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.industry_btm_sec {
	position:relative;
	display:flex;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:15px 35px 15px;
	background:#1333ba;
	align-items:center;
	justify-content:space-between;
}
.industry_overlay_txt a {
	color:#1E1E1E;
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.industry_overlay_txt a i {
	margin-right:10px;
}
.industry_overlay_txt {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	padding:20px 26px 20px 28px;
	z-index:2;
	width: 240px;
	background:#fcfcfc;
	border-top-left-radius:10px;
}
.industry_overlay_txt p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.50px;
    line-height: 25px;
    display: block;
}
.industry_overlay_txt h6 {
    color: #1333ba;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
}
.industry_btm_icon span img {
	width:50px;
}
/************************/
.inner_video_bx {
	padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	/* margin-bottom:50px; */
}
.product_video {
	position: absolute;
	content:'';
	display:block;
    left: 0;
    top: 45%;
    right: 0;
}
.inner_video_bx .product_video a {
    width: 80px;
    height: 80px;
    color: #fff;
	margin:0 auto;
	display:table;
    border-radius: 50px;
    border: 10px solid rgba(255, 255, 255, 0.50);
    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;
}
.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;
}
#download_section {
	padding:20px 0 60px 0;
}
.download_heading h2 {
	color: #364687;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.download_md_heading span {
    font-size: 19px;
    color: #1333ba;
    padding: 10px 0 10px 10px;
    display: block;
    letter-spacing: 0.30px;
    font-weight: 500;
    background: #F4F7FA;
    text-align: center;
}
.download_feature_hm {
	border: 2px solid #fcfcfc;
    border-radius: 5px;
    background: #fcfcfc;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
	cursor: pointer;
}
/************************/
.inner_about_sec_rht {
	padding:30px 30px 80px 30px;
	background:#1333ba;
	margin-top:-170px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.inner_about_data h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    /* text-align: center; */
    padding-top: 20px;
    text-transform: uppercase;
}
.inner_about_data p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.30px;
    line-height: 24px;
    text-align: justify;
    display: block;
	padding-bottom:15px;
}
.inner_about_para p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 24px;
    text-align: justify;
    display: block;
	padding-bottom:15px;
}
.inner_about_para {
	padding-top:100px;
}
.excellence_dtl {
	padding-top:30px;
	text-align:center;
}
.year_sec {
	font-size:15vw;
	font-weight:bold;
	line-height:12vw;
	background:url(../images/about-inner-bg.jpg);
	background-size:cover;
	background-position:50% 50%;
	-webkit-background-clip:text;
	color: rgba(0, 0, 0, 0.08);
    background-color: #1333ba;
	animation:zoomout 10s ease 500ms forwards infinite;
}
@keyframes zoomout {
    from {
        background-size: 100%
    }
    to {
        background-size: 50%
    }
}
.excellence_dtl span {
	font-size: 22px;
    display: block;
    color: #1333ba;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 20px;
    letter-spacing: 0.30px;
}
.company_img img {
	border-radius:25px;
	box-shadow:2px 2px 15px 1px #a9a9a9;
}
/************************/
.vvm_section {
    padding: 35px 25px 20px 25px;
    border-radius: 6px;
    margin-top: 30px;
    border-bottom: 6px solid #00aeed;
    background-color: #f4f7fa;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    min-height: 420px;
}
.vvm_dtl h2, .vvm_dtl h3, .vvm_dtl h4 {
	color: #1333ba;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.vvm_dtl p {
    align-content: unset;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 24px;
	text-align: justify;
    display: block;
    justify-content: center;
}
.vvm_dtl span img {
	width:80px;
	margin-bottom:15px;
}
/************************/
.leebo_data {
    position: relative;
    display: block;
	padding-bottom:30px;
}
.leebo_data:before {
    position: absolute;
    content: '';
    top: 0;
    border-style: dashed;
    left: -35px;
    border-color: #1333ba;
    border-width: 1px;
    height: 100%;
}
.company_tilte h1 {
    text-align: center;
    font-size: 40px;
    color: #1333ba;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
	display:block;
	padding:25px 20px 0;
}
.company_mg img {
    border-radius: 5px;
    padding: 10px;
    background: #fcfcfc;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin-bottom: 30px;
	margin-top:15px;
}
.company_detail h2 {
    font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.company_detail p {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
    letter-spacing: 0.30px;
}
/************************/
.quality_tilte {
	padding-bottom:40px;
}
.quality_tilte h1 {
    font-size: 30px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.quality_tilte span {
    color: #1E1E1E;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
}
.quality_tilte p {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    letter-spacing: 0.50px;
}
.quality_dbrd {
	padding:25px 50px;
}
.quality_dbrd_sec {
	padding:25px 50px;
	border-left: 2px solid #1333ba;
}
.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: 30px 50px 30px 30px;
    background: #F4F7FA;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    border-radius: 15px;
}
.quality_dbrd .quality_bx:after {
	position:absolute;
	content:'';
	background:#1333ba;
	width:65px;
	height:2px;
	top:25%;
	left:auto;
	z-index: -1;
	right:0;
}
.quality_dbrd_sec .quality_bx:after {
	position:absolute;
	content:'';
	background:#1333ba;
	width:65px;
	height:2px;
	top:25%;
	right:auto;
	z-index: -1;
	left:0;
}
/*.quality_no strong {
	position:absolute;
	content:'';
	left:2%;
	top:27%;
	background:#00aeed;
	padding:11px 18px;
	border-radius:25%;
	width:75px;
	height:75px;
	font-size:20px;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-family: 'Jost', sans-serif;
}
.quality_no_sec strong {
	position:absolute;
	content:'';
	right:2%;
	top:27%;
	background:#00aeed;
	padding:11px 18px;
	border-radius:25%;
	width:75px;
	height:75px;
	font-size:20px;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-family: 'Jost', sans-serif;
}*/
.quality_tp {
	margin-top:-110px;
}
.quality_bx span {
	font-size: 16px;
    display: block;
    color: #1333ba;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.30px;
	text-align:center;
}
.quality_bx p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
	text-align:center;
    letter-spacing: 0.30px;
}
.quality_bx img {
	margin:15px auto;
	display:table;
}
.quality_mtp {
	margin-top:40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.quality_other_sec img {
	border-radius: 5px;
    padding: 10px;
    background: #fcfcfc;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.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;
}
/************************/
#location iframe {
	width:100%;
	height:300px;
}
.contact_bg {
	background: #F4F7FA;
	padding:40px 15px;
}
.contact_details ul {
	margin-bottom:40px;
}
.contact_details ul li {
	width:48%;
	display:inline-block;
	margin-right: 10px;
}
.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: 44px;
    height: 44px;
    padding: 2px;
    float: left;
    border: 2px solid rgb(10 21 99 / 20%);
    border-radius: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_bx span img {
	width:20px;
}
.contact_dtl {
	padding-left:55px;
	display:block;
}
.contact_dtl span {
	display: block;
    font-size: 16px;
    letter-spacing: 0.30px;
    font-weight: 600;
    color: #1333ba;
	padding-top:10px;
    padding-bottom: 6px;
}
.contact_dtl a {
	font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.50px;
    display: inline-block;
    color: #1E1E1E;
    font-weight: 500;
    padding-right: 2px;
}
.contact_dtl a:hover {
	color:#ed1c24;
}
.contact_form_bx {
	padding-right:30px;
}
.contact_form span {
	color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
	padding-bottom:15px;
    display: block;
    text-align: center;
    letter-spacing: 0.50px;
}
.contact_form .form-group input[type="text"], .contact_form .form-group input[type="tel"], .contact_form .form-group input[type="email"], .contact_form select {
    color:#1E1E1E;
	display: block;
    width: 100%;
    padding: 5px 16px;
    font-size: 14px;
	font-weight:500;
    letter-spacing: 0.25px;
    border-radius: 15px;
    background: #fff;
    height: 50px;
	margin-bottom:10px;
    border: 1px solid rgb(10 21 99 / 20%);
}
.form-group {
	margin-bottom:0px;
}
.contact_form .form-group textarea[type="text"] {
    display: block;
    width: 100%;
    padding: 10px 16px;
    color: #1E1E1E;
    height: 90px;
	font-weight:500;
    font-size: 14px;
    resize: none;
    border-radius: 15px;
	border:0px;
    background: #fff;
    border: 1px solid rgb(10 21 99 / 20%);
}
.butn-bg {
    font-size: 15px;
    padding: 10px 30px;
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
	letter-spacing:0.30px;
    display: block;
    border: 0px;
}
.butn-bg:hover {
	color:#fff;
	background:#00aeed;
}
.head_office {
	background: linear-gradient(259.16deg,#062298 -.49%,#1333ba);
    color: #fff;
	padding:30px;
	margin:-60px 40px 0 40px;
	position:relative;
}
.head_office span {
	display: block;
    font-size: 18px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #fff;
	text-align:center;
    padding-bottom: 10px;
}
.head_office p {
	display: block;
    font-size: 15px;
    letter-spacing: 0.30px;
    font-weight: 500;
    color: #fff;
	text-align:center;
}
.unit_location iframe {
    min-height: 180px;
    border: 2px solid rgb(10 21 99 / 20%);
    display: block;
	border-radius:10px;
    width: 100%;
}
.unit_hed h3 {
	color: #1333ba;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
    display: block;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.unit_heding h4 {
	color: #1333ba;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 20px;
}
.contact_add p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.30px;
}
/************************/
.career_title h1 {
	font-size: 30px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.career_title span {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: bold;
    display: block;
	padding-top:15px;
	padding-bottom:25px;
    letter-spacing: 0.50px;
}
.career_title span a {
	color:#ed1c24;
}
.career_title p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 0.30px;
	text-align:justify;
}
.opening_heading h2 {
	font-size: 24px;
    color: #1333ba;
	text-align:center;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.para-show {
	display: none;
}
.career_sec {
	display: block;
	width: 100%;
	position: relative;
}
.opening_dtl {
	display: block;
    background-color: #fff;
    left: 10px;
    top: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
    padding: 30px;
    color: #1E1E1E;
    position: relative;
}
.career_bx_dsg_tp {
	background-color:#1333ba;
	position: absolute;
	width: 100px;
	height: 10px;
	top: 0;
	left: 0;
}
.career_bx_dsg_lft {
	background-color: #1333ba;
    position: absolute;
	width: 10px;
	height: 100px;
	top: 0;
	left: 0;
}
.opening_dtl h4 {
    color: #1333ba;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.opening_dtl span {
    color: #1E1E1E;
    font-size: 15px;
	display:block;
    font-weight: 500;
    padding-bottom: 5px;
    letter-spacing: 0.30px;
}
.opening_dtl a {
	display:inline-block;
	padding:5px 15px;
	border-bottom: 2px solid #1333ba;
    color: #1333ba;
	margin-top:10px;
	margin-right:10px;
	font-size:15px;
	font-weight:500;
	letter-spacing:0.50px;
}
.opening_dtl a:hover {
	border-bottom: 2px solid #ed1c24;
    color: #ed1c24;
}
.para-show p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    line-height: 26px;
    display: block;
}
/************************/
#inner_industry_main {
    padding: 70px 0 70px 0;
}
#inner_download_main {
    padding: 50px 0 100px 0;
}
.career-form-section {
    background: #F4F7FA;
    padding: 40px 25px;
	margin-left:30px;
	margin-top:10px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
.career_heading h3 {
    font-size: 24px;
    color: #1334ba;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.career-form .form-group input[type="text"], .career-form .form-group input[type="tel"], .career-form .form-group input[type="email"], .career-form .form-group input[type="file"] {
    color: #1E1E1E;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid rgb(10 21 99 / 20%);
}
.career-form .form-group label {
	font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 3px;
}
/************************/
.gallery_tab {
    margin-bottom: 30px;
}
.gallery_tab ul {
    margin:0 auto 30px;
    display:table;
}
.gallery_tab ul li {
    margin: 0 8px;
    position: relative;
    background: #fff;
    text-align: center;
    display:inline-block;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.gallery_tab ul li a {
    font-size:15px;
    font-weight:500;
    color:#1E1E1E;
    width: 200px;
	display:block;
    padding: 15px 0;
    border-radius: 5px;
    letter-spacing:0.25px;
}
.gallery_tab ul li:hover {
    background:#1333ba;
    color:#fff!;
}
.gallery_tab ul li:hover a {
    color:#fff;
}
.gallery_tab ul li a:after {
    position:absolute;
    content:'';
    bottom:-10px;
    width:0;
    height:0;
    left:50%;
    color:#fff;
    opacity: 0;
    visibility: hidden;
    margin-left: -18.5px;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #1333ba;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery_tab ul li a.active:after  {
	opacity:1;
	visibility:visible;
}
.gallery_tab ul li a.show, .gallery_tab ul li.active {
    background: #1333ba;
    color: #fff;
    border-radius: 5px;
}
.gallery_img_bx {
	border-radius: 5px;
    padding: 10px;
    background: #fcfcfc;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}
.gallery_tab_head h2 {
	color: #1333ba;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
    display: block;
    padding-bottom: 30px;
	padding-top:20px;
    text-transform: uppercase;
}
/************************/
.modal-dialog {
	max-width: 500px;
}
.modal-body {
	padding:0px;
    background: #F4F7FA;
}
.modal-header {
	text-align: center;
	background: #1333ba;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h5.modal-title {
	color:#fff;
	font-size:18px;
	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: 30px 20px;
}
.request_form .form-group input {
	color: #1E1E1E;
    display: block;
    width: 100%;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
    border-radius: 15px;
    background: #fff;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid rgb(10 21 99 / 20%);
}
.submit_btn {
    font-size: 15px;
    padding: 10px 30px;
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.30px;
    display: block;
    border: 0px;
}
.submit_btn:hover {
	color:#fff;
	background:#00aeed;
}
.licenses_lft {
	padding-top:5px;
	padding-bottom:15px;
}
.licenses_lft span {
	font-size: 16px;
    color: #1333ba;
    font-weight: 600;
    letter-spacing: 0.30px;
    padding-bottom: 10px;
	display:block;
    text-transform: uppercase;
}
.licenses_lft ul li p {
	color: #1E1E1E;
    letter-spacing: 0.50px;
    line-height: 28px;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 23px;
}
.licenses_lft ul li p i {
	font-size:12px;
	color:#000b5d;
	opacity:.7;
	margin-right:5px;
	position: absolute;
    top: 8px;
    left: 0px;
}
/*************************/
.disclaimer_dtl h1, .sales_terms_dtl h2 {
	font-size: 30px;
    color: #1333ba;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.disclaimer_dtl p, .sales_terms_dtl p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
	line-height:24px;
    display: block;
	padding-bottom:10px;
    text-align: justify;
}
.disclaimer_dtl {
	padding-bottom:15px;
}
.sales_terms_dtl span {
	font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    letter-spacing: 0.30px;
    padding-bottom: 10px;
    display: block;
    text-transform: capitalize;
}



