@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;
    overflow-x: hidden;
}
 ul{
     margin:0;
}
 ul, li {
    list-style:none;
     color:#FFFFFF;
    font-family: 'Lato', sans-serif;
}
 a{
     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*/
.top-content img {
    width: 260px;
    margin: 10px 0px;
}

.top-content p a {
    color: #222;
    text-decoration: none;
}
.top-content p {
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 42px;
    font-weight: 500;
    color: #222;
}
/*.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-content ul li img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin: 0px;
}
.banner-content ul li {
    display: inline-block;
}
.banner-area{
    background: url(../img/banner.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
   /* height:543px;*/
}
.banner-content img {
    width: 310px;
    margin-bottom: 20px;
}
.banner-content {
    background: #ffffffed;
    padding: 70px 0px;
}
.banner-content h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    line-height: 56px;
    margin-top: 5px;
    letter-spacing: 2px;
}
.banner-content h2 span {
    font-weight: 300;
    font-size: 35px;
    color: #0f9a50;
}
.banner-content p a {
    color: #222;
    text-decoration: none;
}
.banner-content p a i {
    font-size: 18px;
    color: #cdab7a;
    margin-right: 5px;
}
button.btn.btn-default.contact {
    background: #149c53;
    border: none;
    color: #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-size: 17px;
    margin: 15px 0px;
}
button.btn.btn-default.contact:hover {
    background: #149c53;
}
.banner-content p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
}
.banner-content ul li a {
    display: inline-block;
    margin: 0px 5px 15px;
    line-height: 36px;
    font-size: 16px;
   /* background: #149c53;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #222;
}
.banner-content ul li a{
    color: #fff;
}
/*.banner-content h2:before {
    width: 118px;
    height: 103px;
    background: url(../img/left.png);
    position: absolute;
    content: "";
    left: 1px;
    margin-top: -59px;
    margin-left: 120px;
}*/

/*close-banner-area*/

/*about-area*/

.about-pic img {
    width: 100%;
    margin: 30px 0px;
}
.about-content h2 {
    font-size: 30px;
    text-transform: unset;
    font-weight: 600;
    margin-top: 28px;
    color: #222;
    line-height: 45px;
}
.about-content h2 span {
    color: #be1e2d;
    font-weight: 600;
}
.about-content p {
    color: #222;
    font-size: 17px;
    margin-bottom: 3px;
    line-height: 31px;
}
button.btn.btn-default.know {
    background: #149c53;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 25px;
    margin: 10px 0px;
}
/*button.btn.btn-default.know:hover {
    background: #3569d6;
}*/
.about-area {
    margin: 20px 0px;
}
/*.about-head:before {
    width: 124px;
    height: 2px;
    background: #044b78;
    position: absolute;
    content: "";
     left: 0px; 
     right: 0px; 
    margin-top: 48px;
    margin-left: -48px;
}*/

/*close-about-area*/

/*service-area*/

.service-area {
    background: #2b2b2b;
    padding: 20px 0px;
}
.service-area h2 {
    font-size: 35px;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 35px;
}
.service-area p {
    color: #fff;
    font-size: 17px;
    padding: 12px 0px;
    text-transform: uppercase;
}
button.btn.btn-default.read {
    background: #149c53;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    margin: 20px 0px;
}
.service-content {
    border: 1px #fff solid;
    margin: 20px 0px;
}
.ser-cont img {
    width: 100%;
}
.ser-cont {
    background: #149c53;
}
/*close-service-area*/


/*vid-area*/

.vid-area {
    margin: 40px 0px;
}
.video-content h2 {
    color: #222;
    font-size: 30px;
    font-weight: 300;
    line-height: 41px;
    text-transform: unset;
    margin-top: 0px;
}
.video-content h2 span {
    color: #ec2c39;
    font-weight: 600;
    /* font-size: 27px; */
}
.video-content p {
    color: #222;
    font-size: 17px;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 6px;
}
button.btn.btn-default.tax {
    background: #149c53;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 2px;
    padding: 10px 25px;
    margin: 15px 0px;
}



/*close-vid-area*/





/*footer-area*/
.footer-area {
    padding: 15px 0;
    background: #191919;
}

.footer-content p {
    margin: 3px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.footer-content h2 {
    color: #fff;
    font-size: 16px;
}
.footer-content p a {
    color: #fff;
}
.footer-content.last {
    margin-left: 2em;
}
.footer-content img {
    width: 300px;
    margin-top: 13px;
}
.footer-content ul li i {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    margin-top: 0px;
}
.footer-content p span {
    margin-right: 8px;
}
.footer-content.second {
    margin-left: 1em;
}
.footer-content ul li {
    display: inline-block;
    padding: 0px 3px 0px 0px;
}
.footer-content h3 {
    color: #fff;
    font-size: 19px;
    text-transform: unset;
    line-height: 30px;
    margin-top: 10px;
}
.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){
.banner-content h2 {
    margin-top: 2em;
}
.banner-content {
    margin-right: 15px;
}
.about-content {
    margin-top: 0em;
}
.vid-content h2 {
    margin-top: 0.8em;
}
button.btn.btn-default.know {
    margin-bottom: 30px;
}
.footer-content.last {
    margin-left: 4em;
}
}



@media screen and (min-width: 992px) and (max-width: 1024px){
	.poly-area.right {
    text-align: right;
}
.top-content p {
    margin-top: 23px !important;
}
.about-pic img {
    margin-top: 4em !important;
}
button.btn.btn-default.know {
    margin-bottom: 30px !important;
}

 }
 



@media screen and (min-width: 320px) and (max-width: 1024px){ 


.top-content {
    text-align: center;
}
.top-content p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.top-content img {
    width: 230px;
    margin: 5px 0px;
}
.banner-content img {
    width: 210px;
    margin-bottom: 20px;
}
.banner-content h2 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 0px;
    font-weight: 600;
}
.banner-pic {
    padding: 15px;
}
.banner-content p {
    font-size: 20px;
}
.banner-content {
    padding: 15px;
}

.about-head h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
.about-head::before {
    display: none;
}
.about-content {
    margin-top: 1em;
}
.about-content h2 {
    font-size: 20px;
    margin-top: 1.5em;
    position: unset;
    left: 0;
}
.about-content p {
    font-size: 15px;
    line-height: 24px;
}
.about-content h3 {
    font-size: 18px;
}
.about-pic img {
    margin: 10px 0px;
    width: 100%;
}
.service-area h2 {
    font-size: 22px;
    line-height: 35px;
}
.service-heading h2 {
    font-size: 22px;
}
.service-heading p {
    padding: 0px;
}
.service-content h3 {
    font-size: 17px;
}

.service-head h2 {
    font-size: 23px;
}
.vid-content {
    margin-bottom: 10px;
    padding: 15px;
}
.video-content h2 {
    font-size: 21px;
    line-height: 33px;
}
button.btn.btn-default.tax {
    margin-bottom: 20px;
}
.vid-area {
    margin: 40px 0px 0px;
}
.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;
    padding: 0px;
}
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: left;
}

}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
 








 