body{
    box-sizing: border-box; 
}
header{
    text-align: center;
    color: rgb(173, 20, 87);
}
h1{
    color: rgb(173, 20, 87);
    font-family: serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
    padding: 15px;
}
h2,h3,p{
    font-family: sans-serif;
}
body{
    margin: 0;
}
.first_section .img, .second_section .img{
    /* width: 50%; */
    background-image: url('../IMG/b.jpg');
    background-position: center center;
    background-size: cover;
    height: 60vh;
    /* float: left; */
    /* overflow: hidden; */
}
.second_section .img{
    background-image: url('../IMG/a.jpg');

}

.content_side{
    height: 60vh;
    text-align: center;
    background-color: rgb(173, 20, 87);
    color: white;
}
.content_side h1{
    color: white;
}
.second_section h2, .second_section h3, .second_section p{
    font-family: sans-serif;
}
.second_section p{
    font-size: 15px;
}
.content{
    position: relative;
    top: 35%;
}
.content_side_2nd{
    box-sizing: border-box;
    /* width: 50%; */
    height: 60vh;
    /* float: left; */
    padding: 2% 8%;
    overflow: hidden;
    background-color: #eee;
    /* border: 2px solid black; */
}
/* .second_section img{
    float: right;
    width: 50%;
} */

.subscribe{
    margin-top: 20px;
    /* height: 30vh; */
    /* padding-top: 5%; */
    background-color: #eee;
    text-align: center;
    padding: 10% 0px;
    padding-top: 7%;
}
.subscribe input[type='email']{
    width: 100%;
    height: 60px;
    background-color: white;
    border: none;
    outline: none;
    padding: 5px 20px;
}
.cbtn {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 150px;
    background-color: rgb(173, 20, 87);
    color: white;
    text-decoration:none;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0px 20px;
    border:0px;
}


.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


footer{
    background-color: #111;
    color: white;
    text-align: center;
    padding: 25px;
}
footer p, footer h3{
    padding: 0;
    /* margin:20px; */
}
footer a{
    color: rgb(173, 20, 87);
    text-decoration: none;
}

@media only screen and (max-width: 760px) {
    .content_side_2nd{
        height: auto;
    }
    .cbtn{
        margin-top:30px;
    }
}
@media only screen and (max-width: 991px){
    .cbtn{
        margin-top:30px;
    }
}


/* FORM STYLING  */

form{
    text-align: center;
}
.contact-wrap{
    text-align: center;
}
.contact-form {
    margin-top: 30px; 
}
.contact-form .input-block {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #eee;
    /* border: solid 1px #FF512F; */
    width: 100%;
    height: 60px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    -webkit-transform: transition(all 0.3s ease-out);
        -ms-transform: transition(all 0.3s ease-out);
            transform: transition(all 0.3s ease-out);         
}
.contact-form .input-block.focus {
    background-color: #eee;
    /* border: solid 1px #fb2900;  */
    /* color: #fb2900; */
}
.contact-form .input-block.textarea {
    height: auto; 
}
.contact-form .input-block.textarea .form-control {
    height: auto;
    resize: none; 
}
.contact-form .input-block label {
    position: absolute;
    left: 25px;
    top: 25px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #333;
    font-size: 18px;
    line-height: 10px;
}
.contact-form .input-block .form-control {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #333; 
}
.contact-form .input-block .form-control:focus label {  
    top: 0; 
}
.contact-form .square-button {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fb2900;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
    padding: 0 60px;
    height: 60px;
    border: none;
    width: 100%; 
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
    background-color: #eee;
}
.contact-wrap h3, .contact-wrap p {
    padding: 0px;
    margin: 0px;
    margin: 20px;
}
.contact-wrap h3{
    color: #111;
    font-size: 22px;
}
.contact-wrap p{
    color: #777;
}

.contact-wrap p:first-of-type{
    padding-top: 15px;
    padding-bottom: 30px;
}

.contact-wrap p:last-of-type{
    margin-top: 7%;
}
@media (min-width: 768px) {
    .contact-wrap {
        width: 60%;
        margin: auto; 
    } 
}

span { 
    display: block; 
    height: 1px;
    color: gray;
    border-top: 1px solid #777;
    margin: 0 48%; padding: 0; 
    text-align: center;
    padding: 10px 0px;
    margin-top: 20px;
}

/* FORM STYLING ENDED */