﻿
@charset "utf-8";

*{margin: 0px;padding: 0px;}

body
{background-image: url(pics/NEW_Home_Screen.jpg);
    background-repeat: no-repeat;
    background-size: cover;}


body{background-color:#ffffff;font-family: 'Muli', sans-serif;font-size:16px; color:#333; line-height:25px;}

h1,h2,h3,h4{margin:0px;}

img{vertical-align: middle; max-width: 100%;height: auto;}

.clear{ clear:both}


.mncontainer{
	background-image: url("pics/NEW_Home_Screen.jpg");
	display: flow-root;    
}

.mainsec{
	text-align: center;
    width: 32%;
    margin: 0 auto;
    background-color: #fff;
    /* margin-left: 1%; */
    /* border: 1px solid #ddd; */
    overflow: hidden;
    margin: 1.5% auto;
    border: 3px solid #7e90cb;
}


.mainsec label{
	display: block;
	font-weight: 700;
	color: #454545;
	font-size: 14px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.mainsec span{	
	font-weight: 700;
    color: #ed6301;
    font-size: 21px;
    vertical-align: middle;
}

.mainsec input{
	color: #444;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.mainsec input[type=date]{
	padding: 9px;
}

.mainsec select{
	color: #444;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}


.mainsec textarea{
    color: #444;
    box-sizing: border-box;
    width: 97.5%;
    height: 90px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);    
    padding: 12px;
    border: 1px solid #c1c1c1;
    resize: vertical;
    font-family: 'Poppins', sans-serif;
}

.mainsec img{
	width: 50%;
	float: left;
}
.mainsec img.logo{
	width: 15%;
    float: right;
    display: inline-block;
    margin: 3%;
    margin-bottom: 0;
}

.mainsec input[type=submit]{
	float: left;
    font-size: 19px;
    /* font-weight: 700; */
    /* font-style: italic; */
    background-color: #c71c6e;
    border-radius: 2px;
    padding: 7px 0px;
    border: 2px;
    border-style: solid;
    display: inline-table;
    cursor: pointer;
    text-align: center;
    transition: .25s ease-out;
    color: #f9f9f9;
    text-decoration: none;
    word-spacing: 5px;
    font-family: 'Poppins';
    margin-left: 2.4%;
    width: 95%;
    margin-top: 1%;
}


.mainsec input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mainsec input[type=checkbox] ~ label::before {
  content: '\2713';
  display: inline-block;
  text-align: center;
  color: white;
  line-height: 1em;
  width: 1em;
  height: 1em;
  border: 1px inset silver;
  border-radius: 0.25em;
  margin: 0.25em;
}
.mainsec input[type=checkbox]:checked ~ label::before {
  color: black;
}

.mainsec a{
	color: #838383;
    display: block;
    text-align: left;
    margin-left: 3%;
    margin-top: 3%;
}

.mainsec h2{
	font-family: 'Urbanist', sans-serif;
    color: #5a5a5a;
    display: table;
    text-align: left;
    font-size: 25px;
    margin-top: 8%;
    margin-left: 3%;
}

.mainsec h3{
	text-align: left;
    font-weight: bold;
    color: #e17d10;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin: 5% 2%;
}

.mainsec div.centcontai{
display: inline-block;
text-align: center;
}

.mainsec div.centcontai p{
color: red;
    font-weight: 700;
    margin-bottom: 1%;
    font-size: 13px;
}

.mainsec div{
	display: inline-block;
    /* text-align: left; */
    width: 95%;
    margin-bottom: 3.5%;
}

.hmcontainer{
	margin: 0 auto;
	width: 85%;
	font-family: 'Urbanist';
}

.hmcontainer header{
	padding: 2% 0;
}

.hmcontainer header img{
	width: 8%;
}

.hmcontainer header h3{
	float: right;	
	font-size: 21px;
	margin-top: 1.7%;
	color: #a1a1a1;
}

.hmcontainer header h3 span{
	color: #585858;
}

.hmdivtop{
background-color: #5d7bdd;
    font-size: 20px;
    padding: 1%;
    margin-bottom: 2%;
    color: #ffffff;
}

.hmdivtop h4 span{
	color:#444;
}

.hmsection{
	text-align: center;
	display: block;
	    margin-left: -2%;
    margin-right: -2%;
}

.hmsection div{
  width: 25%;
    border: 1px solid #ccc;
    display: inline-block;
    transition: all .5s ease;
    background-color: #fbfbfb;
    margin: 1.5%;
    display: inline-block;
    vertical-align: top;
    /* box-shadow: 0px 0px 5px #888888; */
    /* width: 100%; */
    height: 95%;
    /*float: left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 4px solid #5383d3;
}

.hmsection div img{width:100%;
display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hmsection div:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.hmsection div h3{
    color: #ededed;
    font-size: 35px;
    text-transform: uppercase;
    margin: 5% 0 5% 0;
}

.hmsection div.hmdiv1{
	
}


.hmsection div.hmdiv1:hover {
    
}

.hmcontainer footer{
	padding: 2% 0;
	font-size: 15px;
	color: #666;
	margin-top: 3%;
	margin-bottom: 3%;
}
.hmcontainer footer p{
	float: left;
}

.hmcontainer footer img{
	width: 6%;
    float: right;
    margin-top: -2%;
}

.hmcontainer marquee.topmarquee {
   margin: 0 auto;
    display: block;
    padding: 0.8%;
    width: 99.9%;
    background-color: #d8237a;
    color: #fff;
    font-family: 'poppins';
    font-size: 17px;
    letter-spacing: 0.5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2%;
}

.hmcontainer marquee.topmarquee div{
	margin-right: 2%;
	display: inline;
}
.hmcontainer marquee.topmarquee span{
	font-weight: bold;
}

.tbadp{
	background-color: #fcfcfc;
    width: 96%;
    margin: 0 auto;
    border-collapse: collapse;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 4%;
    border: 1px solid #b5b5b5;
    color: #323232;
}

.tbadp th{
	background-color: #178BFB;
    padding: 13px;
    font-weight: 400;
    font-size: 16px;
    /* border: 1px solid #ccc; */
    color: #fff;
}

.tbadp td{
	padding: 10px;border: 0;border: 1px solid #b5b5b5;text-align: center;
	border-bottom: 0;
    border-top: 0;
    font-weight: 700;
}
.tbadp td:nth-child(5),.tbadp td:nth-child(6) {
    text-align: left;
}

.tbadp a{
	/* text-decoration: none; */
    color: #463c33;
    font-weight: 700;
}
.tbadp a:hover{
	text-decoration: underline;
}

@media handheld, only screen and (max-width: 667px) {
	
	.mainsec {    
    width: 99%;
	}
	.mainsec img {
    display: none;
}

.mainsec div.right {
    display: block;
    width: 92%;
    float: left;
    padding: 5%;
	}
	
	.mainsec img.logo {    
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	
	.hmcontainer {
        width: 94%;
	}
	
	
	.hmcontainer header {
    padding: 6% 0;
}
.hmcontainer header img {
    width: 20%;
}

.hmdivtop {    
    text-align: center;
}
	
	.hmsection div {
    background-size: cover;
    width: 90%;
	}
	
	.hmcontainer footer {
    text-align: center;
}

.hmcontainer footer img{
	float: none;
	width: 12%;
}
	
.form-inline {
    flex-direction: column;
    align-items: stretch;
  }
	
}
