@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
*
{
font-family: 'Montserrat', sans-serif;	
}
body , html{
overflow-x:hidden;
font-family: 'Montserrat', sans-serif;
font-size:18px;

}
.displaynone
{
	display:none !important
}

.flex-row1 {
    display: flex !important;
    justify-content: space-around;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
}
.flex-row3 {
    display: flex !important;
    justify-content: normal;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{


	color:red;
	font-size:12px;
}
.h100{
	height:100%
}
.FormResult  , .FormResult2
{
	color:green;
	font-size:16px;
	width:100%;
}
.dnone
{
	display:none
}
.read_plus_text
{
	display:none;
	padding-left:15px;
	padding-right:15px;
}
.video_iframe
{
	width:100%;
	height:460px;
	border:0;
}
.tns-controls
{
	display:none
}
.submit_button
{
	width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	    float: left;
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 16px 5px;
    border: 0px;
}
#oneslided-ow button
{
	display:none
}
.pad-tb-2
{
	padding:2em 0
}
.breadcrumb a{
color:#FFF
}
.d-flex
{
	display:flex; 
}

.latestPub .latestPubList li
{
	padding:0
}

.FormResult img
{
	width:25px !important
}






.black{
color:#363636
}
.font-normal
{
	font-weight:400 !important
}
.white
{
	color:#FFF
}
.font-light
{
	font-weight:300 !important
}
.font-bold
{
	font-weight:900 !important
}
.font-12
{
	font-size:0.8rem
}
.font-14
{
	font-size:0.9rem
}
.font-16
{
	font-size:1rem
}
.font-18
{
	font-size:1.125rem
}
.font-20
{
	font-size:1.25rem
}
.font-22
{
	font-size:1.375rem
}
.font-26
{
	font-size:1.625rem
}
.font-28
{
	font-size:1.75rem
}
.font-32
{
	font-size:2rem
}
.font-42
{
	font-size:2.62rem
}
.font-55
{
	font-size:3.437rem
}
.font-62
{
	font-size:3.87rem
}
.font-90
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:2.7rem
}
.top-header
{
	background:#24262A
}
.blue
{
	color:#1AACE2;
}
.inline-block
{
	display:inline-block
}



.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.flex_wrap
{
	display:flex;
	flex-wrap:wrap
}
.txt-uppercase
{
	text-transform:uppercase
}
.txt-justify
{
	text-align:justify
}


.relative
{
	position:relative;
}
.w-100
{
	width:100%
}
.d-block
{
	display:block
}
.grey
{
	color:#9E9E9E;
}
.grey1
{
	color:#808080;
}

.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 23px;
    right: 11px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #24262A;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}





















.top-header-right
{
	float:right;
}
.top-header-right ul li a
{
	width:20px;
	height:20px;
	background:#1AACE2;
	color:#FFF;
	font-size:0.7rem;
	border-radius:50%;
	display: inline-block;
	margin-left:5px;
}
.top-header-mail a
{
	color:#FFF
}
.logo img
{
	display:block
}
.insideImg h1
{
	font-size:4rem;
	padding-bottom:10px;
}
.footer_bottom
{
	background:#292929;
	color:#FFF;
	font-weight:bold;
	border-top:1px solid #707070
}


.social_footer
{
	border:0;
	padding-left:0;
	margin-top:25px;
}
.social_footer li
{
	display:inline-block
}
.social_footer  li a {
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #1AACE2;
    font-size: 0.9rem;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.footer_center
{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding: 0 5%
}
.social_contact li
{
	display:inline-block
}
.social_contact li a
{
    width: 30px;
    height: 30px;
    background: #1AACE2;
    color: #FFF;
    font-size: 0.9rem;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;	
	text-decoration:none;
}


.footer_center li
{
	padding-bottom:1.25rem;
	width:100%;
}
.footer_center li:last-child
{
	padding-bottom:0;
}

.subscribe_newsletter h2
{
	font-size:1.5rem;
	font-weight:bold
}
.subscribe_newsletter input[type='text']
{
	border-radius:50px;
	background-color:transparent;
	font-size:1rem;
	height:45px;
	border:1px solid #FFF;
	color:#FFF
}

.subscribe_newsletter button[type='submit']
{
    border-radius: 50px;
    background: transparent;
    font-size: 1rem;
    height: 40px;
    position: absolute;
    top: 0.15rem;
    right: 0.1rem;
    width: 3.75rem;
    color: #FFF;
}

footer
{
	background:url('../images/footer_bg.jpg') no-repeat center center / cover;
	border-top:1px solid #707070
}
.p-inner
{
	padding:5rem 0
}
.color-blue
{
	color:#1AACE2;
}
a
{
	text-decoration:none;
	color:inherit
}
.clients_box
{
	height:260px;
	width:100%;
	display:inline-block;
	background:#F2F2F2;
}


.clients_box img
{
  filter: grayscale(100%);

}



.clients_box:hover img
{
    filter: grayscale(0);

}
.our_company_bg
{
	background:url('../images/bg.jpg') no-repeat center center / cover;
	padding:12rem 0;
	color:#FFF
}
.our_company_bg_box
{
	border-left:15px solid #1AACE2;
	padding-left:15px;
	width:92%;
}

.why_us
{
	background:#F2F2F2;
	padding:9.3rem 0;
	color:#FFF;
	
}
.why_us_box
{
	
	display: inline-flex;
	padding:0 10px

}
.why_us_width
{
	max-width:275px;height: 275px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.11);
	position:relative;
}
.why_us_box h4
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:50;
	height:75px;
	text-align:left;
	background:rgba(255,255,255,0.8);
	color:#727272;
	padding:0.9rem 1.5rem
}
.flex-row1 {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.why_us_box_hidden
{
	width:0;
	background:#FFF;
	z-index:500;
	position:relative;
	color:#363636;
	text-align:left;
	transition: all 1s ease;
	overflow:hidden
}
.why_us_box:hover  h4
{
	color:#FFF;
	
	background:#1AACE2;
}
.why_us_box:hover  .why_us_box_hidden  , .w405
{
	width:355px;
}

.flex-column1
{
display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.our_specialist
{
	background:#F2F2F2;
}
.our_specialist .our_specialist_box
{
	max-width:349px;
	display:inline-block
}
.our_specialist_box img
{
	max-width:280px
}
.services_box
{

	color:#848484
}
.services_box h4
{

	border-radius:20px;
	cursor:pointer;
	background:#F2F2F2;

}
.services_box:hover h4 , .services_box h4.active
{
	background:#1AACE2;
	color:#FFF
}
.services_box_details
{
	background:#F2F2F2;
	border-radius:25px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.11);
	margin-bottom: 10px;
	float:none;	
	width:calc(100% - 10px)
	
}
.services_hh
{
width:170%;display:none

}
.services_main_box
{
	width: calc(50% - 13px);
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 10px;
    margin: 7.5px 5px;

}
.services_main_box:nth-child(2n+2) .services_hh
{
	float:right;
}
.py-140
{
	padding:8.75rem 0
}
.our_process:nth-child(2)
{
	background:#f2f2f2
}
.our_process:nth-child(3)
{
	background:#f2f2f2
}
.our_process:nth-child(4)
{
	background:#FFF
}
.number_process
{
	position: absolute;
    top: -80px;
    left: -70px;
    z-index: 50;
    font-size: 15.625rem;
    color: #1AACE2;
    font-weight: 800;
    opacity: 0.25;
}
.our_process:nth-child(1):after , .our_process:nth-child(3):after
{
    content: '';
    width: 40px;
    height: 4px;
    background: #1AACE2;
    top: calc(50% - 2px);
    right: -20px;
    z-index: 50;
    position: absolute;
}

.our_process:nth-child(1):before
{
    content: '';
    width: 40px;
    height: 4px;
    background: #1AACE2;
    bottom: 0;
    right: -1.2rem;
    z-index: 50;
    position: absolute;transform: rotate(-25deg);
}
.portoflio_box
{

	margin-bottom:12px;
}
.portoflio_box img
{
	height:240px;
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.portoflio_box:hover .portfolio_overlay
{
	opacity: 1;
}
.portfolio_overlay
{
	position:absolute;
	top:15px;
	left:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	z-index:50;
	background:rgba(0,0,0,0.65);
	justify-content: space-evenly !important;
	opacity: 0;
	   -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.portfolio_overlay h4
{
	color:#FFF
}
.portfolio_overlay h5
{
	color:#D8D8D8;
	position:relative;
}
.portfolio_overlay h5:after
{
	position:absolute;
	bottom:-10px;
	left:calc(50% - 32px);
	content:'';
	width:65px;
	height:2px;
	z-index:50;
	background:#1AACE2;
}
.back
{
	float:left;
	background:#F2F2F2;
	font-weight:bold;
	padding:0 20px;
	color:#727272
}
.portfolio_desc h1 , .portfolio_desc h2 ,.portfolio_desc h3 , .portfolio_desc h4 , .portfolio_desc h5 , .portfolio_desc h6
{
	font-size:2rem
}
.portfolio_desc ul li
{
    width: calc(100% - 15px);
    list-style: disc;
    list-style-position: outside;
    margin-left: 15px;
	display:list-item !important;
}
.portfolio_logo
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;	
}




.home_portfolio .portoflio_box img
{
	height:247px;
}

.home_services h6
{
	color:#8D8D8D;
	position:relative;text-transform:uppercase
}
.home_services h6 span
{
	background-color: white;
	padding-right:10px;
}
.home_services h6:after
{

	
	
	
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #1AACE2;
    z-index: -1;	
	
	
}
.flex-row2 {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: self-start;
}

.tp-bullet
{
	display:none
}
.banner_desc
{
	line-height
}
.banner_link
{
	border-radius:25px;
	background:#FFF;
	color:#1AACE2;
	padding:20px 40px;
	text-transform:uppercase;
	display: inline-block;
}
.tparrows
{
	visibility: visible !important;
    opacity: 1 !important;	
	background: rgba(255,255,255,.8) !important;
	border-radius:50%;
}
.tparrows:before , .tparrows:after
{
	color:#000 !important
}
.tparrows
{
	bottom: 0 !important;
    top: auto !important;
}
.tp-leftarrow.tparrows
{
	left:auto !important;
	right:90px !important; 
}
.home_page_banner 
{
	width:100% !important;
	display:inline-block
}
.our_process  .colw-70
{
	max-width:440px;
}
.portoflio_box  .img-bg
{
	height:200px;
	width:100%;
}
.iframe-portfolio iframe
{
	border:0 
}
@media all and (max-width: 960px){

}
footer{
background:#1d1d1d;
padding:85px 0 50px 0;
position:relative
}
footer{
color:#FFF
}
footer a{
color:#0b904a
}
.google_map
{

	background:#efefef;
	min-height:600px
}
.newsletter_section
{
	background:#f6971b;
	color:#FFF
}
.footer_top_box
{
	position:absolute;
	top:-45px;
	left:0;
	width:100%;
	z-index:50
}

.newsletter_section .subscribe_newsletter button[type='submit']
{

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:  #FFF;
}
.footer-address
{
	background:#2c2c2c;
	color:#9B9B9B
}
.footer-address b
{
	color:#FFF;
	padding-right:10px
}
.footer-address span
{
	color:#0b904a;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #0b904a
}
.menu{
	background:#f6971b;
	text-align:center
}

.header_search input[type='text'] {
    border-radius: 50px;
    background-color: transparent;
    font-size: 1rem;
    height: 45px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
}
.header_search button[type='submit'] {
    border-radius: 50px;
    background: transparent; color: #9b9b9b;
    font-size: 1rem;
    height: 41px;
    position: absolute;
    top: 0.15rem;
    right: 0.1rem;
    width: 3.75rem;
}
.header_search input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b;
  opacity: 1; /* Firefox */
}

.header_search input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #9b9b9b;
}

.header_search input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
  color:  #9b9b9b;
}
.header-address-box
{
	padding:0 50px;
}
.header-address
{
	
	color:#9b9b9b
}
.header-address b
{
	color:#01904C;
	padding-right:10px
}
.header-address span
{
	color:#0b904a;
	padding-right:15px;
	margin-right:15px;font-size: 2rem;
	border-right:2px solid #0b904a
}
.green
{
	color:#0b904a
}
.contact-address-box
{
	color:#808080;
}
.contact-address-box span
{
	color:#0b904a;
	padding-right:20px;
	font-size:20px;
}
#submit_form input[type=text] ,  #submit_form textarea
{
	background-color:transparent;
	border:0;
	border-bottom:1px solid #B4B4B4;
	height:50px;
	margin-bottom:20px;
	padding-left:0;
	color:#FFF
}
 #submit_form textarea
{

	height:120px;
	resize:none;
	margin-bottom:0
	
}
#submit_form input[type='text']::placeholder , #submit_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B4B4B4;
  opacity: 1; /* Firefox */
}

#submit_form input[type='text']:-ms-input-placeholder ,#submit_form textarea::placeholder { /* Internet Explorer 10-11 */
  color:  #B4B4B4;
}

#submit_form input[type='text']::-ms-input-placeholder , #submit_form textarea::placeholder{ /* Microsoft Edge */
  color:  #B4B4B4;
}
#submit_form  h4
{
	font-size:0.9rem;
	color: #808080;
	
}
#submit_form button
{
	background-color:transparent;
	border:1px solid #F36C0E;
	color:#FFF;
	height:50px;

	width:100%;
	font-weight:bold;
	margin-top:20px;
}

#submit_form .flex-row
{
	 align-items: flex-end !important;
}
.form-group
{
	display:flex
}
.about_brochure
{
	background:#f2f2f2;
}
.about_brochure h3
{
	
}
.brochure_download
{
	background:#F2F2F2;
	color:#A1A1A1;
	padding:25px;
	border-radius:5px;
	margin-right:20px;
	margin-bottom:40px;
	width: calc(33.33% - 20px);
}
.brochure_download:hover
{
	background:#F77E0B;
	color:#FFF
}
.brochure_download:hover img
{
filter: brightness(0) invert(1);
}
.brochure_download img
{
	  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
}
.about_data_box
{
	background:#fafafa;
	box-shadow:0 0 5px #e1e1e1;
	color:#000;
	padding:10px 10px 30px 10px;
	border-radius:5px;
	margin:0 40px;
	width: calc(50% - 80px);
}

.about_data_image
{
	height:395px;
	background:#FFF;
	border-radius:15px;
}

.products_box
{
	background:#fafafa;
	/*box-shadow:0 0 5px #e1e1e1;*/
	color:#000;
	padding:30px;
	border-radius:5px;
	margin:0 30px 30px 30px;
	width: calc(50% - 60px);
}
.products_box:hover
{
	background:#FFF;
	box-shadow:0 0 5px #e1e1e1;

}
.view_all
{
    background: #FFF;
    padding: 15px 40px;
    border-radius: 5px;
    color: #F36C0E;
    margin-top: 1.5rem;
    display: inline-block;
	text-transform:uppercase
}
.products_details_img
{
	border-radius: 5px;
	background: #FFF;
	border:10px solid #fafafa;box-shadow:0 0 5px #e1e1e1;
}
.products_details_img img
{
	border-radius: 5px;
}
.sub_products
{
	background:#f2f2f2;
}
.sub_products_menu
{
	text-align:center
}
.sub_products_menu ul li
{
	display:inline-block
}
.sub_products_menu ul li a
{
	color:#7e7f81;
	border:1px solid #7e7f81;
	border-right:0;
	padding:15px 30px;
	 display: inline-block;	
}
.sub_products_menu ul li a:last-child
{

	border-right:1px solid #7e7f81;

	
}
.sub_products_menu ul li a:hover
{
	background:#FFF;
	border:1px solid #F6971B;
	border-right:0;	
}

.sub_products_menu ul li a.active
{
	color:#F6971B;
	border-color:#F6971B;
	background:#FFF
}
.sub_products_menu ul li a:hover:last-child
{

	border-right:1px solid #F6971B;

	
}
.sub_products h3
{
	color:#808080
}
.sub_products_listing
{
	
}

.sub_products_box
{
	background:#FFF;
	box-shadow:0 0 5px #e1e1e1;
	color:#000;
	padding:20px 30px;
	border-radius:5px;
	margin:0 15px 15px 0;
	width: calc(20% - 15px);
}
.sub_products_box h4
{
	
}
.sub_box
{
	background:#F2F2F2;
	text-align:center;
	padding:15px 0;
	border-top:4px solid #F6971B;
	position:relative;
}
.sub_box.liq
{

	border-top:4px solid #00aeef;

}
.sub_box:before
{
	position:absolute;
	width:1px;
	height:100%;
	left:50%;
	top:0;
	z-index:50;
	background:#FFF
}
.sub_download span
{
	text-decoration:underline;
	color:#808080;padding-left:5px;
}
.sub_download img
{
	  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
		
}

.back
{
	background:#F2F2F2;
	border-bottom:3px solid #808080;
	padding:5px 20px ;
	color:#808080;
	border-radius:10px
}
.product_home
{
	background:#f2f2f2;
}
.home_listing_box
{
	color:#000;
	margin-bottom:50px;
}
.order1
{
		order:1
}
.order2
{
		order:2;
		text-align:right
}
.flower
{
	background:url(../img/flower.png) no-repeat bottom left;

}
.banners_content
{
	height:720px;
	background-size:cover;
	position:relative;
}
.banners_content:before
{
	position:absolute;
	top:0;
	left:-20%;
	width:100%;
	height:100%;
	z-index:50;
	background:url(../img/layout.png) no-repeat top left;
	background-size:cover;
	content:'';
}
.z-index-50
{
	z-index:60
}
.flex_banner
{
	display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.ban_none{
display:none !important
}
.products_box img
{
	max-width:215px;
	height:225px;
}
.slick-dots
{
	bottom:15px !important;
}
.slick-dots li button:before{
font-size:12px;
}


.header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:50;
	    background: url(../img/bg.png) no-repeat bottom center;
    background-size: cover;
}
.logo_box
{
	background:#FFF;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	padding:30px 60px 30px 60px
}
.header a{
	font-weight:300
}
.header a:hover , .header a.active{
	color:#F36C0E;
	border-bottom:2px solid #F36C0E;
	    line-height: 4rem;
}
.logo_box a:hover
{
	 line-height:inherit;
	 border:0
}

.flex-row-arround {
    display: flex !important;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.contact_form
{
	background:#333333;
	display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.contact-footer
{
	color:#808080;
	font-size:16px;
}
.bg_grey
{
	background:#F2F2F2;
}
.about_section
{
	
}

.ai-fs {
  align-items: flex-start !important;
}

.jc-fs
{
	justify-content: flex-start;
}
.footer_menu
{
	background:#FAFAFA
}

.jc-sb
{
	justify-content: space-between;
}
.footer_menu a
{

	border-bottom:2px solid  transparent;
}
.footer_menu a:hover
{

	border-bottom:2px solid #F36C0E;
}
.box-shadow
{
	box-shadow:0px 0px 10px rgb(0 0 0 / 11%)
}
.our-services .our_services_box:nth-child(2n+2)
{ 
	background:#F2F2F2
}
.our-services .our_services_box:nth-child(2n+2) .our_services_img
{ 
	order:2;
	text-align:right;
}
.our-services .our_services_box:nth-child(2n+2) .our_services_info
{ 
	order:1
}
.learn_more
{
	background: linear-gradient(#F77E0B, #ED4C14);
	padding:15px 40px;
	border-radius:5px;
	color:#FFF;
}
.home_parallax
{
	background:url(../img/menagri.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
	height:450px;
}
.welcome_bg
{
	background:url(../img/Welcome.jpg) no-repeat center center;
}

.what_we_do .colw-25:nth-child(2n+2) img
{ 
	order:2;
}
.what_we_do .colw-25:nth-child(2n+2) span
{ 
	order:1
}
.home_service_box
{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:50;
}
.fl{
	float:left;
}
.home_service img
{
	display:block
}
.home_services_top
{
	margin-top:0
}
.remark { display:none; }
@media all and (max-width: 768px){
	body, html{display:inherit;font-size:14px;}
	.d-mobile {display:inline-block !important;}.pl-n{padding-left:0}.pr-n{padding-right:0}
	
	
.what_we_do .colw-25:nth-child(2n+2) img
{ 
	order:1;
}
.what_we_do .colw-25:nth-child(2n+2) span
{ 
	order:2
}	.home_parallax{    font-size: 2rem;
    line-height: 2.2rem;}
	.home_service_box{line-height:2rem}
	.home_services_top{margin-top:0}
	.colw-15{width:100%;padding:25px 0}
	.contact_form {padding-top:50px;padding-bottom:50px;}
	.google_map{height:300px;}
	.contact_main_box .colw-33{margin:30px 0}
	.brochure_download{margin-right:0}
	.about_section .pr-n{padding-bottom:50px;}
	.our_services_info{padding-top:50px}
	.footer_main_box{width:100%;text-align:center}
	.footer_main_box .res-s-100{padding:15px 0}
	.footer_bottom_box{text-align:center}
	.footer_bottom1 .flex-row  , .footer-address.flex-row1 , .newsletter_section .flex-row , #submit_form .flex-row , .products_box.flex-row , .home_listing_box.flex-row{display:inline-block !important}
	.footer_top_box{position:relative;top:auto;}
	footer{padding:25px 0}
	.footer-address{    background: #2c2c2c;color: #9B9B9B;padding: 30px;}
	.footer_bottom1 .colw-80{padding:25px 0;text-align:center}
	.footer-address.flex-row1{padding:20px}
	.footer-address-box.flex-row{justify-content:normal}
	.newsletter_section h3{padding-bottom:25px;font-size: 3rem;}
	#submit_form{padding-top:25px;}
	#submit_form .colw-40{padding:25px 0;}
	.header-address{padding:25px 0;display:none !important}
	.header-address-box{padding:0}
	.header_search{padding-top:25px;}
	.brochure_download {margin-bottom:25px;}
	.about_data_box{margin:25px 0}
	.brochure_download{padding:40px;}
	.products_box{margin:25px 0}
	.products_box.flex-row{text-align:center}
	.products_box.flex-row .pl-20{padding-left:0;padding-top:25px;text-align:center}
	.pl-70{padding-left:0;padding-top:25px;}
	.inner_back{padding-top:100px;}
	.back{position:absolute;top:20px;left:0;}
	.home_listing_box.flex-row .line-height15{padding-top:25px;}
	.ban_none{display:inline-block}
	/*.banners_content {background:none !important}
	.banners_content:before{display:none}*/
	.flex_banner{width:100%;height:auto;padding:25px 0;}
	.font-55 {
    font-size: 2.437rem;
}.font-62 {
    font-size: 1.87rem;
}
.banners_content  .h100 , .banners_content{height:600px}
.logo_box{    position: absolute;
    top: 0;
    left: 0;}
	.social_header{width:100%;text-align:center}.social_header li{display:inline-block}
	.menu_a{margin-top: 160px;}.flex_banner {
    justify-content: flex-end;}.banner_sub_title{line-height:2rem}
	.home_page_banner .pt-50{padding-top:0}
}