@charset "utf-8";
/* CSS Document */
 body {
     overflow-x:hidden;
}
/*global css*/

img{ max-width:100%;}

@font-face {
font-family: 'Algeria';
font-style: normal;
font-weight: normal;
src: local('Algeria'), url('ALGERIA.woff') format('woff');
}
 *{
    margin:0;
     padding:0;
     border:none;
}
 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;
}
/*.social-icon ul li span {
    display: inline-block;
    margin: 0 1px 0 0;
    line-height: 36px;
    font-size: 15px;
    background: #9db946;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}*/


/*close global css*/

/*top-area*/

.top-area {
    background: url(../img/header.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    /* height: 600px; */
    padding: 5px 0px;
}
.top-content p {
    font-size: 18px;
    margin: 10px 0px;
    /* font-weight: 300; */
    color: #fff;
}
.top-content ul li{
    display: inline-block;
}
.top-content ul li i {
    display: inline-block;
    line-height: 28px;
    font-size: 15px;
    background: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #e0b25b;
    margin-top: 0px;
    margin: 8px 5px;
    border: 1px #e0b25b solid;
}
.top-content ul li i:hover {
    background: #e0b25b;
    color: #174e91;
}
.top-content p i{
  margin-right: 2px;
}
.top-content p a {
    color: #fff;
    text-decoration: none;
}
.logo-content img {
    width: 180px;
    margin: 17px 0px;
}
/*close-top-area*/

/*banner-area*/

.banner-area {
    background: url(../img/banner.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    /* height: 600px; */
    padding: 40px 0px 80px;
}
.banner-content h3 {
    color: #fff;
    text-transform: unset;
    font-size: 29px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 44px;
}
.banner-content img {
    width: 360px;
}
.banner-content {
    padding: 70px 0px 40px 0px;
}
.banner-content h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 55px;
    font-weight: 800;
    /* text-transform: none; */
    margin-top: 13px;
}
.banner-content h2 span {
    font-weight: 700;
    /* font-size: 36px; */
}
/*h2.bot-last:before {
    content: "";
    height: 2px;
    width: 149px;
    background-color: #fff;
    position: absolute;
    left: 19%;
    transform: translate(-50%);
    margin-top: 147px;
}*/
.banner-content p a {
    color: #fff;
}
.banner-content p {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    line-height: 33px;
}
.banner-content p i {
    color: #ffffff;
    margin-right: 3px;
}
button.btn.btn-default.get {
    background: #23b6c0;
    color: #ffffff;
    border: none;
    border-radius: 52px;
    font-size: 17px;
    padding: 13px 30px;
    margin: 15px 0px;
}
button.btn.btn-default.get:hover {
    background: #0f7050;
    color: #fff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.banner-content ul li {
    display: inline-block;
    padding: 5px;
}
button.btn.btn-default.get.yellow {
    background: #feae00;
}
/*.banner-content ul li {
    display: inline-block;
    margin: 8px 1px 0 0;
    line-height: 36px;
    font-size: 15px;
    background: #33343f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.banner-content ul li a{
color:#fff;
}*/
/*.banner-content ul li:hover {
    background: #feae00;
}*/
/*.banner-content ul {
    margin-bottom: 7px;
}*/
/*.banner-content h3:after {
    content: '';
    border-bottom: 2px #fff solid;
    position: absolute;
    top: 300px;
    left: 250px;
    width: 100px;
}*/

/*close-banner-area*/

/*about-area*/

.about-area {
    margin-top: 30px;
}

/*.about-content h2 {
    color: #33343f;
    font-size: 25px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 43px;
}*/
.about-content h2 {
    color: #0f704f;
    font-size: 35px;
    /* text-transform: unset; */
    font-weight: 400;
    margin-top: 10px;
}
.about-content h2 span {
    color: #33343f;
    font-size: 42px;
}
.about-hea h2 {
    color: #222;
    font-size: 30px;
    font-weight: 400;
    margin-top: 59px;
}
.about-pic img {
    margin: 20px 0px;
}
.about-pic img {
    width: 100%;
}
.about-content p {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 32px;
}
.about-content p span {
    font-size: 25px;
    font-weight: 500;
    color: #927040;
}
.about-content {
    margin-top: 6.5em;
    /* border-left: 1.5px #222 solid; */
    /* padding-left: 29px; */
}
button.btn.btn-default.re {
    background: #e11631;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    padding: 10px 30px;
    color: #fff;
    margin: 12px 0px;
}
button.btn.btn-default.re:hover { background:#1c428b;}

.about-pic:before {
    width: 546px;
    height: 1193px;
    background: url(../img/back.png);
    position: absolute;
    content: "";
    left: 1px;
    margin-top: -49px;
    margin-left: -101px;
    z-index: 111;
	display:none;
}
.stand {
    /* text-orientation: mixed; */
    writing-mode: vertical-lr;
    /* display: inline-block; */
    background: #070707;
    position: relative;
    top: 60px;
    left: -60px;
}
.stand h2 {
    font-size: 31px;
    color: #fff;
    padding: 1px 32px;
    margin: 52px 0px;
    text-orientation: upleft;
    height: 249px;
}
/*close-about-area*/



/*now-area*/
.now-area {
    /* background: #174e91; */
    padding: 12px 0px;
    margin-top: 2em;
    background-image: linear-gradient(to right, #0f704f, #23b6c0);
}
.now-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 37px;
    margin: 10px 0px;
}
.now-content h2 {
    color: #fff;
    font-size: 30px;
    margin: 10px 0px;
}
/*close-now-area*/

/*service-area*/

.service-head h2 {
    color: #222222;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    text-transform: unset;
    margin-top: 25px;
    margin-bottom: 10px;
}
.service-head p {
    color: #6a6a6a;
    font-size: 18px;
}
.row.blue {
    background: #124ba2;
}
.col-md-6.right {
    padding: 0px;
}

.service-content h3 {
    color: #fff;
    text-transform: unset;
    font-size: 20px;
    margin-top: 35%;
    line-height: 32px;
}
.service-content p {
    color: #fff;
    font-size: 17px;
    margin: 16px 0px;
    font-weight: 300;
}
.service-pic img {
  width: 100%;
}
.service-content {
    position: relative;
    margin-bottom: 50px;
}

.center {
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-size: 20px;
}
/*close-service-area*/

/*offer-area*/
.offer-content:hover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background: #23b6c0;
}
.offer-head h2 {
    color: #141414;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    line-height: 41px;
    text-transform: unset;
}
.offer-head h2 span {
    color: #e11631;
}
.offer-head p {
    font-size: 20px;
    color: #222;
    font-weight: 300;
    margin-bottom: 10px;
}
.offer-content img {
    width: 100%;
}
.offer-head ul li {
    display: inline-block;
    padding: 10px 60px;
}
.offer-head ul li p {
    color: #232323;
    font-size: 20px;
    margin-bottom: 10px;
}
.offer-head ul li a{ color: #232323; text-decoration:none;}

.offer-area {
    z-index: 9999;
    position: relative;
    margin: 50px 0px;
}
.offer-content h2 {
    color: #ffffff;
    font-size: 17px;
    padding: 16px 5px;
    margin: 0px;
}
.offer-content p {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0px 10px 14px;
}
.offer-content {
    background: #0f704f;
    /* height: 370px; */
}
.offer-head {
    margin-bottom: 30px;
}
/*close-offer-area*/

/*.choose-content h2:before {
    width: 4px;
    height: 50px;
    background: #b20714;
    position: absolute;
    content: "";
    left: 110px;
    right: 0px;
    margin-top: 5px;
}*/

/*form-area*/

.form-area {
    background: url(../img/form-back.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    /* height: 600px; */
    padding: 30px 0px 20px;
}
.form-text h2 {
    color: #fff;
    font-size: 31px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 500;
}
.form-text h2 a {
    color: #fff;
}
.form-text p {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
}
input.form-control.farm {
    padding: 25px 10px;
    color: #333335;
    font-size: 15px;
    margin-bottom: 6px;
    border-radius: 5px;
}
input.btn.btn-default.get.sub {
    padding: 12px 50px;
    font-size: 17px;
    border: 1px #fff solid;
    background: none;
    color: #fff;
}
input.btn.btn-default.get.sub:hover{
 background: #fff;
 color: #222;
}
/*close-form-area*/

/*market-area*/

.market-head h2 {
    color: #222;
    text-transform: unset;
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0px;
}
.market-box {
    border: 1px #174e91 solid;
    padding: 10px 15px;
    margin-bottom: 40px;
}
.market-content ul {
    margin-top: 15px;
}
.market-title h3 {
    background: #174e91;
    color: #fff;
    /* padding: 11px; */
    margin: 0px;
    border-radius: 50%;
    text-align: center;
    width: 155px;
    height: 155px;
    font-size: 17px;
    padding-top: 55%;
    position: relative;
    left: -90px;
}
.market-title.more.lase h3 {
    padding-top: 70px;
}
.market-content ul li {
    display: inline-block;
    padding: 10px;
}
.market-content ul li img {
    width: 70px;
}
.market-content ul li {
    display: inline-block;
    padding: 10px 20px;
    /* width: 24.5%; */
}
.market-content ul li p {
    color: #174e91;
    font-size: 17px;
}
.market-title.more h3 {
    top: 70px;
    padding-top: 54px;
}
/*close-market-area*/

/*vid-area*/

button.btn.btn-default.get.contact {
    background: #01b5cc;
    color: #fff;
}
.vid-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 24px;
    line-height: 36px;
    /* text-transform: unset; */
    font-weight: 600;
}
.vid-content h2 span {
    color: #003087;
}
.vid-content p span {
    font-weight: 600;
}
.vid-content p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}
.video-box {
    padding: 30px 0px;
}
.vid-content p a{ color:#003087; text-decoration:none;}
.vid-area {
    margin: 40px 0px 10px;
}
.vid-head h2 {
    color: #33343f;
    font-size: 47px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}
button.btn.btn-default.con {
    background: #a65c28;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    padding: 10px 30px;
    color: #fff;
}
.vid-content h3 {
    color: #fcfcfc;
    text-transform: unset;
    font-weight: 400;
    line-height: 33px;
    margin-top: 0px;
}
.vid-area {
    background: url(../img/vid-back.jpg) no-repeat top center;
    width: 100%;
    background-size: cover;
    /* height: 600px; */
    padding: 20px 0px;
}
/*close-vid-area*/


/*service-area*/


/*close-service-area*/


/*footer-area*/

.footer-area {
    /* margin-bottom: 20px; */
    /* background: #114c92; */
    padding: 10px 0px;
    margin-top: 40px;
    background-image: linear-gradient(to right, #0f704f, #23b6c0);
}
.add-area {
    padding: 15px 0px;
}
.add-area img {
    width: 180px;
    margin-top: 28px;
    margin-bottom: 10px;
}
.add-area ul li a {
    color: #0a8e8b;
}
.add-area h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px;
}
.add-area ul li {
    display: inline-block;
    line-height: 34px;
    font-size: 16px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #0c8e8b;
    margin-top: 0px;
    margin: 4px 5px;
}
.add-area h3 {
    color: #ffffff;
    text-transform: unset;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
}
p.line {
    border-left: 1px #fff solid;
    padding-left: 15px;
}
.add-area p span {
    font-weight: 700;
}
/*.add-area h3:before {
    width: 3px;
    height: 23px;
    background: #ffffff;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin-top: -3px;
}*/
.add-area p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    line-height: 29px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1px !important;
}

.add-area.last {
    margin-left: 100px;
}
.add-area p a {
    color: #ffffff;
}
.add-area.second {
    margin-left: 110px;
}

.add-area ul li {
    display: inline-block;
    padding: 0px 2px;
}

p.last {
    margin-top: 35px;
}

/*.add-area p i {
    display: inline-block;
    margin: 6px 1px 0 0;
    line-height: 36px;
    font-size: 15px;
    background: #046003;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}*/


/*close-footer-area*/


.bottom-footer {
    
}

.poly-area p {
    color: #222;
    padding: 8px 0px;
    font-size: 14px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}
.poly-area p a {
    color: #222;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
.banner-content h1 {
    font-size: 42px !important;
    line-height: 57px !important;
}
.banner-area {
    height: 566px;
}
.about-content h3::before {
    display: none;
}
.vid-content {
    margin-top: 1em;
}
.banner-area{
    height: auto;
}

}



@media screen and (min-width: 991px) and (max-width: 1024px){
.about-head {
    text-align: right !important;
}
.about-hea h2 {
    font-size: 26px !important;
    margin-top: 49px !important;
}
.about-hea {
    text-align: left !important;
}
button.btn.btn-default.aut {
    padding: 10px 14px;
}
.banner-area {
    background: url(../img/banner.jpg) no-repeat top center !important;
width: 100% !important;
}
 }

@media screen and (min-width: 320px) and (max-width: 991px){
.service-content h3 {
    margin-top: 10%;
}
.offer-content {
    background: #f5f5f5;
    height: auto;
}
.form-text h2 {
    font-size: 23px;
}
.form-text p {
    font-size: 18px;
}
.market-head h2 {
    font-size: 24px;
}
 }
@media screen and (min-width: 320px) and (max-width: 1200px){
.market-title.more h3 {
     padding: 14px 10px;
}
h2.bot-last:before{
    display: none;
}
.market-title.more.lase h3 {
    padding: 14px 10px;
}
.col-12.col-sm-12.col-md-2.col-lg-2.col-xl-2.full {
    width: 100%;
}
.market-title h3 {
    background: #174e91;
    color: #fff;
    padding: 14px 10px;
    margin: 0px;
    border-radius: 0;
    text-align: center;
    width: unset;
    height: unset;
    font-size: 17px;
    /* padding-top: 0; */
    position: unset;
    left: -90px;
}
.col-12.col-sm-12.col-md-10.col-lg-10.col-xl-10.full {
    width: 100%;
}
 }
@media screen and (min-width: 320px) and (max-width: 1024px){ 
.stand {
  display: none;
}
.top-area {
        background: #c28985;
    }
    .now-content h2 {
    font-size: 20px;
    line-height: 32px;
}
.add-area img {
    width: 220px;
}
.top-content {
    text-align: center;
}
.banner-content h2 span {
    font-size: 23px;
}
.top-content p {
    font-size: 15px;
    margin: 15px 0px;
}
.top-content img {
    width: 190px;
    margin: 0px 0px;
}
.about-content h2 span {
    font-size: 31px;
}

.banner-content h2 {
    font-size: 24px;
    line-height: 39px;
}

.banner-content h3::after{
    display: none;
}
.banner-content h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
}

.banner-content h1 {
    font-size: 28px;
    line-height: 37px;
}
.banner-content p {
    font-size: 18px;
}
button.btn.btn-default.req {
    font-size: 14px;
    padding: 12px 20px 12px 20px;
}
.about-content p span {
    font-size: 19px;
}
.banner-area {
    height: auto;
}
.logo-area img {
    width: 210px;
}
.banner-content {
    padding: 20px 10px;
    
    
}

.about-content h2 {
    font-size: 21px;
    margin-top: 5px;
}
.about-content h3 {
    margin-top: 0px;
    font-size: 17px;
    line-height: 24px;
}
.about-content h2::before{
    display: none;
}
.about-content h3::before {
    margin-top: 50px;
}
.about-head {
    text-align: center;
}
.about-hea {
    text-align: center;
}
.about-hea h2 {
    font-size: 20px;
    margin-top: 9px;
}
.about-area {
    padding: 15px;
	margin-top:0;
}
.about-head h2 {
    font-size: 33px;
    margin-top: 40px;
}
    .about-content p {
        font-size: 16px;
        line-height: 26px;
    }
.about-head h2::after{
    display: none;
}
.about-content::after{
    display: none;
}
.about-pic img {
    margin: 5px 0px;
    width: 100%;
}
.offer-head h2 {
    font-size: 22px;
}
.offer-head ul li p {
    font-size: 20px;
}
.service-head h2 {
    font-size: 24px;
    margin-top: 6px;
    line-height: 34px;
  }
  button.btn.btn-default.get {
  font-size: 15px;
  padding: 15px 12px;
}
.vid-content {
  padding: 20px 0px 35px 15px;
}
.service-head h3 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
}

.service-content p {
    font-size: 15px;
}
.vid-content {
    margin-top: 0em;
    margin-bottom: 20px;
}
.vid-head {
    text-align: left;
}
.vid-content h2 span {
    font-size: 22px;
}
.col-12.col-sm-12.col-md-5.col-lg-5.col-xl-5.right {
    padding-right: 15px;
}
.vid-content h3 {
    font-size: 17px;
}
.vid-content h2 {
    font-size: 21px;
    line-height: 30px;
}
.vid-content h2::before{
    display: none;
}
.vid-content p {
    font-size: 15px;
    line-height: 23px;
}
button.btn.btn-default.req {
    margin: 0px 0px 20px 0px;
}
.vid-head h2 {
    font-size: 30px;
}
button.btn.btn-default.aut {
    float: unset;
    top: -25px;
}
.add-area{
    margin-left: 0px;
    text-align: center;
}
.add-area p {
        font-size: 17px;
        line-height: 30px;
        padding-left: 0px;
        border: none;
    }
.add-area h2 {
    font-size: 20px;
}
.add-area.second {
    margin-left: 0px;
    text-align: center;
}
.add-area.last {
    margin-left: 0px;
    text-align: center;
}
.add-area h3::before {
  /*  width: 3px;
    margin-top: 1px;
    margin-left: -12px;*/
    display: none;
}

.add-area ul {
    margin-top: 22px;
}
.poly-area {
    text-align: center;
}
.poly-area p {
    padding: 6px 0px;
    font-size: 14px;
}
.now-content p {
    font-size: 19px;
    line-height: 34px;
}

}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
 








 