@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,600,900);
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    background: #4e1a53;
    font-family: 'Source Sans Pro', sans-serif;
}
img{
    max-width: 100%;
}
.clear{
    clear: both;
}
h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.wrapper{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.container{
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 10px;
}
.header{
    width: 100%;
    float: left;
    padding: 17px 0 20px;
}
.logo{
    float: left;
    margin: 15px 0 0 20px;
}
.right_section{
    float: right;
    margin-top: 5px
}
.right_section p{
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #4e1a53;
    text-transform: uppercase;
    margin-top: 30px;
}
.right_section p a{
    color: #4e1a53;
}
.right_section p a span{
    float: left;
    width: 90px;
    text-align: right;
}
.header-middle {
    float: left;
    background: #fff;
    border: none;
    padding: 30px 5px 0;
    margin:  0 0 0 20%;
}
.nav{
    width: 100%;
    float: left;
    background: #4e1a53;
    border-radius: 5px;
    overflow: hidden;
}
.nav ul{
    width: 100%;
    float: left;
}
.nav ul li{
    display: inline-block;
    float: left;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-right: 1px;
}
.nav ul li a{
    color: #fff;
    display: block;
    padding: 12px 30px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.nav ul li a:hover{
    color: #4B1751;
    background: #fff;
}
.nav ul li a.active{
    color: #4B1751;
    background: #fff;
}
.banner{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.banner_column1{
    width: 28%;
    float: left;
    background: #4e1a53;
    border-radius: 5px;
    padding: 15px;
    margin-right: 1%;
}
.banner_column2{
    width: 71%;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.form_box{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.form_box h1{
    color: #fff;
    text-transform: uppercase;
}
.form_box form{
    width: 100%;
    float: left;
}
.form_box form label{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
    width: 100%;
    text-align: left;
    font-style: italic;
}
.form_box form input[type='text']{
    width: 100%;
    float: left;
    padding: 10px 0;
    border-radius: 5px;
    padding-left: 10px;
}
.form_box form input[type='submit']{
    padding: 0 15px;
    float: left;
    border-radius: 5px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #4e1a53;
    background: #f0f0f0;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    border: solid 1px #f0f0f0;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.form_box form input[type='submit']:hover{
    background: #4e1a53;
    color: #fff;
}
.lSPager{
    display: none;
}
#image-gallery li img{
    display: block;
    width: 100%;
}

.content{
    width: 100%;
    float: left;
}
.content_row1{
    width: 100%;
    float: left;
}
.content_row1 ul{
    width: 100%;
    float: left;
}
.content_row1 ul li{
    display: inline-block;
    float: left;
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 2%;
}
.content_row1 ul li:last-child{
    margin-right: 0;
}
.content_row1_box{
    width: 100%;
    float: left;
    background: #eaeaea;
}
.content_row1_box h3{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: #3b143e;
    padding: 8px 10px;
}
.content_row1_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #434343;
    padding: 10px;
    min-height: 236px;
}
.content_row1_box a{
    display: block;
    background: #4e1a53;
    border: solid 1px #4e1a53;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    font-weight: bold;
    float: left;
    margin: 5px 0 10px 10px;
    border-radius: 5px;
    padding: 0 10px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.content_row1_box a:hover{
    background: #717171;
    color: #fff;
}
.content_row2{
    width: 100%;
    float: left;
    padding: 30px 0;
}
.content_row2_column1{
    width: 73%;
    float: left;
}
.content_row2_column1 h1{
    color: #4e1a53;
    margin-bottom: 10px;
}
.content_row2_column1 p{
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    color: #4a4a4a;
}
.content_row2_column1 ul{
    width: 100%;
    float: left;
    margin-top: 0px;
}
.content_row2_column1 ul li{
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    color: #4a4a4a;
    background: url(../images/tick-mark.png) left 12px no-repeat;
    padding-left: 30px;
}
.content_row2_column1 i{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #4e1a53;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.content_row2_column2{
    width: 25.5%;
    float: right;
}
.content_row2_column2_row1{
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    border:solid 1px #dddddd;
}
.content_row2_column2_row1 p{
    font-size: 19px;
    line-height: 27px;
    font-weight: normal;
    color: #333333;
    padding: 10px;
    font-family: 'Ropa Sans', sans-serif;
}
.content_row2_column2_row1 h4{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
    background: #4e1a53;
    padding: 6px 10px;
    text-transform: uppercase;
}
.content_row2_column2_row1 i{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;
    color: #4f4f4f;
    padding: 0 10px;
    float: left;
    font-style: normal;
}
.content_row2_column2_row1 i span{
    color: #4e1a53;
}
.content_row2_column2_row2{
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 12px;
}
.content_row2_column2_row3{
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 12px;
}
.footer{
    width: 100%;
    float: left;
    background: #4e1a53;
    padding: 25px 10px;
}
.footer p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    float: left;
}
.footer span{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    float: right;
}
.footer span a{
    color: #fff;
    text-decoration: underline;
}
.footer span a:hover{
    text-decoration: none;
}
.inner{
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
}
.inner h1{
    color: #4e1a53;
}
.cleaning_img{
    margin-top: 10px;
}
.inner ul{
    margin-top: 10px;
}
/*--------------------contact-form-----------------------*/

.inner{
    width: 100%;
}
.content{
    width: 100%;
    float: left;
}
.contact_left{
    width: 50%;
    float: left;
}
.contact-form_address{
    width: 100% !important;
    float: left;
}
.contact-form_address li{
    background: none !important;
}
.contact-form_address li,.contact-form_address li lable{
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #353535;
    text-align: left;
    padding: 0;
    font-weight: 600;
    background: none;
}
.contact-form_address li a{
    display: inline-block;
    text-decoration: underline;
    color: #2872b1;
}
.contact-form_address li a:hover{
    text-decoration: none;
    color: #707070;
}
.contact-form_address li:first-child{
    font-size: 16px;
    color: #353535;
    text-align: left; 
    font-weight: bold;
}
.contact-form_address li:nth-child(2){
    line-height: 25px;
}
.contact-form_address li:nth-child(3){
    line-height: 25px;
}
.contact-form_address li:last-child{
    color: #353535;
    margin-top: 15px;
}
.contact-form_address p a:hover{
    text-decoration: none;
    color: #de2110;
}
.map{
    width: 100%;
    float: left;
    border: solid 2px #4e1a53;
    margin-top: 15px;
}
.map iframe{
    width: 100%;
    float: left;
    height: 310px;
    padding: 2px
}
.contact_right{
    width: 50%;
    float: left;
}
.contact_right h3{
    color: #4e1a53;
    font-size: 23px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}
.contact_right form{
    width: 100%;
    float: left;
    padding: 0px 0px 0px 40px;
}
.contact_right form label{
    font-size: 16px;
    line-height: 25px;
    color: #707070;
    float: left;
    text-align: left; 
    font-weight: 600;
    margin: 2px 0px;
    width: 100%;
}
.contact_right form input[type='text']{
    width: 100%;
    padding: 8px 0;
    float: left;
    border: solid 1px #ddd;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 3px;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}
.contact_right form input[type='text']:focus{
    border: solid 1px #4e1a53;
}
.contact_right form textArea{
    width: 100%;
    height: 100px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    border: solid 1px #ddd;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.contact_right form textArea:focus{
    border: solid 1px #4e1a53;
}
.contact_right form input[type='submit']{
    float: left;
    width: 120px;
    height: 45px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #4e1a53;
    border: solid 2px #4e1a53;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.contact_right form input[type='submit']:hover{
    background: #9d0023;
}
.map2{
    display: none;
}
.column{
    display: none;
}
#banner_form{
    display: none;
}
.iconic{

}
.error{
	background:#ff0000;
	color:#fff;
	padding:5px;
	border-radius:5px;
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:10px;
	font-weight:bold;	
}
.success{
	background:#093;
	color:#fff;
	padding:5px;
	border-radius:5px;
	font-size:14px;
	letter-spacing:1px;	
}
@media only screen and (max-width:1100px){
    .wrapper{
        width: 96%;
    }
    .banner_column2{
        width: 100%;
    }
    #banner_form{
        display: block;
        width: 100%;
    }
    .banner_column1{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .form_box h1{
        text-align: center;
    }
}
@media only screen and (max-width:980px){
    .content_row1 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .content_row1 ul li:last-child{
        margin-bottom: 0;
    }
    .content_row1_box p{
        min-height: auto;
    }
}
@media only screen and (max-width:800px){
    .logo{
        width: 100%;
        text-align: center;
    }
    .right_section{
        width: 100%;
        float: left;
    }
    .right_section p a span{
        float: none;
    }
    .right_section p{
        text-align: center;
        margin-top: 10px;
        line-height: 26px;
    }
    .nav{
        display: none;
    }
    .column{
        display: block;
    }
      .banner{
        margin-top: 50px;
    }
    .contact_left,.contact_right{
        width: 100%;
    }
    .contact-form_address li{
        text-align: center !important;
    }
    .inner h1,.inner h3{
        text-align: center;
    }
    .contact_right{
        margin-top: 10px;
    }
    .map{
        display: none;
    }
    .map2{
        display: block;
    }
    .contact_right form{
        padding: 0px;
    }
    .content_row2_column1{
        width: 100%;
        margin-bottom: 20px;
    }
    .content_row2_column2{
        width: 100%;
    }
    .content_row2_column2_row1{
        text-align: center;
    }
    .content_row2_column2_row1 i{
        width: 100%
    }
    .content_row2_column2_row2{
        margin-right: 2%;
    }
    .content_row2_column2_row2 img{
        padding-top: 50px;
    }
    .content_row2_column2_row2,.content_row2_column2_row3{
        width: 49%;
        min-height: 208px;
        text-align: center;
    }
    .content_row2_column1 ul li{
        width: 50%;
    }
    .right_section p{
        font-size: 30px;
    }
}
@media only screen and (max-width:768px){
    .footer{
        padding: 10px;
    }
    .footer p,.footer span{
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width:640px){
    .content_row2_column1 ul li{
        width: 100%;
    }
}
@media only screen and (max-width:480px){
    .content_row2_column2_row2, .content_row2_column2_row3{
        width: 100%;
    }
    .dl-menuwrapper:first-child{
        left: 0;
        position: absolute;
        top: 180px;
    }
  
    .right_section p {
        font-size: 28px;
    }
}
@media only screen and (max-width:360px){

}
@media only screen and (max-width:320px){

}
