
/*==== Start Title Section ====*/

.title{
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 50px;
}
.title h2{
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.bg-white{
  background: #ffffff;
}
.bg-yellow{
  background: #ffd10d;
}
.bg-lightgreen{
  background: #d1dc38;
}
.bg-tur{
  background: #59c7be;
}
.bg-green{
  background: #629847;
}
.bg-sky{
  background: #5da3c4;
}
.bg-dark{
  background: #2b2d2f;
}
.button{
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 300;
}
.button:hover, .button:focus {
  color: #fff;
  border: 1px solid #6ca04a;
  background: #6ca04a;
}
section, header, footer, .parallax-window{
  max-width: 100%;
  overflow-x: hidden;
}

/*==== Start Home testimonial Section ====*/

.testimonial{
  position: relative;
  display: block;
}
.testimonial-content {
  position: relative;
  display: block;
  text-align: right;   
}
.testimonial-content h2 {
    color: #2b2d2f;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
}
.testimonial-content p {
    color: #2b2d2f;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}

/*==== Start Home Company profile Section ====*/

.profile{
  position: relative;
  display: block;
}
.about-us.profile .profile-title p{
  color: #2b2d2f;
}
.profile-title {
    position: relative;
    text-align: right;
    padding-right: 10%;
}
.profile-title h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    padding: 0;
}
.profile-title p {
  color: #fff;
  margin: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: inherit;
}
.profile-content{
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #ffd800;
}
.profile .col-lg-12.col-md-12 .profile-content {
  border-left: none;
  padding-left: 0;
}
.profile .col-lg-12.col-md-12 .profile-content p {
  margin: 20px 0 0;
}
.profile-content p {
    color: #ffffff;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
.profile-content a {
  color: #fff;
}

/*==== Start Product Section ====*/

.product-content{
  position: relative;
  display: block;
}
.product-content h2{
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
}
.product-content p {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  line-height: 32px;
}
.product-brochure{
  position: relative;
  display: block;
  background: #3c7023;
  padding: 20px;
  margin-top: 30px;
}
.product-brochure{
  position: relative;
  display: block;
  background: #3c7023;
  padding: 20px;
  margin-top: 30px;
}
.product-tur{
  position: relative;
  display: block;
  background: #22827a;
  padding: 20px;
  margin-top: 30px;
}
.product-brochure h3{
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
.product-brochure img {
  position: relative;
  width: auto;
  height: auto;
  top: -5px;
  margin-right: 5px;
}
.product-brochure ul {
  padding: 0;
  column-count: 2;
}
.product-brochure li {
  font-size: 22px;
  font-weight: 300;
  color: #ffcc00;
  line-height: 32px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.product-brochure li::before {
  content: ' ';
  font-weight: 600;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.bg-yellow .product-content h2 {
  color: #231f20;
}
.bg-yellow .product-content p {
  color: #231f20;
}
.bg-yellow .product-brochure {
  background: #ffae00;
}
.bg-yellow .product-brochure h3 {
  color: #231f20;
}
.bg-yellow .product-brochure li{
  color: #ac2a2a;
}

.bg-lightgreen .product-content h2 {
  color: #231f20;
}
.bg-lightgreen .product-content p {
  color: #231f20;
}
.bg-lightgreen .product-brochure {
  background: #a8b127;
}
.bg-lightgreen .product-brochure h3 {
  color: #231f20;
}
.bg-lightgreen .product-brochure li{
  color: #ac2a2a;
}


.bg-sky .product-content h2 {
  color: #ffae00;
}
.bg-sky .product-brochure {
  background: #2a627e;
}
.bg-tur .product-brochure {
  background: #2daaa1;
}

/*==== Start Quality Assurance Page  ====*/



.production-video{
  position: relative;
  display: block;
  overflow: hidden;
}
.production-video a{
  position: relative;
}
.production-video a::after {
    content: '\f144';
    position: absolute;
    top: calc(50% - 44px);
    left: calc(50% - 44px);
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    color: #fff;
    z-index: 3;
}
.production-video img{
  width: 100%;
  max-width: 100%;
  height: auto;
}


.production-content{
  position: relative;
  display: block;
  padding-left: 30px;
  border-left: 2px solid #6ca04a;
}
.production-content h2{
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
}
.production-content h4{
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    text-transform: capitalize;
}
.production-content a{
    color: #e6ba44;
    font-weight: 300;
    font-size: 15px;
}
.production-content a:hover, .production-content a:focus{
    color: #629847;
}

.video-content{
    position: relative;
    display: block;
}
.video-content p{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.video-item {
    position: relative;
    display: block;
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #f8cf10;
}
.video-item p{
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: initial; 
    margin: 0;
}


/*==== Start Contact us Page  ====*/

.contact{
  position: relative;
  display: block;
}
.contact-title h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-info{
  position: relative;
  display: block;
  padding: 0px;
}
.contact-info h4 {
    font-size: 30px;
    color: #629847;
    font-weight: 300;
    text-transform: capitalize;
}
.contact-info p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
.contact-title .col-md-6:first-child .contact-info {
    border-right: 2px solid #6ca04a;
}
.contact .title h2{
    font-size: 45px;
    color: #2b2d2f;
    margin: 10px 0 0;
    font-weight: 700;
    line-height: inherit;
}
.contact .title p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}
.contact-form {
    position: relative;
    display: block;
}
.contact-form form {
    position: relative;
    display: block;
    padding: 20px 30px;
}
.contact-form label{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
}
.contact-form label span{
    color: #e44343;
}
.contact-form input[type="text"], .contact-form input[type="password"], 
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea{
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #292a34;
    transition: 0.5s;
}
.contact-form textarea{
    height: 100px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="password"]:focus, 
.contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus,
.contact-form textarea:focus{
    border: none;
    outline: none;
}
.contact-form input[type="submit"]{
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus{
    background: #6ca04a;
    border-color: #6ca04a;
    color: #fff;
}
.recaptcha-cus {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.contact-form hr{
    margin: 60px 0 30px;
    border-bottom: 1px solid #589088;
}

