/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	violet
/*
/* ---------------------------------------------------------------------- */
.violetBg.pattern{
	background-image:url(../images/bgVioletPattern.png);
}
.violetBg.parallax{
	background-image:url(../images/bgVioletParallax.jpg);
	background-position:center;
	background-attachment:fixed;
}
#homeSocial{
    background-image: url("../images/background_social.jpg");
    background-size: cover;
    background-position: center;
    
}
#homeStandard{
    background-image: url("../images/background_blueOrange.jpg");
    background-size: cover;
    background-position: center;
    
}
#homeStandard p{
    margin: 0;
    padding: 0;
    
}
@media (max-width: 576px) {
    .w-mobile-text          {width: 85%}

}
/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.red, .redHover:hover									{color: 			#b41035;}
.redBg, .redBgHover:hover								{background-color: 	#b41035;}
.redBorder, .redBorderHover:hover						{border-color: 		#b41035;}
/* ---------------------------------------------------------------------- */
/*
/*	grey
/*
/* ---------------------------------------------------------------------- */
.grey, .greyHover:hover									{color: 			#4d4e4e;}
.greyBg, .greyBgHover:hover								{background-color: 	#4d4e4e;}
.greyBorder, .greyBorderHover:hover						{border-color: 		#4d4e4e;}
/* ---------------------------------------------------------------------- */
/*
/*	grey Darken
/*
/* ---------------------------------------------------------------------- */
.greyDarken, .greyDarkenHover:hover									{color: 			#3b3b3b;}
.greyDarkenBg, .greyDarkenBgHover:hover								{background-color: 	#3b3b3b;}
.greyDarkenBorder, .greyDarkenBorderHover:hover						{border-color: 		#3b3b3b;}
/* ---------------------------------------------------------------------- */
/*
/*	grey lighten
/*
/* ---------------------------------------------------------------------- */
.greyLighten, .greyLightenHover:hover					{color: 			#d8d8db;}
.greyLightenBg, .greyLightenBgHover:hover				{background-color: 	#d8d8db;}
.greyLightenBorder, .greyLightenBorderHover:hover		{border-color: 		#d8d8db;}
/* ---------------------------------------------------------------------- */
/*
/*	grey lighten
/*
/* ---------------------------------------------------------------------- */
.greyLighten2, .greyLighten2Hover:hover					{color: 			#e8e8ea;}
.greyLighten2Bg, .greyLighten2BgHover:hover				{background-color: 	#e8e8ea;}
.greyLighten2Border, .greyLighten2BorderHover:hover		{border-color: 		#e8e8ea;}
/* ---------------------------------------------------------------------- */
/*
/*	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: 100px;
    padding-bottom: 100px;
    text-transform: capitalize;
}
@media (max-width: 576px) { 
    .pageHeader {
        background-position: -250px center;
    }
}
.productPageHeader{
	padding-top: 300px;
	padding-bottom:150px;
}
.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;
    }	
}

html{
    width: 100%;
}
body.rtl, body.ltr{
    overflow-x: hidden;
    width: 100%;
	color: #151515;
	background:#fff;
	background:url(../images/bgWhitePattern.png);
    line-height: 1.5;
    
    
}
body.rtl{
	font-family:IRANSans;
}
body.ltr{
	font-family:Oswald;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.ltr p {
    line-height: 1.4;
}
body                     {font-size: 15px}
.h1.bigger, h1.bigger    {font-size: 46px}
.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}

.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,.rtl .h1,.rtl .h2,.rtl .h3,.rtl .h4,.rtl .h5,.rtl .h6    {line-height: 1.5; !important}

@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: 19px}
body.ltr .h1.bigger,body.ltr  h1.bigger    {font-size: 46px}
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: 18px}
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: #4d4e4e;
    margin: 2px;
}
.tags a{
    margin: 2px;
}
.pageSocialIcons a:hover{
    color: #c21f3d;
}
.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: 15px !important;
    font-wight: 200 !important;
    padding: 8px 15px 10px !important;
}

.form-control::placeholder{
    font-size: 15px !important;
}
select option{
    font-family:IranSans;
}
/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */
.header{
    width:100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 0 12px;
    background-color: rgba(102,45,145,0.8);
}
.logo{
	position:absolute;
	top:0;
    width: 100px;
	z-index:9;
	padding:10px;
    right: 55px;
}

.langs, .langsResponsive{
	position:absolute;
	top:0;
	z-index:9;
    left: 20px;
    padding: 10px 10px;
    cursor: pointer;
	background:rgba(255,255,255,0.8);
}
.langsResponsive{
	display: none;
    direction: rtl !important;
}
.langsResponsive .dropdown-menu{
    min-width: 20px !important;
}
.langs li{
	float: right;
    margin: 2px;

}
.headerMenu.menu {
    pointer-events: all;
    z-index: 101;
    position: fixed;
    right: 15px;
    top: 15px;
    padding: 2px 6px 9px 7px;
    background: rgba(255,255,255,0.8);
    direction: rtl !important;
}
.headerMenu.menu a{
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.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: -5px;
}
.headerMenu.menu a.active span{
    background-color: #b41035;
}
.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)
}

@media (max-width: 576px) { 
    .logo{
        padding:0 10px 10px 10px;
    }
    .logo img{
        width: 200px;
    }

    .productPageHeader{
        padding-top: 260px;
        padding-bottom:150px;
    }
    .langs{
        display: none;
    }
    .langsResponsive{
        left: 0px;
        padding: 5px 17px 5px 7px;
        display: block;
    }
    .headerMenu.menu {
        right: 0;
        top: 0;
        background: rgba(255,255,255,0.9);
    }
}
@media (max-width: 448px) { 
    .logo{
        padding: 0 8px 8px 8px;
    }
    .logo img{
        width: 180px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Menu Items
/*
/* ---------------------------------------------------------------------- */
.menu-items {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: #b41035;
    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:18px 0;
 border-bottom: 1px solid rgba(255,255,255,0.2);
 position:relative;
 min-width:250px;
 -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 {
 font-size:24px;
 line-height:24px;
 opacity:0;
 position:absolute;
 z-index:1;
 width:100%;
 left:0;
 top:50%;
 text-transform:uppercase;
 top:calc(50% - 12px);
}
.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
}
/*
    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:40px;
         line-height:1.2;
    }
}
@media (max-width: 768px) { 
    .menu-items a span.big-text {
        font-size: 25px;
        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
/*
/* ---------------------------------------------------------------------- */
.banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerBg{
    position:absolute;
    bottom: 0;
    left:0;
    height: 700px;
    width: 700px;
    background-image: url("../images/tooth-shape1-red.svg");
    background-position: top right;
    background-size: cover;
}
.bannerCaptions{
    position:absolute;
    bottom: 0;
    left:0;
    width: 650px;
    text-align: center;
    padding: 100px;
    color: #fff !important;
}
.ltr .bannerCaptions{
}
.bannerCaptions h1{
    width:100%;
    display: inline-block;
    letter-spacing: -1px;
}

@media (max-width: 576px) { 

}




@media (max-width: 1500px)
{ 
    .bannerBg{
        height: 600px;
        width: 600px;
    }
    .bannerCaptions{
        width: 550px;
        padding: 90px;
    }
}
@media (max-width: 1360px)
{ 
    .bannerBg{
        height: 500px;
        width: 500px;
    }
    .bannerCaptions{
        width: 480px;
        padding: 70px;
    }
}
@media (max-width: 992px)
{
    .bannerBg{
        height: 450px;
        width: 450px;
    }
    .bannerCaptions{
        width: 410px;
        padding: 40px;
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) { 
    
    .bannerBg{
        height: 75%;
        width: 100%;
        background-image: url("../images/tooth-shape1-red.svg");
    }
    .bannerCaptions{
        width: 100%;
        padding: 50px;
        color: #fff !important;
        text-align: left;
    }    
    
/*    .bannerBg{
        display: none;
    }
    .bannerCaptions{
        position:absolute;
        bottom: 10%;
        transform: translateY(0);
        right:10%;
        width: 80%;
        background: rgba(102,45,145,0.7);
        background-image: none !important;
        padding:20px;

    }
*/}
@media (max-width: 480px) { 
    
    .bannerBg{
        height: 60%;
        width: 100%;
        background-image: url("../images/tooth-shape1-red.svg");
    }
    .bannerCaptions{
        width: 100%;
        padding: 30px 20px;
        color: #fff !important;
        text-align: left;
    }    
}
/* ---------------------------------------------------------------------- */
/*
/*	Loader
/*
/* ---------------------------------------------------------------------- */
.loader-animation
{
    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;
}
.loader-animation__dark{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#b41f37;-webkit-animation:fadeIn .2s ease-in;animation:fadeIn .3s ease-in;z-index:-1}
.loader-animation--hide{opacity:0;visibility:hidden}

@media (max-width: 300px) {
    .loader-animation {
    display:none !important;
    }
}
@media (max-width: 996px) {
    .loader-animation {
    position: fixed;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%
    }
}
@media (max-width: 500px) {
    .loader-animation {
    position: fixed;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Home Info
/*
/* ---------------------------------------------------------------------- */
.homeProduct{
	display:inline-block;
	position:relative;
	overflow:hidden;
	transition:0.2s all;
    border-radius: 20px;
    background:#fff;
    padding: 50px 30px;
}
.homeProduct  .title{
	color:#b41035;
	padding:0;
	width:100%;
	margin:0;
	display:inline-block;
    left: 0;
    padding-top: 15px;
    height: 73px;
    overflow: hidden;
}
.rtl .homeProduct  .title{
	text-align: right;
    direction: rtl;
    line-height: 1.4;
}
.homeProduct .overly{
	position:absolute;
	background-color:rgba(180,16,53,0.8);
	height:0;
	bottom:0;
    left: 0;
	width:100%;
}
.homeProduct:hover .title{
    top: 50%;
	bottom:auto;
    transform: translateY(-50%);
}

.homeProduct:hover .overly{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.4);
}
.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(180,16,53,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(180,16,53,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
/*
/* ---------------------------------------------------------------------- */
.halfInfo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.halfInfo2{
    background-image: url("../images/tooth-line.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#homeInfo{
    background-color: #f7941e;
}
.homeInfoImage{
    background-image: url("../images/tooth-girl.jpg");
    background-position: left bottom;
    background-size: cover;
}

@media (max-width: 768px) { 
    .homeInfoText{
        padding-top: 0 !important;
    }
}
.homeMan{
	position:absolute;
	bottom:0;
}
.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%;
    }
    .homeManText{
        padding-bottom: 0;
    }
    .serviceText{
        padding: 20px;
    }
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }
/* ---------------------------------------------------------------------- */
/*
/*	Home News
/*
/* ---------------------------------------------------------------------- */
#home_news{
    background-color: #efefef;
}
.newsItem{
}
.newsItem .thumb{
    position: relative;
}
.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: #22b991;
    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{
    color: #e3e3e3;
}
#copyright{
    color: #e3e3e3;
    font-size: 18px;
}
.footerLogo{
    width: 130px;
    opacity: 0.7;
}
#footer a, #copyright a{
    color:#fff;
}
#footer a:hover, #copyright a:hover{
    color:#ef2452;
}
.floatingContact{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
    background: rgba(255,255,255,0.65);
    border-radius: 20px;
    padding:5px 15px;
}
.floatingContact a{
    direction: ltr;
    text-align: left;
    display: inline-block;
    color: #000;
}
.floatingContact a:hover{
    color: #662d91;
}
.floatingContact i{
    padding-right:5px;
}
/*------------------------------------*
/*
/*  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(180,16,53,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(180,16,53,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(180,16,53,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;
    }
}
