

.button {
    border-radius: 30px;
    padding: 13px 30px 10px !important;
    display: inline-block;
    color: #fff;
    background-color: #29235c;
    font-weight: bold;
    position: sticky;
    border: none;
    font-family: Peyda;
}


.button:hover {
}


/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	color1 - blue
/*
/* ---------------------------------------------------------------------- */
.color1, .color1Hover:hover					    {color: 			#29235c  ;}
.color1Bg, .color1BgHover:hover				    {background-color: 	#29235c  ;}
.color1Border, .color1BorderHover:hover		    {border-color: 		#29235c  ;}
.blue, .blueHover:hover					    {color: 			#29235c  ;}
.blueBg, .blueBgHover:hover				    {background-color: 	#29235c  ;}
.blueBorder, .blueBorderHover:hover		    {border-color: 		#29235c  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color2 - aqua
/*
/* ---------------------------------------------------------------------- */
.color2, .color2Hover:hover					    {color: 			#00a99d  ;}
.color2Bg, .color2BgHover:hover				    {background-color: 	#00a99d  ;}
.color2Border, .color2BorderHover:hover		    {border-color: 		#00a99d  ;}
.aqua, .aquaHover:hover					        {color: 			#00a99d  ;}
.aquaBg, .aquaBgHover:hover				        {background-color: 	#00a99d  ;}
.aquaBorder, .aquaBorderHover:hover		        {border-color: 		#00a99d  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color3 - orange
/*
/* ---------------------------------------------------------------------- */
.color3, .color3Hover:hover					    {color: 			#ef8021  ;}
.color3Bg, .color3BgHover:hover				    {background-color: 	#ef8021  ;}
.color3Border, .color3BorderHover:hover		    {border-color: 		#ef8021  ;}
.orange, .orangeHover:hover					    {color: 			#ef8021  ;}
.orangeBg, .orangeBgHover:hover				    {background-color: 	#ef8021  ;}
.orangeBorder, .orangeBorderHover:hover		    {border-color: 		#ef8021  ;}

.gradientBg{
background: linear-gradient(to right, #00a69c, #262261);
}
/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a{
    color:#29235c;
}
a:hover{
    color:#00a99d;
}
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

html{
      width: 100%;
  }
body.rtl, body.ltr{
      overflow-x: hidden;
      width: 100%;
      color: #151515;
      background:#ececec;
  }

  body{
    font-family:Peyda;
}
body.ca {
    font-family:Oswald;
}
p {
    line-height: 1.4;
}
/* ---------------------------------------------------------------------- */
/*
/*	rtl font sizes
/*
/* ---------------------------------------------------------------------- */
body                            {font-size: 16px}
.h1.biggest, h1.biggest         {font-size: 85px;}
.h1.bigger, h1.bigger           {font-size: 68px;}

.h1, h1                         {font-size: 58px;}
.h2, h2                         {font-size: 48px;}
.h3, h3                         {font-size: 36px;}
.h4, h4                         {font-size: 24px;}  /* - */
.h5, h5                         {font-size: 19px;}
.h6, h6                         {font-size: 22px;}

@media (max-width:1367px) {
    body                            {font-size: 16px}
    .h1.biggest, h1.biggest         {font-size: 58px}
    .h1.bigger, h1.bigger           {font-size: 34px}

    .h1, h1                         {font-size: 38px}
    .h2, h2                         {font-size: 34px}
    .h3, h3                         {font-size: 30px}
    .h4, h4                         {font-size: 21px}
    .h5, h5                         {font-size: 18.5px}
    .h6, h6                         {font-size: 20px}
    }
  
  @media (max-width:991px) {
    body                            {font-size: 16px}
    .h1.biggest, h1.biggest         {font-size: 58px}
    .h1.bigger, h1.bigger           {font-size: 45px}

    .h1, h1                         {font-size: 36px}
    .h2, h2                         {font-size: 32px}
    .h3, h3                         {font-size: 28px}
    .h4, h4                         {font-size: 21px}
    .h5, h5                         {font-size: 18px}
    .h6, h6                         {font-size: 19px}
  }
  
  @media (max-width:768px) {
    body                            {font-size: 15px}
    .h1.biggest, h1.biggest         {font-size: 41px}
    .h1.bigger, h1.bigger           {font-size: 39px}

    .h1, h1                         {font-size: 34px}
    .h2, h2                         {font-size: 28px}
    .h3, h3                         {font-size: 26px}
    .h4, h4                         {font-size: 19px}
    .h5, h5                         {font-size: 17.5px}
    .h6, h6                         {font-size: 17px}
  }
@media (max-width:768px) {
.mainContent       {margin-top: 50px}
}
/* ---------------------------------------------------------------------- */
/*
/*	Forms
/*
/* ---------------------------------------------------------------------- */

/* -------------------------------------------- */
/*	Buttons
/* -------------------------------------------- */
.button.big, input.big[type=submit] {padding: 10px 35px 12px;}

/*
*/

.mainFormSubmit{
    font-size: 18px !important;
    min-width: 180px;
    background: #a3ae3c;
    color: #000;
}
.mainFormSubmit:hover{
    background: #2f2f2f;
    border-color: #2f2f2f !important;
    color: #a3ae3c;
}
.form-group label{
    font-weight: 300;
}

.form-control{
    border-radius: 25px;
    font-size: 18px !important;
    font-wight: 200 !important;
    padding: 8px 15px 10px !important;
    position: relative;
    border: 1px dashed #ccc;
}


.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;
}

.IranSans{
    font-family:IranSans !important;
}

.rtl .flex-row-reverse {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
/* ---------------------------------------------------------------------- */
/*
/*	Loader
/*
/* ---------------------------------------------------------------------- */
.loader-animation
{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99999;
    -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;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width:991px) {
    .loader-animation {
    }
  }
  @media (max-width:768px) {
    .loader-animation {
    }
  }
.home .loader-animation
{
}
.loader-animation__dark{content:"";position:absolute;left:0;top:0;width:100%;height:100%;-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: 80%;
    height: 80%;
    top: 10%;
    left: 10%
}

@media (max-width: 768px) {
    
    .loader-animation_holder {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 500px) {
    
    .loader-animation_holder {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 200px) {
    .loader-animation {
    display:none !important;
    }
}
@media (max-width: 2500px) {

}

/* ---------------------------------------------------------------------- */
/*
/*	loading-screen
/*
/* ---------------------------------------------------------------------- */

#loading-screen {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-100;
    opacity: 0;
    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;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#loading-screen.active {
    z-index: 1000000000;
	opacity:1;
	overflow:hidden;
}

/*#loading-screen div{
    background: #056839;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    margin-top: -50px;
    z-index: 999;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
#loading-screen.active div{
    -moz-transform: scale(30);
    -ms-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
	z-index: 100000000;
}*/

#loading-screen h1{
	position: absolute;
	left:-200px;
	right:0;
	top:0;
    top: 50%;
    transform: translate(0, -50%);
	text-align:center;
	color:#151515;
    z-index: -100;
	opacity:0;
	transition:0s all;
}
#loading-screen.inActived.active h1{
    top: 50%;
	left:0;
	opacity:1;
    z-index: 1000000001;
	transition:1s all;
	color:#fff;
}
/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */
#barba-wrapper{
    display: inline-block;
    width: 100%;
}
.header{
    width:100%;
    z-index: 100;
    position: absolute;
    top:0;
    left: 0;
    padding: 5px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255,0));
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    z-index: 999;
    
}
@media (max-width: 1200px) {
    .header{
        position: fixed;
    }
}
.header .container{
    position: relative;
    max-width: 95%;
    align-items: center;
    display: flex;
    justify-content: space-between;
} 
/* -------------------------------- */
/*	Logo
/* -------------------------------- */
.header .logo{
}
.header .logo a{
    display: inline-block;
}
.header .logo img{
    height: 45px;
}
@media (max-width: 1200px) {
    .header .logo img{
        height: 39px;  
    }
}
/* -------------------------------- */
/*	Main Menu
/* -------------------------------- */
.mainMenues{
    display: inline-flex;
}
/* -------------------------------- */
/*	Langs
/* -------------------------------- */
.langs, .langsResponsive{
	position:relative;
    padding: 10px 10px;
    cursor: pointer;
}

.langsResponsive{
	display: none;
    direction: rtl !important;
}
.langsResponsive .dropdown-menu{
    min-width: 20px !important;
}
.langs li{
	float: right;
}
.langs a{
    color: #fff;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.langs a:hover{
    color: #439b01;
}

@media (max-width: 1200px) { 
    .langs{
        display: none;
    }
    .langsResponsive{
        display: block;
    }
}
/* -------------------------------- */
/*	Responsive
/* -------------------------------- */
@media (max-width: 1100px) {
    .header .container{
        justify-content: unset !important;
    }
}
@media (max-width: 1100px) {
    .header>.container{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .mainMenues {
        margin-left: auto;
    }
}

.headerContact{
    font-family: helios;
    font-weight: bold;
}
.headerContact a{
    color:#000;
}
/* ---------------------------------------------------------------------- */
/*
/*	Main Menu Dropdown
/*
/* ---------------------------------------------------------------------- */

.menu.headerMenu{
    display: none;
}
@media (max-width: 1100px) {
    .mainMenu{
        display: none !important;
    }
    .menu.headerMenu{
        display: block;
    }
}
@media (max-width: 1400px) {
    .headerContact{
        display: none;
    }
}

.mainMenu{
    display: inline-block;
    background: #696969;
    border-radius: 50px;
    padding: 0 25px;
}

.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: 13px 22px 13px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}
.mainMenu>ul>li:hover>a{
	background:#2A2867;
	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{
    position: relative;
    display: inline-block;
    float: right;
    width: 100%;
}
.mainMenu>ul>li>ul a{
	display:none;
	float:right;
	width:100%;
    font-size: 16px;
    color: #000;
    background:rgba(255,255,255,1);
}
.mainMenu>ul>li:hover>ul a{
	display:inline-block;
}
.mainMenu>ul>li>ul a:hover{
	color:#000;
}



.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 ;
}
.ltr .mainMenu>ul > li > ul ul {
    right:auto !important;
    left:100%;
  }
  /*
.mainMenu>ul > li:hover > ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top:0;
    padding-right:1px;
    right:100%;
    z-index:999;
  }
  .ltr .mainMenu>ul > li:hover > ul li:hover ul {
    right:auto;
    left:100%;
  }
*/
@media (max-width: 1400px) {
    .mainMenu>ul>li>a{
        padding-left: 13px;
        padding-right: 13px;
    }
}
@media (max-width: 1200px) {
    .mainMenu>ul>li>a{

    }
}
@media (max-width: 991px) {
    .mainMenu>ul>li>a{
        padding-left: 15px;
        padding-right: 15px;
    }
}


.mainMenuOverly{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: none;
}

.mainMenu>ul{
	position: relative;
}

.mainMenu>ul>li.megaMenu{
	position: static;
}

.mainMenu>ul>li.megaMenu{
	position: static;
}

.mainMenu>ul>li.megaMenu>ul{
	display: flex;
    align-items: center;
    background-color: #ec1c24;
    width: 100%;
}

.mainMenu>ul>li.megaMenu>ul>li{
	position: static;
}

.mainMenu>ul>li.megaMenu>ul>li>a{
    padding: 15px 20px;
    color:#fff;
    background-color: #ec1c24;
    font-weight: bold;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
    background-position: center 200px;
    transition: all 0.3s;

}

.mainMenu>ul>li.megaMenu>ul>li>a:hover{
    color:#EF8021;
    background-position: center 13px;
}

.mainMenu>ul>li.megaMenu>ul>li:hover>a{
    color:#00a99d;
    background-position: center calc(100% + 30px);
}

.mainMenu>ul>li.megaMenu>ul>li>ul{
	display: flex;
    align-items: end;
    opacity: 0;
    visibility: hidden;
    top: 95%;
    left: 0;
}

.mainMenu>ul>li.megaMenu>ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.mainMenu>ul>li.megaMenu>ul>li>ul>li{
	position: static;
}

.mainMenu>ul>li.megaMenu>ul>li>ul>li>a{
    padding: 15px 20px;
    font-weight: bold;
    background-color: #333;
    color: #fff;
}

.mainMenu>ul>li.megaMenu>ul>li>ul>li>ul{
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 100%;
    width: 100%;
}
.mainMenu>ul>li.megaMenu>ul>li>ul>li:hover>ul{
    opacity: 1;
    visibility: visible;
}
.mainMenu>ul>li.megaMenu>ul>li>ul>li:hover>a{
    background-color: #fff;
    color: #000;
}
.mainMenu>ul>li.megaMenu>ul>li>ul>li>ul>li>a{
    padding: 10px 20px;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
    background-position: -40px center;
    transition: all 0.3s;
    border-bottom: 1px solid #eee;

}
.mainMenu>ul>li.megaMenu>ul>li>ul>li>ul>li>a:hover{
    font-weight: bold;
    background-position: 0 -2px;
    padding-left: 40px;
    color:#00a99d ;
}



.mainMenu>ul>li:not(.megaMenu)>ul>li a{
    padding: 10px 10px;
    background-image:none;
    background-repeat: no-repeat;
    background-position: -40px center;
    transition: all 0.3s;
    border-bottom: 1px solid #eee;
    min-width: 250px;
    font-weight: bold;
}
.mainMenu>ul>li:not(.megaMenu)>ul>li>a:first{
    border-top: 1px solid #eee;
}
.mainMenu>ul>li:not(.megaMenu)>ul>li a:hover, .mainMenu>ul>li:not(.megaMenu)>ul>li:hover a{
    background-color:#eee ;
    color:#29235c ;
    padding-left: 20px;
}
.mainMenu>ul>li:not(.megaMenu)>ul>li:hover ul a:hover{
    background-color:#2A2867 ;
    color:#fff ;
}
.mainMenu > ul > li:not(.megaMenu) > ul li:hover ul {
    opacity: 1;
    visibility: visible;
    right: 100%;
}


.mainMenu > ul > li:last-child > ul{
    right: 0 !important;
}


.mainMenu>ul>li.iconMenu{
	position: static;
}

.mainMenu>ul>li.iconMenu>ul{
	width: 100%;
    background-color: #fff;
}

.mainMenu>ul>li.iconMenu>ul>li>a{
	width: 50%;
    float: left;
}

.mainMenu>ul>li.iconMenu>ul>li>a img{
	width: 60px;
}


/* ---------------------------------------------------------------------- */
/*
/*	Menu Icon
/*
/* ---------------------------------------------------------------------- */
.headerMenu.menu {
    pointer-events: all;
    z-index: 101;
}
.ltr .headerMenu.menu {
    left: auto !important;
    right: 15px;
}
.headerMenu.menu a{
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
    z-index: 101;
    background-color: #fff;
}
.headerMenu.menu a.active{
    background: none;
    color: black;
    position: fixed;
}
.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{

}
.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: #fff;
    /*
    background-image: url(../images/menuBg.jpg) !important;
    */
    background-size: contain;
    background-position: center;
    pointer-events: all;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-timing-function:cubic-bezier();
    background-repeat: no-repeat;
}
  
@media (max-width:991px) {
    .menu-items {
        background-size: 130% auto;
    }
  }
  @media (max-width:768px) {
    .menu-items {
        background-size: 180% auto;
    }
  }
.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%;
}
.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 ul li:nth-child(9) {transition-delay: 0.9s;}


.menu-items a {
 text-decoration:none;
 display:inline-block;
 padding: 10px 5px 8px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.349);
 position:relative;
 min-width:350px;
 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;
 display:block;
 position:relative;
 z-index:2;
 text-transform: uppercase;
 opacity: 1;
 color: #302D57;
}
.menu-items a:hover {
    color: #fff;
    background: #ED8137;
   }
.menu-items a.active {
 opacity:1
}
.menu-items a:hover.active {
 opacity:1
}
.menu-items .menuBack 
{
}
/*
    Levels
*/
.hasSubmenu ul a, .menu-items.inactive a{
    display: none;
}
.menu-items ul.active a{
    display: block;
}
/*
    Font Sizes
*/
.menu-items a  {
    font-size:24px;
    line-height:1.9;
    font-family: Peyda;
}
.rtl .menu-items a  {
    text-align: right;
    display: rtl;
}
.tr .menu-items a  {
    font-size:24px;
    line-height:1.9;
    font-family: Oswald;
}
.menu-items .level1 a {

}
@media (max-width: 1400px) { 
    .menu-items a  {
         font-size:24px;
         line-height:1.5;
    }
    .menu-items .level1 a {
        font-size:24px;
        line-height:1.2;
    }
    .menu-items a {
     min-width:350px;
    }
}
@media (max-width: 768px) { 
    .menu-items a {
        font-size: 22px;
        line-height: 1.5;
        min-width:100%;
    }
    .menu-items .level1 a {
        font-size:20px;
        line-height:1.2;
    }
    .menu-items .middleContent{
        width: 90%;
    }
    .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;
    
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	productListItemThumb
/*
/* ---------------------------------------------------------------------- */
.productListItemThumb{
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
    display: inline-block;
}
.productListItem .productTitle {
    color: #000;
}
a.productListItem:hover .productListItemThumb img{
    opacity: 0.7;
}
/* ---------------------------------------------------------------------- */
/*
/*	Banner
/*
/* ---------------------------------------------------------------------- */
    .bannerOut{
        direction:ltr;

    }
.banner{text-align: center; position: relative;height: 100vh; width: 100%; overflow: hidden;}
.bannerImage{
    width: 100%;
    height: auto;
}
.bannerVideo{
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* or object-fit: contain; */

}
.bannerOverly{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
}
.owl-item.active .bannerOverly{
    background-color:#000;
    opacity:0.5;
    transition: all 1s;
}
.bannerBox {
    position: absolute;
    min-width: 400px;
    text-align: center;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: helios;
    text-align: center !important;
    direction: ltr;
    color: #fff;
    border-bottom: 4px solid #9999;
    background-color: #696969;
    transition: all 0.4s;
    opacity: 0;
    padding: 10px 20px;
 }
 .active .bannerBox {
    bottom: 10%;
    opacity: 1;
 }
 .bannerTitle{
    line-height: 1;
 }
 .bannerBoxButton {
    background-color: #aa836f;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.bannerBoxButton:hover {
    background-color: #cc9e86;

}
.bannerBoxButton>img {
    width: 80%;
}
@media (max-width: 1600px) {
    .bannerTitle  {
        font-size:64px !important;
    }
    .bannerBox {
        width: 300px;
    }
}
@media (max-width: 1400px) {
    .bannerTitle  {
        font-size:50px !important;
    }
    .bannerBox {
        width: 250px;
    }
}
@media (max-width: 1200px) {
    .bannerTitle  {
        font-size:46px !important;
    }
    .bannerBox {
        width: 210px;
    }
}
@media (max-width: 568px) {
    .bannerBox {
        position: static;
        translate: none;
        transform: none;
        width: 100%;
        padding: 5px;
        min-width: 100%;
        width: 100%;
    }
    .banner{overflow:auto;}
    .banner {
        height: auto;
      }
    .bannerOut{
        background-color: rgba(47, 44, 104, 1);

    }
      .bannerVideo {
        height: 60vh !important;
      }
      

}
/* ---------------------------------------------------------------------- */
/*
/*	Home
/*
/* ---------------------------------------------------------------------- */
.homeShowcaseImageTitle{
    position: relative;
    text-align: center;
}
.homeShowcaseImageTitle::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000;
}
.homeShowcaseImageTitle img{
    height: 180px;
}
.productShowcaseOut2
{
    background:url(../images/logo-outline.svg) top right no-repeat;
    background-size: 40% auto;
    background-attachment: fixed;
}
.productShowcaseOut{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-gap: 60px; /* Adjust the gap between items as needed */
    grid-auto-flow: row;
}

@media (max-width: 768px) { 
    .productShowcaseOut {
        grid-template-columns:1fr; /* Two equal columns */
    }
    .productShowcaseOut2>div{
        padding: 0;
    }
}

.productShowcase{
    display: inline-block;
    position: relative;
}
.productShowcaseTitle {
    position: absolute;
    right: 10px;
    bottom: -10px;
    color: #fff;
    font-size: 22px;
    background: linear-gradient(to right, #00a69c, #262261);
    padding-left: 40px;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1.5;
    font-family: Helios;
    transition: all 0.5s;
}
.productShowcase:hover .productShowcaseTitle {
    color: #fff;
    background: #f15a24;
}
/* ---------------------------------------------------------------------- */
/*
/*	homeInfo
/*
/* ---------------------------------------------------------------------- */
.homeInfo{
    align-items: center;
    display: flex;
    background-color: #696969;
}
.homeInfoTextOut {
    display: flex;
}
.homeInfoText {
    align-self: center;
    text-align: justify;
    direction: rtl;
}
.ltr .homeInfoText {
    direction: ltr !important;
}
.homeInfoLogo{
    width: 260px;
    margin-bottom: 20px;
    clip-path: inset(2px);
}

.homeInfoTextOut{
    
}
.homeInfoIcons{
    width: 100%;
    padding: 0 100px;
    border-radius: 100px;
    background: linear-gradient(to right, rgba(0, 166, 156, 0.8), rgba(38, 34, 97, 0.8));
}
@media (max-width:991px) {
    .homeInfoIcons{
        padding: 0;
    }
    .homeInfo .container{
        max-width: 100%;
    }

    .homeInfoIcon{
        text-align: center;
    }
    .homeInfoIcon span{
        display: block;
        text-align: center;
    }
}
@media (max-width:576px) {
    .homeInfoText{
        padding: 30px 0;
    }
}
@media (max-width:991px) {
    .homeInfoText{
        padding: 60px 0;
    }
}

.homeInfo2{
    background-color: #080d21;
    background-image: url(../images/homeHistory.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px;
    color: #231f20;

    display: flex;
    justify-content: center;
    font-weight: bold;

}

.homeInfo2 div{
    line-height: 0;
}
.homeInfo2 h1{
    line-height: 1.06;
    font-weight: bold;
}

.homeInfo2 h2 {
    line-height: .8;
    text-align: left;
    padding-left: 6px;
}

.homeInfo2 img{
    opacity: 0;
}

.homeInfo2 img {
    object-fit: cover;
    height: auto;
  }
  
  @media (max-width: 767px) {
    .homeInfo2 img {
      height: 250px;
    }
  }

/* ---------------------------------------------------------------------- */
/*
/*	Product Page
/*
/* ---------------------------------------------------------------------- */
.productPageSlider{
    border-left: 2px solid #dfdfdf;
    position: relative;  
}
.productPageSlider::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url("../images/fade.png") repeat-y right;
    z-index: 2;
}

.collectionBanner{
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}



 .collectionListItem{
    background-color: #000;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    height: 100%;
 }
 .collectionListItem img{
    opacity: 0;
 }
 .collectionListItem .overly{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    left: 0;
    transition: all 0.2s;
 }
.collectionListItemBannerBox {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0%;
    display: inline-block;
    padding: 50px;
 }
 .KalamehUnderline::after {
    border-bottom: 1px solid #fff;
  }
  .collectionListItem:hover .overly{

    background-color: rgba(0, 0, 0, 0.3);

 }
 /* ---------------------------------------------------------------------- */
/*
/*	homeMenu
/*
/* ---------------------------------------------------------------------- */

.homeMenu{
    background-color: #fff;
    position: relative;
}

@media (max-width: 1400px) { 

    .homeMenu .owl-carousel .owl-nav button.owl-prev {
        left: 25px;
    }
    .homeMenu .owl-carousel .owl-nav button.owl-next {
        right: 25px;
    }
    .homeMenu{
        padding: 0;
    }
}
@media (max-width: 600px) { 

    .homeMenuInner{
        padding: 10px;
    
    }
}

.owl-carousel button.owl-dot {
    background: #ccc;
  }

  .owl-carousel button.owl-dot.active {
    background: #EF8021;
  }


.homeMenuImage {
    position: absolute;
    width: 700px;
    top: 0; /* Initial position from the top */
    transition: top 0.3s ease; /* Add smooth transition */
    max-width: 100%;
}
.productIconOut{
    padding: 10px;
}
.productIconOut a{
    background-color: #2A2867;
    display: inline-block;
    border-bottom-right-radius: 30px;
    color:#ef8021;
}
.productIcon{
    position: relative;
    background-size: 100%;
    transition: all 0.2s;
    background-position: center;
}
.productIconOut a:hover .productIcon{
    background-size: 105%;
}
.productIconImage{
}
.productIconImage img{
    max-width: 100%;
    width: 100%;
    opacity: 0;
}
.productIconButton{
    background: #2A2867;    
    color:#fff;
    display: inline-block;
    padding: 17px 20px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 100%;
}

a:hover .productIconButton {
    background: #ef8021;
    color: #fff;

}
/* ---------------------------------------------------------------------- */
/*
/*	Service Icons
/*
/* ---------------------------------------------------------------------- */
.sectionTitle{
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}
.sectionTitle h1{
    display: inline-block;
    position: relative;
}
.sectionTitle h1:after{
    content: "";
    position: relative;
    border-bottom: 4px solid #439b01;
    display: block;
}



@media (max-width: 1900px) { 

    .serviceIconShort{
        padding: 10px 30px;
    }
 }
 @media (max-width: 1780px) { 

    .serviceIconShort{
        padding: 10px 20px;
    }
 }
 @media (max-width: 768px) { 

    .serviceIcon {
        padding: 60px 15px 50px;
      }
 }
.serviceIconShort strong{
    font-weight: 600;
}

.serviceIconsSection .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.serviceIconsSection .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

/* ---------------------------------------------------------------------- */
/*
/*	Home Products
/*
/* ---------------------------------------------------------------------- */
.pGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.pGridItem{
    position: relative;
    margin: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
 }
 .pGrid  .pGridItem:first-child{
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
} 
.pGrid  .pGridItem:nth-child(4){
    grid-column: 3 / span 2;
    grid-row: 2 / span 1;
}
.pGridItemBg img{
    opacity: 0;
}
.pGridItemButtonOut{
    position: absolute;
    bottom:25px;
    right: 25px;
}
.pGridItemButtonOut .button{    
    font-weight: bold;
    color: #fff;
}
.pGridItemButtonOut .button::before {
    background: #585755;
  }
  @media (max-width: 1200px) { 
    .pGrid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .pGrid  .pGridItem:first-child{
        grid-column: 1 / span 3;
        grid-row: 1 / span 1;
    } 
    .pGrid  .pGridItem:nth-child(4){
        grid-column: 1 / span 2;
        grid-row: 2 / span 1;
    }
 }
 @media (max-width: 991px) { 
    .pGrid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .pGrid  .pGridItem:first-child{
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    } 
    .pGrid  .pGridItem:nth-child(4){
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }
 }
 @media (max-width: 768px) { 
    .pGrid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
 }
/* ---------------------------------------------------------------------- */
/*
/*	Blog
/*
/* ---------------------------------------------------------------------- */
.blogBody{
    position: relative;
}

.blogPost{
    margin-bottom: 0px;
}

.blogPostBg{
    padding: 2px;
    width: 33.33%;
    float: left;
}
.blogPostImage{
    position: relative;
}
.blogPostVideo{
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; */
    position: absolute;
}
.blogPostBg:nth-child(1)
{
    width: 66.66%;
}

@media (max-width: 991px) { 
    .blogPostBg{
        padding: 2px;
        width: 50%;
        float: left;
    }
    .blogPostBg:nth-child(1)
    {
        width: 100%;
    }
    .blogPostBg:nth-child(6)
    {
        display: none;
    }
 }

 @media (max-width: 680px) { 
    .blogPostBg{
        padding: 2px;
        width: 100%;
        float: left;
    }
    .blogPostBg:nth-child(1)
    {
        width: 100%;
    }
    .blogPostBg:nth-child(6)
    {
        display: none;
    }
 }

.blogPostDate {
    font-size: 15px;
    color: #999;
}

.blogPost{
    position: relative;
    display: inline-block ;
}
.blogPostText{
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* For older browsers */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* For IE 10-11 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#00000000);
    /* For IE 5.5 - 9 */
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
    transition: all 0.2s;

    display: flex;
    align-items: right;

}
.blogPostTitle{

}
.blogPost:hover .blogPostText
{
    transition: all 0.2s;
    padding-bottom: 30px;
}
.blogPostOverly{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50px;
    display: none;
}
.blogPostTitle{
    text-align: right;
    width: 100%;
}
.ltr .blogPostTitle{
    text-align: left;
}


@media (max-width: 991px) {
    .blogPostTitle span{
        display: none;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	comments
/*
/* ---------------------------------------------------------------------- */
.commentsBg{
    background-color: #eeecec;
}

.commentBody{
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0 rgba(0, 0, 0, 0.05);
    color:#58667e;
    padding: 10px;
    font-size: 15px;;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;;
}
.commentBody:before {
    content: "";
    position: absolute;
    margin-top: -6px;
    margin-left: -5px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.05);
    transform: rotate(-45deg);
    right: -13px;
    top: 13px;
  }
  .commentBody:after {
    content: "";
    position: absolute;
    margin-top: -6px;
    margin-left: -5px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: rotate(-45deg);
    right: -12px;
    top: 12px;
  }
  .commentText{
      padding: 10px 20px 5px;
  }
  .commentTools{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }

.comment.reply{
    margin-right: 25px;
}
.reply .commentBody{
    background: #f5f7fb;
}
.reply .commentBody:after {
    border-bottom: 12px solid #f5f7fb;
}

.myComment .commentBody{
    background: #f0f9f3;
}
.myComment .commentBody:after {
    border-bottom: 12px solid #f0f9f3;
}
.commentToolsR i{
    color:#bbb;
}
.commentToolsL a i{
    color:#ddd;
}
.commentToolsL a.doneAction i.fa-thumbs-down{
    color:red;
}
.commentToolsL a.doneAction i.fa-thumbs-up{
    color:#2bb673;
}
/* ---------------------------------------------------------------------- */
/*
/*	Footer
/*
/* ---------------------------------------------------------------------- */
#footer{
    color: #fff;
    background: #696969;
    line-height: 1.5;
}
#footer a{
    color:#fff;
}
#footer a:hover{
    color:#EF8021;
}
#footer .container{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
}
.ltr #footer .container{
    flex-direction: row-reverse;
}
.footerHeader{
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 13px;
    position: relative;
    display: inline-block;
}
.footerHeader::after{
    content: " ";
    position: absolute;
    border: 2px solid #29235c;
    width: 100%;
    bottom: 0px;
    right: 0;
}
#footer .container>div{
    padding: 10px;
 }
.footerContactIcon {
    text-align: center;
    color:#EF8021;
}
.footerContactIcon i{
    min-width: 20px;
}
.footerLogo{
    line-height: 1.2;
    font-size: 16px;
}
.footerLogo img{
    height: 50px;
    max-width: 100%;
}
.footerCopyright
{
    text-align: center;
    padding:15px;
    background-color: #202020;
    color: #999;
}
.footerCopyright a
{
    color: #fff;
}
.contact-menu-item{
    padding-bottom: 2px;
    display: block;
}

.contact-menu-item i{
    min-width: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    #footer .container>div:last-child{
       width: 100%;
       text-align: center;
    }
}
@media (max-width: 580px) {
    #footer .container{
        width: 75%;
    }
    #footer .container>div:not(.footerLogo){
        width: 100% !important;
        text-align: right !important;
     }
     body.ltr #footer .container>div{
        text-align: left !important;
     }
     #footer .container {
        display: flex;
        align-items: flex-start;
     }
     
}
@media (max-width: 380px) {
    #footer .container{
        width: 95%;
    }
     
}
@media (max-width: 300px) {
    #footer .container{
        flex-direction: column;
    }
    #footer .container>div{
        width: 100% !important;
        text-align: center !important;
     }
}

.footerIcon {
    text-align: center
}
.footerIcon i{
    font-size: 32px;
    min-width: 20px;
    color: #a1a3a8;
}
.footerIcon:hover i{
    color:#000;
}

.socialMenuItem{
    padding-right: 10px;

}

.social{
    padding-top: 10px;
    
}
.social i{
    color: #aa836f;
     
}
#footer .social a:hover i{
    color:#fff;
}
/* ---------------------------------------------------------------------- */
/*
/*	pageHeader
/*
/* ---------------------------------------------------------------------- */

.pageHeader {
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1b1464;
    padding-top: 150px;
    padding-bottom: 50px;
    text-transform: capitalize;
    background-image: url('http://faramachine.ir/uploads/admin/images/cover.jpg');
}
.pageHeader a{
    color:#fff;
}
.ltr .pageHeader {
}
.pageHeader h1 {
    padding: 20px 0;
    margin: 0;
    color: #000;
}
/* ---------------------------------------------------------------------- */
/*
/*	pageHeader
/*
/* ---------------------------------------------------------------------- */

.pageHeaderFull {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/header.jpg) !important;
    width: 100%;
    height: 100vh;
    position: relative;
}

.pageHeaderFullTitle{
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #fff;
    font-weight: bold;
}
.ltr .pageHeaderFullTitle{
    right: auto !important;
    left: 10% !important;
}
.pageHeaderFullBC{
    padding: 3px 10px;
    text-align: right;
}
.ltr .pageHeaderFullBC{
    text-align: left !important;
}
.middleContent      {align-self: center;}
.full-height        {height: 100vh;}
.min-height-full    {min-height: 100vh;}
.min-height-50      {min-height: 50vh;}

.pageHeaderVideo{
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* or object-fit: contain; */

}
.bannerImage{
    width: 100%;
    height: auto;
}
.bannerVideo{
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* or object-fit: contain; */

}
.pageHeader a{
    color:#fff;
}
.ltr .pageHeader {
}
.pageHeader h1 {
    padding: 20px 0;
    margin: 0;
    color: #000;
}

.loader{
	display:none;	
}
.productPageMain ul {
    padding-left: 20px;
  }
  .productPageMain ul li {
    list-style: disc;
    padding: 10px 0;
  }

.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;
    background-color: rgb(45, 250, 4);
}
.page-sidebar-menu > li.active > a {
    background: #de9839 !important;
    color:#fff !important;
}
.opaqueBg, .opaqueBgHover:hover {
    background-color: rgba(255,255,255,0.7);
}
/* ---------------------------------------------------------------------- */
/*
/*	page Items
/*
/* ---------------------------------------------------------------------- */
.pageItem {
    border-radius: 30px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.05);
  }
@media(max-width:576px)
{
    .pageItem {
        background: none;
        box-shadow: none;
        padding-bottom: 0;
      }
      .middleContent{
        padding: 0;
      }
}

  .pageSocialIcons i{
    color: #585755;
}
.pageSocialIcons a:hover i{
    color: #888888;
}
blockquote {
    font-size: 110%;
    background-color: #efefef;
    border-left: none;
    padding: 60px 35px 30px;
    margin: 40px 0 30px 0;
    position: relative;
    text-align: center;
    clear: both;
  }
  blockquote::before {
    content: '\f10e';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: "Font Awesome 5 Pro" !important;
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center;
  }
  .pageItem img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0;
  }

  .middleContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0
}
/* ---------------------------------------------------------------------- */
/*
/*	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-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(90,90,90,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: #EF8021;
    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%;
    }
    .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;
    }
}
.borderedTable td{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.borderedTable tr:nth-child(even) {background: #eee}

.productSocialIcons a{
    color: #1db6ba;
}
table.productTable{
    min-width: 100%;
    direction: rtl;
    margin: 25px 0;
    border-collapse: collapse;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    font-size: 16px;
}
.ltr table.productTable{
    direction: ltr;
}

table.productTable{
    box-shadow: 2px 2px 0px 0 #ccc

}
table.productTable tr{
    margin-bottom: 3px;
}

table.productTable td{
    padding:7px;
    box-shadow: 2px -2px 0px 0 #ccc;
}
table.productTable .productTableTitle
{
    width: 35%; 
    font-weight: 600;
    text-align: center;
}
table.productTable tr:nth-child(even) {background: #f2f2f2}

@media (max-width: 768px) {
    table.productTable .productTableTitle
    {
        width: 65%; 
    }
}
table.productTable .tHead{
    padding:8px 20px 12px 20px;
    background: #2f2f2f;
    color: #fff;
    font-weight: 500;
    box-shadow: 2px -2px 0px 0 #ccc;
}

/* ---------------------------------------------------------------------- */
/*
/*	Search
/*
/* ---------------------------------------------------------------------- */

.searchOuter{
    position: relative;
    z-index: 100;
}


.search input {
    width: 100%!important;
    border: 1px solid #bbb;
    background: #eceff1;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}
.search input:focus {
    border: 1px solid #aaa;
    outline: 0!important;
    box-shadow: 0
}
.search button {
    width: 20%!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    padding-left: 0;
    padding-right: 0;
    min-width: auto !important;
    padding: 9px 10px 10px !important;
}
.search .suggesstion-box {
    width: 80%
}
.search input::placeholder {
font-size:12px!important
}
.text img, p {
    margin: 10px
}
.suggesstion-box {
    display: inline-block;
    z-index: 9
}
.suggestion-loading {
    position: absolute;
    top: 19px;
    left: 27px;
    opacity: 0;
    z-index: 9;
}
.suggestion-loading.active {
    opacity: 1
}
.suggesstion-results {
    position: absolute;
    max-width: 100%;
    top: 100%;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    z-index: 1;
    border: 1px solid #ddd;
    box-shadow: 0 3px 1px -1px #999;
    width: 80%;
}
.suggesstion-results .hvideo {
    display: inline-block;
    padding-bottom: 0
}
.suggesstion-bg {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}
.suggesstion-bg.active {
    z-index: 998;
    visibility: visible;
    opacity: 1
}

@media (max-width:480px) {
.suggesstion-bg {
    background: #252525
}
}
.clickOutHide {
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}
.clickOutHide.active {
    z-index: 998;
    visibility: visible;
    opacity: 1
}
.suggestionHeader {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 700
}
.suggestionItem {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    width: 100%
}


.pageItem ul{
    padding: 20px;
    list-style: disc;
}
.pageItem ul li{
    list-style: disc;
    border: 0;
    padding: 5px;
}

/* ---------------------------------------------------------------------- */
/*
/*	Category
/*
/* ---------------------------------------------------------------------- */
.catItem {
    position: relative;
    transition: all 0.2s;
    background-color: #000;
}

.catItemImage {
    background-position: center;
    background-size: auto 100%;
    transition: opacity 0.2s; /* Transitioning opacity property */
    background-clip: 20px;
    transition: all 0.5s;
    opacity: 0.5;
}

.catItemImage img {
    width: 100%;
    opacity: 0;
    transition: opacity 0.2s; /* Transitioning opacity property */
}

.catItem:hover .catItemImage {

    transition: all 0.5s;
    background-size: auto 110%;
    opacity: 1;
}

.catItemText {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    width: 100%;
    transition: all 0.2s;

    background: linear-gradient(to top, rgba(50, 50, 50, 1), rgba(50, 50, 50, 0));
    /* For older browsers */
    background: -webkit-linear-gradient(bottom, rgba(50, 50, 50, 1), rgba(50, 50, 50, 0));
    /* For IE 10-11 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#00000000);
    /* rgba(27, 20, 100, 0.85) */

}
.catItem:hover .catItemText {
    background:rgba(27, 20, 100, 0.9);
}


.catItemText h4 {
    display: inline-block;
    width: 100%;
    transition: all 0.2s;
}

.catItemText p {
    display: none;
    transition: display 0.2s; /* Transitioning display property */
}

.catItem:hover .catItemText p {
    display: inline-block;
}

.catItem:hover .catItemImage img {
}

.catItemText h2 {
position: absolute;
  top: -69%;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 40px;
  color: #1b1464;
  background: #fff;
  left: 5%;
}