.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

html {
  scroll-behavior: smooth;
}

a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p:last-child {
    margin-bottom: 0
}
.fix{overflow: hidden;}

/*-- Start my style --*/

/*-- start hero secion--*/

.hero_area{    /* background-image: url(img/SellingPage.jpg); */
    background-color: #ffffff;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero_area::before {
    background: #ffffff;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.7
}
.hero_content {
    color: black;
    margin-top: 55px;
    width: 561px;
}
.New_content_img img {
    width: 297px;
    float: right;
    margin-right: 68px;
}
.hero_content h1 {
    font-size: 46px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 50px;
    color: #2E3F4E;
    margin-top: 51px;
}
.hero_content h6{font-family: 'Montserrat', sans-serif;font-size: 18px;font-weight: 600;margin-top: 10px;}
.hero_list p {
    color: #3a3a3a;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 20px;
}

.hero_content_buttom {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.hero_content_buttom h6 {
    font-size: 15px;
    width: 50%;
    float: left;
    padding-top: 14px;
}
.hero_content_buttom a {
    width: 50%;
    text-align: center;
    float: right;
    background-color: #DA6A6B;
    color: #fff;
    padding: 8px;
    font-size: 15px;
}



.clickbar{cursor: pointer;text-align: center;
    background: #DA6A6B;
    padding: 10px;
    color: #fff;}


.collus_area {
    color: #012158;
    width: 329px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 135px;
    margin-left: 111px;
    margin-bottom: 70px;
    border: 2px solid #d86768;
}
.collus_area h2 {
    margin-top: 32px;
    font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    color: #c44d34;
}
.collus_area p{    margin-top: 32px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;

    text-transform: uppercase;
    line-height: 33px;
}
.call_form {  height: auto;}
.call_form input {
    margin: 5px 0px;
    padding: 5px;
    width: 273px;
    border-radius: 4px;
    border: 1px solid #3f3f40;
    font-family: 'Montserrat', sans-serif;
}
.call_form textarea {
    margin: 5px 0px;
    padding: 5px;
    width: 273px;
    border-radius: 4px;
    border: 1px solid #3f3f40;
    font-family: 'Montserrat', sans-serif;
}
.call_form input[type="submit"] {
    background-color: #d86768;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border: none;
}
.call_form input[type="submit"]:hover {
    background: #fd6942;
}
.clickbar {
    cursor: pointer;
    text-align: center;
    background: #d86768;
    padding: 10px;
    color: #fff;
}

/*-- enad hero--*/
.collus_area{display: none;}

/*--start testimonial--*/

.testimonial_area {    background: #012158;
    text-align: center;
    color: #fff;
    display: block;
    padding: 60px 0px;}
.all_team_member{    margin-left: -35px;}
.single_team_member{    width: 30%;
    float: left;
    margin-bottom: 40px;
    margin-left: 35px;}

.single_team_member img{    width: 100%;
    height: 300px;
    border-radius: 9px;    border: 3px solid #8e0000;}












 