* {margin:0px;padding:0px;box-sizing:border-box;}
body {font-family: 'Nunito Sans', sans-serif !important;font-size:1rem !important;line-height:1.5rem !important;color:#828282 !important;}
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif !important;}
ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6,p,span,ul,li{margin-bottom:0 !important;}
a,a:hover,a:focus {text-decoration:none !important;}
img {max-width:100%;width:100%;}


/*------ background start -------*/
.header-top,.dropdown-item:active, .text-holder, .overlay-content,
.footer-area .social ul li a:hover,#return-to-top,.iso-area .slide,.cc-content:before ,
.contact-content, .contact-form-2,.compliance-certificates ul li a ,
.patch-area,.btn-primary {	
	background: #008369 !important;
}

.btn-primary:hover{
	background: #f37c21 !important;
}

/*------ background end -------*/


/*------ color start -------*/
.header-middle .fa-globe,  .header-area .middle-logo a,
.footer-area a:hover,.footer-area span a  {
	color: #f37c21 !important;
}
/*------ color end -------*/

/*------ btn start -------*/
.btn {
	border:none !important;
	padding:0.6rem 1rem !important;
}
.btn-primary:hover {
	background: linear-gradient(-60deg, rgba(150, 201, 61, 0.9),rgba(50, 207, 167, 0.9));
}

/*------ btn end -------*/



/*------ title start -------*/
.title {
	width:100%;
	float:left;
	text-align:center;
	padding:2rem 0;
	color:#000;
}
.title h3{
	font-size:2rem;	
	margin-bottom:1.5rem !important;
}
.title h4 {
	font-size:1.3rem;	
	position:relative;
}
.title h4:before ,
.title h4:after {
	position:absolute;
	content:'';
	border:1px solid #fff;
	left:0;
}
.title h4:before {
	top:120%;
	width:80px;
}
.title h4:after {
	top:150%;
	width:120px;
}

/*------ title end -------*/


/*---------- social start --------- */
.social {
	width:100%;
	float:left;
}

/*---------- social end --------- */


/*---------- return-top start --------- */
#return-to-top {
    position: fixed;
	bottom: 60px;
    right: 5px;
    width: 30px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	box-shadow: 0px 3px 8px 2px #0000003d;
	text-align:center;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 13px;
    font-size: 19px;
	font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*---------- return-top end --------- */


/*---------- patch-area  start --------- */
.patch-area  {
	width:100%;
	min-height:200px;
	float:left;
}
.patch-area .container-fluid {
	padding:25px !important;
}
.patch-area .text-center ,
.patch-area .text-left {
    padding: 70px 0;
}
.patch-area  h4{
	font-size:2rem;
	margin-bottom:1.2rem !important;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing: .2rem;
}
.patch-area  p i{
	padding:0 1rem;
}
.patch-area  h4,
.patch-area  p,
.patch-area  p i{
	color:#fff;
}
.patch-area  a{
	color:#fff;
}





.patch-area .contact-form-4  {
	background:linear-gradient(-60deg, rgba(50, 207, 167, 0.9), rgba(150, 201, 61, 0.9)) !important;
}
.patch-area .contact-form-4 form input[type=submit] {
	border-radius:0;
	margin-left:0;
}
.patch-area .contact-form-4 form select {
    width: 100%;
    height: 35px;
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 10px;
}
.patch-area form input, .patch-area form select {
	margin-top:0 !important;
}
.patch-area  form .captcha-area {
	margin:0 !important;
}
.patch-area  form input[type=submit] {
	margin:0 !important;
}
.patch-area h5 {
	color:#fff;
	margin-bottom:10px !important;
}

/*--------- patch-area  end --------- */


/*quote_form start*/

.quote-form form h3{
	margin-bottom:1rem !important;
}

.quote-form form textarea{
		width:100%;
	height: 60%;
	padding-left:1rem;
	padding-top:0.5rem;
	margin-top: 0px !important;	
	margin-bottom: 15px;
} 	

.quote-form form input{
	margin-top: 0px !important;
}

.quote-form{
	width:100% !important;
	float:left;
	padding:2rem;
	background: #008369;
}

.quote-form label{
	font-size: 18px;
	color: #fff;

	
}

.quote-form form input[ type="checkbox"]{
	width: 15px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 8px;
}



.checkbox label{
	font-size: 15px;
	margin-bottom: 0px;

}

.quote-form form input[type=submit]{
	width: 20% !important;
	height: 35px !important;
	margin-top: 25px !important;
}

.quote-form span{
	color: #cc0101;
}


/*quote_form End*/


/*---------- contac-form  1& 2 end --------- */


.contact-form, .contact-form-2 {
	width:100%;
	float:left;
	padding:2rem;
	background: #008369;
	margin:3rem 0;
}

.contact-form{
	width:100%;
	float:left;
	padding:2rem;
	background: #008369;
	
}	

.contact-form-2 {
	margin:0;
}
.contact-form h3,
.contact-form p {
	color:#000 !important;
}
.contact-form form{
	width:100%;
	float:left;	
}
.contact-form form p{
	margin-bottom:1.1rem !important;
	color:#fff !important;
}

.box{
	width: 100%;
	background: #5558;
	padding: 0px 15px;
}
.contact-form form h3{
	margin-bottom:2rem !important;
}



.contact-form-2 form h3{
	margin-bottom:1rem !important;
}
.contact-form form input{
	width:100%;
	height:40px;
	padding-left:1rem;
	margin-bottom:1rem;
	margin-top: 23px;
}
.contact-form form textarea {
	width:100%;
	height: 52%;
	padding-left:1rem;
	padding-top:0.5rem;
	margin-top: -4px;
}



.contact-form form input[type=submit]{
	width:30%;
	height:30px;
	padding-left:0rem;
	border:none;
	color:#fff;
	margin-top: 2.5rem;
	background: #f37c21;
}
.captcha-area {
    width: 100%;
    float: left;
    margin: 2% 0;
}
#captcha {
  width: 40%;
  float: left;
  height: 40px;
  border: 1px solid #a9a9a9;
  padding: 10px 15px;
  margin-top: 24px;
  background: #fff;
}
span#code {
    float: left;
    padding-right: 10px;
}
input.captcha {
  width: 58% !important;
  float: left;
  margin-left: 2%;
  margin-bottom:0 !important;
}
#captcha input,
#captcha1 input{
	background:url(../images/captcha-refresh.png)no-repeat;
    width: auto !important;
	height: auto !important;
	float:left;
	border:none;	
	margin-top: 5px;
}
#captcha1 input{
	float:right;
}


.contact-form-2 h3, .contact-form-2 p {
    color: #fff !important;
}
.contact-form-2 input, .contact-form-2 textarea, .contact-form-2  #captcha {
	background:#fff;
	border:none;
}
.contact-form-2 span#code  {
	color:#000;
}
.contact-form-2 form input[type=submit] {
	background:#f37c21;
}


.contact-form-3 form input[type=submit]{
	width:50% !important;
}
.contact-form-3 form h3 {
	    margin-bottom: 0rem !important;
}
.form-3 h4,
.compliance-certificates h4 {
	color: #4cd3a9 !important;
    font-weight: bold;
	margin-bottom:1rem !important;
}

.contact-form-4 form input[type=submit]{
	width:60% !important;
	height: 40px;
	margin-left: 89px;
	margin-top: 5% !important;
	border-radius: 5px;
}
.contact-form-4 form h3 {
	    margin-bottom: 0rem !important;
	    margin-top: -2rem !important;
}
.form-4 h4,
.compliance-certificates h4 {
	color: #4cd3a9 !important;
    font-weight: bold;
	margin-bottom:1rem !important;
	margin-top: -9px;
}


 .contact-form-4 form input{
	width:100%;
	height:35px;
	padding-left:1rem;
	margin-bottom:1rem;
	margin-top: 10px;

}

.contact-form .contact-form-4, #captcha1{
	width: 35%;
    float: left;
    height: 35px;
    border: 1px solid #a9a9a9;
    padding: 10px 5px;
    margin-top: 26px;
    background: #fff;
}

.patch-area #captcha1{
	width: 35%;
    float: left;
    height: 35px;
    border: 1px solid #a9a9a9;
    padding: 7px 6px;
    margin-top: 9px;
    background: #fff;
}

.contact-form .contact-form-4{
	margin-top: -10%;
}

.patch-area input.captcha1 {
    width: 54% !important;
    margin-top: 9px !important;
    margin-left: 24px;
}




@media(max-width: 900px){
	
	.patch-area{
	height: auto;
}


}




/*---------- contac-form  1& 2 end --------- */


/*popup*/

.btn:not(:disabled):not(.disabled){
	background:#f37c21 !important;
	padding: 6px 15px !important;
	margin-left: 10%;
}


@media (max-width: 900px){
	.btn:not(:disabled):not(.disabled){
	margin-left:0%;
}
}

.btn:focus{
	box-shadow: none !important;
}



/*popup End*/


/*---------- hover start --------- */
.hover {
	color: #000 !important;
    font-weight: bold !important;
}

/*---------- hover end --------- */



/*---------- compliance-certificates start --------- */
.compliance-certificates {
	width:100%;
	float:left;
}
.compliance-certificates ul {
	background:#fff;
	box-shadow:0px 3px 8px 2px #d7d7d7;
}
.compliance-certificates ul li a {
	display: block;
	padding:1rem;
	color:#fff;
	font-weight: 500;
}
.compliance-certificates ul li + li {
	border-top:1px solid #fff;
}
.compliance-certificates ul li img {
	float:right;
	opacity:.5;
	width:2rem;
	background: #fff;
    border-radius: 50%;
}
.compliance-certificates ul li i {
	padding-right:1rem;
	transition:all 0.5s ease-in-out;
}
.compliance-certificates ul li a:hover img{
	opacity:1;
}
.compliance-certificates ul li a:hover i{
	padding-right:1.5rem;
	transition:all 0.5s ease-in-out;	
}
.compliance-certificates ul li a:hover {
	color:#000;
	font-weight:bold;
} 
/*---------- compliance-certificates end --------- */






/*--------- header  start ------------*/
header.sticky {
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:999;
	box-shadow:0px 3px 8px 2px #0000003d;
}

header.sticky .header-top,
header.sticky .header-middle {
	display:none;
}
header, .header-area, .header-top, .header-middle, .header-menu {
	width:100%;
	float:left;
}
.header-area li{
	float:left;
}
.header-area a{
	color:#828282 !important;
}





.header-top  {
	padding:0.6rem 0;
	background: #353131 !important;
}
.header-top,.header-top  a {
	color:#fff !important;
}
.header-top li + li,
.header-middle li + li {
	padding-left:1.6rem;
}
.header-top .text-center p {
	text-transform:uppercase;
	font-size:15px;
	color:#f37c21 !important;
	font-weight: 600;
	letter-spacing: 1px;
}



.header-middle {
	padding:0.5rem 0;
}
.header-middle b {
	color:#131313;
	font-size:1.2rem;
	margin-top:.7rem;
	margin-bottom:.3rem;
	display:block;
}
.header-middle .fa-whatsapp,
.header-middle .fa-globe,
.header-middle .fa-envelope{
	line-height:4.5rem;
	font-size:3rem;
	border-color:#e7e7e7 !important;
}
.header-middle .fa-whatsapp,
.header-middle .fa-globe{
	border-right:1px solid;
	padding-right:1.6rem;
}
.header-middle .fa-whatsapp,
.header-middle .fa-envelope {
	color:#25D366;
}
.header-middle .fa-envelope{
	border-left:1px solid;
	padding-left:1.6rem;
}
.middle-logo  {
	width:100%;
	float:left;
	text-align:center;
	font-size:2rem;
	text-transform:uppercase;
	line-height: 3.5rem;
	font-weight: bold;
    letter-spacing: .1rem;
}
.middle-logo img {
	width:200px;
}



.header-menu {
	border-top:1px solid #e7e7e7;

}
.header-menu a{
	color:#131313 !important; 
	font-weight:600;
	letter-spacing:-1px;
}

.header-menu a:hover{
	color: #FF9800 !important;
}

.header-menu .navbar-brand {
	display:none;
}
.header-menu ul li + li  {
	border-left:1px solid #e7e7e7;
}
.header-menu ul li   {
	padding:0px 0.3rem;
}
.dropdown-menu {
	padding:0 !important;
}
.dropdown-menu a + a{
	border-top:1px solid #e7e7e7;
}
.dropdown-menu a{
	padding:0.5rem 1rem;
}







/*--------- header  end -----------*/



/*--------- slider  start -----------*/
.slider-area {
	width:100%;
	float:left;
}
.slider-area h3{
	font-size:3.5rem;
	margin-bottom:1.5rem;
}
.slider-area p{
	font-size:1.5rem;
	line-height:2rem !important;
}
.slider-area .text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.slider-area .carousel-item:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	/* background:rgba(0,0,0,0.6); */
	background:linear-gradient(-60deg, rgba(20, 69, 56, 0.6), rgba(77, 102, 35, 0.5));;
}
.slider-area .carousel-indicators {
	display:none;
}



/*--------- slider  end -----------*/


/*--------- working-area  start -----------*/
.working-area {
	width:100%;
	float:left;
	padding-bottom:30px;
	margin-top: -30px !important;
}
.working-content .img-box img {
	object-fit: fill;
	height:300px;
	transition:all 0.9s ease-in-out;
}
.working-content:hover .img-box img {
	transform:scale(1.3);
	transition:all 0.9s ease-in-out;
}
.working-content h3 {
	font-weight: 600;
    letter-spacing: .08rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
	margin-bottom: 1rem !important;
}
.working-content {
	width:100%;
	height:300px;
	float:left;
	position:relative;
	overflow:hidden;
}
.working-content .text-holder,
.working-content .overlay-content {
	position:absolute;	
	width:100%;
	height:100%;
	left:0;
	text-align:center;
	padding:3rem 3rem;
	color:#fff; 
	transition:all 0.5s ease-in;
}
.text-holder {	
	top:0%;
}
.text-holder a{	
	color:#fff; 
}
.text-holder img {
	width:30%;
	border-radius:50%;
	margin-bottom: 2rem;
    border: 2px solid;
}
.working-content:hover .text-holder {
	transform:scale(0.1);
	transition:all 0.5s ease-in;
	opacity:0;
}




.working-content .overlay-content  {
	top:-100%;
	transition:all 0.4s ease-in !important;
	padding: 1.2rem 1rem;
	transition-delay:10s;
}
.working-content:hover .overlay-content  {
	top:0%;		
	transition:all 0.9s ease-in  !important;
}
.working-content .overlay-content ul li{
	width:25%;
	height:75px;
	display: inline-block;
	background: #fff;
    border-radius: 5%;
    margin: 0.5rem 0;
	PADDING: .2REM;
}
.working-content .img-icon {
	width:100%;
	float:left;
	text-align:center;
}
.working-content .img-icon img{
	width:50%;
}

.working-content .overlay-content B{
	FONT-SIZE: 0.6REM;
}



/*--------- working-area  end -----------*/




/*--------- request-form  start -----------*/
.request-form {
	width:100%;
	float:left;
	padding:50px 0;
	background:#000;
	color:#fff;
}
.request-form h4 {
    font-size: 2.5rem;
}
.request-form p {
    font-size: 1.5rem;
	line-height:2rem;
}
.request-form .btn {
    font-size: 1.5rem;
}


/*--------- request-form  end -----------*/



/*--------- about-area  start -----------*/
.about-area {
	width:100%;
	float:left;
	padding:70px 0 100px 0;
}
.about-area h3 ,
.about-area h4 {
	font-weight:bold;
	margin-bottom:2rem !important;
	line-height:3rem;
	color:#000;
}

.about-area h3 {
	margin-top:-3.5rem;
}
.about-area h4 {
	font-size:2.5rem;
}
.about-area p {
	line-height:1.5rem;
}



/*--------- about-area  end -----------*/


/*--------- footer-area  start -----------*/
footer, .footer-area {
	width:100%;
	float:left;
	padding:6px 0 0px 0;
	background:#353131;
	/* background:linear-gradient(-60deg, rgba(49, 128, 108, 0.9), rgba(88, 114, 41, 0.9)); */
}
.footer-area .title {
	text-align:left;
	padding-bottom: 2.5rem;
}
.footer-area p {
	width:100%;
	float:left;
	line-height:1.2rem;
	margin-bottom:1rem !important;
}
.footer-area p ,
.footer-area a,
.footer-area h4 ,
.footer-area li {
	color:#fff;
}
.footer-area ul {
	width:100%;
	float:left;
}
.footer-area ul li {
	padding-bottom:0.5rem;
}
.footer-area ul li b{
	letter-spacing:1px;
}
.footer-area ul li {
	position:relative;
	padding-left:1.5rem;
	font-size: 0.9rem;
}
.footer-area ul li:before {
	position:absolute;
	content:'\f0da';
	top:0;
	left:0;
	font-family:fontawesome;	
}
.footer-area .social ul li {
	float:left;
	padding:0 1rem 0 0;
	margin-top:0.5rem;
}
.footer-area .social ul li:before {
	display:none;
}
.footer-area .social ul li a{
	border:1px solid #fff;
	display:inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 50%;
}
.footer-area .social ul li a:hover{
	color:#fff !important;
}



.made {
	width:100%;
	float:left;
	padding:1rem 0;
	margin-top:2rem;
	background:#01856d8f;
}
.made p{
	margin-bottom:0 !important; 
	line-height:31px;
}
.made img{
	width:200px;
	float:right;
}


/*--------- footer-area  end -----------*/



/*--------- company-registration  start -----------*/
.cr-area {
	width:100%;
	float:left;
	padding:25px 0 100px 0;
	margin-top: -83px;
	background:linear-gradient(-60deg, rgba(103, 109, 108, 0.9), rgba(89, 93, 92, 0.88)),url(../images/CRB.jpg)center center no-repeat;
}
.cr-area .title,
.cr-area a:hover,
.cr-area a {
	color:#fff;
}
.cr-area .title h4 {
    float: left;
}	
.cr-content img{
	width:5rem;
	padding:0.5rem;
	background:rgba(255, 255, 255, 0.42);
}
.cr-content {
	width:100%;
	float:left;
	border:1px solid #fff;
	padding:2rem;

	/* position:relative; */
}
/* .cr-area .cr-content:before { */
    /* position: absolute; */
    /* top: 20%; */
    /* right: 10%; */
    /* font-size: 5rem; */
    /* color: #ffffff40; */
    /* font-weight: 600; */
/* } */
/* .cr-area .cr-content:nth-child(1):before { */
    /* content: '1'; */
/* } */

/*--------- company-registration  end -----------*/

/*--------- Compliance Certificates  start -----------*/
.cc-area {
	width:100%;
	float:left;
	padding:40px 0 100px 0;
}
.cc-area .title{
	color:#000;
}
.cc-area .text-center {
	margin-top:2rem;
}

.cc-content img{
	height:300px;
	object-fit: cover;
}
.cc-content {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:2rem;
	overflow:hidden;
}
.cc-text {
	position:absolute;
	bottom:-15%;
	left:5%;
	width:90%;
	background:#fff;
	padding:1rem;
	transition:all 0.5s ease-in;
}
.cc-text h5, .cc-text h6, .cc-text a{
	color:#000 !important;
}
.cc-text a{
	color:#4cd3a9  !important;
}
.cc-text h5,
.cc-text h6{
	margin-bottom:0.5rem !important;
}
.cc-text h5 {
	font-weight:600;
	font-size:1.2rem !important;
}
.cc-content:hover .cc-text {
	bottom:5%;
	transition:all 0.5s ease-in;
}
.cc-content:before {
	position:absolute;
	content:'';
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.9s
}

.cc-content:hover:before {
	top:0;
	transition:all 0.9s
}


/*--------- Compliance Certificates  end -----------*/


/*--------- iso Certificates  start -----------*/
.iso-area {
	width:100%;
	float:left;
	padding:70px 0 100px 0;
	background: #f5f5f5;
}
.iso-area .title {
	color:#000;
}
.iso-area a{
	color:#fff;
}
.iso-area p {
	font-size:1.3rem;
	padding-top:1rem;
}

.iso-area .slide  {
	padding:1rem;
	text-align:center;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------- iso Certificates  end -----------*/


/*--------- contact-area  start -----------*/
.contact-area {
	width:100%;
	float:left;
	padding:50px 0 0px 0;
}
.contact-area .title h3 {
	margin-bottom:1rem !important;
}
.contact-area .title  {
	margin-bottom:2.5rem !important;
	color:#000 !important;
}
.contact-content {
	width:100%;
	height:300px;
	float:left;
	text-align:center;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-content h4,
.contact-content p,
.contact-content a ,
.contact-content i {
	color:#fff !important;
}
.contact-content h4 {
	margin-bottom:0.5rem !important;
	font-weight:bold;
	letter-spacing: 0.1rem;
}
.contact-content i {
	width:5rem;
	height:5rem;
	line-height:5rem;
	border-radius:50%;
	background:#f37c21;
	margin-bottom:2rem;
	font-size:1.5rem;
}
.contact-content a:hover {
	color: #000 !important;

}



/*--------- contact-area  end -----------*/


/*---------  about--area  start -----------*/
.about--area {
	width:100%;
	float:left;
	padding:50px 0 !important;
 }
.about--content {
	width:100%;
	float:left;
	box-shadow: 0px 3px 8px 2px #ededed;
	padding:2rem;
} 
.about--content h5{
	font-size:1.5rem;
	color:#000;
	margin-bottom:1rem !important;
} 

/*---------  about--area  end -----------*/



/*---------  cr--area  start -----------*/
.cr--area {
	width:100%;
	float:left;
	padding:50px 0 !important;
	background:none !important;
}
.cr--area .cr-content {
	padding:0;
}
.cr--area img {
	border-radius:5px;
}
.cr--area .title p{
	color:#828282 !important;
}





.cr-content.right .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
	color:#fff !important;
}
.cr-content.right .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}	
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.md-accordion .card .fa-angle-down {
    float: right;
}


.cr--area  h5.mb-0,
.cr--area  .card-title {
	font-size:1rem;
	color:#fff !important;
	font-weight: 500;
}
.cr--area  .card-body h6 {
	margin:1rem 0 0.3rem 0 !important;
}
}
.cr--area  .card-header {
    padding: 0.75rem 1.5rem;
}
.cr-content.right h5 {
	color:#000 !important;
}
.cr-content.right p {
	margin-top:0.5rem !important;
	margin-bottom:1rem !important;
}	
.cr-content .card-body {
	border: 1px solid #000;
}	
.cr--area .card-header{
	background: #353131 !important;
	margin-top:0.1rem;
	border:none;
}
.cr--area .card-header:first-child{
	margin:0;
}
.cr--area .card-body ul li{
	list-style:disc;
	list-style-position: inside;
}
.cr--area h6 {
	margin-bottom:1rem;
}
.cr--area h6 {
	margin-top:1rem;
}








/*---------  cr--area  end -----------*/


/*---------  cc--area  start -----------*/
.cc--area {
	width:100%;
	float:left;
	padding:100px 0 0px 0 !important;
}
.cc--area h3 {
	color:#000;
	margin-bottom:1rem !important;
	text-transform:uppercase;
}
.cc--area .text-center {
	margin:0 !important;
}
.cc--area p {
	margin-bottom:0.5rem !important;
}
.img {
	float:right;
	padding:1rem;
	margin-top:0;
	margin-bottom:1rem;
	margin-left:0;
	margin-right:1rem;
	border-radius:5px;
	background:linear-gradient(-60deg, rgba(50, 207, 167, 0.9), rgba(150, 201, 61, 0.9));	
}
.img img {
	width:220px;
	padding:0.5rem;
	background:#fff;
	border-radius:5px;
}
.list-area {
	width:100%;
	/* float:left; */
}
.list-area ul li {
	position:relative;
	padding-left:2.5%;
}
.list-area ul li:before {
	position:absolute;
	content:'\f111';
	top:0;
	left:0;
	font-family:fontawesome;
	font-size: .5rem;
	padding-left:1%;
}



/*---------  cc--area  end -----------*/


/*---------  dr-area  starrt -----------*/
.dr-area, .pr-area {
	width:100%;
	float:left;
	padding:20px 0;
}
.dr-area img {
	width:100px;
}
.dr-area h4 {
	margin-bottom:30px !important;
	margin-top:30px !important;
	text-align:center;
	color:#000;
}
.dr-area .dr-content {
	width:100%;
	height:180px;
	float:left;
	text-align:center;
	padding:10px;
	background: #008369;
}
.dr-area .dr-content h5{
	font-size: 1.0rem;
	color:#fff;
}
.dr-area .dr-content .dr-img{
	position:relative;
}
.dr-area .dr-content .dr-img img{
	z-index:1;
    position: relative;
}
.dr-area .dr-content .dr-img:before{
	position:absolute;
	content:'';
	top:30%;
	left: 70%;
    transform: translate(-70%,-30%);
    width: 70px;
    height: 70px;
	border-radius:50%;
	background:#fff3;
	transition:all 0.9s;
}
.dr-area .dr-content:hover .dr-img:before{
	top:40%;
	left: 60%;
    transform: translate(-60%,-40%);
	transition:all 0.9s;
}
.pr-area i{
	z-index:1;
    position: relative;
	font-size:40px;
	color:#f37c21 !important;
	margin:30px 0;
	background:#fff;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	text-align:center;
}



/*---------  dr-area  end -----------*/


/*--------- cont-patch  start -----------*/
.cont-patch {
	width:100%;
	float:left;
	padding:50px 0;
	text-align:center;
	margin-top:50px;
	
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) , url(../images/cont-patch.jpg)center center no-repeat;
	background-attachment:fixed;
}
.cont-patch h4 {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px !important;
}
.cont-patch p {
	margin-bottom:10px !important;
}
.cont-patch a {
	padding:10px 25px;
	color:#fff;
	background: #f37c21;	
	margin-top:20px;
	display:inline-block;
}
.cont-patch h4 ,
.cont-patch p ,
.cont-patch a {
	color:#fff;
}




.pop-area {
	width:100%;
	float:left;
}
.pop-area .contact-form{
	background:none !important;
	padding-top:0 !important;
}
.pop-area input, .pop-area textarea{
	margin-top:5px !important;
	background:#0001;

}
.pop-area .captcha-area span input{
	width:30%;
	float:left;
}
.pop-area .captcha-area input{
	width:50%;
	float:right;
}
.pop-area  form input[type=submit] {
    height: 40px !important;
	margin-top:20px !important;
	display:inline-block;
}






.pop-btn {
  position:fixed;
  top:70%;
  left:-2.5%;
  transform:translateY(-70%) rotate(-90deg);
  z-index: 99;
}
.pop-btn a {
  font-size:1.2rem;
  font-weight: 700;
  padding:10px 20px;
  color:#fff;
  background:#008369;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  animation: blink 1s linear infinite;
}
.pop-btn a:hover {
  color:#fff;
} 
@keyframes blink {
  0%{background:#008369;}
  50%{background:#f37c21;}
  100%{background:#008369;}
}






/*--------- cont-patch  end -----------*/


/*---------callback   START -----------*/
.callback  {
	width:100%;
	float:left;
	padding:50px 0;
	text-align: left;
	margin-top:30px;
	background: linear-gradient(rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.64)) , url(../images/cont-patch.jpg)center center no-repeat;
	background-attachment:fixed;
}
.callback  p {
	font-size:30px;	
	color:#fff;
}
.callback  p b {
	margin-bottom:0px;
	display:block;
}
.callback  a {
	margin-top:0;
	padding: 15px 35px;
    background: #f37c21;
	display: inline-block;
	color:#fff;
}


/*---------callback   end -----------*/



/*--------- webest  start -----------*/
.webest {
	width:100%;
	float:left;
	padding:50px 0;
}
.webest h4 {
	color:#000;
}
.webest-content {
	width:100%;
	height:150px;
	padding-top:60px;
	float:left;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
	background: #fff;
	color:#008369;
}

/*--------- webest  end -----------*/


/*--------- cra-help  start -----------*/
.cra-help {
	width:100%;
	float:left;
	padding:50px 0;
	background:linear-gradient(rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.79)) , url(../images/cr-registration.jpg)center center no-repeat;
	background-size:cover;
}
.cra-help h4 {
	font-weight: bold;
	margin-bottom: 20px !important;
}
.cra-help h4,
.cra-help p {
	color:#fff;
}
.cra-content {
	/* box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
	background: #fff; */
	padding:30px;
	
}

/*--------- cra-help  end -----------*/







/*--------- request-quotation  start -----------*/
.request-quotation {
	width:100%;
	float:left;
	padding:20px 0 0px 0;
}
.request-quotation p{
    font-size: 1.3rem;
}
.request-quotation p i{
    padding:0 1rem;
}
.request-quotation h4 {
	color:#fff;
	text-transform: uppercase;
}
.request-quotation form .captcha-area input,
.request-quotation form #captcha{
	margin-top:0;
	height: 35px;
}
.request-quotation form{
	margin-top:0;
}
.request-quotation form select{
	width:100%;
	height: 35px;
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 10px;
}
.request-quotation form input[type=submit]{
	border-radius:0;
}

/*--------- request-quotation  end -----------*/



/*--------- iso-all-data  start -----------*/
.iso-all-data .contact-form{
	padding-bottom: 0.7rem;
}
.iso-all-data .contact-form form input{
	margin-bottom: 0;
}
.iso-all-data  .contact-form form input[type=submit] {
	margin-top:1rem;
}
.iso-all-data  .contact-form form textarea {
	margin-top:1rem;
}
.iso-all-data .contact-form.contact-form-2.contact-form-3 p{
	margin:0rem !important;
}

/*--------- iso-all-data  end -----------*/


/*--------- top-service  start -----------*/
.top-service {
	width:100%;
	float:left;
}
.top-service h5 {
	margin-top:10px;
}

/*--------- top-service  end -----------*/


/*--------- price-table  start -----------*/
.price-table {
	width:100%;
	float:left;
	padding:50px 0;
}
.price-table h4{
	margin-bottom: 30px !important;
    margin-top: 30px !important;
    text-align: center;
    color: #000;
}
.price-table-content {
	width:100%;
	float:left;
	padding:2rem 0;
	text-align:center;
	box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
    background: #fff;
    color: #008369;
}

/*--------- price-table  end -----------*/












/*---------  responsive  start -----------*/
 /* 768px */
@media(max-width:768px) {
.header-middle .col-md-4{
	padding:0;
}	
.header-middle .fa-globe {
    padding-right: 0.6rem;
}
.header-top li + li, 
.header-middle li + li,
.header-middle .fa-envelope {
	padding-left: 0.6rem;
}
.header-middle .fa-globe, 
.header-middle .fa-envelope {
    font-size: 2rem;
}
.header-middle .col-md-4:first-child{
	display:none;
}
.header-middle .col-md-4:last-child{
	display:none;
}
.middle-logo {
	    margin-left: 15px;
    font-size: 1.5rem;
    text-align: left !important;
}	
	.header-menu {
    border-top: 1px solid #fff !important;
    margin-top: -66px;
}

.about-area h4 {
    font-size: 1.5rem;
}
.about-area h3, 
.about-area h4 {
	line-height: 2rem;
}



.working-content .text-holder {
	padding: 1rem 1rem;
}
.working-content .overlay-content {
    padding: 0.5rem;
}
.working-content .overlay-content ul li {
    width: 30%;
	height: auto;
}	



.cr-content {
    height: 400px;
}
.cr-area .title {
	text-align:left;
}	



.iso-area .slide {
	height:235px;
	padding:0.5rem !important;
}
.iso-area p {
    font-size: 1rem !important;
}




.made img {
    width: 200px;
}
	


.dr-area .dr-content {
	margin-bottom:30px;
}
.pop-btn {
    left: -36px;
}
	
}

 /* 700px */
@media(max-width:700px) {
	
.header-menu .navbar-brand {
    display: block;
}	
.header-menu .navbar-toggler {
	background-color: #ccc;
}
.header-menu .navbar-toggler-icon {
	border-top: 3px solid;
    border-bottom: 3px solid;
	position:relative;
}
.header-menu .navbar-toggler-icon:before {
	border-top: 3px solid;
	content:'';
	position:absolute;
	left: 0;
    top: 10px;
    background: #000;
    width: 100%;
    height: 2px;
}

.header-menu li {
	width:100%;
	float:left;
}	
.header-menu ul li + li {
    border-left: none;
}	
	



.slider-area h3 {
    font-size: 2.5rem;
}




.btn-primary {
	margin-bottom:20px;
}


.working-area {
	margin-top:30px !important;
}	
.working-content {
   margin-top:30px !important;
}
.working-content .overlay-content ul li {
    width: 22%;
}
.working-content .overlay-content B {
    FONT-SIZE: 0.8REM;
}

	


.cc-text {
    bottom: 5%;
}	


.cr-area .col-md-4{
	border: 1px solid #fff;
	margin:20px 10px 20px 10px;
	
}
.cr-area .cr-content {
    height: auto;
}
.cr-area .cr-content {
	border:none !important;
}
.cr--area img {
    margin-top: 20px;
}
.cr-content {
    height: auto;
}


.iso-area .slide {
	height:auto;
}



.compliance-certificates {
    margin-top: 20px;
}
.cr-content.left {
    margin-bottom: 30px;
}
div#form {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}


.about--content {
    margin-bottom: 20px;
}

.made img {
    float: inherit;
}
.made p {
    text-align: center;
}


.contact-content {
    margin-bottom: 20px;
}


}

 /* 600px */
@media(max-width:600px) {
	
.slider-area h3 {
    font-size: 2.0rem;
}	
.slider-area p {
    font-size: 1rem;
    line-height: 1rem !important;
}	
.list-area ul li {
    padding-left: 4.5%;
}	
.social .float-right {
    width: 100%;
    float: left;
    padding-left: 80%;
}	


	
}

 /* 400px */
@media(max-width:400px) {
.slider-area .text-box {
   left: 10%;
   width: 75%;
}
.slider-area h3 {
    font-size: 1.5rem;
}
	
	
	
	
	
}

 /* 480px */
@media(max-width:480px) {

	
	
	
	
	
}


 /* 360px */
@media(max-width:360px) {
	
	
	
	
	
}

 /* 320px */
@media(max-width:320px) {
	
	
	
	
	
}








/*---------  responsive  end -----------*/


    /*trade*/

.trade-title h3{
	font-size: 32px;
	color: #000;
	padding-top: 25px;
	text-align: center;
}

.trade img{
	margin-left: 45%;
	transition: all 0.9s ease-in-out;
}

.trade img:hover{
	transform: rotateY(360deg);
}

.trade h4{
	font-size: 1.1rem;
	color: #000;
	text-align: center;
	padding-top: 25px;
}

.trade1 p{
	font-size: 1rem;
	font-family: "arial";
	color: #777;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.trade-content img{
	width: 2.8rem;
	margin-top: 35px;
}


@media(max-width: 900px){

.trade1 p{
	font-size: 0.9rem;
}

}





    /*trade end*/

.price{
	min-height: auto;
	text-align: center;
}

.price h3{
	color: #000;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    padding-top: 15%;
}

.price label{
	font-size: 15px;
	font-family: "Futura";
	background: #008369;
	padding: 2px 20%;
	color: #fff;
	margin-top: -13px;
}

.price label a{
	color: #fff;
}


.price h4{
	font-size: 15px;
	color: #000;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    padding-top: 30px;
}

.price strong{
	font-size: 25px;
	color: #fff;
	background: #008369; 
	padding: 5px 26%;
	font-weight: normal;
}



.bank{
	    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    background: #f37c21;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    margin-left: 31%;
    padding-left: 5px;
}

@media (max-width: 900px){
	.bank{
		margin-left: 40%;
	}
}


