@charset "utf-8";
/* CSS Document */

/*global css*/
 *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;
}
 body{
    background:#FFFFFF;
     margin:0;
     padding:0;
     font-size:15px;
    font-family: 'Lato', sans-serif;
}
 ul{
     margin:0;
}
 ul, li {
    list-style:none;
     color:#FFFFFF;
    font-family: 'Lato', sans-serif;
}
 a{
     color:#a9a9a9;
    ;
     text-decoration:none;
     outline:none;
     border:none;
     font-family: 'Lato', sans-serif;
}
 a:hover{
     text-decoration:none;
}
 a:focus{
    outline: none;
}
 h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
     font-weight:bold;
     text-transform:uppercase;
}
 h2{
     color:#25417b;
     font-size:25px;
     text-transform:uppercase;
     font-weight:bold;
    font-family: 'Lato', sans-serif;
}
 h6{
    color:#ffffff;
     font-size:14px;
   font-family: 'Lato', sans-serif;
}
/* close global css*/
 p{
     margin-bottom:15px;
    font-family: 'Lato', sans-serif;
     color:#909090;
     font-size:16px;
     margin-bottom:25px;
}
 section{
     padding:25px 0;
}
 .padding-top40{
     padding-top:40px;
}
 .text-white{
     color:#ffffff;
}
.form-group {
    margin-top: 10px;
}
label {
    font-size: 14px;
    color: #676767;
}

/*close global css*/



/*top-area*/

/*.social-content ul li i {
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    background: #222;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}*/



/*close-top-area*/

/*banner-area*/

.banner-area{
    background: url(../img/banner.png) no-repeat top center;
    width: 100%;
    background-size: cover;
    /*height:424px;*/
}
.banner-content {
    background: #000000;
    padding: 55px 0px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
.banner-content img {
    width: 150px;
}
.banner-content h2 {
    color: #fff;
    font-size: 28px;
    line-height: 49px;
    font-weight: 300;
}
.banner-content h2 span {
    font-weight: 600;
    font-size: 33px;
}
.banner-content p a {
    color: #fff;
}
.banner-content p {
    font-size: 19px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #fff;
}
button.btn.btn-default.check {
    background: #7f7f7f;
    font-size: 16px;
    border: 1px #808080 solid;
    border-radius: 2px;
    padding: 10px 28px;
    margin: 15px 5px;
    color: #fff;
}
button.btn.btn-default.check.green {
    background: #650e19;
    color: #fff;
    border: 1px #fff solid;
}
.banner-content h3 {
    color: #fff;
    font-size: 21px;
    /* text-transform: unset; */
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px;
}
.banner-content ul li {
    display: inline-block;
}
/*close-banner-area*/

/*about-area*/

/*.about-content h2:before {
    width: 4px;
    height: 35px;
    background: #007f7f;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: 0px;
}*/
.about-content h3 {
    font-size: 22px;
    text-transform: unset;
    line-height: 33px;
    margin-top: 8px;
}
.about-pic img {
    width: 100%;
    margin: 30px 0px;
}
.about-content h2 {
    background: #808080;
    display: inline-block;
    color: #fff;
    padding: 17px 40px;
    font-size: 28px;
    text-transform: unset;
    font-weight: 300;
    margin-top: 38px;
    position: relative;
    left: -98px;
}
.about-content p {
    font-size: 20px;
    color: #222;
    line-height: 34px;
    margin-bottom: 7px;
    font-weight: 300;
    margin-top: 20px;
}
p.first {
    margin-top: 30px;
}
.about-area {
    margin: 30px 0px;
}
button.btn.btn-default.read {
    background: #650e19;
    color: #ffffff;
    margin: 10px 0px;
    border: none;
    border-radius: 2px;
    padding: 10px 27px;
    font-size: 16px;
}

/*close-about-area*/


/*service-area*/

.service-area{
    background: url(../img/service.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    /*height:424px;*/
}
.service-head h2 {
    color: #222;
    font-size: 26px;
    text-transform: unset;
    font-weight: 500;
    margin: 20px 0px 30px;
}
.service-head h2 span {
    font-weight: 300;
}
.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10.white {
    background: #fff;
    margin: 50px 0px;
    padding: 20px 0px;
}
.service-content img {
    width: 250px;
}
.service-content p {
    color: #222;
    font-size: 20px;
    margin: 15px 0px;
   
}
button.btn.btn-default.view {
    background: #44372e;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    margin: 20px 0px;
}
/*close-service-area*/

/*vid-area*/
.vid-content img {
    width: 100%;
}
.vid-content h2 {
    background: #971425;
    /* display: inline-block; */
    color: #fff;
    padding: 15px 20px;
    font-size: 26px;
    text-transform: unset;
    font-weight: 300;
    margin-top: 0px;
}
.vid-content p {
    font-size: 20px;
    color: #222;
    line-height: 33px;
    margin-bottom: 10px;
    font-weight: 300;
}
.vid-content p span {
    color: #44372e;
    font-size: 28px;
    font-weight: 500;
}
.vid-area {
    margin: 40px 0px;
}
.vid-content a {
    color: #3e94ff;
    border-bottom: 1px #3e94ff solid;
}
/*close-vid-area*/

/*footer-area*/
.footer-area {
    padding: 20px 0;
    background: #7f7f7f;
}

.footer-content p {
    margin: 5px 0px;
    color: #fff;
    font-size: 16px;
}
.footer-content h2 {
    color: #fff;
    font-size: 20px;
    margin: 15px 0px;
}
.footer-content p a {
    color: #fff;
}
.footer-content.last {
    margin-left: 9em;
}
.footer-content.second {
    margin-left: 4em;
}
.footer-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: unset;
    line-height: 35px;
}
.footer-content p i {
    margin-right: 5px;
}
.footer-content h3 span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
/*close-footer-area*/

/*bottom-footer*/

/*.bottom-footer {
    background: #09b1b1;
}
*/
.poly-area p {
    color: #222;
    padding: 8px 0px;
    font-size: 14px;
    margin: 0px;
}
.poly-area p a {
    color: #222;
}

/*.bottom-footer{ background:#313131}
*/
/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){


}



@media screen and (min-width: 992px) and (max-width: 1024px){
	.poly-area.right {
    text-align: right;
}

 }
 



@media screen and (min-width: 320px) and (max-width: 1024px){ 

.top-content {
    text-align: center;
}

.banner-content h2 {
    font-size: 22px;
    line-height: 38px;
    
}

.about-content h2 {
    font-size: 20px;
    margin-top: 1.5em;
    position: unset;
    left: 0;
}
.banner-content h3 {
    font-size: 15px;
    line-height: 30px;
}
.banner-content p {
    font-size: 16px;
}
.about-content p {
    font-size: 15px;
    line-height: 24px;
}
.about-content h3 {
    font-size: 18px;
}
.about-pic img {
    margin: 10px 0px;
    width: 100%;
}
.service-heading h2 {
    font-size: 22px;
}
.service-heading p {
    padding: 0px;
}
.service-content h3 {
    font-size: 17px;
}
.service-content p {
    font-size: 16px;
}
.vid-content {
    margin-bottom: 20px;
}
.vid-content p span {
    font-size: 22px;
}
.vid-content h2 {
    font-size: 20px;
    margin-top: 1em;
    line-height: 28px;
}
.vid-content p {
    font-size: 15px;
    line-height: 24px;
}
button.btn.btn-default.read {
    font-size: 15px;
    padding: 10px 22px 10px 22px;
}
.footer-content.second {
    margin-left: 0em;
}
.footer-content img {
    width: 200px;
}
.footer-content.last {
    margin-left: 0em;
}
.footer-content h3 span {
    font-size: 19px;
}
.footer-content h2 {
    font-size: 17px;
}
.footer-content p {
    font-size: 15px;
}
.poly-area p {
    font-size: 14px;
    line-height: 18px;

}
.poly-area {
    text-align: center;
}

}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
 








 