@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;600;700;900&display=swap');

body{font-size:17px; color:#282828; font-family: 'Be Vietnam Pro', sans-serif !important;}
a{text-decoration:none !important; color:#004773;}
.header-bg{background-color:#fff;}

 .logo-bg {
    clip-path: polygon(8% 0, 100% 0%, 91% 100%, 0% 100%);
    background-color: #fff;
    position: absolute;
    z-index: 88;
    top: -56px;
    padding: 11px;
}
.logo img {
    width: 268px;
    height: auto;
    padding: 9px 15px 4px 22px;
}

.social-media-bg{
    z-index: 9;
    color: #fff;
	padding-bottom:10px;
	background:#dedede ;
	position:relative;

}
.social-media-bg::before{content: ""; width:100%; position:absolute; z-index:9999}


.social-media{text-align:right; float:right;}

.social-media ul {
    overflow: auto;
	padding:0px;
	margin:0px;
	color: #0090ff;
}
 .social-media ul li {
    list-style-type: none;
    float: left;
	padding-top:7px;	
	padding-right:8px;
}
 
.social-media ul li a {
    color: #000;
	font-size:16px;
}
 .social-media ul li a:hover {
    color: #0090ff;
}

.social-media ul li a i {
    background: #fff;
    color: #333;
    width: 32px;
    height:32px;
	line-height:32px;
    border-radius: 50px;
    font-size:16px;
    text-align: center;
    margin-right:8px;
}

.social-media ul li a i:hover {
	background-color:#0090ff;
	color:#fff;

}

.carousel-indicators {
	bottom:20px;
}

.products-about {
    font-size: 40px;
    font-weight: 600;
    color:#434242;
    text-transform: uppercase;
    margin-top: 5px;
	text-align:center;
	padding-bottom:20px;
}

.carousel-control.left {
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	z-index:9;
}
.carousel-control.right {
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	z-index:9;
}


.carousel-indicators li{
	background-color:#000000;
	width:20px;
	height:20px;
	border:3px solid #fff;
	border-radius:10px;
}

.carousel-indicators .active{
	background-color:#434242;
	width:20px;
	height:20px;
}



.box-bg-pro{    
	z-index:999;
	background-color:#f7f7f7;
	padding:40px 0px;
}
.box-bg-pro h3 {
    font-size:40px;
    font-weight: 800;
    color:#35a7ff;
    text-transform: uppercase;
    margin: 5px 0px 20px 0;
	text-align:center;
}
	
.no-padding{padding:0px;}

.flip-card {
  background-color: #fff;
  width: 100%;
  height:435px;
  perspective: 1000px;
   box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
  
}
.border-right{border-right:1px solid #ccc;}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-img{}
.flip-card-img img{width:100%; height:auto;}
.flip-card-img h3{font-size:20px; color:#fff; line-height:normal; padding:15px 5px; background-color:#0000ff; margin:0px}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 
}
.flip-card-back {
  background-color: #35a7ff;
  color: #fff;
  padding:20px;
  transform: rotateY(180deg);
}

.flip-card-back h4{font-size:22px; color:#fff; line-height:normal}


.home-bg-01{padding:80px 0 60px 0px; background-color:#FFFFFF80; background-image:url(../images/bg1.png); background-repeat:repeat-x; background-position:center bottom;}
.home-img img{width:100%; height:auto;}

.welcome-bg d{font-size:40px; font-weight:600; color:#0d2a44;}
.welcome-bg h1{font-size:70px; font-weight:800; color:#0090ff; text-transform:uppercase; margin:5px 0; }
.welcome-bg h1 span{color:#0090ff;}
.welcome-bg h6{font-size:30px; font-weight:800; color:#6d6f71; text-transform:uppercase; margin:5px 0px 0px 0;}
.tagline{font-size:26px; color:#282828;font-weight:bold; }
.welcome-bg p{font-size:16px; line-height:26px; text-align:justify; padding-top:15px; padding-right:20px;}
.welcome-img img {width:100%; height:auto;}
.line-bo{
	width:135px;
	height:3px;
	background-color:#333;
}
.read-more {
	color:#fff;
	font-size:16px;
	background-color:#434242;
	font-weight:400;
	padding:8px 15px;	
}
.read-more:hover {
	color: #fff;
	background-color:#004773;
	text-decoration:none;
	transform: translateY(10px);
    transition: .5s ease;
}
.home img{
    width:100%;
    height: auto;
	margin-top:20px;
}

.home img:hover{
	transform: translateY(10px);
    transition: .5s ease;
}

.quality-box-home h4{font-size:20px; color:#000000; font-weight:bold; margin-top:25px;}
.quality-box-home p{font-size:17px; color:#000000; text-align:left; margin:0px !important; padding:0px;}
.quality-box-home i{color:#35a7ff; padding-right:5px;}

.counter-overlay-primary-dark{position:relative; padding:80px 0px; background-attachment: fixed;
  background-size: cover; }
.counter-overlay-primary-dark::before{
    background: #35a7fff2;
	 content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	  margin: 0px;
    padding: 0px;

}


.counter-style-3 {
    display: flex;
    align-items: center;
}
.m-b30 {
    margin-bottom: 30px;
}
.counter-style-3 .icon-bx {
    display: block;
    width: 80px;
    background-color: rgb(0, 0, 0);
    height: 80px;
    min-width: 80px;
    text-align: center;
    line-height: 80px;
    outline: rgb(255, 255, 255) solid 2px;
    outline-offset: 10px;
    margin: 12px 32px 12px 12px;
}
.icon-md i {
    vertical-align: middle;
    font-size: 45px;
}

.counter-style-3 .counter-num {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
	color:#FFFFFF
}
.counter-style-3 .counter-num .counter {
    font-size:48px;
    line-height:45px;
	font-weight:800;
    margin-bottom: 0px;
	color:#FFFFFF
}
.counter-style-3 .counter-text {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	color:#FFFFFF;
	line-height:normal;
}

.we-industry-bg{background-color:#fff; padding:60px 0px 80px 0;}
.we-industry-heading h3{font-size:50px; font-weight:800; color:#0090ff; text-transform:uppercase; margin:15px 0 0 0; font-family: 'Teko', sans-serif  !important;}
.we-industry-heading p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding-top: 15px;
}
.industry-home img{width:100%; height:auto; padding-right:15px;}
.industry-heading ul{margin:0px; padding:0px; }
.industry-heading ul li{list-style:none; background-image:url(../images/arrow-page.png); background-repeat:no-repeat; background-position:15px 12px; padding:
5px 0px 4px 45px; line-height:32px; font-weight:600; letter-spacing:0.5px;}

.call-us-box{background-color:#282828; display:inline-block; font-size:60px;  color:#fff; font-family: 'Teko', sans-serif  !important; padding-right:20px; margin-top:30px;}
.call-us-box span{font-size:20px; display:inline-flex}
.call-icon {
    background-color: #0090ff;
    padding: 33px 30px 21px;
    font-size: 60px !important;
    color: #fff;
}


.products-section{background-color:#f7f7f7;padding:40px 0px 40px 0px; background-image:url(../images/pro-bg.jpg); background-repeat:no-repeat; background-position:bottom center;}

.products-section .partners-title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.products-section .partners-title .title {
    font-size: 65px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-family: 'Teko', sans-serif !important;
}
	
.products-section .partners-title::after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
}
.products-img{ margin:0px 10px;}
.products-img img{width:100%; height:auto; background-color: #fff;box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 1px 4px #cfdee5;padding:6px;}
.products-img h3{text-align:center;font-size:19px; font-weight:600; color:#079a99;}
.products-img a{color:#fff; text-decoration:none;}
.products-img a:hover{color:#0090ff;}
.owl-dots{display:none}


.position-top{padding:60px 0px;}
.introduction-form{
	 padding: 40px;
	 background-color:#FFFFFF;	
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    position: relative;
    margin-top: -110px;
    z-index: 1;}
	
.introduction-form h4{font-size:30px; color:#0000ff; font-weight:600; margin:0px;}
.form-group {
    margin-bottom: 15px;
}

.form-group input {
    background-color:#f4f6f9;
	font-size:16px;
	color:#212529;
}

.form-group textarea {
	 background-color:#f4f6f9;
	 font-family: 'Poppins', sans-serif !important;	
	 height:100px;
	 font-size:16px;
	 color:#212529;
}
.form-control {
    font-size: 17px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f6f9;
    background-image: none;
    border: 1px solid #f4f6f9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.right-ok{background-image:url(../images/right-icon.webp);background-repeat:no-repeat;background-position:8px}
.wrong-icon{background-image:url(../images/wrong-icon.webp);background-repeat:no-repeat;background-position:8px}
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid}
.form-control-feedback{display:none}
.has-feedback label~.form-control-feedback{top:0!important}
.error{text-align:left!important;display:table!important}
.thnak4{margin-top:50px}
.has-feedback .form-control{padding-right:42.5px}
.form-group{margin:15px 0!important}

.Submit-box{background-color:#005496 !important;border:1px solid #005496;padding:10px 15px;color:#fff !important;}
.Submit-box:hover{background-color:#22b354;border:1px solid #005496; padding:10px 15px;}

.clients-bg h3{
	 font-size:40px;
    font-weight: 800;
    color: #0090ff;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif !important;
}
.clients img{width:100%; height:auto; border:1px solid #ccc; display:inline-block; margin-right:8px;}

.footer{background-position:center bottom;background-repeat:no-repeat;padding-top:80px;padding-bottom:20px;text-align:center;position:relative;background-color:#defdff;color:#aaa; background-size:cover;}
.footer:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%; background-color: rgba(0,0,0,0.85);}

.footer .logo-bg{margin-bottom:30px}
.footer  .logo-bg img{width:300px; height:auto; padding-left:15px; padding-right:15px;}
.footer  .footer-nav{position:relative; }
.footer-nav h4{font-size:20px; font-weight:bold;}
.footer .footer-nav p{ background-color:#FFFFFF50; padding:8px 15px; margin:0px; display:inline-block;}
.footer .footer-nav li{position:relative;display:inline-block;padding:10px 15px; margin-bottom:15px;}
.footer .footer-nav li a{color: #FFFFFF;font-size: 16px; text-transform: capitalize;font-weight:500;}
.footer .footer-nav li a:hover{color: #0090ff;font-weight: 600;}

.social-links{position:relative;display:inline-block; padding-top:5px;}
.social-links li{display:inline-block;margin-right:5px}
.social-links li a{color:#0090ff;-webkit-transition:.3s;transition:.3s;background-color:#000000;padding:10px 10px}
.social-links li a:hover{color:#fff !important; background:#0090ff;padding:10px 10px}

.power-by{color:#fff;font-size:15px;font-weight:400;background-color:#000306;padding:10px 0;text-align:left}
.power-by a{color:#fff;font-size:15px;font-weight:400}
.power{text-align:right}


.product-banner-part{background:#150f2b;background-image:url(../images/page-banner.jpg);background-size:cover;padding:150px 0 150px 0;position:relative;overflow:hidden}
.product-banner-part:before{content:"";position:absolute;width:100%;background-color:#0000ffa1;height:600px;top:0}
.product-banner{text-align:center;position:relative;z-index:9}
.product-banner h1{font-size:50px;letter-spacing:.5px;line-height:50px;font-weight:600;color:#fff}

.pd-top{padding-top:30px}

.page-part{padding:40px 0px; background-color:#FFFFFF;}
.page-part-text h2{font-size:30px;color:#313131; margin:0px; font-weight:600; padding-bottom:15px;}
.page-part-text h3{font-size:22px;color:#1b5279;margin:18px 0 10px 0; font-weight:600;}
.page-part-text h4{font-size:20px;color:#1b5279;margin:30px 0 10px 0; font-weight:600;}
.page-part-text p{font-size:16px;color:#333333;line-height:27px;margin-bottom:10px;text-align:justify;}
.page-part-img img{width:100%; height:auto; background-color:#fff; padding:3px; border:1px solid #000; margin:15px 0px 15px 0; transition: .5s ease;}
.page-part-img img:hover{border:4px solid #007eff; transform: translateY(10px); transition: .5s ease;}



#page-table{border-collapse:collapse;width:100%;margin-bottom:10px}#page-table td,#page-table th{border:1px solid #ddd;padding:8px}#page-table tr:nth-child(even){background-color:#e0fbfe}#page-table tr:hover{background-color:#b8f8ff; color:#000000;}#page-table th{padding-top:12px;padding-bottom:12px;text-align:left;background-color:#22A8B7;color:#fff}


.page-list ul{padding:0px;margin-bottom:0;}
.page-list ul li {background-image: url(../images/arrow-page.png);background-repeat: no-repeat;background-position:0px 12px;padding-left:25px;list-style: none;text-align: left;padding-top: 1px;padding-bottom: 1px;font-size:16px;color:#333;line-height:36px;}
.page-list ul li:last-child{padding-bottom:15px;}

.services-box{text-align:center;}
.services-box img{width:100%; height:200px; margin-top:25px; border-radius:5px; border:2px solid #ccc;}
.services-box h4{font-size:20px;}


.input-group .form-control:last-child, .input-group-addon:last-child {font-size:17px !important;line-height: 30px;}
.input-group .form-control:last-child, .input-group-addon:last-child {font-size:17px !important;line-height: 30px;border-radius: 5px;}
.input-group {position: relative;display: table;border-collapse: separate;margin: 20px 0;width: 100%;}
.Submit-box {background-image:linear-gradient(90deg,#0090ff,#0090ff); border:1px solid #0090ff; color: #fff;padding:10px 15px; font-size:17px;border-radius: 5px;}
.form-control:focus{box-shadow: none !important;}

.farm-contact-section {
    background: #fd7125;
	background: -webkit-linear-gradient(#ffac2f, #fd7125);
    padding-top: 50px;
    padding-bottom: 50px;
}

.farm-section-title h3 {
    font-size:45px;
    font-weight: 600;
    color: #0000ff;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}

.single-contact {
    background: #0090ff;
    padding: 40px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-content > h3 {
    color: #fff;
	margin-top:0px;
}
.contact-content {
    color: #fff;
    padding-left: 110px;
}
.contact-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #0090ff;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
    font-size: 24px;
}
.whatsapp_btn {
    position: fixed;
    bottom: 50px;
    left: 10px;
    width: 125px;
    height: 50px;
    z-index: 11;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.logo-bg {
  clip-path: polygon(8% 0, 100% 0%, 91% 100%, 0% 100%);
  background-color: #fff;
  position:inherit;
  z-index:inherit;
  top: 0;
  padding: 10px;
}
.logo img {
  width:200px;
  height:auto;
  padding:0px;
}
.social-media-bg{display:none}
.box-bg-pro h3 {
  font-size:36px;
  margin: 5px 0px 0 0;
}
.flip-card{margin-bottom:30px;}
.home-bg-01{padding:40px 0 60px 0px;}
.welcome-bg h1 {
  font-size: 36px;
}
.welcome-bg h6 {
  font-size: 23px;
  margin: 14px 0px 0px 0;
}
.flip-card-img h3{ font-size:19px;}
.we-industry-heading h3 {
  font-size:36px;
}
.footer .footer-nav li {
 margin-bottom: 6px;
}
.footer {
  padding-top: 30px;
}
.power-by {
  padding: 15px 0;
  text-align:center;
}
.power {
  text-align: center;
  padding-top:15px;
}
.product-banner-part {padding: 50px 0 50px 0;}   
.product-banner h1{font-size: 36px;}
.page-part-text p{text-align:left;}
}