*,
*::before,
*::after {
  box-sizing: border-box;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  padding: 0px;
  overflow-x: hidden;
}

.container{
    padding-left: 0px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    clear: left;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.header-bg-color{
	background-color: rgb(82, 22, 71, 0.2);
    padding: 5px 10px;
}
section{
    margin: 0px;
    padding: 0px;
}
.border{
    border-bottom: 1px #521647 solid;
}
.mContent{
    float: left;
    width: 90%;
}
.mContent h2{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
	color: #521647;
}
.social-media-icon{
    float: right;
    white-space:nowrap;
}
.clr{
    clear: both;
}
.social-media-icon a img{
    width: 25px;
}
.social-media-icon a figure{
	float:left;
    padding: 0px;
    margin: 0px;
}
.social-media-icon a figure img{
	float:left;
    padding: 0px;
    margin: 0px;
}
	
.img-responsive{
    max-width: 100%;
}
.center-aside{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.banner-section{
    float: left;
    width: 70%;
}
.banner-section figure{
    display: inline-block;
    padding: 0px;
    float: left;
    margin: 0px;
}
.form-section{
    float: right;
    width: 30%;
    padding: 1.5% 0px;
}
.pad-2{
    padding: 10px 30px;
}
.logo{
    display: block;
    width: 100%;
    text-align: center;
}
.logo img{
    max-width: 150px;
    width: 100%;
}
.logo figure{
    padding: 0px;
    margin: 0px;
}
.page-heading{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.page-heading h3{
    margin: 0px;
    padding: 0px;
    color: #521647;
    font-size: 16px;
}
.page-heading p{
    margin: 0px;
    padding: 0px;
    color: #6D2D69;
    opacity: 0.44;
    font-size: 14px;
}
.form{
    padding: 5px 0px;
    float: left;
    width: 100%;

}
.form-group{
    padding-bottom: 5px;
}
.form-group label{
    display: block;
    line-height: 30px;
    color: #A0BEBF;
    font-weight: 600;   
}
.form-control{
    border-radius: 5px;
    height: 43px;
    line-height: 43px;
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 2px #E0D6DF solid;
    background-color: #F7FBFC;
    font-size: 16px;
    font-weight: 400; 
}
.form-control:active,
.form-control:focus{
    border-color: #521647;
}
.form-control.active{
    border-color:#521647;
}
.f-password{
    display: block;
    text-align: right;
}
.f-password p{
    display: block;
    text-align: right;
    color: #521647;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.text-center{
    text-align: center;
}
.btn{
    background-color: #521647;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 60%);
    transition: all 0.3s ease 0s;
}
.btn:hover{
    background-color: #621d55;
    margin-top: -5px;
}
.form-group input{
    position: relative;
}
.form-group input.icon1{
   background: url('../images/user.png') no-repeat right center;
   background-size: 22px;
}
.form-group input.icon2{
   background: url('../images/padlock.png') no-repeat right center;
   background-size: 22px;
}
.map{
    float: left;
    width: 100%;
    padding-top: 10px;
}
.map figure img{
    height: 120px;
    width: 85%;
}
.map-pd2{
    padding: 10px 0px;
    position: relative;
}
.map figure{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.watchicon1 img,
.watchicon2 img,
.watchicon3 img,
.watchicon4 img{
    max-width: 50%;
}

.watchicon1{
    position: absolute;
    display: block;
    top: 17px;
    left: 31%;
}

.watchicon2{
    position: absolute;
    display: block;
   top: 0px;
    left: 51%;
}

.watchicon3{
    position: absolute;
    display: block;
     top: -4px;
    right: 30%;
}


.watchicon4{
    position: absolute;
    display: block;
   top: 21%;
    right: 18%;
}
.content-Marquee{
	width: 95%;
}
.social-media-icon a{
	/*float: left;*/
	/*margin-left:5px*/
    display:inline-block;
}

.banner-text{
	position: absolute;
	width: 100%;
}
.bannerimages{
	width: 100%;
}
.bannerimages span{
    width: 33%;
    float: left;
    padding: 5%;
}


@media only screen and (max-width: 1250px) {
.mContent {
    width: 80%;
}
}
@media only screen and (max-width:767px) {
.banner-section {
    width: 100%;
}
.mContent {
    width: 100%;
}
.social-media-icon {
    width: 100%;
    text-align: center;
}

.form-section {
    width: 100%;
    padding-bottom: 10px;
}
.watchicon1 img,
.watchicon2 img,
.watchicon3 img,
.watchicon4 img{
    max-height: 100px;
}
.watchicon1 {
    top: 12%;
    left: 23%;
}
.watchicon2 {
    top: 25%;
    left: 53%;
}
.watchicon3 {
    top: 20%;
    right: 29%;
}
.watchicon4 {
    top: 42%;
    right: 18%;
}

.content-Marquee {
    width: 100%;
}
.social-media-icon a{
	margin-left: 0px;
	float:none;
	display: inline-block;
}
}

.footer {
    width: 100%;
    padding: 1rem;
    width: 100%;
    clear: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer span {
        font-size: 13px;
        font-weight: normal;
        display: flex;
        align-items: center;
    }

    .footer img {
        width: 100px;
        display: inline-block;
        padding: 0rem 0.2rem;
    }

.web-version {
    display: block;
    text-align: center;
    padding: 1rem 0.5rem;
    font-size: 14px;
    color: rgba(11, 10, 11, 0.3);
    font-weight: 600
}

