@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: "DM Sans", sans-serif;
	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;}
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #000000;
    height:32px;
	overflow:hidden;
	position:relative;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:4px;
	}
.caption-txt{
    color: #ffffff;
    font-size:16px;
	line-height:22px;
	font-weight:500;
	letter-spacing:0.5px;
	white-space: nowrap;
	}
.caption-txt span{ font-weight:bold;}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float: left;
	margin-top: 7px;
	max-width: 220px;
}

a.header-btn{ 
	float:right; 
	width:150px;
	font-size:18px;
	color:#ffffff;
	height:40px;
	border-radius:40px;
	font-weight:600;
	line-height:40px;
	background:#ffc200;
	margin-top:15px;
	}
	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin-top:25px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #ddd;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	line-height:19px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#ffc200;}

ul.nav-rgt{
	width:auto;
	text-align:left;
	margin:20px 20px 0 0;
	float:right;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:18px;
	border-radius:20px;
	color:#484848;
	}
ul.nav-rgt li a{
	float:left;
	width:100%;
	height:100%;
	color:#484848;
	line-height:36px;
	position:relative;
	}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;	
	}
ul.nav-rgt li a span{
	float:right;
	height:100%;
	border-left:1px solid #ffe2ae;
	text-align:center;
	width:35px;
	}	
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:260px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #fcfbf0;
    /* 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;
}
.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 {
        padding-left: 0;
    width: 100%;
	text-align:center;
}
.ftr-links-hd {
       float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}
.ftr-links-list {
	float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}
.ftr-links-list li {
    float: left;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #0d0d0d;
    text-align: left;
    letter-spacing: 0.3px;
}
.ftr-links-list li a {
    color: #0d0d0d;
}
.ftr-links-col-3 {
    width: 21%;
    padding-left: 25px;
}
.ftr-links-col-4 {
        width: 100%;
    padding-left: 5px;
}
.ftr-tx {
	font-size: 16px;
	line-height: 24px;
	float: left;
	margin: 25px 0 0;
	color: #333333;
	width: 100%;
}
.footer-txt {
    float: right;
}
.ftr-tx a {
    color: #0d0d0d;
    padding: 0 10px;
}
/*=============*/
.header-fix, .hdr-gap { height: 80px;}
.mob-mnu { margin: 18px 0 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: 30px;
}
.commn-btn {
       display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    background: #a50f4d;
    /* border-radius: 6px; */
    padding: 21px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
}
.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;}
/***************/
ul.mainMenu{ display:none;}
/*=============*/
.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;}
/*=============*/
.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px;}
.mob-mnu-ic{ right:15px; top:14px; left:auto;}
.mobilemenu{ top:80px;}
.mobimenu-top{ top:50px;}
.logo {margin-top: 5px; width: 155px;}
ul.nav-rgt{ margin:10px 48px 0 0;}
ul.nav-rgt li{ height:34px;}
ul.nav-rgt li a{ line-height:32px;}
ul.nav-rgt li img{ margin: -7px 1px 0 0;}
.btn-txt{ font-size:12px;}

.topStrip{ height:30px;}
.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size: 14px;
	}

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}
/*=============*/
.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-links-list{column-gap: 5px;}
.ftr-tx{ font-size:16px;}

 }
 


