html,
body {
    height: 100%;
}

html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td {
	padding: 0;
	margin: 0;
}
.highlight {color: #ff2a40;}
h1{line-height:60px;}

h1, .h1,  h3, .h3, h4, .h4 {margin-top: 10px;margin-bottom: 10px}

h2 {margin-top: 0px;margin-bottom:5px}

p{font-size: 18px;line-height:27px; color: #1D1D1D;font-weight: 300;}

body {font-family: 'Lato', sans-serif;color: #000;font-size: 14px;background: #fff;margin:0;}

h1 {font-size: 40px;font-weight: 300;display: block;}
h1.title {font-size: 37px;font-weight: 300;display: block;padding-bottom: 20px;}
h2 {font-size: 25px;font-weight: 300;display: block;color:#fff;}

.bgw{background:#FFFFFF}#c1{color:#a78b75;}#c2{color:#26becc;}#c3{color:#1eb1e1;}#c4{color:#046bb8;}.crw{ color:#FFFFFF}.bg1{ background:#f2f6ff}
.cup{position:absolute;left: 67%; top:32%;}
.pencel{position:absolute;left: 43%; top:33%;}
.pdr0{ padding-right:0px;}.pdt0{ padding-top:0px;}.pdl0{ padding-left:0px;}.pd10{padding:10px;}.pd20{padding:20px;}.pd30{padding:30px}.pd30-0{padding:30px 0px;}.pd10-50{padding:10px 50px;}
.pd10{ padding:10px;}.pd15{ padding:15px;}.pd20{ padding:20px;}
.pd20t{ padding-top:200px;}.pd10t{ padding-top:100px;}.pd10t{ padding-top:10px;}.pd2t{ padding-top:20px;}.pd30t{ padding-top:30px;}.pd40t{ padding-top:40px;}
.pd50t{ padding-top:50px;}.pd60t{ padding-top:60px;}.mrg50t{ margin-top:50px;}.pd100t{ padding-top:100px;}.pd150t{ padding-top:150px;}.pd200t{ padding-top:200px;}
.pd5b{ padding-bottom:50px;}.pd100b{ padding-bottom:100px;}.pd1b{padding-bottom:10px;}
.bgc1{background-color:#a78b75;}.bgc2{background-color:#26becc;}.bgc3{background-color:#1eb1e1;}.bgc4{background-color:#046bb8;}
.fs14{font-size:14px}.fs16{font-size:16px}.fs18{font-size:18px}.fs20{font-size:20px}.fs22{font-size:22px}.fs24{font-size:24px}.fs30{font-size:30px}.fs40{font-size:40px}.fs50{font-size:50px}.fb{ font-weight:bold}
.lnhgt20{ line-height:20px;}.lnhgt25{ line-height:25px;}.lnhgt30{ line-height:30px;}.lnhgt35{ line-height:35px;}
.txtup{text-transform:uppercase;}.pos{ position:absolute}
.read{background:#fff; padding:10px 13px;text-transform: uppercase;font-size: 12px;margin-top: 30px; color:#046bb8;margin-bottom: 20px;display: inline-block; text-decoration:none;}
.txtl{text-align:left}.txtc{text-align:center}.txtj{text-align:justify}
.fl{ float:left}	.fr{float:right}

.border-gray{
    background: none;
    border: 1px solid 545454; 
	
    }



	
	textarea {
    resize: none;
}
.bg-img {
    background: url(../images/large.jpg);
    background-size: cover;
    color: #FFF;
    margin-top: -50px;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	position: absolute;
    left: -9px;
    top: 20px;
	border-right:10px solid #f2f2f2; 
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f2f2f2;
		position: absolute;
    right: -9px;
    top: 20px;
}
.box {
	
	padding: .75rem 1.25rem;
	
	background: #545454;
   
}

.box + .box {
	margin-top: 2.5rem;
}


.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 6 */

.inputfile-6 + label {
    color: #ff2a40;
}

.inputfile-6 + label {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0;
	width:100%;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #046bb8;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 80%;
    min-height: 1.50em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #ff2a40;
    display: inline-block;
	padding:12px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #046bb8;
	
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}



.bgc1{background-color:#2a95e5;}.bgc2{background-color:#26becc;}.bgc3{background-color:#1eb1e1;}.bgc4{background-color:#046bb8;}


/*Add css by akram*/
p{margin-bottom:10px;}
.bg-img{margin-bottom:30px;}
.color-black{color:#000;}
.pdt20{padding-top:20px;}
.pdl20{padding-left:20px;}
.pdt40{padding-top:40px;}


	
.get-ul{margin:0px; padding:0px;}
.get-ul li{list-style:none; text-align:center; padding:15px !Important; height:114px; width:100%;}
.get-ul li.one{background-color:#2a95e5; margin-bottom:18px;}
.get-ul li.two{background-color:#19497a; margin-bottom:18px;}
.get-ul li p{color:#fff; text-align:center}
.get-ul li.three{background-color:#1eb1e1;}


.get-ul1{margin:0px; padding:0px; }
.get-ul1 li{list-style:none; text-align:center; padding:15px; display:inline-table; width:48%; /*padding-top:54px; padding-bottom:53px;*/ height:199px;}
.get-ul1 li.one{background-color:#2a95e5; margin-bottom:18px; margin-right:18px;}
.get-ul1 li.two{background-color:#26becc; margin-bottom:18px;}
.get-ul1 li.three{background-color:#1fb1e2; margin-right:18px;}
.get-ul1 li.four{background-color:#19497a;}
	
.get-ul2{margin:0px; padding:0px;}
.get-ul2 li{list-style:none; text-align:center; padding: 44px 11px;}
.get-ul2 li.one{background-color:#a78b75; margin-bottom:18px;}
.get-ul2 li.two{background-color:#19497a; margin-bottom:18px;}
.get-ul2 li p{color:#fff;}

.get-ul3{margin:0px; padding:0px;}
.get-ul3 li{list-style:none; text-align:center; padding: 39px 11px; width:100%;}
.get-ul3 li.one{background-color:#1fb1e2; margin-bottom:18px;}
.get-ul3 li.two{background-color:#19497a; margin-bottom:18px;}
.get-ul3 li p{color:#fff;}


.light-blue-bg{background-color:#f7faff; padding-bottom:40px;}
.font-size50{font-size:50px;}
.red-btn{background: #ff2a40;padding: 12px 15px;font-size: 20px; text-decoration:none; line-height:16px; color:#fff;}
.red-btn:hover{background: #333;padding: 12px 15px;font-size: 20px; text-decoration:none; line-height:16px; color:#fff;}


.footer{background:#1c1c1c; padding-top:15px;}
.black-bg{background:#1c1c1c;}
.black-red{background:#FF0000;}
.footer-link{margin:0px; padding:0px;}
.footer-link li {list-style: none; padding-bottom: 5px; color: #c9c8c6;}
.footer-link a {color:#c9c8c6; text-decoration:none;}
.footer-link a:hover{color:#fe2a41; text-decoration:none;}
h3.footer-title {font-size: 16px;font-weight:600;display: block;color:#c9c8c6;text-transform:uppercase;}
p.footer-text{color: #868686;font-size: 14px; padding:10px; text-align:center;}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #545454;}
.hr1 {margin:0px;border: 0;border-top: 1px solid #ddd;}
//.active{background:#ff2a40;}
.tabs {margin:0px; padding:0px;}
.tabs li {list-style: none;padding: 10px;border: 1px solid #545454;display: inline-block;color: #fff;margin-right: 10px;}
.tabs li a {text-decoration:none;}
.tabs li:hover {background-color:#ff2a40; border: 1px solid #ff2a40;}

/*Padding Class*/
.PL0{padding-left:0px;}
.PL02{padding-left:30px;}
.PR0{padding-right:0px;}
.PT145{padding-top:145px;}
.PT130{padding-top:130px;}
.PT96{padding-top:96px;}
.MT30{ margin-top:30px;}
.MT90{ margin-top:90px;}
.MB30{ margin-bottom:30px;}
.MB50{ margin-bottom:50px;}
.P30{ padding:30px;}
.input-P30{ padding:30px;}
.PT30{padding-top:30px;}
.PB30{padding-bottom:30px;}
.P10{padding:10px;}
.PB96{padding-bottom:96px;}
.PB70{padding-bottom:70px;}
.PT50{padding-top:50px;}
.PT95{padding-top:95px;}
.PB50{padding-bottom:50px;}
.bgw{ background:#FFFFFF}
.PB15{padding-bottom:15px;}
.PT15{padding-top:15px;}
.PT60{padding-top:60px;}
.PT40{padding-top:40px;}
.PLsx0{padding-left:0px;}

.find-btn{padding: 0px 25px;font-size: 20px; color:#fff; background-color:#ff2a40; border:0px;}
.txt-white{color:#fff;}

/*css For moble */
.MB15-f-mobile{ margin-bottom:0px;}
.PT15-f-mobile{ padding-top:15px;}
.PB15-f-mobile{ padding-bottom:15px;}

/*Class for how it work*/
.circle {border-radius: 50%;display: inline-block;margin-right: 20px; width:35px; height:35px; background:#545454;}
.icon-box{width: 35px;height: 35px;position:absolute;}
.icon{padding: 9px;color: #fff;font-size: 17px;}
.saprater{border: 2px solid #545454;position: relative;left: 43%;height: 90px;display: inline-block;z-index: -1;}

.cart-icon{left: -15px;top: 3%;}
.cloud-upload{right:-20px;top: 18%;}
.icon-comment{left: -15px;top: 41%;}
.icon-book{right:-20px;top: 51%;}
.icon-refresh{left: -15px;top: 80%;}
.icon-road{right:-20px;top: 84%;}

.text-contaner-left{background:#f3f3f3; padding:20px; margin-right:50px; position:relative;}
.text-contaner-left h2 {color:#000; text-align:right;}
.text-contaner-left p {text-align:right;}

.text-contaner-right{background:#f2f2f2; padding:20px; margin-left:50px; position:relative;}
.text-contaner-right h2 {color:#000; text-align:left;}
.text-contaner-right p {text-align:left;}

.trns-bg-color{background:rgba(0,0,0,0.4); padding:30px;}


.font-size30{font-size:30px;}

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico1.png);
  background-size: contain;
  
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
	
	
	.scroll-down{display:block; margin-bottom:20px;}



.title{    /* background: #046bb8; */
    /* padding: 10px; */
    font-size: 17px;
    line-height: 30px;
    text-transform:capitalize;
    border-bottom: none;
	/*border-top: 1px dotted #e5e5e5;*/
	color:#046bb8;
	}
.blue-color-light{
	background: #f2f6ff;
}

.gray-bg{background: #f7f7f9;
    width: 100%;
    padding: 10px;}
.coupons{border: 2px solid #434343;
    padding: 9px 0 6px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 80%;
    margin: auto;}
	
.black-btn{padding: 16px;
    width: 99%;
    margin: 15px 0 17px 1px; background:#434343 !Important; border:1px solid #434343 !Important;}


.left, .right {
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    display: inline-block;
    width: 49%;
}

.right {
    text-align: right;
}
.green-txt {
    color: #78c92c;
    font-size: 16px;
}
.total {
    border-top: 1px solid #e5e5e5;
}
.total span {
    padding-top: 15px;
    font-size: 16px;
    font-family: dinnextprobold;
}
.total span {
    padding-top: 15px;
    font-size: 16px;
    font-family: dinnextprobold;
}
.right-border{border-right: 1px solid #f2f2f2;}
.heigh-345{height: 345px;}


.accordion-content{margin-bottom:10px;border:1px solid #eee;padding:10px; }
.accordion-header{margin:0;font-size: 16px;padding:8px 10px; background-color:#;}
.active-header{background: #A41D23 url(../images/open.png) right 50% no-repeat;color: #fff;}
.inactive-header{background: #eee url(../images/close.png) right  50% no-repeat; color:#666;margin-bottom:10px}

.p9 {font-size: 30px;font-weight: 300;display: block; line-height:40px}.bdr{border:solid 1px}.bdrtp{ border-top: 1px solid #e5e5e5;}
.box{background: #f2f6ff; padding: 30px 10px 30px 10px;-webkit-box-shadow: 6px 8px 9px -2px gray;}
.box1{background: #f7f7f9; margin-top:10px; padding:10px;-webkit-box-shadow: 6px 8px 9px -4px gray;}

.btn{border-radius: 1px; padding: 9px 12px; color:#fff;background:#ff2a40; border-color: #ff2a40;}
.btn:hover{border-radius: 0px; padding: 9px 12px; color:#fff;background:#046bb8; border-color:#046bb8;}	

.btn1{border-radius: 0px; padding: 3px 5px; color:#fff;background:#ff2a40; border-color: #ff2a40; font-size:16px}
.btn1:hover{border-radius: 0px; padding: 3px 5px; color:#fff;background:#046bb8; border-color:#046bb8;}	

.btn2{border-radius: 0px; padding: 0px 6px; color:#fff;background:#ff2a40; border-color: #ff2a40;}
.btn2:hover{border-radius: 0px; padding: 0px 6px; color:#fff;background:#046bb8; border-color:#046bb8;}	

.bts{background: #434343;padding: 2px 5px 2px 5px; text-decoration: none;    display: inline-block;   line-height:17px;}
.bts:hover{background: #fd2f44;padding: 2px 5px 2px 5px; text-decoration: none;    display: inline-block;   line-height:17px;}



/*Kuldeep*/
.suggestionsBox {
	position: absolute;
	left:35px;
	top:30px;
	margin: 26px 0px 0px 0px;
	width: 80%;
	padding:0px;
	
	color: #000;
	z-index:9999;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin-left: -35px;
	padding: 5px;
	border-bottom: solid 0px #f1f1f1;
	cursor: pointer;
	z-index:-5;
	background:#fff;
	
}
.suggestionList ul li:hover {
	background-color: #fff;
	color:#000;
}

.load{
background-image:url(loader.gif);
background-position:right;
background-repeat:no-repeat;
}
#searches{ background:#f4f4f4; margin-top:-20px; }
#suggest {
		
	
	
	
	
	
	
}
.details label{font-weight:bold;color: #0eaaa6; }



.home-menu { background: #000; }
.home-menu > ul {width:100%;}
.home-menu > ul > li { padding: 0; width:100%; height:150px; center;  background-color: rgba(0,0,0,1); position: relative; overflow: hidden; }
.home-menu > ul > li > .featured-image { position: absolute; 
display: block; top: 0; left: 0; 
width: 100%; height: 100%; background-repeat: no-repeat; 
background-position: center center; background-size: cover; opacity: .70; 
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    -moz-transform: translate3d(-40px,0, 0);
    -ms-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.home-menu > ul > li > a { position: relative; display: table; width: 100%; 
height: 100%; color: #fff;  
left:20%;
top:15%;
font-size: 25px; text-transform: uppercase; z-index: 2; overflow: hidden;  
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s cubic-bezier(.6,0,.6,1); 
    -moz-transition: all 0.25s cubic-bezier(.6,0,.6,1); 
    transition: all 0.25s cubic-bezier(.6,0,.6,1); 
    -webkit-transform: scale(.85); 
    -moz-transform: scale(.85); 
    -ms-transform: scale(.85); 
    transform: scale(.85); 
}
/* excerpt section */
.menu-item-has-children ul.dropdown-menu li .excerpt-blog { display: none!important; } 
.excerpt-blog {  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; color: #fff; top: 50%; left: 0; width: 100%; padding: 0 20px; margin-top: -10%; text-transform: uppercase; text-align: center; opacity: 0; cursor: pointer; z-index: 3; 
    -ms-transform: scale(.98,.98); 
    -webkit-transform: scale(.98,.98); 
    transform: scale(.98,.98);
    -webkit-transition: all 0.50s cubic-bezier(.6,0,.6,1); 
    -moz-transition: all 0.50s cubic-bezier(.6,0,.6,1); 
    transition: all 0.50s cubic-bezier(.6,0,.6,1); }
.excerpt-blog > p { font-size: 14px; color:#fff; width: 100%;  margin: 0 auto; 
line-height: 16px; 
margin-bottom: 15px; }
.excerpt-blog > p:after { content: ''; height: 2px; width: 64px; background: #fff; 
position: relative; margin: 5px auto 0; display: block; }
.excerpt-blog > span { font-size: 15px; color:#fff; padding: 3px 10px; border: 2px solid #fff; 
letter-spacing: .08em; -webkit-transition: all 0.25s ease-in-out; 
-moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* hover status */
.home-menu .nav > li > a:hover, 
.home-menu .nav > li > a:focus { background-color: transparent; }
.home-menu .nav > li:hover > a, 
.home-menu .nav > li:focus > a { 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1);
    transform: scale(1); 

}

.home-menu .nav > li.has-excerpt .featured-image { background-position: top left; }
.home-menu .nav > li.has-excerpt:hover > a, 
.home-menu .nav > li.has-excerpt:focus > a { opacity: 0; color: #fff;
    -ms-transform: scale(1.1,1.1); 
    -webkit-transform: scale(1.1,1.1); 
    transform: scale(1.1,1.1);
}
.home-menu .nav > li:hover > .excerpt-blog, 
.home-menu .nav > li:focus > .excerpt-blog { opacity: 1; 
    -ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1); 
}
.home-menu .nav > li:hover > .excerpt-blog > span:hover { color: #f04b43; border-color: #f04b43; }

.home-menu .nav > li.dropdown:hover > a,
.home-menu .nav > li.dropdown:focus > a { opacity: 1; 
    -ms-transform: scale(1.1,1.1) translateY(-17%); 
    -webkit-transform: scale(1.1,1.1) translateY(-17%); 
    -moz-transform: scale(1.1,1.1) translateY(-17%); 
    transform: scale(1.1,1.1) translateY(-17%); 
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
            transition-delay: 0s; }
.home-menu > ul > li:hover > .featured-image { opacity: .35; 
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.content-box{padding-top: 70px; padding-bottom: 25px;}

.carousel,.item,.active {height: 100%;}
.carousel-inner {height: 100%;}
/* Background images are set within the HTML using inline CSS, not here */
.fill {margin-top:70px;width: 100%;height: 100%;background-position: center;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;}

/*Peralex css home page*/
.mbr-arrow {bottom: 150px;left: 0;line-height: 1px;padding: 0 20px;position: absolute;width: 100%;z-index: 3;}
.mbr-arrow--floating .mbr-arrow__link {-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;animation: floating-arrow 1.6s infinite ease-in-out 0s;}
@-webkit-keyframes floating-arrow {
  from {-webkit-transform: translateY(0);transform: translateY(0);}
  65% {-webkit-transform: translateY(11px);transform: translateY(11px);}
  to {-webkit-transform: translateY(0);transform: translateY(0);}
}
.mbr-arrow__link {display: inline-block;font-size: 26px;}
.mbr-arrow__link,.mbr-arrow__link:hover,.mbr-arrow__link:focus {color: #fff}

.cv-thmb{padding:0px; margin:0px; padding-top:20px;}
.cv-thmb li {list-style:none; display:inline-block; padding-right:100px;}
.cv-thmb li:first-child {list-style:none; display:inline-block; padding-left:80px;}
.cv-thmb li:last-child {list-style:none; display:inline-block; padding-right:0px;}


/*2nd Feb 2016*/
.xs-none{display:block;}
.ML50{margin-left:50px;}
.menu-right{float:right;}
.MT15-xs{margin-top:0px;}
.red-bg{display: inline-flex; padding: 10px; background:#ff2a40; width:80%; color:#fff;}
.red-bg1{display: inline-flex; padding: 5px; background:#ff2a40; width:100%; color:#fff;}
.download-link{text-align: center; padding-left:5px;}
.download-link:hover{text-align: center; color:#fff !Important; padding-left:5px; text-decoration:none;}
.download-icon{color: #fff; margin-top:1px; margin-right:5px;}
.P3x10{padding: 3px 10px;}
.P3x10:hover{padding: 3px 10px;}


.shadow{text-align:center; -webkit-box-shadow: 0 8px 20px -6px #777;-moz-box-shadow: 0 8px 20px -6px #777;box-shadow: 0 8px 20px -6px #777;}

@font-face{font-family: 'WebRupee';src: url('WebRupee.V2.0.eot');src: local('WebRupee'), url('WebRupee.V2.0.ttf') format('truetype'),  url('WebRupee.V2.0.woff') format('woff'), url('WebRupee.V2.0.svg') format('svg');
font-weight: normal;
font-style: normal;}
.WebRupee{font-family: 'WebRupee';}

.btn-file {
  position: relative;
  overflow: hidden;
  background: #ff2a40;
    color: #000;
    border: 1px solid #ff2a40;
    border-radius: 0px;
	color:#fff;
	padding:11px;
}

.btn-file:hover{
  position: relative;
  overflow: hidden;
  background: #ff2a40;
    color: #000;
    border: 1px solid #ff2a40;
    border-radius: 0px;
	color:#fff;
	padding:11px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  margin-bottom:15px;
}
input[readonly] {
  background-color: #ff2a40;
  cursor: text !important;
}






.counters{color:#FFFFFF; padding:30px; margin-top:30px; text-align:center}




.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 12px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.counters{background-color: #ff2a40; font-size:32px}
.counters span{ width:30%}


.footer{
		text-align:left;
		color:#fff; 
		font-size:20px;
		font-weight: 150;
		padding-top:5px;
		padding-bottom:5px;
		padding-left: 35px;
		padding-right: 35px;
		
		}
		
		.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.footer p{
	color: #fff;
	text-align: justify;
	text-align: left;
	font-weight: 150;
	
}

footer h4{
	font-size: 18px;
}

.footer a{
	font-size: 12px;
	font-weight: 10px;
	color: #A9A9A9;

}
	
.foot {
	background-color : #046bb8;
}

.foot p{
	text-align: center;
}



#sitemap_list li a {
    
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
	color: #000;
    
}

#sitemap_list li li a {
    background: url(../images/ico_lower_lv.png) no-repeat left center;
    padding-left: 45px;
    line-height: 33px;
}

a.changeBlue:link { /* default link color */
     color: #A9A9A9;
}
a.changeBlue:hover { /* change to blue on mouseover */
     color: #FFF;
}