@charset "utf-8";
/*----------------
RESET CSS
-----------------*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 !important;
	background: #fff;
	color:#414141;
	text-align: center;
    font-family: 'SUSE';
	font-weight:400;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea { margin: 0; padding: 0;}
header, section, footer, aside, nav, main, article, figure { display: block;}
table, tr, td { border: 0;}
a { outline: none; text-decoration: none;}
img { border: none; height:auto; max-width:100%;}
li { list-style: none;}
* { box-sizing: border-box;}
.img-full { max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.for-desk{ display:block;}
.for-mob{ display:none;}
.for-tab{ display:none;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.overflow {overflow: hidden; float: left; width: 100%;}
/**************************/
.top-hm{
	width:100%;
	float:left;
	background:#0f2933;}
.pdiv-tophm{ width:auto; float:right;}
.p1-tophm{
	width:auto;
	float:left;
	color:#fff;
	text-align:right;
	margin: 8px 0 7px;}
.p1-tophm span{ color:#ef0037; font-weight:bold;}
.ic1-tophm{ float: left; margin: -1px 8px 0 0;}
.mrgn1-tophm{ padding:0 0 0 15px;}
/*-----------------------
CSS FOR HEADER
-------------------------*/
.header{
	height: 65px;
	margin-top: -65px;
	position: relative;
	top: 65px;
	background: #fff;
	float: left;
	width: 100%;
	z-index: 9;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:65px;
	    border-bottom: 1px solid #ececec;
	}


.header-fix.hdrbrdr { border-bottom:1px solid #ebeaea;}
.header-fix, .hdr-gap{ width: 100%; float: left; margin-bottom: 65px}
.logo{float: left;margin: 11px 0 0;max-width: 220px;}
.menu-desk{ float:right; margin: 23px 0 0;}
.menu-desk li {
    float: left;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 18px;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all 0.3s;
}
.menu-desk li:last-child {margin-right: 0;}
.menu-desk li a { color: #0b0b0b; }
.menu-desk li.mli1:first-child { margin-left:0;}
.menu-desk li a:hover, .menu-desk li a.active{color: #0b0b0b;}

.menu-desk li.mli1:last-child {
    margin-right: 0;
	margin-left: 5px;
    border: 1px solid #ff8700;
    border-radius: 5px;
    padding: 11px 10px;
}
.arw-menu { margin: 8px 0 0 6px; float: right;}
/**************/
.menu-desk li.mli1 ul {
    position: absolute;
    list-style: none;
    text-align: center;
    width: auto;
    top: 40px;
	right:0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    z-index: 999;
	background: #f9f9e8;
}
.menu-desk li ul li{ width:auto; float:none; margin:0; display:block; font-size:17px; }
.menu-desk li ul li a{
	padding:10px 10px;
	text-decoration:none !important;
	display:block;
	width:100%;
	margin:0 auto;
	border:1px solid #d7d7d7;
	white-space:nowrap;
}
.menu-desk li:hover ul{ max-height:230px; }
.menu-desk li.mli1:first-child{ position:static;}
.menu-desk li.mli1:first-child ul {
    right: 0;
    top: 88px;
    background: #fff;
    float: right;
    display: inline-flex;
   /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);*/
   -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	}
.menu-desk li.mli1:first-child ul li.mli2{ padding-top: 12px;}
.menu-desk li.mli1:first-child ul li.mli2 a {
    width: auto;
    float: left;
	padding-left: 17px;
	padding-right: 17px;
	border:none;
}
.menu-desk li.mli1:first-child ul li:first-child.mli2{ background:#f9f9e8;}
.menu-desk li.mli1:first-child ul li:first-child.mli2 a { padding-left: 25px; padding-right: 25px;}
.menu-desk li.mli1:first-child ul li:nth-child(2).mli2 a { padding-left: 25px;}
ul li.mli2 .prod-menu{ display:table; margin: 0 auto;}
.w1-prodmenu{ width:70px;}
ul li.mli2 p.p1-menu{
	width:100%;
	float:left;
	font-size:14px;
	line-height:16px;
	color:#ef0037;
	text-transform:uppercase;
	text-align:center;
}
ul li.mli2 p.p1-menu span{
	display:block;
	font-size:12px;
	color:#281b1e;
	}
ul li.mli2 p.p2-menu, ul li.mli2 p.p3-menu {
    width: auto;
    font-size: 16px;
    line-height: 16px;
    color: #ef0037;
    text-transform: uppercase;
}
ul li.mli2 p.p2-menu {
    display: table;
    margin: 0 auto 5px;
	text-align: center;
}
ul li.mli2 p.p3-menu {
    margin: 0 auto 5px;
    background: #fff;
    padding: 0 25px 0 35px;
    text-align: left;
}
.menu-desk li.mli1:first-child ul li.mli2:last-child{ position:relative;}
.menu-desk li.mli1:first-child ul li.mli2:last-child .line-menu {
    position: absolute;
    width: 463px;
    height: 1px;
    right: 0;
    top: 19px;
    background: #e6e6e6;
}	
.light-menu{ display:none;}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #fff;
    border-top:5px solid #182a40;
	padding:20px 0;
}
.ftr-links-inr {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.ftr-desc {
    float: left;
    width: 40%;
}
.ftr-links-col {
    float: left;
    width: 28%;
}
.ftr-log {
    max-width: 100%;
}
.ftr-log-tx {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    color: #0d0d0d;
}
.ftr-links-col-2 {
        
}
.ftr-logo {
    float: left;
    max-width: 230px;
    margin-bottom: 10px;
}
.ftr-links-hd {
   float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 10px;
}
.ftr-links-list {
	    float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
.ftr-links-list li {
    float: left;
    
    font-size: 16px;
    line-height: 22px;
    color: #0d0d0d;
    text-align: left;
	width: 100%;
}
.ftr-links-list li a {
    color: #0d0d0d;
}
.ftr-links-col-3 {
    width: 21%;
    padding-left: 25px;
}
.ftr-links-col-4 {
 }
.ftr-tx {
	font-size: 16px;
	line-height: 24px;
	float: left;
	
	color: #333333;
	width: 100%;
}
.ftr-tx1 {
    margin-top: 20px;
}
.footer-txt {
    float: right;
}
.ftr-tx a {
    color: #0d0d0d;
    padding: 0 10px;
}
/*=============*/
.header-fix, .hdr-gap { }
.mob-mnu { margin: 18px 0 0;}
.mob-mnu img {filter: brightness(0);}
/*=============*/
.ftr-top, .ftr-btm { padding: 25px 0;}
.ftr-topin1, .ftr-topin2, .ftr-topin3, .ftr-topin4, .ftr-topin5 { width: 100%; margin:0 auto;}
.p1-ftr { margin: 32px 0 2px;}
.p3-ftr { font-size: 15px; line-height: 20px; margin: 11px 0 0;}
ul.list-ftrbtm li, ul.list-ftrbtm li:first-child, ul.list-ftrbtm li:last-child {
    float: none;
    padding: 0 13px 8px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
}
.ffitas-ftr { width: 80px;}
.logo-ftr, .sftwrlogo-ftr { float: none; display: table;}
.p2-ftr { margin-top: 9px;}
ul.social-ftr li { padding-right: 13px;}

.btn-bx {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
}
.commn-btn {
	margin-top: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    background: #E85C0D;
    border-radius: 7px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
	display:none;
}
.btn-txt {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

 @media only screen and (max-width:1187px) {
.container { width: 1004px;}
.only-desk{ display:none !important;}
/***************/
.mrgn1-ftr { margin: 0 2px;}
.ftr-topin1 { width: 27%;}
.ftr-topin2 { width: 25%; margin: 0 2% 0 2%;}
.ftr-topin3 { width: 13.4%; margin: 0 2% 0 0;}
.ftr-topin4 { width: 9%;}
.ftr-topin5 { width: 17%; margin: 0 2.6% 0 0;}
ul.social-ftr li { padding-right: 11px;}

 }

@media only screen and (max-width:1023px) {
.container { width: 750px;}
.for-tab{ display:block;}
/***************/
.header-fix, .hdr-gap{ }
.logo { margin: 10px 0 0; max-width: 170px;}
ul.list-hdr { padding: 17px 0 0;}
.menu-desk{ display:none;}
.light-menu{ display:block;}
.mob-mnu { float: right; margin: 22px 0 0;}
.p1-tophm { margin: 6px 0 5px;}
/*=============*/
.ftr-top, .ftr-btm { padding: 30px 0;}
.sftwrlogo-ftr { width: 184px;}
.ftr-topin1 { width: 25.2%;}
.ftr-topin2 { width: 21%; margin: 0 2.5% 0 2%;}
.p2-ftr { font-size: 15px; line-height: 18px; margin-top: 12px;}
.ftr-topin3 { width: 15.2%; margin: 0 2.5% 0 0;}
.ftr-topin4 { width: 12%;}
.ftr-topin5 { width: 17%;}
ul.social-ftr li { padding-right: 6px;}
ul.list-ftrbtm { width: auto; float: none; display: table; margin: 0 auto;}
.p3-ftr { width: 100%; margin: 15px 0 0; text-align:center;}

}

 @media only screen and (max-width:767px) {
	.container { width: 100%; padding: 0 10px; max-width: 600px;}
	.for-desk{ display: none !important;}
	.for-mob { display: block;}
	/*=============*/
	.header-fix, .hdr-gap { margin-bottom: 51px;}
	.logo {  max-width: 160px; }
	.mob-mnu { margin: 15px 0 0;}
	.fixed-nav .header{height: 51px;}
	.header{height: 51px; margin-top: -51px; top: 51px;}
	/*=============*/
	.ftr-top, .ftr-btm { padding: 25px 0;}
	.ftr-topin1, .ftr-topin2, .ftr-topin3, .ftr-topin4, .ftr-topin5 { width: 100%; margin:0 auto;}
	.p1-ftr { margin: 32px 0 2px;}
	.p3-ftr { font-size: 15px; line-height: 20px; margin: 11px 0 0;}
	ul.list-ftrbtm li, ul.list-ftrbtm li:first-child, ul.list-ftrbtm li:last-child {
		float: none;
		padding: 0 13px 8px;
		font-size: 15px;
		line-height: 15px;
		display: inline-block;
	}
	.ffitas-ftr { width: 80px;}
	.logo-ftr, .sftwrlogo-ftr { float: none; display: table;}
	.p2-ftr { margin-top: 9px;}
	ul.social-ftr li { padding-right: 13px;}
		 .ftr-desc, .ftr-links-col{width: 100%}

	.ftr-links-list{column-gap: 5px;}
	.ftr-tx{ font-size:16px;}

 }
 


