body , html{
overflow-x:hidden
}
.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: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
}







.font-normal
{
	font-weight:400 !important
}
.white
{
	color:#FFF
}
.font-light
{
	font-weight:300 !important
}
.font-bold
{
	font-weight:900 !important
}
.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-32
{
	font-size:2rem
}
.font-55
{
	font-size:3.437rem
}
.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;
}
.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
}

.relative
{
	position:relative;
}

.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;
}
.w-100
{
	width:100%
}
.d-block
{
	display:block
}
.grey
{
	color:#9E9E9E;
}
.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;	
}





.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 */
}
.home_portfolio .portoflio_box img
{
	height:247px;
}
.view_all
{
    background: #1AACE2;
    padding: 15px 45px;
    border-radius: 5px;
    color: #FFF;
    margin-top: 1.5rem;
    display: inline-block;
	text-transform:uppercase
}
.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
{
	height:450px;
	background:#efefef
}
.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{

}
header.active{
position:fixed;
top:0;
left:0;
z-index:50;
width:100%;
background:#FFF
}

header.active .logo img{
height:70px;transition: all .5s ;
}

header.active .py-20 {
padding:10px 0;transition: all .5s ;
}
.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:#F2F2F2;
	border-radius:10px;
	border:0;
	height:50px;
	margin-bottom:10px;
}
 #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: #808080;
  opacity: 1; /* Firefox */
}

#submit_form input[type='text']:-ms-input-placeholder ,#submit_form textarea::placeholder { /* Internet Explorer 10-11 */
  color:  #808080;
}

#submit_form input[type='text']::-ms-input-placeholder , #submit_form textarea::placeholder{ /* Microsoft Edge */
  color:  #808080;
}
#submit_form  h4
{
	font-size:0.9rem;
	color: #808080;
	
}
#submit_form button
{
	background:#0b904a;
	color:#FFF;
	height:50px;
	border-radius:5px;
	padding: 0 40px;
	font-weight:bold;
	margin-top:15px;
}

#submit_form .flex-row
{
	 align-items: flex-end !important;
}
.form-group
{
	display:flex
}
.about_brochure
{
	background:#f2f2f2;
}
.about_brochure h3
{
	
}
.brochure_download
{
	background:#FFF;
	box-shadow:0 0 5px #e1e1e1;
	color:#808080;
	padding:50px 60px;
	border-radius:5px;
	margin-right:25px;
	width: calc(33.33% - 25px);
}
.brochure_download:hover img
{
	  -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
         -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
            filter: grayscale(0);
}
.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: #0b904a;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: bold;
    margin-top: 40px;
	border-bottom: 4px solid #006434;	
}
.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.active123
{
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background:#f2f2f2;
	z-index:500
}

.sub_products_menu ul li
{
	display:inline-block;
	margin:5px;
}
.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: flex-start;
}
.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;
}
.flex_wrap
{
	display:flex;
	flex-wrap:wrap
}.remark { display:none; }
@media all and (max-width: 768px){
	.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;
}
.banners_content  .h100 , .banners_content{height:auto}
}