@charset "utf-8";
/* CSS Document */
 body {
     overflow-x:hidden;
}
/*global css*/
 *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;
}
 body{
     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;
}
.row.white {
    background: #fff;
}

/*close global css*/



/*top-area*/

.top-area {
    background: #2b3711;
}
.top-content p a {
    color: #fff;
}
.top-content p {
    font-size: 16px;
    margin: 17px 0px;
    color: #fff;
}
.top-content p i {
    color: #fff;
    margin-right: 3px;
    font-size: 18px;
}
.top-content ul li {
    display: inline-block;
    padding: 0px 3px;
}
.top-content ul {
    margin: 15px;
}
.top-content ul li i {
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    background: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}
.logo-content h2 {
    color: #2b3711;
    margin: 28px 0px;
    font-size: 32px;
    font-weight: 800;
}
.logo-content h2 a {
    color: #2b3711;
}
/*close-top-area*/



/*banner-area*/

.banner-area{
    background: url(../img/banner.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    height: 600px;
}
.banner-content p a {
    color: #222;
    font-size: 19px;
}
.banner-content p{
    margin: 10px 0px 15px;
}
.banner-content {
    background: #f5f5f5e6;
    margin-top: 9em;
    padding: 20px 10px;
}
.banner-content h2 {
    color: #1e1e1e;
    font-size: 32px;
    line-height: 49px;
    font-weight: 300;
}
.banner-content h2 span {
    font-weight: 800;
}
button.btn.btn-default.contact {
    background: #2b3711;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 17px;
    padding: 10px 23px 10px 23px;
    margin: 10px 0px 40px 0px;
}
.banner-content img {
    width: 170px;
    margin-top: 35px;
}

/*close-banner-area*/

/*about-area*/

.about-content h2 {
    color: #1d1d1d;
    font-size: 36px;
    line-height: 39px;
    margin-top: 2.3em;
}
.about-content h2 span {
    color: #222;
    font-size: 22px;
}
.about-content p {
    color: #222;
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
}
.about-pic img {
    width: 100%;
    margin: 40px 0px;
}


/*.about-content h2:before {
    width: 4px;
    height: 35px;
    background: #007f7f;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: 0px;
}*/

/*close-about-area*/

/*service-area*/

.service-area {
    background: #976767;
    padding: 20px 0px 100px 0px;
}
.service-content h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 31px;
}
.service-content p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 50px;
}
button.btn.btn-default.view {
    background: #fff;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}
.vid-area {
    margin-bottom: 40px;
}
/*close-service-area*/

/*vid-area*/


/*close-vid-area*/

/*help-area*/

/*close-help-area*/


/*footer-area*/

button.btn.btn-default.more {
    background: #d95864;
    border: none;
    border-radius: 0px;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}
.footer-area {
    background: #2b3711;
}
.add-area {
    margin-bottom: 30px;
}
.add-area span {
    color: #fff;
    font-size: 28px;
}
.add-area {
    margin-top: 2em;
}
.add-area img {
    width: 250px;
    margin-top: 5px;
}
.add-area h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
/*.add-area h3:before {
    width: 3px;
    height: 23px;
    background: #fff;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: -3px;
}
*/

p.social a i {
    color: #d95864;
}

.add-area p {
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 0px;
}
.add-area p a {
    color: #fff;
}
.add-area.last p {
    padding: 0px;
}

.add-area ul li {
    display: inline-block;
    padding: 5px 15px 0px 0px;
}
.add-area ul li a {
    color: #222;
    font-size: 20px;
}
.add-area ul li i {
    display: inline-block;
    line-height: 43px;
    font-size: 18px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    margin-top: 10px;
}


/*close-footer-area*/

/*bottom-footer*/

/*.bottom-footer {
    background: #667373;
}*/
.poly-area p {
    color: #222;
    padding: 8px 0px;
    font-size: 14px;
    margin: 0px;
}
.poly-area p a {
    color: #222;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
.banner-content h2 {
    font-size: 35px !important;
    line-height: 49px !important;
}
.vid-content h2 {
    margin-top: 1.5em !important;
}


}



@media screen and (min-width: 991px) and (max-width: 1024px){
.top-content p {
    margin-top: 18px !important;}
.about-content h2 {
    margin-top: 5em !important;
}
.vid-content h2 {
    margin-top: 60px !important;
}



 }


@media screen and (min-width: 320px) and (max-width: 1024px){ 

.top-content {
    text-align: center;
}

.top-content p {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 15px;
}
.top-content ul li i {
    line-height: 30px;
width: 30px;
height: 30px;
}
.logo-content img {
    width: 160px;
}
button.btn.btn-default.contact {
    font-size: 15px;
    padding: 8px 18px 8px 18px;
    margin-bottom: 20px;
}
.banner-content img {
    width: 120px;
}
.top-content ul li {
    margin: 0px 0px;
}
.banner-content h2 {
    font-size: 21px;
    line-height: 32px;
}
.banner-content p {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
}
.banner-content p span {
    font-size: 24px;
}
.banner-area {
    height: auto;
}
.banner-content {
    margin-top: 3em;
    margin-bottom: 2em;
}
button.btn.btn-default.learn {
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}
.about-pic img {
    margin: 20px 0px;
    width: 100%;
}
.about-content {
    padding-left: 0px;
    margin-top: 1em;
}
.about-content h2 {
    font-size: 20px;
    margin-top: 1em;
    line-height: 28px;
}
.about-content p {
    font-size: 15px;
    line-height: 24px;
}
.container_service {
    margin-bottom: 20px;
}
.service-content h2 {
    font-size: 20px;
}
.service-content img {
    width: 160px;
}
.service-content {
    margin-top: 12px;
    padding-bottom: 5px;
}
.service-content p {
    font-size: 15px;
    padding: 0px;
    line-height: 24px;
}
.vid-content {
    top: -70px;
}


.vid-content h2 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}
.vid-content h2::before {
    display: none;
}
.vid-content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
}
.vid-content img {
    width: 100%;
}
button.btn.btn-default.know {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}
.add-area {
    margin-top: 1em;
}
.add-area {
    margin-bottom: 15px;
}
.add-area.last {
    margin-left: 0px;
}
.add-area.last h3::before {
    left: 0px;
}
.add-area.second {
    margin-left: 0px;
}
.add-area.second h3::before {
    left: 0px;
}

.footer-content img {
    width: 200px;
}
.footer-content h2 {
    font-size: 17px;
}
.footer-content p {
    font-size: 15px;
}
.poly-area p {
    font-size: 13px;
    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*/
 








 