@charset "utf-8";
/* CSS Document */
 body {
     overflow-x:hidden;
}
html{
    overflow-x: hidden;
}
img{ max-width:100%;}
/*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*/

.top-area {
    /* background: url(../img/header.jpg) no-repeat top center; */
    width: 100%;
    padding: 5px 0px;
    background: #1C2526;
	border-bottom: 5px solid #F7E3C6;
}

.top-area img {
    width: 400px;
}
.top-content ul li i {
    display: inline-block;
    line-height: 31px;
    font-size: 16px;
    background: #fcd006;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #006838;
    margin-top: 10px;
}

.top-content ul li {
    display: inline-block;
    margin: 2px 5px;
}
.top-content p a {
    color: #000000;
    text-decoration: none;
}
.top-content p {
    font-size: 17px;
    margin: 5px 0px;
    color: #000000;
}
.top-content p span {
    font-weight: 600;
}

button.btn.btn-default.con.white:hover {
    background: #63c196;
}
/*close-top-area*/


/*logo-area*/
.logo-area {
    background: #1C2526;
	border-bottom: 5px solid #F7E3C6;
}
.logo-content img {
    margin: 10px 0px;
    width: 300px;
}
/*close-logo-area*/

/*banner-area*/

.banner-area{
    background: url(../img/banner.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    height: 500px;
	position: relative;
}
.inner-bg{background-color: rgba(0,0,0,0.5); position: absolute; top: 0; width: 100%; bottom: 0;}
.banner-content img {
    width: 230px;
}
.banner-content h2 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    /* text-transform: unset; */
    margin-bottom: 15px;
}
.banner-content h2 span {
    color: #63c196;
    font-size: 63px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
}
.banner-content p {
    color: #ffffff;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 300;
    margin-top: 15px;
}
.banner-content {
    /* background: #00000073; */
    /* padding: 50px 30px; */
    margin-top: 9em;
}
button.btn.btn-default.con {
    background: #256F61;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
button.btn.btn-default.con:hover {
    background: #338E7D;
}

button.btn.btn-default.con.white {
    background: #fff;
    color: #222;
}
button.btn.btn-default.con.black {
  margin: 10px 0px;
  border: 2px #fff solid;
  color: #fff;
  padding: 12px 30px;
  background: #256F61;
  border-radius: 5px;
}
button.btn.btn-default.con.black:hover {
    background: #338E7D;
    /* color: #fff; */
}
/*close-banner-area*/


/*unity-area*/

.unity-content h2 {
    color: #4A4C4D;
    font-size: 32px;
    margin-top: 1.3em;
    line-height: 38px;
}
.unity-content h2 span {
    color: #4A4C4D;
    text-transform: math-auto;
    font-size: 24px;
    font-weight: 400;
}
.unity-content p span {
    color: #ef1e21;
    font-weight: 500;
}
.unity-content p {
    color: #222;
    font-size: 19px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}
.unity-pic{margin-top: 50px;}
/*clsoe-unity-area*/

/*about-area*/

/*.about-content h2:before {
    width: 4px;
    height: 35px;
    background: #007f7f;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: 0px;
}*/
.about-area {
    margin-top: 3em;
    margin-bottom: 2em;
}
.about-pic img {
    width: 100%;
    position: relative;
    z-index: 999;
    margin-top: 8em;
}
.about-content h2 {
    color: #ffffff;
    font-size: 35px;
    margin-top: 0.5em;
    line-height: 48px;
	text-transform: capitalize;
}
.about-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.about-content p span {
    font-size: 22px;
    color: #ffffff;
}
.about-content h2 span {
    color: #006838;
}
.about-content {
    background:#1C2526;
    /*width: 100%;*/
    padding: 20px 154px 20px 20px;
    margin-right: -140px;
}
/*close-about-area*/

/*true-area*/

.true-area {
    /* background: #21577a; */
    padding: 20px 0px;
    margin-top: 20px;
}
.true-content h2 {
    color: #ef1e21;
    font-size: 31px;
    margin: 10px 0px;
}
.true-content ul li:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.true-content p {
    color: #222;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px;
}
.true-content ul li img {
    width: 220px;
}
.true-content ul li {
    display: inline-block;
    padding: 15px 20px;
    margin-top: 20px;
}
/*close-true-area*/

/*service-area*/

.service-head h2 {
    color: #222;
    font-size: 30px;
    margin-top: 50px;
}
.our-product img {
    width: 100%;
    margin-top: 20px;
}
button.btn.btn-default.car {
    background: #fcd006;
    border: none;
    border-radius: 0px;
    font-size: 17px;
    padding: 10px 30px 10px 30px;
    position: relative;
    top: -20px;
    color: #006838;
}
button.btn.btn-default.car:hover {
    background: #3c793e;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fcd006;
}
.owl-pagination {
    display: inline-flex;
}
.service-head h2 span {
    color: #006838;
}
/*close-service-area*/

/*vid-area*/

.vid-content h2 {
    color: #222;
    font-size: 24px;
    margin-top: 50px;
    font-weight: 400;
    line-height: 41px;
}
.vid-content p {
    color: #222;
    font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}
.vid-content h2 span {
    color: #63c196;
    font-size: 42px;
    font-weight: 700;
}
.video-box {
    margin-top: 5em;
}
/*close-vid-area*/

/*footer-area*/
.footer-area {
    background: url(../img/footer.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    height: 210px;
}
.add-area {
    margin-top: 8em;
}
.add-area img {
    width: 250px;
    margin-top: 5px;
}
.add-area h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: unset;
    font-family: 'Lato', sans-serif;
}
.add-area h3:before {
    width: 3px;
    height: 23px;
    background: #fff;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: -3px;
}
.add-area.second h3:before {
    width: 3px;
    height: 23px;
    background: #fff;
    position: absolute;
    content: "";
    left: 90px;
    right: 0px;
    margin-top: -3px;
}
.add-area.last h3:before {
    width: 3px;
    height: 23px;
    background: #fff;
    position: absolute;
    content: "";
    left: 50px;
    right: 0px;
    margin-top: -3px;
}

.add-area p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.add-area p a {
    color: #fff;
}
.add-area.last {
    margin-left: 50px;
}
.add-area.second {
    margin-left: 90px;
}
.add-area ul li {
    display: inline-block;
    padding: 5px 20px 0px 0px;
}
.add-area ul li a {
    color: #fff;
    font-size: 20px;
}
/*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;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
.about-content h2 {
    font-size: 23px;
}
.about-content p {
    margin-bottom: 8px;
}
.add-area.last {
    margin-left: 50px;
}
.add-area.last h3::before {
    left: 50px;
}


}



@media screen and (min-width: 991px) and (max-width: 1024px){

 }


@media screen and (min-width: 320px) and (max-width: 1024px){ 

    #video_placeholder1 {width: 100% !important;

}
.unity-content p {
    font-size: 17px;
}
.unity-content h2 {
    font-size: 24px;
}
.banner-content h2 span {
  font-size: 30px;
  letter-spacing:4px;
}
.social-content {
    text-align: center;
}
.top-content img {
    width: 300px;
    
}
video-box {
  margin-top: 3em;
}
.top-content {
    text-align: center;
}
.top-content p {
    font-size: 16px;
    margin: 10px 0px;
}
.top-content ul li i {

    margin: 3px 0px;
}
.social-content ul li i {
    margin-top: 10px;
    line-height: 28px;
    font-size: 15px;
    width: 27px;
    height: 27px;
}
.call-content ul {
    margin-top: 5px;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 5px;
}
.call-content ul li a {
    font-size: 15px;
}
.call-content ul li {
    padding: 2px 0px;
}
.banner-content {
    padding: 20px;

}
.banner-content {
  padding: 50px 0px;
  margin-top: 2em;
}

 .banner-content h2 {
    font-size: 26px;
    line-height: 43px;
    padding-top: 0em;
  }
.btn.btn-default.con.black {
  font-size: 13px;
}
.banner-content p {
    font-size: 15px;
    line-height: 22px;
}
.about-content h2 {
    font-size: 22px;
    line-height: 34px;
}
  .about-content p {
    margin-bottom: 8px;
    line-height: 29px;
    font-size: 17px;
  }
  .about-content {
  padding: 15px;
  margin-right: 0px;
}
.true-content h2 {
  font-size: 24px;
}
.true-content p {
  font-size: 17px;
  line-height: 27px;
}
.vid-content h2 {
    font-size: 20px;
    line-height: 33px;
}
.vid-content p {
    font-size: 16px;
    line-height: 26px;
}
.vid-content img {
    width: 100%;
    margin-bottom: 30px;
}


.vid-content h2 span {
  font-size: 30px;
}
.service-head h2 {
    font-size: 20px;
}
button.btn.btn-default.car {
    font-size: 15px;
}
.vid-content {
    margin-bottom: 30px;
}
.add-area.last {
    margin-left: 0px;
}
.footer-area {
    background: #252525;
    height: auto;
    padding-bottom: 20px;
}
.add-area img {
    width: 190px;
    margin-top: 2px;
}
.add-area {
    margin-top: 2em;
}
.add-area.second {
    margin-left: 0px;
}
.add-area.last h3::before {
display: none;
}
.add-area.second h3::before{
    display: none;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
}

.add-area h3::before {
    display: none;
}
.add-area h3 {
    font-size: 15px;
}
.add-area p {
    padding-right: 0px;
    font-size: 14px;
    margin-bottom: 0px;
}
.poly-area p {
    font-size: 13px;
    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*/
 








 