/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	grey Darken 4
/*
/* ---------------------------------------------------------------------- */
.greyDarken4, .greyDarken4Hover:hover					{color: 			#2e2c2b  ;}
.greyDarken4Bg, .greyDarken4BgHover:hover				{background-color: 	#2e2c2b  ;}
.greyDarken4Border, .greyDarken4BorderHover:hover		{border-color: 		#2e2c2b  ;}
/* ---------------------------------------------------------------------- */
/*
/*	green Lighten 1
/*
/* ---------------------------------------------------------------------- */
.greenLighten, .greenLightenHover:hover					{color: 			#6bb15d;}
.greenLightenBg, .greenLightenBgHover:hover				{background-color: 	#6bb15d;}
.greenLightenBorder, .greenLightenBorderHover:hover		{border-color: 		#6bb15d;}
/* ---------------------------------------------------------------------- */
/*
/*	grey Lighten 3
/*
/* ---------------------------------------------------------------------- */
.greyLighten3, .greyLighten3Hover:hover					{color: 			#e9edee   ;}
.greyLighten3Bg, .greyLighten3BgHover:hover				{background-color: 	#e9edee   ;}
.greyLighten3Border, .greyLighten3BorderHover:hover		{border-color: 		#e9edee   ;}

/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.violet, .violetHover:hover									{color: 			#56459c;}
.violetBg, .violetBgHover:hover							    {background-color: 	#56459c;}
.violetBorder, .violetBorderHover:hover						{border-color: 		#56459c;}
/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.blue, .blueHover:hover									{color: 			#3383d3;}
.blueBg, .blueBgHover:hover							    {background-color: 	#3383d3;}
.blueBorder, .blueBorderHover:hover						{border-color: 		#3383d3;}
/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.orange, .orangeHover:hover									{color: 			#f7941e;}
.orangeBg, .orangeBgHover:hover								{background-color: 	#f7941e;}
.orangeBorder, .orangeBorderHover:hover						{border-color: 		#f7941e;}
/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.black, .blackHover:hover									{color: 			#151515;}
.blackBg, .blackBgHover:hover								{background-color: 	#151515;}
.blackBorder, .blackBorderHover:hover						{border-color: 		#151515;}
.blackBg.pattern                                            {background-image:url(../images/bgBlackPattern.png);}
.blackBg a                                                  {color:#838282;}
.blackBg a:hover                                            {color:#fff;}
/* ---------------------------------------------------------------------- */
/*
/*	white
/*
/* ---------------------------------------------------------------------- */
.whiteBg.pattern{
	background-image:url(../images/bgWhitePattern.png);
}
.whiteBg{
	background-color:#fff;
}
/* ---------------------------------------------------------------------- */
/*
/*	Button
/*
/* ---------------------------------------------------------------------- */
.button.big, input.big[type=submit] {padding: 10px 35px 12px;}
/* ---------------------------------------------------------------------- */
/*
/*	pageHeader
/*
/* ---------------------------------------------------------------------- */
.pageHeader {
    background-image: url(../images/header.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom:100px;
    text-transform: capitalize;
}
.productPageHeader{
	padding-top: 330px;
	padding-bottom:50px;
}
.pageHeader h1 {
    padding: 20px 0;
    margin: 0;
}
.loader{
	display:none;	
}


.detailsPageHeader {
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 0 25px 0;
}
.pageHeader .text-shadow {
    text-shadow: 1px 0 3px #333;
}

body.panel{
    background-image: url("../images/backgrounds/2.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.page-sidebar-menu > li.active > a {
    background: #de9839 !important;
    color:#fff !important;
}
.opaqueBg, .opaqueBgHover:hover {
    background-color: rgba(255,255,255,0.7);
}
/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.text-justify {
    text-align: justify !important;
    text-overflow: clip;
    text-justify: distribute;
}
@media (max-width:768px) {
    .text-justify {
        letter-spacing: -0.3px;
    }	
}
.text-justify h1, .text-justify .h1{
    text-align: right;
}
html{
    width: 100%;
}
body.rtl, body.ltr{
	font-family:IranSans;
    overflow-x: hidden;
    width: 100%;
	color: #151515;
	background:#fff;
}
body.ltr{
	font-family:Helios;
}
.ltr p {
    line-height: 1.4;
}
body                     {font-size: 15.5px}
.h1.bigger, h1.bigger    {font-size: 36px}
.h1, h1                  {font-size: 28px}
.h2, h2                  {font-size: 21px}
.h3, h3                  {font-size: 18px}
.h4, h4                  {font-size: 16px}
.h5, h5                  {font-size: 14px}
.h6, h6                  {font-size: 12px}

@media (max-width:1367px) {
body       {font-size: 14.5px}
.h1.bigger, h1.bigger    {font-size: 32px}
.h1, h1    {font-size: 27px}
.h2, h2    {font-size: 20px}
.h3, h3    {font-size: 16px}
.h4, h4    {font-size: 15px}
.h5, h5    {font-size: 13px}
.h6, h6    {font-size: 11.5px}	
}

@media (max-width:991px) {
body       {font-size: 14px}
.h1.bigger, h1.bigger    {font-size: 28px}
.h1, h1    {font-size: 26px}
.h2, h2    {font-size: 20px}
.h3, h3    {font-size: 16px}
.h4, h4    {font-size: 14px}
.h5, h5    {font-size: 12px}
.h6, h6    {font-size: 11.5px}	
}

@media (max-width:768px) {
body       {font-size: 14px}
.h1.bigger, h1.bigger    {font-size: 24px}
.h1, h1    {font-size: 24px}
.h2, h2    {font-size: 19px}
.h3, h3    {font-size: 15px}
.h4, h4    {font-size: 14px}
.h5, h5    {font-size: 12px}
.h6, h6    {font-size: 11px}	
}

body.ltr                                   {font-size: 18px}
body.ltr .h1.bigger,body.ltr  h1.bigger    {font-size: 39px}
body.ltr .h1,body.ltr  h1                  {font-size: 31px}
body.ltr .h2,body.ltr  h2                  {font-size: 24px}
body.ltr .h3,body.ltr  h3                  {font-size: 21px}
body.ltr .h4,body.ltr  h4                  {font-size: 19px}
body.ltr .h5,body.ltr  h5                  {font-size: 18px}
body.ltr .h6,body.ltr  h6                  {font-size: 17px}

@media (max-width:1367px) {
body.ltr                                   {font-size: 17px}
body.ltr .h1.bigger,body.ltr  h1.bigger    {font-size: 37px}
body.ltr .h1,body.ltr  h1                  {font-size: 29px}
body.ltr .h2,body.ltr  h2                  {font-size: 22px}
body.ltr .h3,body.ltr  h3                  {font-size: 20px}
body.ltr .h4,body.ltr  h4                  {font-size: 18px}
body.ltr .h5,body.ltr  h5                  {font-size: 18px}
body.ltr .h6,body.ltr  h6                  {font-size: 17px}
}

@media (max-width:991px) {
body.ltr                                   {font-size: 17px}
body.ltr .h1.bigger,body.ltr  h1.bigger    {font-size: 34px}
body.ltr .h1,body.ltr  h1                  {font-size: 27px}
body.ltr .h2,body.ltr  h2                  {font-size: 21px}
body.ltr .h3,body.ltr  h3                  {font-size: 19px}
body.ltr .h4,body.ltr  h4                  {font-size: 18px}
body.ltr .h5,body.ltr  h5                  {font-size: 17px}
body.ltr .h6,body.ltr  h6                  {font-size: 17px}
}

@media (max-width:768px) {
body.ltr                                   {font-size: 17px}
body.ltr .h1.bigger,body.ltr  h1.bigger    {font-size: 34px}
body.ltr .h1,body.ltr  h1                  {font-size: 27px}
body.ltr .h2,body.ltr  h2                  {font-size: 21px}
body.ltr .h3,body.ltr  h3                  {font-size: 19px}
body.ltr .h4,body.ltr  h4                  {font-size: 18px}
body.ltr .h5,body.ltr  h5                  {font-size: 17px}
body.ltr .h6,body.ltr  h6                  {font-size: 17px}
}

.pageSocialIcons a{
    color: #6bb15d;
    margin: 2px;
}
.tags a{
    margin: 2px;
}
.pageSocialIcons a:hover{
    color: #f7941e;
}
.shortDetails p{
    line-height: 1.4;
    padding-bottom: 0;
}
@media (max-width:768px) {
.mainContent       {margin-top: 50px}
}

/* ---------------------------------------------------------------------- */
/*
/*	Forms
/*
/* ---------------------------------------------------------------------- */
.form-group label{
    font-size: 14px;
    font-weight: 300;
}


.form-control{
    border-radius: 25px;
    font-size: 18px !important;
    font-wight: 200 !important;
    padding: 8px 15px 10px !important;
}

.form-control::placeholder{
    font-size: 18px !important;
}

.rtl .form-control{
    font-size: 16px !important;
}

.rtl .form-control::placeholder{
    font-size: 16px !important;
}


select option{
    font-family:IranSans;
}
.mainFormSubmit{
    font-size: 18px !important;
    min-width: 180px;
    background: #74b867;
}
.mainFormSubmit:hover{
    background: #312f2d;
    color: #74b867;
}

.rtl .flex-row-reverse {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */
.header{
    width:100%;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46,44,43,1);
}
.header .logo{
    float: right;
}
.ltr .header .logo{
    float: left;
}
.header .logo a{
    display: inline-block;
}
.header .logo img{
    height: 70px;
}
.header .normalMenu{
    float: right;
}
.ltr .header .normalMenu{
    float: left;
}
.responsiveMenu{
    display: none;
}
@media (max-width: 1200px) {
    .header>.container{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .normalMenu{
        display: none;
    }
    .header .logo{
    float: none !important;
    }
    .responsiveMenu{
    display: block;
    }
    .header .usermenu{
        margin-top: 7px;
        margin-right: 55px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Langs
/*
/* ---------------------------------------------------------------------- */

.langs, .langsResponsive{
	position:absolute;
	top:4px;
	z-index:9;
    left: 20px;
    padding: 10px 10px;
    cursor: pointer;
}
.ltr .langs,.ltr .langsResponsive{
    left: auto;
    right: 20px;
}
.langsResponsive{
	display: none;
    direction: rtl !important;
}
.langsResponsive .dropdown-menu{
    min-width: 20px !important;
}
.langs li{
	float: right;
    margin: 2px;

}
@media (max-width: 576px) { 
    .langs{
        display: none;
    }
    .langsResponsive{
        left: 0px;
        padding: 5px 17px 5px 7px;
        display: block;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Main Menu Dropdown
/*
/* ---------------------------------------------------------------------- */
.mainMenu{
	float:right;	
}
.ltr .mainMenu{
	float:left;	
}
.mainMenu a, .mainMenu li, .mainMenu ul{
	transition:0.2s all;
}
.mainMenu>ul, .mainMenu>ul>li{
	display:block;
	float:right;
	position:relative;
	z-index:8;
}
.ltr .mainMenu>ul,.ltr .mainMenu>ul>li{
	float:left;
	text-transform:uppercase;
}
.mainMenu a{
}
.mainMenu>ul>li>a{
    color:#fff;
    padding: 20px 22px 21px;
    font-size: 19px;
    display: inline-block;
}
.rtl .mainMenu>ul>li>a{
    font-size: 18px;
    padding: 20px 22px 22px;
    font-weight: 500;
}
.mainMenu>ul>li:hover>a{
	background:rgba(107,177,93,0.9);
	color:#fff;
}
.mainMenu>ul>li>ul{
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	display:block;
}
.ltr .mainMenu>ul>li>ul{
	right:auto !important;
	left:0;
	text-align:left;
	direction:ltr;
}
.mainMenu>ul>li:hover>ul{
	opacity:1;
	top:100%;
}
.mainMenu>ul>li>ul li{
	display:inline-block;
	float:right;
	width:100%;
    position: relative;
}
.mainMenu>ul>li>ul a{
	display:none;
	float:right;
	width:100%;
    padding: 15px 20px 16px;
    font-size: 17px;
    color: #fff;
	background:rgba(107,177,93,0.9);
	min-width:200px;
}
.mainMenu>ul>li:hover>ul a{
	display:inline-block;
}
.mainMenu>ul>li>ul a:hover{
	background:#f7941e;
	color:#000;
}
.ltr .mainMenu>ul>li>ul a:hover{
	padding-right: 0;
}
.mainMenu>ul > li > ul ul {
  visibility: hidden;
  float:right;
  position: absolute;
  top:0;
  right:80%;
  opacity: 0;
  margin:0;
  padding:0;
	-moz-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	transition: all 0.2s ;
}
.mainMenu>ul > li:hover > ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top:0;
  padding-right:1px;
  right:100%;
  z-index:999;
}
@media (max-width: 1400px) {
    .mainMenu>ul>li>a{
        padding-left: 17px;
        padding-right: 17px;
    }
}
@media (max-width: 1200px) {
    .mainMenu>ul>li>a{

    }
}
@media (max-width: 991px) {
    .mainMenu>ul>li>a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Menu Icon
/*
/* ---------------------------------------------------------------------- */
.headerMenu.menu {
    pointer-events: all;
    z-index: 101;
    position: fixed;
    right: 10px;
    top: 10px;
}
.ltr .headerMenu.menu {
    right: auto !important;
    left: 15px;
}
.headerMenu.menu a{
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
    top: 1px;
    right: 4px;
    background: #6bb15d;
    overflow: hidden;
}
.headerMenu.menu a.active{
    background: none;
}
.headerMenu.menu span{
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 10px;
    left: -8px;
}
.ltr .headerMenu.menu span{
    left: auto;
    right: -8px;
}
.headerMenu.menu a.active span{
    background-color: #fff;
}
.headerMenu.menu a:hover span:nth-child(1) {
    transform: translateY(6px);
}
.headerMenu.menu a.active span:nth-child(1) {
    transform: rotate(50deg) translate(10px, 11px);
}
.headerMenu.menu span:nth-child(2) {
    width: 25px;
}
.headerMenu.menu a:hover span:nth-child(2) {
    width: 0;
    transform: translateX(30px);
}
.headerMenu.menu a.active span:nth-child(2) {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
}
.headerMenu.menu span ~ span {
    margin-top: 10px;
}
.headerMenu.menu a:hover span:nth-child(3) {
    transform: translateY(-6px);
}
.headerMenu.menu a.active span:nth-child(3) {
    transform: rotate(-50deg) translate(6px, -7px)
}
/* ---------------------------------------------------------------------- */
/*
/*	Menu Items
/*
/* ---------------------------------------------------------------------- */
.menu-items {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: #6bb15d;
    pointer-events: all;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-timing-function:cubic-bezier();
}
.menu-items #menuAnimation {
 position:absolute;
 left:50%;
 top:50%;
 -webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);
 -ms-transform:translate(-50%, -50%);
 -o-transform:translate(-50%, -50%);
 transform:translate(-50%, -50%);
}
.menu-items.active {
    opacity: 1;
    visibility: visible;
}
.menu-items ul,.menu-items ul li{
    width: 100%;
    text-align: center;
}
.menu-items ul li {
    transform:translateY(30px);
    opacity: 0;
}
.menu-items.active ul li {
    transform:translateY(0);
    opacity: 1;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.menu-items ul li:nth-child(1) {transition-delay: 0.1s;}
.menu-items ul li:nth-child(2) {transition-delay: 0.2s;}
.menu-items ul li:nth-child(3) {transition-delay: 0.3s;}
.menu-items ul li:nth-child(4) {transition-delay: 0.4s;}
.menu-items ul li:nth-child(5) {transition-delay: 0.5s;}
.menu-items ul li:nth-child(6) {transition-delay: 0.6s;}
.menu-items ul li:nth-child(7) {transition-delay: 0.7s;}
.menu-items ul li:nth-child(8) {transition-delay: 0.8s;}

.menu-items a {
 text-decoration:none;
 display:inline-block;
 padding:10px 0;
 border-bottom: 1px solid rgba(255,255,255,0.2);
 position:relative;
 min-width:250px;
 font-weight: 600;
 -webkit-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
 -moz-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
 -ms-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
 -o-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
 transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
 opacity:1;
}
.menu-items a.active {
 opacity:1
}
.menu-items a span {
 color:#fff;
 -webkit-transition:all .3s cubic-bezier(0.17, 0.67, 0.21, 1);
 -moz-transition:all .3s cubic-bezier(0.17, 0.67, 0.21, 1);
 -ms-transition:all .3s cubic-bezier(0.17, 0.67, 0.21, 1);
 -o-transition:all .3s cubic-bezier(0.17, 0.67, 0.21, 1);
 transition:all .3s cubic-bezier(0.17, 0.67, 0.21, 1);
 
}
.menu-items a span.big-text {
 display:block;
 font-size:36px;
 line-height:30px;
 position:relative;
 z-index:2;
 text-transform: uppercase;
 opacity: 0.8;
}
.menu-items a span.under-text span {
 font-size:20px;
 vertical-align:middle;
 margin-left:10px;
}
.menu-items a:hover {
 opacity:1
}
.menu-items a:hover.active {
 opacity:1
}
.menu-items a:hover span.big-text {
    opacity: 1;
}
.menu-items a:hover span.under-text {
 opacity:.5
}
.menu-items .menuBack 
{
    color: #000;
}
/*
    Levels
*/
.hasSubmenu ul a, .menu-items.inactive a{
    display: none;
}
.menu-items ul.active a{
    display: block;
}

@media (max-width: 1400px) { 
    .menu-items a span.big-text {
         font-size:24px;
         line-height:1.2;
    }
    .menu-items a {
     min-width:350px;
    }
}
@media (max-width: 768px) { 
    .menu-items a span.big-text {
        font-size: 21px;
        line-height: 1.2;
    }
    .under-text{
        display: none;
    }
    .menu-items a:hover span.big-text {
     -webkit-transform:translateY(0);
     -moz-transform:translateY(0);
     -ms-transform:translateY(0);
     -o-transform:translateY(0);
     transform:translateY(0)
    }
    .menu-items ul li
    {
        transform:translateY(30px);
        opacity: 0;
    
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Banner
/*
/* ---------------------------------------------------------------------- */
.scene {
  background-color: #6bb15c;
  height: 251vh;
  width: 100%;
  position: relative;
  text-align: center;
    z-index: -10;
}

.animation {
  position: sticky;
  top: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  height: auto;
  z-index: -9;
}

@media (max-width: 1300px) { 
    .animation
    {
        width: 130%;
        transform: translateX(-11.5%);
    }
}
@media (max-width: 991px) { 
    .animation
    {
        width: 180%;
        transform: translateX(-22%);
    }
}
@media (max-width: 600px) { 
    .animation
    {
        width: 280%;
        transform: translateX(-32%);
    }
}















.scrollDown{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}
.scrollDown img{
    max-width: 60px;
}

.homeButtons{
    background-color: #6bb15c;
    background-image:url("../../../../uploads/admin/json/intro/images/img_11.png");
    background-position: center bottom;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 120px;
}

.homeButton{
    display: inline-block;
    color: #fff;
    font-size: 31px;
    padding: 20px;
    font-weight: 800;
    text-align: center;
}

.homeButton:hover{
    color: #2e2c2b;
}

.homeButtonIcon{
    background: #2e2c2b;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.homeButtonAnimation{
    position: relative;
    width: 550px;
    height: 550px;
    top: -209px;
    left: -212px;
}
.rtl .homeButtonAnimation{
    left: 212px;
}
.homeButton:hover .homeButtonIcon{
    background: #2e2c2b;
}


.buttonRocket .homeButtonAnimation{
    top: -216px;
    left: -209px;
}
.rtl .buttonRocket .homeButtonAnimation{
    left: 209px;
}

.buttonLab .homeButtonAnimation{
    top: -214px;
    left: -211px;
}
.rtl .buttonLab .homeButtonAnimation{
    left: 211px;
}
/* ---------------------------------------------------------------------- */
/*
/*	Loader
/*
/* ---------------------------------------------------------------------- */
.loader-animation
{
	display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99999;
    background-color:#fff;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.home .loader-animation
{
	display:none;
}
.loader-animation__dark{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;-webkit-animation:fadeIn .2s ease-in;animation:fadeIn .3s ease-in;z-index:-1}
.loader-animation--hide{opacity:0;visibility:hidden}
.loader-animation_holder {
    position: fixed;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%
}

@media (max-width: 768px) {
    .loader-animation {
/*    display:none !important;
*/    }
    
    .loader-animation_holder {
        position: fixed;
        width: 70%;
        height: 70%;
        top: 15%;
        left: 15%
    }
}
@media (max-width: 500px) {
    .loader-animation {
    display:none !important;
    }
}
@media (max-width: 2500px) {

}
/* ---------------------------------------------------------------------- */
/*
/*	Home Info
/*
/* ---------------------------------------------------------------------- */
@media (max-width: 991px) {
    .mainFormSubmit{
        margin: 0 auto;
        display: block;
    }
    .formItem {
        padding: 0;
    }
}
.lineheight_2{
    line-height: 1.8;
}
table.productTable{
    direction: ltr;
    margin: 25px 0;
    border-collapse: collapse;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}
.rtl table.productTable{
    direction: rtl;
}
table.productTable tr{
    margin-bottom: 3px;
}
table.productTable td{
    padding:7px 20px 11px 20px;
    box-shadow: -3px -3px 0px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f1;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
table.productTable .productTableTitle
{
    width: 40%; 
    font-weight: 400;
    box-shadow: -3px -3px 0px 0 rgba(0,0,0,0.1);
    text-align: center;
    color: #fff;
    background: #74b867;
}
table.productTable .tHead{
    padding:8px 20px 12px 20px;
    background: #f7941e;
    color: #fff;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    box-shadow: -3px 0 0px 0 rgba(0,0,0,0.2);
}


.productModules{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.productModules .counter{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #f7941e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 1.9;
    box-shadow: 3px 3px 0px 0 rgba(0,0,0,0.1);
    border-bottom-left-radius: 0;

}
.productModulesTitle{
    padding:8px 20px 12px 20px;
    background: #74b867;
    width: 100%;
    box-shadow: -3px -3px 0px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #fff;
    border-top-left-radius: 0;

}
.productModulesDetails{
    padding:8px 20px 12px 20px;
    background: #eee;
    width: 100%;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: -3px -3px 0px 0 rgba(0,0,0,0.1);
    font-weight: 300;
}



.homeProduct{
	display:inline-block;
	position:relative;
	overflow:hidden;
	transition:0.2s all;
}
.homeProduct .overly{
	position:absolute;
	background-color:rgba(0,0,0,0.4);
	bottom:0;
	width:100%;
    text-align: center;
}
.homeProduct:hover .overly{
	width:100%;
	height:100%;
	background-color:rgba(247,148,30,0.9);
}


.homeProduct  .title{
	color:#fff;
	position:relative;    
	padding:15px 20px;
	width:100%;
	margin:0;
	text-align:center;
	display:inline-block;
    left: 0;
}

.homeProduct:hover .title{
    top: 50%;
	bottom:auto;
    transform: translateY(-50%);
}


.owl-carousel.outer-nav .owl-nav button.owl-prev{
    position: absolute;
    left: -35px;
}
.owl-carousel.outer-nav  .owl-nav button.owl-next{
    position: absolute;
    right: -35px;
}
#homeProducts .owl-carousel .owl-nav button.owl-prev,#homeProducts .owl-carousel .owl-nav button.owl-next{
    background: rgba(247,148,30,0.8);
}
#homeProducts .owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),#homeProducts .owl-carousel .owl-nav button.owl-next:hover:not(.disabled){
    background: rgba(247,148,30,1);
}
@media (max-width: 1300px) { 

}
@media (max-width: 1200px) { 

}
@media (max-width: 996px) { 

}
@media (max-width: 600px) { 
    .owl-carousel.outer-nav .owl-nav button.owl-prev{
        position: absolute;
        left: 0px;
    }
    .owl-carousel.outer-nav  .owl-nav button.owl-next{
        position: absolute;
        right: 0px;
    }
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }
/* ---------------------------------------------------------------------- */
/*
/*	Home Info
/*
/* ---------------------------------------------------------------------- */
#homeInfo{
    background:#e9ebe8 url("../images/dust-dirt-pd.png") center bottom no-repeat;
    padding-top: 100px;
    padding-bottom: 370px;
}

.leaf1{
    position: absolute;
    top: -220px;
    right: 150px;
}

.height100{
    height: 100%;
}

#homeInfo2{
    background: #312f2d;
}
@media (min-width: 768px) { 

    .homeInfoText{
        padding-left: 0 !important;
    }
}
@media (max-width: 768px) { 

    .homeInfo1{
        height:auto !important;
        min-height:auto !important;
    }
    .sm-text-center{
        text-align: center !important;
    }
}
@media (max-width: 1366px) { 

    .homeInfoSupport img{
        height: 350px !important;
    }
}
@media (max-width: 768px) { 

    .homeInfoSupport img{
        height: 320px !important;
    }
}
@media (max-width: 576px) { 

    #homeInfo{
        padding-bottom: 250px;
    }
}

.scrollingBg{
    -webkit-animation-name: scrollBg;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: scrollBg;
    -moz-animation-duration: 50s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: scrollBg;
    -ms-animation-duration: 50s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
@keyframes scrollBg1 {
    from{background-position:0 0;}
    to{background-position:0 -5000px}
}
@keyframes scrollBg2 {
    from{background-position:41px 0;}
    to{background-position:41px -5000px ;}
}
.bgMovingLogoes1{
	background:url(../images/patternOverly.png);
	background-position:0 0;
	animation-name: scrollBg1;
    animation-duration: 250s;
	animation-iteration-count:1;
     animation-timing-function: linear;
}
.bgMovingLogoes2{
	background:url(../images/patternOverly.png);
	background-position:41px 0;
	animation-name: scrollBg2;
    animation-duration: 350s;
     animation-timing-function: linear;
	animation-iteration-count:1;
}
@media (max-width: 1300px) { 

}
@media (max-width: 1200px) { 

}
@media (max-width: 996px) { 

}
@media (max-width: 768px) { 

}
@media (max-width: 576px) { 
    .homeMan{
        position:static;
        text-align: center;
        width: 100%;
    }
    .homeMan img{
        width: 90%;
    }
    .serviceText{
        padding: 20px;
    }
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }
/* ---------------------------------------------------------------------- */
/*
/*	Home News
/*
/* ---------------------------------------------------------------------- */
#home_news{
    background-color: #f1f5f6;
    background-image: url("../images/circle-fade.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.leaf2{
    position: absolute;
    top: -100px;
    right: 0;
}
.newsRight{
    border-left: 4px solid #80bd76;
    padding-bottom: 50px;
}
.rtl .newsRight{
    border-left: 0;
    border-right: 4px solid #80bd76;
}
@media (max-width: 991px) { 
    .newsRight{
        border: 0;
    }
    .rtl .newsRight{
        border: 0;
    }
    
}
.newsTitle{
    padding:100px 0 80px 0;
    color: #6bb15d;
    font-size: 48px;
}
.newsItem{
    padding: 50px;
    display: inline-block;
    font-size: 30px;
    width: 100%;
}
@media (max-width: 768px) { 
    .newsItem{
        padding: 5px;
        padding-bottom: 40px;
    }
}
.newsItem .thumb{
    position: relative;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    width: 100%;
}
.newsItem .text{
    padding: 20px;
}
.newsItem .date{
    position: relative;
    display: inline-block;
    color: #74b867;
}
.rtl .newsItem .date{
    float: right;
}
.newsItem .day{
    font-size: 51px;
    font-weight: bold;
}
.newsItem .month{
    font-size: 25px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    position: absolute;
    top: 65px;
    left: 0;
    line-height: 1;
}
.rtl .newsItem .month{
    font-size: 19px;
    top: 65px;
    left: 0;
    line-height: 1.2;
    text-align: left;
}
.newsItem .year{
    font-size: 25px;
    writing-mode: vertical-rl;
    top: 0;
    right: 0;
    
}
.newsItem .textCut{
    display: block;
    width: calc(100% - 60px);
    color: #312f2d;
    line-height: 1;
    float: right;
    padding-top: 15px;
    font-size: 30px;
    text-align: left;
}
.rtl .newsItem .textCut {
    display: block;
    width: calc(100% - 60px);
    color: #312f2d;
    line-height: 1.4;
    float: left;
    padding-top: 15px;
    font-size: 24px;
    text-align: right;
    font-weight: 500;
}
@media (max-width: 991px) { 
    .newsItem .textCut{
        line-height: 1.2;
        font-size: 24px;
    }
}
.newsButton{
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 180px;
    padding: 12px;
    background: #74b867;
    color: #fff;
    text-transform: capitalize;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 24px;
    font-weight: 800;
}
.rtl .newsButton{
    padding: 12px;
    padding-bottom: 14px;
    font-size: 21px;
    font-weight: 800;
}
.newsButton:hover{
    background: #312f2d;
    color: #74b867;
}
/*.newsItem .thumb .fadeWhite{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/gradient-white.png") repeat-x bottom;
}
.newsItem .thumb .date{
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 8px 15px;
    background: #de9839;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.newsItem .text{
    padding: 25px;
    padding-top: 0;
    background: #fff;
}
.newsItem .text p{
    padding:0;
    margin: 0;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 1.5;
    margin-top: 8px;
}
.ltr .newsItem .text p{
    padding:0;
    margin: 0;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.3;
    margin-top: 8px;
}
.textCut{
    width: 100%;
    height: 133px;
    overflow: hidden;
    position: relative;
}
.textCut::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url("../images/gradient-white.png") top repeat-x;
    background-size: 100% 100%;
}*/
@media (max-width: 768px) { 
    .newsItem .thumb .date{
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 4px 10px;
        background: #de9839;
        color: #fff;
        border-radius: 20px;
        font-size: 13px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Home Sponsoors
/*
/* ---------------------------------------------------------------------- */
#homeSponsoors{
    background-image: url("../images/background_gradient.jpg");
    background-position: center;
    background-size: cover;

}
.homeSponsor{
    width: 160px;
    border: 1px solid #fff;
    margin: 5px;
    padding: 10px 0;
}
/* ---------------------------------------------------------------------- */
/*
/*	Footer
/*
/* ---------------------------------------------------------------------- */
#footer{
    background:#e9edee;
    color: #312f2d;
}
.footerLogo{
    width: 130px;
    opacity: 0.9;
}
#footer a{
    color:#312f2d;
}
#footer a:hover{
    color:#6bb15d;
}
.footerContactIcon {
    text-align: center
}
.footerContactIcon i{
    min-width: 20px;
}
.social{
    padding-top: 10px;
    
}
.social i{
    color: #aaa;
    
}
#footer .social a:hover i{
    color:#6bb15d;
}
/*------------------------------------*
/*
/*  Product Tabs
/*
\*------------------------------------*/
.productTabs, .productTabs li{
	float:left;
	display:inline-block;
	background:#656565;
}
.rtl .productTabs, .productTabs li{
	float:right;
}
.productTabs li a{
	padding:15px 30px 15px;
	display:inline-block;
	color:#fff;
}
/*------------------------------------*
/*
/*  Tabs
/*
\*------------------------------------*/
.tabContents{
	position:relative;
}
.tabContent{
	visibility:hidden;
	height:0;
	overflow:hidden;
}
.tabContent img{
	height:auto !important;	
    max-width: 100% !important;
}
.tabContent.active{
	display:block;
	height:auto;
	overflow:visible;
	visibility:visible;
}
.productTabs li a.active{
	background:#f7941e;
}
@media (max-width: 1300px) { 

}
@media (max-width: 1200px) { 

}
@media (max-width: 996px) { 

}
@media (max-width: 768px) { 

}
@media (max-width: 576px) { 
    .productTabs li a{
        padding:10px 20px 10px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	AOS Reveal Animation
/*
/* ---------------------------------------------------------------------- */
[data-aos="reveal-right"] {
    position: relative;
}

[data-aos="reveal-right"].aos-animate {
}

[data-aos="reveal-right"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
    
    
}
[data-aos="reveal-right"].aos-animate::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
  transition-property: transform;
  transition-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.06, 0.58, 0.21, 1);
  transition-delay: 0.5s;
}
[data-aos="reveal-left"] {
    position: relative;
}

[data-aos="reveal-left"].aos-animate {
}

[data-aos="reveal-left"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #662d91;
    
    
}
[data-aos="reveal-left"].aos-animate::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
  transition-property: transform;
  transition-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.06, 0.58, 0.21, 1);
  transition-delay: 0.5s;
}
/* ---------------------------------------------------------------------- */
/*
/*	AOS Reveal Animation
/*
/* ---------------------------------------------------------------------- */
.owl-dots{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(247,148,30,0.5);
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev:hover:not(.disabled), .owl-carousel .owl-nav button.owl-next:hover:not(.disabled){
    background: rgba(247,148,30,0.8);
    transition: 0.2s all;
}
.team .owl-carousel .owl-nav button.owl-prev,.team  .owl-carousel .owl-nav button.owl-next{
    background: rgba(0,0,0,0.2);
    bottom: 45%;
}
.team .owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),.team .owl-carousel .owl-nav button.owl-next:hover:not(.disabled){
    background: rgba(0,0,0,0.35);
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    display:none;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 25px;
}
.owl-carousel .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f177";
    color: #fff;
    position: absolute;
    top: 9px;
    left:13px;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled{
    opacity:0.3;
    cursor: default;
}
.owl-carousel .owl-nav button.owl-prev.disabled::before, .owl-carousel .owl-nav button.owl-next.disabled::before{
    animation: none !important;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 25px;
}
.owl-carousel .owl-nav button.owl-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f178";
    color: #fff;
    position: absolute;
    top: 9px;
    left:13px;
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  50% {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }


  50.0001% {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes horizontal_reverse {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }


  50.0001% {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }


  50.0001% {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.arrow-down-scroll{
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(51,131,211,0.5);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 98;
    cursor: pointer;
}
.arrow-down-scroll::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f175";
    color: #fff;
    position: absolute;
    top: 9px;
    left:16px;
    -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite;
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
        bottom: 50%;
        transform: translateY(50%);
    }
    .owl-carousel .owl-nav button.owl-prev::before, .owl-carousel .owl-nav button.owl-next::before {
        animation: none !important;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 15px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: 15px;
    }
    .arrow-down-scroll{
        display: none !important;
    }
}
