.rel{
	position: relative;
}
.container-fluid{
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.container-fluid{
	padding: 80px 15px;
}
@media(max-width:767px){
	.container-fluid{
		padding: 40px 15px;
	}
	.about_img{
		margin-top: 30px;
	}
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner{
	direction: ltr;
}

.products_section{
	overflow: hidden;
}
.products_section .circle{
	border-radius: 50%;
	height: 400px;
	width: 400px;
	background: var(--cpink);
	position: absolute;
	top: 0;
	left: -40px;
	transform: translateX(-37%) translateY(-28%);
}
.single .circle{
	border-radius: 50%;
	height: 300px;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}
.pro_right .circle{
	transform: translateX(25%);
}
.pro_left .circle{
	transform: translateX(-25%);
}
.square{
	width: 150px;
    height: 87vh;
    position: absolute;
    bottom: 15px;
    right: 0;
    background: var(--lblue);
    clip-path: polygon(100% 0, 0 95%, 100% 100%);
}
.owl_clients .owl-item .item{
	height: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Contact Us
* --------------------------------------- */
.formWarrper{
	margin: 0px auto;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction: rtl;
}
.formWarrper label {
    display: block;
	color: var(--sec);
}
.re{
	color: #ff0244;
}

.formWarrper .form-control {
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: none;
    border: 1px solid #d9dbdb;
    background-color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
    color: #969e9d;
    overflow: hidden;
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	height: 50px;
    -webkit-transition-property: background-color;
    transition-property:background-color;
}
.formWarrper textarea.form-control {
	height: 80px;
}
.MessageSent.formWarrper { 
	visibility: hidden;
	width: 0;
    display: none;
}


.checkd{
	opacity: 0;
	color: var(--main);
	z-index: 1;
	border-radius: 6px;
}
.checkd,
.uncheckd{
	position: absolute;
    top: 3px;
    line-height: 0;
	margin-right: -15px;
}
input[type=checkbox]:checked + span *{
	opacity: 1;
}
input[type=checkbox]{
	opacity: 0;
}

#terms span.wpcf7-list-item {
    margin:  0;
}
#terms{
	font-size: 14px;
}
.wpcf7-response-output {
    display: none !important;
}
.formWarrper .btn{
	margin: 10px auto;
	min-width: 167px;
	display: block;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
	transform: translateY(-13px);
}

@media(min-width:768px){
	.formWarrper div label{
		display: inline-block;
		width: 200px;
		margin-left: 9px;
	}
	.formWarrper div .wpcf7-form-control-wrap{
		display: inline-block;
		width: calc(100% - 215px);

	}
	.wpcf7-form-control-wrap.phoneNumber{
		float: left;
	}
	.wpcf7-form-control-wrap.phoneNumber,
	.wpcf7-form-control-wrap.fullName{
		width: 48%;
		display: inline-block;
	}
	.terms{
		
    	display: block;
	}
	.wpcf7{
		margin: 0 auto 0;
	}
	#subjecth,
	#subject{
		width: 265px;
		margin-right: -5px;
	}
}
#subjecth, #subject{
	color: #000;
}


/*Home page
* --------------------------------------- */


@media (min-width: 768px){
	video.bgvid {
		width: 100%;
 		height: 50vh;
		object-fit: cover;
    object-position: center;
	}
}

video.bgvid {
	width: 100%;
  object-position: center;
	
}


.home_poster{
  
  overflow: hidden;
}
.home_poster #h_opacity{
	position: absolute;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
      bottom: 0;

	background: rgba(0,0,0,.35);
}
.home_poster .container{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}

ul.justify-content-between li.product .img_wrap{
	height: 324px;
	display: flex;
    justify-content: center; 
    align-items: center;
}
ul.justify-content-between li.product .img_wrap img {
  height: 100%;
}

ul.justify-content-between li.product:hover a,
ul.justify-content-between li.product a:hover{
	color: var(--sec);
}

ul.justify-content-between li.product{
	background: #fff;
	width: 45%;
    padding: 30px 20px 35px;
    vertical-align: top;
    margin: 20px auto 35px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.2);
}
@media(max-width:991px){
	.section_img{
		width: 100%;
	}
	.hp_about .container{
		padding: 40px 15px;
	}
	ul.justify-content-between li.product .img_wrap {
 		height: 210px;
	}
	ul.justify-content-between li.product .img_wrap img{
		object-fit: scale-down;
    	height: 219px;
	}
	ul.justify-content-between li.product .btn.border_btn{
		min-width: 130px;
		padding: 12px 30px;
	}
	ul.justify-content-between li.product{
		width: 47%;
		min-width: 220px;
	}
}
@media(min-width:992px){
	
	.hp_about #wraper{
		text-align:left;
	}
	
	.hp_about .container {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		left: 0;
		z-index: 1;
	}
	
	.section_img {
		max-width: 50%;
	}
	.hp_about a{
		float: left;
	}
}


/*Header
* --------------------------------------- */
.navbar-brand{
	padding: 0;
	margin: 0;
}
#overlay{
	background: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	bottom: 0;
	right: -200%;
	width: 100%;
	left: auto;
	z-index: 4;
	display: none;
	-webkit-transition: right .4s ease-in;
    transition: right .4s ease-in;
}

#overlay.in{
	right: 0;
}
#overlay .nav_wrap{
	width: calc(100% - 70px);
	background: var(--light);
	padding: 20px 0;
	height: 100%;
	overflow: auto;
}
#overlay .nav_wrap .navbar-nav{
	font-size: 20px;
	color: var(--sec);
}

#overlay .nav_wrap .navbar-nav a.nav-link{
	padding: 1rem 1rem;
	border-right: 5px solid transparent;
}
#overlay .nav_wrap .navbar-nav li.active a.nav-link{
	border-right: 5px solid var(--mainc);
}
#overlay .navbar-nav .dropdown-menu{
	text-align: right;
    background: #0a455f;
	padding: 0 15px;
	border: none;
	border-radius: 0;
}
#overlay .navbar-nav .dropdown-menu a{
	color: #fff;
    font-size: 18px;
	
    font-weight: 400;
    border-bottom: 1px solid #0c4259;
    padding: 17px 0;
}
#overlay .navbar-nav .dropdown-menu .dropdown-item.active,
#overlay .navbar-nav .dropdown-menu .dropdown-item:active {
   	font-weight: bold;
    background-color: transparent;
}
.dropdown-toggle::after{
	float: left;
	margin-top: 13px;
}
#close{
	color: #fff;
}
#dismiss{
	position: absolute;
	top: 0;
	left: 0;
	background: #8d2020;
	padding: 20px;
}
.nav-link {
    color: var(--sec);
	font-size: 20px;
	
}
.nav-link.active{
	font-weight: bold;
}
.nav-link:hover{
	color: var(--mainc);
}
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background: #fff;
	-webkit-box-shadow: 1px 10px 16px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 1px 10px 16px 0px rgba(0,0,0,0.13);
	box-shadow: 1px 10px 16px 0px rgba(0,0,0,0.13);
}

@media (max-width:767px){
	.wrap_left {
		position: absolute;
		left: 0;
		min-width: 93px;
	}
	.navbar-brand {
		max-width: 148px !important;
	}
}

@media(min-width:992px){
	.header_phone .icon{
		display: none;
	}
}

@media(max-width:991px){
	.header_phone .muns{
		display: none;
	}
	.navbar-brand{
		max-width: 200px;
	}
	.navbar-brand{
		margin: 0 auto;
    	display: block;
	}
	#nav-icon {
		
		width: 28px;
		top: 22px;
		height: 20px;
		z-index: 10;
		/* Bring icon ontop of overlay */
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	
	#nav-icon span {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: var(--sec);
		border-radius: 0px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
		top: 0px;
	}

	#nav-icon span:nth-child(2) {
		top: 8px;
	}

	#nav-icon span:nth-child(3) {
		top: 16px;
	}
	
	#nav-icon.animate-icon span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#nav-icon.animate-icon span:nth-child(2) {
		opacity: 0;
		left: 0px;
	}

	#nav-icon.animate-icon span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.wrap_left{
		text-align: left;
		padding-right: 0;
	}
}


body.unscroll{
	overflow: hidden;
}

@media(min-width:1200px){
	header .navbar-brand{
		padding-right: 40px;
	}
}
@media(min-width:992px){
	header .sec_btn{
		max-width: 200px !important;
		min-width: 200px;
		padding: 10px;
		background: #128a44;
	}
	#overlay{
		display: none;
	}
	
	header li.active a.nav-link:after{
		content: "";
		background: var(--mainc);
		height: 4px;
		width: 100%;
		display: block;
		position: absolute;
		bottom: -8px;
		left: 0;
		right: 0;
		color: #000;
	}
	header .nav-link{
		padding: 1.1rem 1rem;
		position: relative;
	}
	
	header .text-decoration-none{
		font-weight: 700;
		margin-left: 10px;
	}
	header .navbar-brand{
		margin: 0 auto;
		max-width: 250px;
	}
	.wrap_left{
		text-align: left;
		position: absolute;
		left: 40px;
		padding-right: 0;
    	
	}
}

@media (max-width:1199px) and (min-width:992px) {
	#menu-item-198{
		display: none;
	}
	.wrap_left{
		max-width: 210px !important;
	}
}
#overlay .navbar-nav .dropdown-menu .dropdown-item:focus, #overlay .navbar-nav .dropdown-menu  .dropdown-item:hover,
header .dropdown-item:focus, header .dropdown-item:hover,
header .dropdown-item.active,header .dropdown-item:active{
	    background-color: transparent;

}

	
/*Footer
* --------------------------------------- */
.contact_phone{
	font-size: 20px;
	font-weight: bold;
}
footer {
	background: var(--mainc);
	color:var(--sec);
}


.scrollup:hover,
.scrollup:focus,
.scrollup{
	position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    width: 70px;
    padding: 9px 0 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #373737!important;
	color: #fff !important;
}
.copyright hr{
	border-top: 1px solid var(--sec);
}
.copyright{
	font-size: 14px;
}

/*Global
* --------------------------------------- */


.waze{
    padding: 5px;
	margin: 0 10px;
}
.waze svg{
	fill:var(--sec);
}
.main_title{
	font-size: 35px;
	position: relative;
	font-weight: bold;
	color:var(--sec);
}

.inner_title.atr:after,
.main_title.atc:after,
.main_title.atr:after{
	display:block;
	content:"";
	width: 150px;
	height: 3px;
	background: var(--mainc);
	margin: 5px 0 0;
}
.main_title.atc:after{
	margin: 5px auto 0;
}
.page-template-about .inner_title{
	font-weight: normal;
}
.inner_title.atr:after{
	width: 120px;
}
#generic_page h2,
#generic_page h3,
#generic_page h4,
#generic_page h5,
#generic_page h6{
	margin: 30px auto;
}
#generic_page h2,
#generic_page h3,
#generic_page h4,
#generic_page h5,
#generic_page h6,
.inner_title{
	font-size: 24px;
	font-weight: bold;
}
.sub_title{
	font-size: 28px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 10px !important;
}

.xl_title{
	font-size: 50px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.page-template-contact .inner_title{
	font-weight: 500;
	font-size: 28px;
}


@media(max-width:991px){
	.inner_poster .container{
		transform: translateY(-20%);
	}
	.inner_title,
	.sub_title,
	#about .inner_title,
	#generic_page h2,
	#generic_page h3,
	#generic_page h4,
	#generic_page h5,
	#generic_page h6{
		font-size: 22px;
	}
	
	.main_title{
		font-size: 32px;
	}
	.poster_img{
		min-height: 400px;
		object-fit: cover;
		object-position: center;
	}

}
.btn{
	font-weight: bold;
    padding: 9px 53px;
    font-size: 18px;
	min-width: 236px;
}
.sec_btn{
	color: #fff;
    background: var(--sec);
    border-radius: 0px;
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background;
    transition-property:background;
}

.sec_btn:hover{
	background: #128a44;
	color: #fff;
}
.product_inner{
	margin:60px auto;
}
.main_btn{

    color: var(--sec);
    background: var(--mainc);
    border-radius: 0px;
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: background;
    transition-property:background;
	
	
}


.main_btn:focus,
.main_btn:hover{
	background: #cc9305;
	color: #fff;
}

.border_btn span{
	margin-left: 5px;
}

.border_btn{
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 2px solid var(--mainc);
	color: var(--sec);
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	-webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.border_btn:after  {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--mainc);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
li.product:hover .border_btn,
.border_btn:hover{
	border-color: transparent;
	color:var(--sec);
}
li.product:hover .border_btn:after,
.border_btn:hover:after  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.page-template-contact .sec_color a:hover,
.hp_about a:hover,
.contact_phone a:hover,
header .text-decoration-none:hover,
footer a:hover,
footer a:focus,
#home_nav .nav-item a.active,
#home_nav .nav-item a:hover{
	color: #128a44;
}

.modal a.sec_color:hover,
.main_color{
	color: var(--mainc);
}
.face_tnx{
	background: #4267b2;
	color: #fff;
	padding: 11px;
	display: block;
	width: 300px;
	margin: 20px auto;
}

a.text-decoration-underline{
	text-decoration: underline;
}
.btn:focus,
.btn:hover{
	outline: none;
	box-shadow: none;
}
body{
	font-size: 18px;
	font-family: 'Rubik', sans-serif !important;
	color: var(--txt);
	line-height: 1.5;
	text-align: right;
  	text-underline-position: under;

}


.owl-carousel .owl-item img {
    width: auto;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#transcroller-body{
	overflow: hidden;
	margin-top: 79px;
}

a{
	color: inherit;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}
.owl-theme .owl-nav{
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: #a9a8a8;
    border: none;
    padding: 0!important;
    border-radius: 0;
    font-size: 22px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-85%);
}

.owl-carousel .owl-nav button.owl-prev{
	right: -15px;
}
.owl-carousel .owl-nav button.owl-next{
	left: -15px;
}

.img_wrap{
	overflow: hidden;
}


.sec_color{
	color: var(--sec);
}


.close{
	width: 27px;
    position: absolute;
    left: 0;
    top: -40px;
    opacity: 1;
}
.modal-content{
	border-radius: 0;
}
.owl_nav  .name{
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}
.owl_nav .owl-item:hover .name,
.owl_nav .scroll2section:hover .name{
	color: #fff;
	font-weight: bold;
}
.owl_nav .owl-item .hvr_layer,
.owl_nav .scroll2section .hvr_layer{
	display: block;
	width: 120%;
	height: 50px;
	position: absolute;
    bottom: -70px;
    right: -15px;
	z-index: -1;
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
	
}
.item.shadow_c{
	overflow: hidden;
}
.owl_nav .owl-item:hover .hvr_layer,
.owl_nav .scroll2section:hover .hvr_layer{
	 bottom: -10px;
	
}
.shadow_c{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
	text-align: center;
    display: block;
    margin: 15px;
    padding: 10px;
}
@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (.75rem * 2));
		width: 80%;
		max-width: 700px;
	}
}
@media (min-width: 768px){
	
}
@media(max-width:767px){
	#transcroller-body {
		margin-top: 62px;
	}  
	.btn{
   		 padding: 9px 10px;
	}
	.text-left-sm{
		text-align: left;
		margin-top: 40px;
	}
	.pro_right .circle {
		transform: translateX(-25%);
	}
}

html,
body,
:root {
	--mainc: #FAB714;
	--sec:#084624;
	--txt:#969e9d;
	--cpink:#E73273;
	--bg:#f5f5f5;
	--lblue:#0CB9EC;
}
.contact_wrap,
.hp_about{
	background: var(--bg);
}
.contact_wrap .container{
	z-index: 1;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.lg-download.lg-icon,
.page-id-110 footer{
	display: none;
}
.contact_wrap #bg{
	transform: translateX(-15px);
}
.contact_wrap #element{
	position: absolute;
    right: 0;
    top: 0;
	z-index: 0;
    transform: translateX(60%)translateY(-51px);
}
.contact_wrap{
	overflow: hidden;
}

.contact_wrap .main_title{
	text-align: center;
}

@media(max-width:991px){
	.contact_wrap #element{
		display: none;
	}
}
@media(max-width:767px){
	.xl_title {
    	font-size: 36px;
	}
	footer{
		font-size: 16px;
		line-height: 1.8;
	}
	.products_section .circle{
		height: 200px;
    	width: 200px;
	}
	
	
}


@media (max-width:1449px) and (min-width:768px) {
	.contact_wrap #element{
		max-width: 500px;
	}
}
@media (max-width:1649px) and (min-width:768px) {
	.contact_wrap #bg {
		transform: translateX(-20%);
		max-width: 60%;
		float: left;
		margin-top: -28%;
		z-index: 0;
	}
	#inner.contact_wrap {
		padding-bottom: 0!important;
	}
	
	.contact_wrap .container{
		position: relative !important;
		top: 0 !important; 
    	transform: none !important;
	}
}
@media (max-width:991px) and (min-width:768px) {
	#inner.contact_wrap .container {
		position: relative;
		top: 0%;
		transform: none;
		z-index: 1;
	}
	.pro_left .circle{
		transform: none;
	}
	
}
@media (min-width: 992px){
	.contact_wrap #bg{
		float: left;
	}
}
@media (min-width: 1200px){
	.contact_wrap #bg{
		max-width: 62%;
	}
}

@media (min-width: 1650px){
	.contact_wrap #bg {
		transform: translateX(-20%);
	}
	.contact_wrap .container {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		left: 0;
		z-index: 1;
	}
}

#acwp-toolbar-btn-wrap.acwp-right {
  bottom: 10px;
  top: inherit !important;
}