/*import fonts*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900');


/*body*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f5f5f5;
    font-weight: 400;
    color: #696769;
    font-size: 14px;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h7 {
    font-family: 'Source Sans Pro', sans-serif;;
}


 h6 {
    font-family: 'Source Sans Pro', sans-serif;;font-size: 17px;
}



a {
    color: #007bff; cursor:pointer;

}

a:hover,
a:focus {
    outline: 0 !important;
    text-decoration: none; cursor:pointer;

    color: blue;
}

.banner{
    background-image: url(images/home-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:650px;
    width: 100%;
    padding:0px 50px 0px 50px;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-startc;
    flex-wrap: wrap;
}

.logo img{
    height: auto;
    width: 50%;
}
.logo2 img{
    height: auto;
    width: 45%;
    margin-top: 50px;
    margin-right: 50px;
}

.footer {
    height: auto;
    background-color: #333;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.flogo{
    width:10%;
}

.footerform{
    width: 90%;
}

h2{
    font-size: 30px;
    font-weight: 400;
}



label {
    font-size: 20px;
    display: inline-block;
    width: 15%;
}
input[type="text"] {
    padding: 6px;
    width: 50%;
    margin-right: 50px;
}
select#my-dropdown {
    padding: 6px;
    width: 51.5%;
    margin-right: 50px;
}
.phone{
    padding: 6px;
    width: 50%;
    margin-right: 50px;
}

img.blogo {
    float: right;
    height: auto;
    width: 80px;
}
.flogo {
    width: 30%;
    padding-top: 80px;
}

button.btn {
    margin: 50px 194px 0px 0px;
    padding: 10px 30px;
    text-align: center;
}
.footer2{
    background-color: #333;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .banner{
        background-image: url(images/home-banner-img-6.jpg); 
    background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height:200px;
        width: auto;
        padding:0px 20px 0px 20px;
        padding:0px 20px 0px 20px;
    }
    
    .banner {
        display: flex;
        justify-content: space-between;
        align-items: flex-startc;
        
    }
    .logo {
        width: 50%;
        height: auto;
    }
    .logo img{
        height: auto;
        width: 40%;
    }
    .logo2 img{
        height: auto;
        width: 80%;
        margin-top: 10px;
        margin-right: -40px;
    }
    .footer {
        height: auto;
        background-color: #333;
        color: #fff;
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }
    
    .footerform{
        width: 100%;
    }
    
    h2{
        font-size: 30px;
        font-weight: 400;
    }
    label {
        font-size: 15px;
        display: inline-block;
        width: 60%;
    }
    input[type="text"] {
        padding: 6px;
        width: 40%;
        margin-right: 10px;
    }
    select#my-dropdown{
        padding: 6px;
        width: 44%;
        margin-right: 10px;
    }
    .phone{
        padding: 6px;
        width: 40%;
        margin-right: 10px;
    }
    
    img.blogo {
        float: right;
        height: auto;
        width: 80px;
    }
    .flogo {
        width: 100%;
    padding-top: 10px;
    }
    .flogo img {
        height: auto;
        width: 100%;
    }
	
h6 {
    font-family: 'Source Sans Pro', sans-serif;;font-size: 10px;
}	
	
	
	
  }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner{
        background-image: url(images/home-banner-img-6.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height:200px;
        width: 100%;
        padding:0px 20px 0px 20px;
    }
    
    .banner {
        display: flex;
        justify-content: space-between;
        align-items: flex-startc;
        
    }
    .logo {
        width: 50%;
        height: auto;
    }
    .logo img{
        height: auto;
        width: 30%;
    }
    .logo2 img{
        height: auto;
        width: 45%;
        margin-top: 10px;
        margin-right: 10px;
    }
    .footer {
        height: auto;
        background-color: #333;
        color: #fff;
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        flex-direction: column;
    }
    
    .footerform{
        width: 100%;
    }
    
    h2{
        font-size: 30px;
        font-weight: 400;
    }
    label {
        font-size: 20px;
        display: inline-block;
        width: 60%;
    }
    input[type="text"] {
        padding: 6px;
        width: 50%;
        margin-right: 20px;
    }
    select#my-dropdown{
        padding: 6px;
        width: 52%;
        margin-right: 20px;
    }
    
    img.blogo {
        float: right;
        height: auto;
        width: 80px;
        margin-top: 30px;
    }
    .flogo {
        width: 100%;
    padding-top: 10px;
    text-align: center;
    }
    .flogo img {
        height: auto;
        width: 50%;
    }
h6 {
    font-family: 'Source Sans Pro', sans-serif;;font-size: 10px;
}
  }