@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body{
	font-family:'Poppins', sans-serif !important;
	color:#333;
	font-size:16px;
	padding:0px;
	margin:0px;
}
a{
    color: #2c3e50;
    text-decoration:none !important;
}

.top-bg{
	padding:6px 0px 6px 0px;
	z-index:999;
	position:relative;
	color:#fff;
}


.home-icon{
	font-size:16px;	
	color:#fff;	
}
.social-media{text-align:right; float:right;}

.social-media ul {
    overflow: auto;
	padding:0px;
	margin:0px;
	color: #fff;
}
 
.social-media ul li {
    list-style-type: none;
    float: left;
}
 
 .social-media ul li a {
    color: #fff;
}
 .social-media ul li a:hover {
    color: #008c44;
}


.social-media ul li a i {
    background: #ffff;
    color: #061538;
    width: 32px;
    height:32px;
	line-height:32px;
    border-radius: 50px;
    font-size:16px;
    text-align: center;
    margin-right: 10px;
}

.social-media ul li a i:hover {
	background-color:#008c44;
	color:#fff;
}
.header-bg{position:absolute;  width:100%; z-index:99; background-color:#000337;}
.logo{
}
.logo img {
    width:160px;
    height:auto;
	position:absolute;
	z-index:99;
	background-color:#000337; padding:15px;
	border-radius:0px 0px 8px 8px;
}


.home-banner{
	clip-path: polygon(0 85%, 50% 100%, 100% 85%, 100% 0, 0 0);
}

.carousel-indicators {
	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:#373435;
	width:20px;
	height:20px;
	border:3px solid #fff;
	border-radius:10px;
}

.carousel-indicators .active{
	background-color:#008c44;
	width:20px;
	height:20px;
}

.welcome-home-bg{
	background-color:#fff;
	padding:40px 0px;
}


.servece-0111{
	position: relative;
	height:5px;
	width:95px;
	background-color:#2976bb;
	display: block;
	margin:18px auto 20px auto;
	border-radius:8px;
}


.home-welcome{text-align:center;}
.about{font-size:30px; color: #333333;}
.home-welcome {
    font-size: 35px;
    color: #008c44;
	font-weight:600;
    line-height: 36px;
	margin:0px;
 }
.home-welcome h1 {
    font-size: 36px;
    color: #008c44;
	font-weight:600;
    line-height: 36px;
	margin:0px;
 }

.home-welcome p {
    font-size:16px;
    color: #333;
    line-height:28px;
	text-align:center;
	padding-top:15px;
  }

  .home-welcome .xian {
    margin: 0 auto;
    margin-top: 28px;
    color: #555555;
    font-size: 18px;
    line-height: 18px;
  }
  .home-welcome .xian span {
    display: inline-block;
    width: 260px;
    height: 1px;
    background: #fddb14;
    vertical-align: middle;
  }
  .home-welcome .xian i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fddb14;
    vertical-align: middle;
    transform: rotate(45deg);
    margin: 0 3px;
  }
  .home-welcome .xian em {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fddb14;
    vertical-align: middle;
    transform: rotate(45deg);
    margin: 0 -18px;
  }
  .home-welcome .xian h4 {
    display: inline-block;
    width: 450px;
	font-size:18px;
	font-weight:600;
  }
  .home-welcome2 .xian p {
    width: 100%;
  }

.about-company{overflow:hidden}
.about-company img{width:100%; height:auto; max-height:600px;} 


.read-more{
	color:#333;
	border:2px solid #008c44;
	font-size:18px;
	font-weight:400;
	padding:8px 15px;
	border-radius:8px;
	
}
.read-more:hover{
	color: #000;
	background-color:#fddb14;
	text-decoration:none;
	border:2px solid #fddb14;
}


.background_squares{background-image:url(../image/background_squares.webp);background-repeat:no-repeat; background-size:cover; background-position:center -100px;}

.position-top{
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
}

.elementor-counter{
	padding:40px 30px;
    background-color:transparent;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
	transition: .5s ease;
	text-align:center;
	border-radius:10px;
}

.elementor-counter:hover{
	background-color:transparent;
	transform: translateY(10px);
    transition: .5s ease;
}
.elementor-counter:hover:after{
	width: 100%;
	content: '';
	height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: #000000;
    background-image: -webkit-linear-gradient(to left,#008c44,#fddb14 );
    background-image: -moz-linear-gradient(to left,#008c44,#fddb14 );
    background-image: -ms-linear-gradient(to left,#008c44,#fddb14 );
    background-image: -o-linear-gradient(to left,#008c44,#fddb14 );
    background-image: linear-gradient(to left,#008c44,#fddb14 );
}

.elementor-icon{
	width:80px; height:80px;
	font-size:36px !important; color:#fff; background-color:#008c44; padding-top:20px; border-radius:0px; margin-bottom:20px; transition:all 1s ease;}
.elementor-icon:hover{transform:rotateY(360deg); background-color:#fddb14; color:#000000;}
.feature-box-title{font-size:22px; color:#222d35; font-weight:600;}
.elementor-counter p{
	text-align:center;
	font-size:16px;
	padding-top:8px;
	line-height:26px;
}


.tree-inner-box{text-align:center; padding-top:20px;}
.tree-inner-box img{width:80px; height:auto;transition: all 1s ease;}
.tree-inner-box img:hover{transform: rotateY(360deg);}
.tree-inner-box h4{font-size:18px; color:#2976bb; text-align:center; padding-top:10px; font-weight:600;}

.bg-gradient-green {
    background-image: linear-gradient(to right bottom, #232689, #89067f, #c40063, #e2393d, #e57403);
	padding:80px 0px;
}

.bg-section-02{
	background-color:#f5f6fa;
	padding:50px 0px;
}
.section-02-heading{text-align:center;}

.section-02-heading h3{
	font-size:30px;
	font-weight: 600;
	color:#008c44;
	margin-top:5px;
}

.section-02-heading span {
    font-size:25px;
    color: #061538;
    font-weight: 100;
    margin-top: -47px;
}

.section-02-heading p{
	font-size:18px;
	color:#333;
	margin-top:5px;
}
.service-block{
	background: #fff;
	text-align: center;
	border: 1px solid #dedede;
	margin:10px;
	border-radius:8px;
 }
.service-block:hover{
	background: #fff;
	text-align: center;
	padding: 10px;
	border:2px solid #008c44;
	transition: all 0.3s;
}

.content h4 {
    font-size:17px;
    font-weight: 600;
	margin:0px;
	padding:15px 10px;
	border-top:1px solid #ccc;
}
.content p{
	text-align:center;
	padding:15px 10px;
}
.inner-box .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
	border-radius:8px;
}

.thumb img{width:100%; height:auto;  transition: all 0.3s;}
.thumb img:hover{transition: all 0.3s;}






.videos-section {
    background: url(../image/video-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
	padding:40px 0px;
}

.videos-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 65%;
    height: 100%;
    background:#008c44;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 16% 100%, 2% 50%);

}

.why-us-heading{padding-left:90px;}

.why-us-heading h3{
	font-size:30px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}
.why-us-heading p{
	font-size: 16px;
    color: #fff;
	text-align:justify;
}
.why-us-heading ul {padding:0px ; margin:0px;}
.why-us-heading ul li{
	background-image:url(https://amborastar.in/image/arrow-page.webp);
	background-repeat:no-repeat;
	background-position:2px 12px;
	padding-left:30px;
	list-style:none;
	padding-top:2px;
	padding-bottom:4px;
	color:#fff;
	font-size:18px;
	line-height:36px;
	text-transform:capitalize;
}




.partners-section{padding:40px 0}
.partners-section .partners-title {
    margin-bottom:20px;
    text-align: center;
    position: relative;
}

.partners-section .partners-title .title {
    display: inline-block;
    padding: 0 20px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
	margin:0px;
	color:#008c44;
}

.partners-title-team{border:1px solid #ccc; padding:15px;}
.partners-title-team h5{}


.app-img img{
	margin-top:20px;
	border:1px solid #ccc; 
	padding:2px;
	width:100%;
   height:auto;
   border-radius:5px;
}
.app-img h4{
	font-size:16px;
	color:#2c3e50;
	padding-top:7px;
	text-align:center;
	font-weight:600;
}
.owl-dot{
	display:none !important;
}

#footer-01{
	background-color:#008c44;
	border-top:5px solid #008c44;
	padding:15px 0px 0px 0px;
	background-image:url(../image/abs-granules-manufacturer.webp);  background-position:center -100px;
	background-size:cover;
	color:#fff;
}
.servece-01{
	line-height:25px;
	padding:5px 15px 0px 30px;
	color:#FFFFFF;
	font-size:16px;
	}
.servece-01 ul{
	padding:0px;
	margin:0px;
	}
.servece-01 ul li {
	background-image:url(../image/arrow.webp);
	background-repeat:no-repeat;
	background-position:2px 10px;
	padding-left:20px;
	list-style:none;
	padding-top:2px;
	padding-bottom:4px;
	}
.servece-01 a{
	text-decoration:none;
	color:#FFFFFF;
	}
.servece-01 a:hover{
	color:#fddb14;
	padding-left:2px;
	font-weight:600;
}
.servece-01 h4{
	font-size: 20px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	border-left:5px solid #008c44;
	padding-left:10px;
}
.servece-Domestic{
	line-height:24px;
	padding:6px 0px 0px 0px;
	color:#FFFFFF;
	font-size:16px;
}
.servece-Domestic td{
	border:1px solid #fff; padding:5px;
}
.servece-Domestic ul{
	padding:0px;
	margin:0px;
	}
.servece-Domestic ul li {
	background-position:12px 10px;
	padding-left:45px;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	}
.servece-Domestic a{
	text-decoration:none;
	color:#FFFFFF;
	
	}
.servece-Domestic a:hover{
	color:#008c44;
	padding-left:2px;
	font-weight:bold;
	text-decoration:none;
}

.servece-Domestic h4{
	font-size: 20px;
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	border-left:5px solid #008c44;
	padding-left:10px;
}

.power-by{color:#fff;font-size:15px;font-weight:400;background-color:#000000;padding:10px 0;text-align:left}
.power-by a{color:#fff;font-size:15px;font-weight:400}
.power{text-align:right;}

.products-overflow{overflow:auto; height:300px;}

.product-banner-part {background:#000;padding:120px 0px;background-image:url(../image/granules-manufacturer-in-india.webp); background-position:center center; background-repeat:repeat;}
.product-banner h1{font-size:40px;letter-spacing: 0.4px;line-height:40px;margin:0px;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;}

/*benefits-start*/
.page-part{padding:30px 0px; background-color:#fff;}
.page-part-text h2{font-size:30px;color: #008c44; font-weight:600;}
.page-part-text h3{font-size:20px;color: #008c44; font-weight:600;} 
.page-part-text p{font-size:16px;color: #333;line-height:29px;margin-bottom:10px;text-align:justify;}
.page-part-text td{font-size:16px;color: #333;line-height:29px;margin-bottom:10px; border:1px solid #ccc; padding:5px 10px;}
.page-part-text img{width:100%; height:auto; background-color:#fff; padding:3px; border:1px solid #000; margin:5px 0px; border-radius:5px;}
.page-part-text img:hover{border:1px solid #008c44; transition:0.5s;}
/*benefits-end*/

.package ul{padding-left:0px;margin-bottom:0;}
.package ul li {padding-left:35px;list-style: none;text-align: left;padding-top: 1px;padding-bottom: 1px;font-size: 16px;color:#333;line-height: 30px;letter-spacing: .5px;}
.package a{font-weight:700;text-decoration:none;color:#1d5aa9;}
.package a:hover{font-weight:700;text-decoration:none;color:#fb8b17;}

.input-group .form-control:last-child, .input-group-addon:last-child {font-size:14px !important;line-height: 24px;}
.input-group .form-control:last-child, .input-group-addon:last-child {font-size:14px !important;line-height: 24px;border-radius: 5px;}
.input-group {position: relative;display: table;border-collapse: separate;margin: 20px 0;width: 100%;}
.Submit-box {background-image:linear-gradient(90deg,#008c44,#226455);color: #fff;padding:10px 15px; font-size:17px;border-radius: 5px;}
.form-control:focus{box-shadow: none !important;}

.pd-top-bottom{ padding:10px 0px;}

.clients-img h4{border:1px solid #ccc; text-align:center; padding:30px 0; font-weight:bold; background-color:#008c44; color:#fff;}

.contact{
	padding: 50px 0 0 0; 
}
.contact .address-box{
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	border-radius: 10px;
	background-color:#f2f2f4;
	position: relative;
	box-shadow: 0 0 10px 0 #ccc;
	border: 5px solid #ffffff;
	font-size:17px;
	line-height:28px;
	padding-bottom:15px;
	margin-bottom:30px;
}
.contact .address-box .add-image{
	background-color: #f2f2f4;
	border-radius: 50%;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 5px solid #ffffff;
	box-shadow: 0 0 10px 0 #ccc;
}
.contact .address-box:hover .add-image{
	animation-name: imganimation;
	animation-iteration-count:1;
	animation-duration: 0.7s;
}
@keyframes imganimation{
	0%{
		transform: translate(-50%, -50%) rotate(0deg);
	}
	50%{
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100%{
		transform: translate(-50%, -50%) rotate(360deg);
		transition-delay: 0.1s;
	}
}
.contact .address-box img{
	padding: 15px;
	width: 60px;
}
.contact .address-box a,
.contact .address-box p{
	font-size:18px;
	color: #333;
	line-height:30px;
}
.contact .address-box h3{
	font-size:20px;
	color:#008c44;
	font-weight:600;
	padding-top:50px;
}
.contact iframe{
	width: 100%;
	height: 400px;
	margin: 50px 0 40px 0;
	border: 5px solid #000;
	box-shadow: 0 0 10px 0 #ccc;
	border-radius: 5px;
}
.contact .company-text{
	text-align: center;
	font-size:40px;
	font-weight:bold;
	color:#008c44;
}



/*Request A Quote CSS END*/
.right-ok{
	background-image:url(../image/right-icon.webp);
	background-repeat:no-repeat;
	background-position: 8px;
}

.wrong-icon{
	background-image:url(../image/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 !important;
}
.form-group input{
	border-left:5px solid #71bf44;
}

.form-group textarea{
	border-left:5px solid #71bf44;
}

.form-group select{
	border-left:5px solid #71bf44;
}
.Submit-box{
	background-color:#71bf44;
	border:1px solid #71bf44;
	padding:10px 15px;
	color:#fff;
	border-radius:5px;
}
.Submit-box:hover{
	background-color:#e7c817;
	border:1px solid #e7c817;
}
/*Request A Quote CSS END*/




@media only screen and (min-width: 320px) and (max-width: 767px) {
.logo{padding:10px 0px 10px 15px;text-align:left;}
.logo img{ width: 170px;height: auto;position: relative;z-index: 99;border-radius:0; background-color:transparent;}
.header-info{display:none}
.header-bg {
    position: relative;
	background-color:#000337;
}
.top-bg{display:none}
.carousel-indicators {
    bottom: 0;
}
.welcome-home-bg{background-image:none; background-color:#f7f7f7; padding-top:30px !important;
padding-bottom: 30px !important;}
.about-company img{display:none;}
.home-welcome h1 {font-size: 36px;}
.videos-section{background-color:#1f70b8; background-image:none}
.why-us-heading { padding-left:0px;}
#footer-01{
	background-size:auto;
}
.product-banner-part {
    padding: 60px 0px;
    
}
}