@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: url(../img/top.jpg) center center no-repeat;
    border-radius: 50%;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif; ;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}

p
{
    color: #000;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0;
   
}
p strong
{
    color: #000;
    font-weight: 600;
    
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ff3c00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
    position: relative;
    background: #fff url(../images/bg.png) top right no-repeat;
	background-size:contain;
    outline: 0;
    z-index: 9999;
}
.footer
{
	position: relative;
}
.header
{
	display: block;
    position: relative;
}
.inner_header{  
  display: block;
    position: fixed;
    z-index: 1001;
    width: 100%;
    background: #fff;
    top: 0;
}
.inner_header h1{
    display: block;
    position: absolute;
    left: 90px;
    top:30px;
   }
.get_in {
       display: block;
       padding: 35px 55px;
       position: relative;
   }
.get_in a{
    display:inline-block;
    padding: 10px 25px;
    border:1px solid #000;
    color:#000;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    
} 
.get_in a:hover{
    color:#fff;
}
.get_in a::before{
    content: " ";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #02012f;
    z-index: -1;
    bottom:0;
    transform: skew(54deg, 36deg);
    opacity: 0;
    
}
.get_in a:hover::before{
    transform: skew(83deg, 36deg);
    opacity: 1;
}

.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .inner_header{
    -webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    background:#fff;
    top: -2px; 
    z-index: 10001;
    box-shadow: 0px 2px 26px rgb(0 0 0 / 50%);
}

.nav-shrink .inner_header h1{
    -webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    top:-6px;
} 
.nav-shrink .navbar
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .header-top
{
	background:#fff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.nav-shrink .logo-white
{
	display:none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .logo-color
{
	display:block;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.nav-shrink .header-button
{
    margin: 22px 0 22px 20px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .header-contact a
{
    margin: 23px 0;
    color: #363636;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink label.menuTitle
{
    padding: 28px 20px;
}
.nav-shrink .bar1, .nav-shrink .bar2, .nav-shrink .bar3
{
    background-color: #000;
}
.header-top
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	padding:0px 20px;
	z-index:99999;
}
.header-top h1
{
    margin: 20px 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.logo-white
{
	display:block;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.logo-color
{
	display:none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav
{
	margin-left:20px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:right;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin-left:20px;
}
.nav ul li a
{
    color: #02012f;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 46px 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
/*.nav ul li a:before
{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 6px;
    z-index: 9999;
    opacity: 0;
}*/
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
	height:5px;
    background: #020130;
    z-index: 999;
    opacity: 0;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: -22px;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    font-size:13px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 10px;
}
 .nav ul li a span.text-link:before
{
	content: " ";
    position: absolute;
    top: -36px;
    bottom: 10px;
    left: 0;
    right: 0;
    width: auto;
    height: 30px;
    margin: auto;
    background: url(../img/prod-logo.png) center center no-repeat;
}

/*.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
} */
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#CCCCCC;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    opacity:1;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    padding: 15px 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	left:-41rem;
}
.nav ul li ul:before
{
    top: -16px;
    left: 30px;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
}
.nav ul li ul li
{
	list-style: none;
    padding: 20px;
    display: block;    
    margin:0;
    transition: all 0.15s ease;
}
.nav ul li ul li:hover{
    background: #dee6e8;
}
ul.sub-menu {
    width: 95vw;
    height: 90vh;
}
ul.sub-menu  li{
	
    float: left;
    width: 25%;
    border-bottom: dotted 1px #dee6e8;
    border-right: 1px dotted #dfe7e9;

}
.nav ul ul li a
{
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: auto;
    position: relative;
    text-transform: none;
	
    padding: 12px 0px;
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:after
{
    display:none;
}
.nav ul ul li a:hover
{
	color:#000;
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
    overflow-y: scroll;
}
.header-contact
{
    padding: 11px 0px;
}
.header-contact a
{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 34px 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-contact a i
{
	display:inline-block;
	margin-right:6px;
	text-align:center;
}
.header-contact a:hover
{
	opacity:0.6;
}
.header-button
{
    margin: 30.5px 0 31.5px 20px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-button a
{
    display: block;
    background: #341b84;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 16px 16px;
    border-radius: 3px;
    text-transform: uppercase;
}
.banner
{
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}


.why_us_section{
    display: flex;
    justify-content: center;
    position: relative;
}
.first_01, .first_02, .first_03
{
    display: block;    
    width:33.333%;
    padding: 50px; transition: all 0.3s ease;

}
.first_01 h2, .first_02 h2, .first_03 h2{
 font-size:23px;
 margin-top: 25px; 
 color:#fff;
 text-transform: uppercase;


}
.first_01 p, .first_02 p, .first_03 p{
color:#fff;
font-size: 16px;
line-height: 24px;
}
.first_01{
    background:#ed0a30;
}
.first_01:hover{
    background:#f59d11;
    transform: translateY(-10px);
}
.first_02{
    background:#00031d;
}
.first_02:hover{
    transform: translateY(-10px);
}
.first_03{
    background:#f59d11;
}
.first_03:hover{
    background:#ed0a30;
    transform: translateY(-10px);
}



#scroll {
    position: fixed;
    left: 20px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 1024;
}
#scroll:before {
    content: "\f232";
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    top: 20%;
    left: 24%;
    font-size: 30px;
    line-height: 1;
}


.about_us_section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 130px 100px;
    position: relative;
    overflow: hidden;
}

.about_us_section:after{
    position: absolute;
    width: 20%;
    height: 24%;
    right: 9rem;
    bottom: 0rem;
    background: url(../img/rotate-1.png ) center center no-repeat;
    opacity: 0.4;
    animation: rorate 3s  infinite ease ; 
    -webkit-animation: rorate 3s infinite ease ; 
    
}
@keyframes rorate {
    0%{
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    50%{
        -webkit-transform: translateX(30px);
        -webkit-transform: translateX(30px);
    }
   
    100%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
.about_us_section figure{
    width:80%;
    position: relative;
   
}
.about_us_section figure:before{
    position: absolute;
    left: -68px;
    top: 64px;
    width: 180px;
    height: 100%;
    background: #fe0000;
    content: '';
    z-index: -1;
}
.about_us_section aside{
    width: calc(100% + 200px);
    position: relative;
    padding: 50px 75px;
    left: -40px;
    background: #fff;
}
.about_us_section aside h1{
   font-size:40px;
   color:#00031d;
   text-transform: uppercase;
   font-weight: 800;
   position: relative;
}
.about_us_section aside h1::before{
    content: "";
    position: absolute;
    width: 43%;
    height: 33%;
    top: 53px;
    left: -3%;   
    background: url(../img/bar.png) center center no-repeat;
}
.about_us_section aside h3{
    font-size:21px;
    color:#00031d;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin-top: 60px;
 }
 .about_us_section aside p{
    text-align: justify;
 }

 
 .about_us_section aside a{
    display: inline-block;
    color:#00031d;
    padding: 12px 33px;
    border:1px solid #00031d;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    outline: 5px solid #fff;

 } 

 .about_us_section aside a:hover{
    color:#fff;
    background: #ea0107;
    outline: 5px solid #ea0107;
    border:1px solid #fff;
    
}
.about_us_section aside a::before{
    content: " ";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #02012f;
    z-index: -1;
    bottom:0;
    transform: skew(54deg, 36deg);
    opacity: 0;
    
}






.why_section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 100px 140px;
    position: relative;
}


.why_section:after{
    position: absolute;
    width: 20%;
    height: 25%;
    left: -6rem;
    bottom: -5rem;
    background: url(../img/rotate-1.png) center center no-repeat;
    opacity: 0.2;
    animation: rorate 3s infinite ease;
    -webkit-animation: rorate 3s infinite ease;
    z-index: 9;
    
}

.why_section aside{
    width:50%;
    position:relative;
}
.why_section aside:after{
    position: absolute;
    right: -30px;
    top: 64px;
    width: 180px;
    height: 100%;
    background: #fe0000;
    content: '';
    z-index: -1;

}
.why_section figure {
  
    width:70%;
    position: relative;
    padding: 50px 75px;
    right: -40px;
    background: #fff;
    z-index: 1;
}

.why_section figure  h1{
    font-size:40px;
   color:#00031d;
   text-transform: uppercase;
   font-weight: 800;
   position: relative;
   margin-bottom: 4rem;
 text-align: center;
}

.why_section figure h1::before{
    content: "";
    position: absolute;
    width: 43%;
    height: 33%;
    top: 53px;
    left: 26%;   
    background: url(../img/bar.png) center center no-repeat;
}
.why_section figure h3{
    font-size:21px;
    color:#00031d;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin-top: 60px;
 }
 
 .why_section figure a{
    display: inline-block;
    color:#00031d;
    padding: 12px 33px;
    border:1px solid #00031d;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 4rem;
    outline: 5px solid #fff;
 } 
 .why_section figure a:hover{
     background: #ea0107;
     color:#fff;
     border:1px solid #fff;
     outline: 5px solid #ea0107;
 }
 .icons-sec{
     display: flex;
 }

 .icons-sec p{
   width:95%;
   text-align: justify;
}

.icons-sec span{
    width:13%;
    margin-top: 1.2rem;
}

.product_Section{
    display: block;
    position: relative;
    margin-bottom: 110px;
    
}
.heading_case{
    display: block;
    margin: 80px auto;
}
.heading_case h1{
    font-size:40px;
    color:#00031d;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    text-align: center;

}
.heading_case h1:before{
    content: "";
    position: absolute;
    width: 43%;
    height: 33%;
    top: 53px;
    left: 38%;   
    background: url(../img/bar.png) center center no-repeat;
}
.inner_product{
   display: block;
}
.inner_product .left_section {
 width: 50%;
 display: flex;
}
.left_section  .number_01{
    width: 50%;
    overflow: hidden;
    position: relative;
   
}
.left_section  .number_01 img{
    width:100%; transition: all 0.3s ease;
}
.left_section:hover .number_01 img{
    transform: scale(1.1);
}
.left_section  .number_02{
    width: 50%;
    background:#00031d;
    padding:45px 40px;
    position: relative;
 
 }
 .left_section .number_02::before{
    position: absolute;
    content: "";
    top: 45%;
    left: -5px;
    width: 22px;
    height: 25px;
    background: #00031d;
    transform: skew(52deg, -31deg);
 }
 .left_section .number_02:nth-last-of-type(2)::before{
    position: absolute;
    content: "";
    top: 45%;
    left: 320px;
    width: 22px;
    height: 25px;
    background: #00031d;
    transform: skew(52deg, -31deg);
    z-index: 9;

 }



 .left_section  .number_02 h2{
     font-size: 22px;
     text-transform: uppercase;
     color:#fff;
     font-weight: 800;
 }
 .left_section  .number_02 p{
   
    color:#fff;
    font-size: 14px;
    line-height: 23px;
    
}
.left_section .number_02 a{
   
    color:#fff;
    border:1px solid #fff;
    padding: 10px 33px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 6;
    
}

.left_section .number_02 a:hover{
    color:#00031d;
  } 
  .left_section .number_02 a:after{
      content: " ";
      position: absolute;
      width:100%;
      height:100%;
      top:0;
      left:0;
      background: #ffffff;    
      bottom:0;
      transform: skew(54deg, 36deg);
      opacity: 0;
      z-index: -1;
  
  }
    
  .left_section .number_02 a:hover:after{
     opacity: 1;
     transform: skew(83deg, 36deg);
  }

.inner_product .right_section {
    width: 50%;
    display: flex;
    position: relative;
    display: block;
}

.right_section .number_01{
    width: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
}


.right_section .number_01 img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.right_section:hover .number_01 img{
    transform: scale(1.1);
  }

.right_section .number_02{
    width: 50%;
    position: relative;
    background:#00031d;
    padding: 60px 40px;
    
 
 }

 .right_section .number_02::before{
    position: absolute;
    content: "";
    top: 45%;
    left: -5px;
    width: 22px;
    height: 25px;
    background: #00031d;
    transform: skew(52deg, -31deg);

 }
 .right_section .number_02:nth-last-of-type(2):before{
    
    left: 320px;
    z-index: 9;
 }
 .right_section .number_02 h2{
     font-size: 22px;
     text-transform: uppercase;
     color:#fff;
     font-weight: 800;
 }
 .right_section .number_02 p{
   
    color:#fff;
    font-size: 14px;
    line-height: 23px;
    
}
.right_section .number_02 a{
   
    color:#fff;
    border:1px solid #fff;
    padding: 10px 33px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 6;
    
}
.right_section .number_02 a:hover{
  color:#00031d;
} 
.right_section .number_02 a:after{
    content: " ";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #ffffff;    
    bottom:0;
    transform: skew(54deg, 36deg);
    opacity: 0;
    z-index: -1;

}


.right_section .number_02 a:hover:after{
   opacity: 1;
   transform: skew(83deg, 36deg);
}


.our_clients{
    display: block;
    position: relative;
    overflow: hidden;
    /* background: #00031d; */
}
.client_title{
    display: block;
    margin-bottom: 70px;
    margin-top: 7rem;
}

.client_title h1{
    font-size:40px;
    color:#00031d;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    text-align: center;

}
.client_title h1:before{
    content: "";
    position: absolute;
    width: 23%;
    height: 33%;
    top: 53px;
    left: 38%;   
    background: url(../img/bar.png) center center no-repeat;
}

.sub_client{
    margin:90px;
    display: block;
    overflow: hidden
}
.product-flow{
    margin: 50px 10px 60px;
    position: relative;
    
}
.main_prod{
    position: relative;
    /* background: url(../img/section1-top-left.png) left top no-repeat, url(../img/section1-top-right.png) right bottom no-repeat; */
}
/* .main_prod:before{
    position: absolute;
    content: "";
    width:100px;
    height:50px;
    background: red;
    left:0;
    top:0;

} */
.contac__us{
    display: block;
    position: relative;
    background: url(../img/ct.png) center center no-repeat;
  
    margin-top: 80px;
    padding: 92px 130px;
    margin: 8em 0px;
    background-attachment: fixed;
    background-size: cover;
}

.inner_contact{
   
    text-align: center;
    display: block;
}
.inner_contact p{
   color:#00031d;
   text-align: center;
   text-transform: uppercase;
}
.inner_contact h1{
   font-size: 40px;
   text-transform: uppercase;
   color:#00031d;
   text-align: center;
   font-weight: 800;
}
.inner_contact a{
    display: inline-block;
    border: 1px solid  #ea0107;
    text-align: center;
    color:#ea0a0e;
    padding: 13px 33px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    z-index: 6;
}
.inner_contact a:hover{
   color: #fff; 
}
.inner_contact a:before{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#ea0a0e;
    ;    
    bottom:0;
    transform: skew(54deg, 36deg);
    opacity: 0;
    z-index: -1;

    
}
.inner_contact a:hover:before{
    opacity: 1;
    transform: skew(83deg, 36deg);
 }
 





.footer
{
    background: rgb(2 1 47) url(../images/bg.png) top right no-repeat;
	background-size:cover;	
	
	position:relative;
}


.inner_footer{
    display: flex;
    position: relative; 
    padding: 80px 100px 70px;
    border-bottom: 1px solid #fff;
}
.footer_right 
{
    margin-right:7%;
}
.footer_right:nth-of-type(4)
{
    margin-right:0;
}
.footer_right h1{
    font-size: 23px;
    font-weight: 800;
    color:#fff;
}
.footer_right ul li{
    position: relative;
    display: block;
}

.footer_right ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 1px;
    background: #fff;
    left: -18px;
    top: 12px;
}
.footer_right ul li a{
   color: #fff;
   font-size: 15px;
   line-height: 1.5;
}
.footer_right ul li a strong{
    font-weight: 800;
}
.footer_right p{
    font-size: 14px;   
    color:#fff;
}

.foot_bottom{
    display: block;position: relative;
    padding: 25px 30px;
}
.inner_footer_bottom{
    display: block;
}
.inner_footer_bottom a{
    color: #fff;
    font-size: 14px;
}


.madhu{
    display: block;
    position: relative;
    position: relative;
    margin-top: 7rem;
    background:url(../img/contactus.jpg) center center;
    padding: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.madhu h1{
    font-size:40px;
    font-weight:800;
    text-transform: uppercase;
    margin-left: 4rem;
    color:#fff;
}



.main_banner{
    display: block;
    position: relative;
    position: relative;
    margin-top: 7rem;
    background:url(../img/banner-2.jpg) center center;
    padding: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_banner h1{
    font-size:40px;
    font-weight:800;
    text-transform: uppercase;
    margin-left: 4rem;
    color:#fff;
}

.breadcrum{
    display: block;
    margin-left: 4rem;
}
.breadcrum a{
    display: inline-block;
    color:#fff;
}
.breadcrum span{
    color:#fff;
}
/* about us*/
.about_us_page{
  padding:70px 100px;
    align-items: center;
}


.about_us_page  h1{
    font-size:40px;
}
.why-us{
    display: flex;
    position: relative;
    justify-content: center;
   
}
.why-us .left{
    width:40%;
}

.why-us .right{
    width:60%;
}
.why-us .right h1{
    font-size:40px;
    font-weight: 800;
    color:red;
}

.why-us .right h3{
   font-size: 25px;
   line-height: 33px;
}

.why-us .right ul{
    list-style-type: disc;
 }

 .why-us .right ul li{
    list-style-type: disc;
    line-height: 24px;
 }

 .client-sec{
     display: block;
     position: relative;
     padding: 85px 50px;
 }

 .client-sec ul{
     list-style-type: none;
 }

 .client-sec ul li{
    list-style-type: none;
    display: inline-block;
    width: 17.333%;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 4px 8px rgb(0,0,0,0.5);
}






.contactus-info
{
    background: #EFEFEF;
	padding:85px 100px;
}
.contactus-info aside
{
	width:33.333333%;
	text-align:center;
	float:left;
}
.contactus-info aside img
{
	width:50px;
	height:50px;
}
.contactus-info aside h3
{
    font-size: 20px;
    font-weight: 700;
    color: #148bc8;
}
.contactus
{
	margin: 120px 80px;
}
.contactus h2
{
	font-size:35px;
    text-transform: uppercase;
    font-weight:800;
}
.contactus aside
{
	width:55%;
}
.contactus fieldset
{
	width:40%;
}
.contactus fieldset form
{
	text-align:left;
}
.contactus fieldset label
{
	color:#fff;
	margin-bottom:5px;
	display:block;
}
.form-split
{
	width:48%;
}
.contactus fieldset div
{
	display: block;
}
.contactus fieldset input[type="text"], .contactus fieldset input[type="number"], .contactus fieldset input[type="email"], .contactus fieldset textarea
{
    border: solid 1px #525252;
    background: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #525252;
    width: 100%;
    float: left;
    padding: 14px 16px;
    outline: 0;
    border-radius: 3px;
	margin-bottom:10px;
}
.select
{
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.select select
{
    border: solid 1px #525252;
    background: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #525252;
    width: 100%;
    float: left;
    padding: 14px 16px;
    outline: 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select:focus
{
    
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none;
    font-size: 30px;
    color: #000;
    font-weight: 100;
}
.select select::-ms-expand
{
	display:none
}
.select select:focus,select select:hover
{
	
}
.contactus fieldset textarea
{
    height:150px;
}
.contactus fieldset input[type="submit"]
{
    border: none;
    background: #02012f;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    width: 150px;
    padding: 16px 16px;
    outline: 0;
    border-radius: 3px;
    cursor: pointer;
}
.contactus fieldset input[type="reset"]
{
    border: none;
    background: #fe0000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    width: 150px;
    padding: 16px 16px;
    outline: 0;
    border-radius: 3px;
    cursor: pointer;
}
.contact_address{
    display: flex;
    padding: 0px 100px 50px;
}
.contact_address aside{
    padding: 35px 50px;
    width: 50%;
    float: left;
    border: solid 15px #fff;
    border-radius: 30px;
    background: #dbd8d8;

}
.contact_address aside h2{
    font-size:30px;
    font-weight:600;
    position: relative;
}
.contact_address aside h2:after{
    position: absolute;
    left:-20px;
    width: 100%;
    height: 40px;
    background: url(../img/shape.png) center center no-repeat;
    content: "";
    bottom: 0px;
}
.contact_address aside:nth-child(2) h2:after{
    left:4px;
}
.contact_address aside p{
   font-size: 18px;
}
.contact_address aside p strong{
    color:#000;
}

.main_products{
   padding: 0px 50px;
    position: relative;
    display: flex;
    
}
.main_products .left_sec{
 display: block;
 margin: 30px 10px;

}
 .left-img{
  width:auto;  
  overflow: hidden;
}

 .left-img img{
   
    transition: all 0.3s ease;
   
  }
 .left-img:hover img{
    transform: scale(1.2);
}

 .right-desc{
    width: 50%;   
    transition: all 0.3s ease;
    
}

.right-desc h1{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}


.right-desc  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;   
    text-align: center;
    background: #02012f;
    color: #fff;
}
.right-desc  table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: calc(100% / 6);
    padding: 0 7.5px;
    min-height: 80px;
}

.right-desc  table tr th{
    /* padding:18px; */
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #02012f;
    width: 50%;
}
.right-desc  table tr td{
    padding:18px;
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #02012f;
    width: 50%;
}


.right_sec{
    display: flex;
    margin:30px;
}

.left_section{
    width:45%;
    text-align: center;
}



  
  /* Modal */
  .modal {
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start; /* or center */
    z-index: 1000; /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
    overflow: hidden; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
    background-color: rgba(0,0,0,0.8);
  }
  .modal.modal-show {
    animation: fadeIn 0.3s ease-in-out ;
  }
  .modal.modal-hide {
    animation: fadeOut 0.3s ease-in-out 0.3s ;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    margin:12rem  2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    overflow: scroll;
  }
  .modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
  }
  .modal.modal-hide .modal-content {
    animation: fadeOutUp 0.3s ease-in-out forwards;
  }
  .modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
  }
  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    /* width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center; */
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    user-select: none;
  }
  .modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
  }
  
  /* Animations */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-3rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0); 
    }
  }
  @keyframes fadeOutUp {
    0% { 
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-3rem);
    }
  }
  
  @media(max-width: 992px) {
    html { font-size: 14px; }
    .modal-content { width: 80%; }
  }
  @media(max-width:767px) {
    html { font-size: 12px; }
    .modal-content { padding: 2rem 1rem 1rem 1rem; width: 90%; }
    .modal-content h1 { margin-bottom: 1.5rem; }
  }

  .flex-content {
    display: flex;
    align-items: center;
}
.title-case{
    display: block;
}
.title-case h2{
    font-size: 18.5px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-case a{
    cursor: pointer;
    display: inline-block;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

.title-case a:hover{
    letter-spacing: 1px;
}
.title-case a span{
    display: inline-block;
    vertical-align: middle;
    
}   

.clients_1{
    display: block;
    position: relative;
    overflow: hidden;
}
.product .clients_1 span{
    position: absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background: #000;
    /* border-radius:200px 200px 0px 0px; */
    opacity: 0;
    transition: all 0.3s ease;

}

.item:hover .clients_1 span{
 opacity: 0.5;
 width:100%;
 right: 0;
}
.title-pro{
  background-color: #00031d;
  position: absolute;
  bottom:0rem;
  width:100%;
  left:0;
  height:4rem;
  
transition: all 0.3s ease;
}

.title-pro h2{
    color: #ffffff;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}

.title-pro a{
    display: inline-block;
    text-align: center;
    color:#fff;
}
.item{
    cursor: pointer;
    transition: all 0.3s ease;
   
}
.item:hover .title-pro{
    bottom:0rem;
    
}
.product.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* border-radius: 200px 200px 0px 0px; */
    position: relative; transition: all 0.3s ease;
    
}

.product.owl-carousel .owl-item:hover .item img{
    transform: scale(1.1);
}
.product.owl-carousel .owl-item img::after {
    position: absolute;
    content: "";
    width:0;
    height: 0;
    border:2px solid red;
    left:0;
    top:0;
}

.view-btn{
    position: absolute;
    display: block;
    transform: translateY(-130%);
    top:0;
    text-align: center;
    right:0;
    margin: auto;
    text-transform: uppercase;
    width: 70%;
    left: 3%;
    /* box-shadow: 0px 0px 0px 1px #fe0000; */
    /* height: 8%; */
   
    transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, top 0.5s ease-in-out;
    opacity: 0;

}
.view-btn a{
    color: #fff;
    padding: 15px 27px;  
    display: inline-block;
    text-align: center;
     background: #00031d;
    /*outline: 5px solid #fff;
    border:1px solid #fe0000; */
   position: relative;
}
.view-btn a:before{
    position: absolute;
    border-left: 2px solid #fe0000;
    border-top: 2px solid #fe0000;
    width: 1px;
    height: 2px;
    background: transparent;
    content: "";
    padding: 18px;
    top: 0;
    left: 0;
}

.view-btn a:after{
    position: absolute;
    border-right: 2px solid #fe0000;
    border-bottom: 2px solid #fe0000;
    width: 1px;
    height: 2px;
    background: transparent;
    content: "";
    padding: 18px;
    bottom: 0;
    right: 0;
}
.view-btn a:hover{
    background:#fe0000 ;
    color:#fff;
    outline:none;
}
.item:hover .view-btn{
    opacity: 1;
    top:50%;
}



.new-client{
    background: none;
}

.new-client .sub_client{
  margin:40px 90px;
}
.clients .clients_1{
    box-shadow: 0px 0px 2px 0px;
}
/* @media only screen and (max-width:767px)
{
	.main_banner h1{
		font-size: 32px;
		margin-left: 0rem;
	}
	.breadcrum{
		display: block;
		margin-left: 0rem;
	}

	.contactus{
		margin: 40px 15px;
	}
	.contactus fieldset {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.contactus aside{
		width: auto;
		float: none;
	} */

    .fab.fa-twitter {
        color: #02012f;
        font-size: 16px;
        border: 2px solid #fff;
        padding: 6px;
        display: inline-block;
        border-radius: 100px;
        background: #fff;
    }

    .fab.fa-instagram{
        color: #fff;
    font-size: 31px;
    display: inline-block;
    vertical-align: sub;
       
    }

    .owl-item .item:hover  .clients_1 .title-pro{
      background: red;
    }

    .owl-item .item:hover img{
        border-radius:0;
    }

    .logo-roll{
        position: absolute;
        right:0;
        top:60%;
        width:100%;
        height: 100%;
    }

    .category-section{
        position: relative;
        padding: 90px 80px 30px;
    }
    .category-section h1{
        font-size:40px;
        font-weight: 800;
        text-transform: uppercase;
        position: relative;
        margin: 0px 0px 6rem;
    }
    .category-section h1:before{
        content: "";
        position: absolute;
        width: 23%;
        height: 33%;
        top: 53px;
        left: -3%;
        background: url(../img/bar.png) center center no-repeat;
}
    
    .inner-category{
        display: flex;
        flex-wrap: nowrap;
    }
    .category-types{
        margin: 0px 0.8rem;
        width:50%;
        display: block;

    }

    .category-types a{
        display: block;
    border: 2px solid #dcdada;
    border-radius: 20px;
    text-align: center;
    
    }

    .category-types:hover a{
        box-shadow: 2px 0px 20px rgb(0 0 0 / 20%);



    }

    .category-types .text-cate{
        text-transform: uppercase;
    }

    .category-types .text-cate h3{
        text-align: center;
        font-size: 15px;
        line-height: 1.3;
    }

    .head-ct{
        width: 100%;
        background: #ec1d23;
     
        display: flex;
        padding: 12px 100px;
        justify-content: flex-end;

}
.head-ct a{
    color: #fff;
}
.head-ct span {
    color: #fff;
    margin: 0px 1rem;
}
.nav-shrink  .head-ct{

    -webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    display: none;
}

.product-11{
    display: block;
    margin:6rem 0px;
}

.product-11 ul{
    list-style-type: none;
}

.product-11 ul li{
    list-style-type: none;
    float: left;
    width: 30%;
    background: #e7e5e5;
    margin: 20px;
    height: 335px;
    position: relative;
    box-shadow: 0px 2px 12px 1px rgb(0 0 1 / 25%);
    border-radius:30px;
}



.product-11 ul li::before{
    /* position: absolute;
    width: 115px;
    height: 45px;
    content: "";
    background: url(../img/top-shape.png) center center no-repeat;
    top:0;
    left:0;
    z-index: -1; */
}

.product-11 ul li::after{
    position: absolute;
    width: 162px;
    height: 35px;
    content: "";
    background: url(../img/right-shape.png) center center no-repeat;
    bottom:0;
    right:0;
}
.brnad{
    display:inline-block;
    background: url(../img/logos.png);
    width: 50%;
    margin: auto;
    height: 40px;
    background-position: -435px -135px;

}

.product-11 ul li:nth-of-type(2) .brnad{
    background-position: -96px -118px;
    width: 46%;
    height:70px;
}

.product-11 ul li:nth-of-type(3) .brnad{
    background-position: -5px -119px;
    width: 28%;
    height: 54px;
}

.product-11 ul li a{
    display: block;
    position: relative;
    
   
}

.product-11 ul li a .container{
    display: flex;
    align-items:center;

}

.pproduct-11 ul li a .container .info-img{
    width: auto;
    margin-top: 1.5rem;
    transition: all 0.3s linear;
 -webkit-transition:all 0.3s linear;

}

.product-11 ul li a .container .info-img img{
    animation: float 3s linear infinite;
    

}

@keyframes float {
    0%{
        transform: translateY(0);
    }
    60%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
    }
}
.product-11 ul li a .container .info{
    width:70%;
    text-align: left;  
    padding-left: 1rem;
}

.product-11 ul li a .container .info h2{
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 800;
}

.product-11 ul li a .container .info p{
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    

}
.product-11 ul li a .container .info  p.btn-view{
    display: inline-block;
    background: red;
    color:#fff;
    padding: 8px 24px;
    margin-top:1.5rem;
}

.product-11 ul li:nth-of-type(4) .brnad{
   
    height: 50px;
    width: 50%;
    background-position: -622px -131px;
}

.product-11 ul li:nth-of-type(5) .brnad{
   
    height: 60px;
    width: 41%;
    background-position: 0px -22px;
}

.product-11 ul li:nth-of-type(6) .brnad{
   
    height: 80px;
    width: 34%;
    background-position: -154px -11px;
}

.product-11 ul li:nth-of-type(7) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}

.product-11 ul li:nth-of-type(8) .brnad{   
    height: 60px;
    width: 50%;
    background-position: -414px -28px;
}

.product-11 ul li:nth-of-type(9) .brnad{   
    height: 80px;
    width: 49%;
    background-position: -591px -18px;
}

.product-11 ul li:nth-of-type(10) .brnad{ 
    height: 60px;
    width: 46%;
    background-position: -260px -128px;
}

.product-11 ul li:nth-of-type(11) .brnad{   
    height: 70px;
    width: 43%;
    background-position: -11px -215px;
}

.product-11 ul li:nth-of-type(12) .brnad{   
    height: 60px;
    width: 30%;
    background-position: -176px -216px;
}

.product-11 ul li:nth-of-type(13) .brnad{   
    height: 78px;
    width: 44%;
    background-position: -292px -215px;
}
.product-11 ul li:nth-of-type(14) .brnad{   
    height: 73px;
    width: 41%;
    background-position: -464px -220px;
}

.product-11 ul li:nth-of-type(15) .brnad{   
    height: 77px;
    width: 41%;
    background-position: -627px -214px;
}


.product-11 ul li:nth-of-type(16) .brnad{   
    height: 96px;
    width: 32%;
    background-position: -8px -310px;
}

.product-11 ul li:nth-of-type(17) .brnad{
    height: 80px;
    width: 47%;
    background-position: -120px -315px;
}

.product-11 ul li:nth-of-type(18) .brnad{   
    height: 70px;
    width: 41%;
    background-position: -297px -315px;
}

.product-11 ul li:nth-of-type(19) .brnad{   
    height: 70px;
    width: 41%;
    background-position: -453px -315px;
}

.product-11 ul li:nth-of-type(20) .brnad{   
    height: 60px;
    width: 41%;
    background-position: -615px -323px;
}

.product-11 ul li:nth-of-type(21) .brnad{   
    height: 65px;
    width: 52%;
    background-position: -789px -429px;
}

.product-11 ul li:nth-of-type(22) .brnad{   
    height: 70px;
    width: 50%;
    background-position: -963px -424px;
}

.product-11 ul li:nth-of-type(23) .brnad{   
    height: 65px;
    width: 55%;
    background-position: -1158px -427px;
}

.product-11 ul li:nth-of-type(24) .brnad{   
    height: 70px;
    width: 49%;
    background-position: -1373px -420px;
}
.product-11 ul li:nth-of-type(25) .brnad{   
    height: 82px;
    width: 41%;
    background-position: -1px -523px;
}

.product-11 ul li:nth-of-type(26) .brnad{   
    height: 65px;
    width: 68%;
    background-position: -136px -531px;
}

 .product-11 ul li:nth-of-type(27) .brnad{   
    height: 61px;
    width: 57%;
    background-position: -378px -531px;
} 

 .product-11 ul li:nth-of-type(28) .brnad{   
    height: 61px;
    width: 53%;
    background-position: -592px -531px;
} 
.product-11 ul li:nth-of-type(29) .brnad{   
    height: 61px;
    width: 46%;
    background-position: -617px -661px;

}

.product-11 ul li:nth-of-type(30) .brnad{   
    height: 61px;
    width: 46%;
    background-position: -444px -662px;
}



.product-11 ul li:nth-of-type(31) .brnad{   
    height: 61px;
    width: 46%;
    background-position: -265px -635px;
}

.product-11 ul li:nth-of-type(32) .brnad{   
    height:79px;
    width: 40%;
    background-position: -126px -652px;
}

.product-11 ul li:nth-of-type(33) .brnad{   
    height: 81px;
    width: 39%;
    background-position: 4px -652px;
}

.product-11 ul li:nth-of-type(34) .brnad{   
    height: 92px;
    width: 49%;
    background-position: -3px -784px;
}

.product-11 ul li:nth-of-type(35) .brnad{   
    height: 87px;
    width:42%;
    background-position: -179px -775px;

}
.product-11 ul li:nth-of-type(36) .brnad{   
    height: 104px;
    width: 42%;
    background-position: -329px -775px;

}

.product-11 ul li:nth-of-type(37) .brnad{   
    height: 118px;
    width: 38%;
    background-position: -511px -767px;
}

.product-11 ul li:nth-of-type(38) .brnad{       
    height: 121px;
    width: 35%;
    background-position: -639px -762px;
}

.product-11 ul li:nth-of-type(39) .brnad{   
    height: 121px;
    width: 35%;
    background-position: -275px -11px;

}
.product-11 ul li:nth-of-type(40) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}

.product-11 ul li:nth-of-type(41) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}
.product-11 ul li:nth-of-type(42) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}
.product-11 ul li:nth-of-type(43) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}
.product-11 ul li:nth-of-type(44) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}
.product-11 ul li:nth-of-type(45) .brnad{   
    height: 94px;
    width: 41%;
    background-position: -275px -11px;
}

/* menu*/

.nav ul li.siemens a span.text-link:before {
    background-position: -160px -39px;
    width:75px;
}

.nav ul li.philips a span.text-link:before {
    background-position: -37px -38px;
    width: 69px;
}

.nav ul li.crompton a span.text-link:before {
    background-position: -9px -39px;
    width: 35px;
}

.nav ul li.elmex a span.text-link:before {
    background-position: -227px -39px;
    width:75px;
}

.nav ul li.finolex a span.text-link:before {
    background-position: 4px 0px;
    width: 70px;
}

.nav ul li.havells a span.text-link:before {
    background-position: -58px -2px;
    width: 55px;

}

.nav ul li.polycab a span.text-link:before {
    background-position: -108px -1px;
    width: 55px;
}

.nav ul li.rrkabel a span.text-link:before {
    background-position: -164px 0px;
    width: 65px;
}

.nav ul li.powerflex a span.text-link:before {
    background-position: -221px 0px;
    width: 80px;
}

.nav ul li.legrand a span.text-link:before {
    background-position: -96px -40px;
    width: 75px;

}

.nav ul li.vasavi a span.text-link:before {
    background-position: -2px -78px;
    width: 72px;
}

.nav ul li.siemens a span.text-link:before {
    background-position: -160px -39px;
    width:75px;
}

.nav ul li.mk a span.text-link:before {
    background-position: -67px -75px;
    width: 50px;
}

.nav ul li.se a span.text-link:before {
    background-position: -112px -75px;
    width: 68px
}

.nav ul li.hager a span.text-link:before {
    background-position: -170px -78px;
    width: 67px;
}

.nav ul li.sintex a span.text-link:before {
    background-position: -231px -75px;
    width: 75px;
}

.nav ul li.anchor a span.text-link:before {
    background-position: 8px -111px;
    width: 61px;
}

.nav ul li.bch a span.text-link:before {
    background-position: -46px -115px;
    width: 74px;

}
.nav ul li.gm a span.text-link:before {
    background-position: -108px -112px;
    width: 65px;
}

.nav ul li.racold a span.text-link:before {
    background-position: -169px -114px;
    width: 64px;
}
.nav ul li.venus a span.text-link:before {
    background-position: -230px -109px;
    width: 65px;
}
.nav ul li.norisys a span.text-link:before {
    background-position: -5px -150px;
    width: 75px;
}
.nav ul li.modis a span.text-link:before {
    background-position: -72px -154px;
    width: 75px;
}
.nav ul li.cascad a span.text-link:before {
    background-position: -149px -152px;
    width: 75px;
}
.nav ul li.ashirvad a span.text-link:before {
    background-position: -225px -153px;
    width: 75px;
}
.nav ul li.obo a span.text-link:before {
    background-position: 2px -193px;
    width: 55px;
}
.nav ul li.honey a span.text-link:before {
    background-position: -57px -191px;
    width: 88px;
}
.nav ul li.atomberg a span.text-link:before {
    background-position: -150px -194px;
    width: 74px;
}
.nav ul li.jaquar a span.text-link:before {
    width: 75px;
    background-position: -227px -184px;
}

.nav ul li.trinity a span.text-link:before {
    width: 71px;
    background-position: -166px -238px;
}
.nav ul li.flucon a span.text-link:before {
    background-position: -109px -222px;
    width: 66px;

}
.nav ul li.geme a span.text-link:before {
    background-position: -49px -239px;
    width: 60px;
}
.nav ul li.cp a span.text-link:before {
    background-position: 5px -228px;
    width: 60px;
    height: 50px;
    margin-bottom: 2px;
}
.nav ul li.essess a span.text-link:before {
    width: 55px;
    background-position: -77px -281px;
    height: 45px;
    margin-bottom: 4px;
}
.nav ul li.orient a span.text-link:before {
    width: 58px;
    background-position: -131px -281px;
    margin-bottom: 4px;
    height: 42px
}
.nav ul li.ship a span.text-link:before {
    width: 57px;
    background-position: -187px -289px;

}
.nav ul li.west a span.text-link:before {
    width: 60px;
    background-position: -239px -279px;
    height: 50px;
}

.nav ul li.jigo a span.text-link:before {
    width: 60px;
    background-position: -239px -224px;
    height: 50px;
}


.credential {
    padding: 5rem 2rem;
    display: flex;
    flex-wrap: wrap;
}
.certificate {
    width: 29%;
    position: relative;
    box-shadow: 0 2px 5px 3px rgb(0 0 1 / 25%);
    margin: 1.5rem;   

}


.certificate  a{
    display: block;
    position: relative;
}
.certificate  p{
    position: absolute;
    bottom: -1rem;
    left: 33%;
    text-align: center;
    transition: all 0.3s ease;
    margin: auto;
    display: block;
    background: black;
    color: #fff;
    padding: 0.5rem 3rem;
    opacity:0;
    
}
.certificate:hover p{
    bottom:5rem;
    opacity: 1;
}
.long-img {
    text-align: center;
}
.your-class{
    margin-top: 10em;
}

.address{
   
    margin-top:5rem;
}
.address p{
    position:relative;
    margin: 0px 15px;
}
.address p:after{
    position: absolute;
    bottom: -27px;
    width: 60%;
    height: 8px;
    background: radial-gradient(#111111 0%, #fff 73%);
    content: "";
    left: -10%;
    transform: translate(50%,-52%);
}
.address p:nth-of-type(5):after{
    opacity: 0;
}
.maps {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.maps .indv-map{
    margin: 5rem 1rem 0rem;
    width: 50%;
}

.indv-map {
    display: flex;
    align-items: start;
    flex-direction: row;
}
.address-text{
    margin: 0;
    padding: 0 10px;
   
}