@font-face {
    font-family: 'oxygenregular';
    src: url('fonts/oxygen-webfont.eot');
    src: url('fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-webfont.woff2') format('woff2'),
         url('fonts/oxygen-webfont.woff') format('woff'),
         url('fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DaysOne-Regular';
    src: url('fonts/DaysOne-Regular.woff2') format('woff2'),
        url('fonts/DaysOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'oxygenlight';
    src: url('fonts/oxygen-light-webfont.eot');
    src: url('fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-light-webfont.woff2') format('woff2'),
         url('fonts/oxygen-light-webfont.woff') format('woff'),
         url('fonts/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-bold-webfont.woff2') format('woff2'),
         url('fonts/oxygen-bold-webfont.woff') format('woff'),
         url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
  font-family: 'montserratblack';
  src: url('fonts/montserrat-black-webfont.eot');
  src: url('fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-black-webfont.woff2') format('woff2'),
       url('fonts/montserrat-black-webfont.woff') format('woff'),
       url('fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montserratextrabold';
  src: url('fonts/montserrat-extrabold-webfont.eot');
  src: url('fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
       url('fonts/montserrat-extrabold-webfont.woff') format('woff'),
       url('fonts/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montserratlight';
  src: url('fonts/montserrat-light-webfont.eot');
  src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('fonts/montserrat-light-webfont.woff') format('woff'),
       url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montserratmedium';
  src: url('fonts/montserrat-medium-webfont.eot');
  src: url('fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
       url('fonts/montserrat-medium-webfont.woff') format('woff'),
       url('fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('fonts/montserrat-regular-webfont.woff') format('woff'),
       url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'montserratsemibold';
  src: url('fonts/montserrat-semibold-webfont.eot');
  src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('fonts/montserrat-semibold-webfont.woff') format('woff'),
       url('fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Montserrat Bold';
  src: url('fonts/Montserrat-Bold.eot');
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Montserrat-Bold.woff2') format('woff2'),
      url('fonts/Montserrat-Bold.woff') format('woff'),
      url('fonts/Montserrat-Bold.ttf') format('truetype'),
      url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: congress-heavy;
  src: url(fonts/congress-heavy-webfont.woff);
  src: url(fonts/congress-heavy-webfont.woff2);
  src: url(fonts/congress-heavy-webfont.eot lite);
}
@font-face {
  font-family: congress-regular;
  src: url(fonts/congress-regular-webfont.woff);
  src: url(fonts/congress-regular-webfont.woff2);
  src: url(fonts/congress-regular-webfont.eot lite);
}





* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}
body{
  overflow-x: hidden;
}
body ::selection{
    background-color: #051a5c;
    color: #fff;
}

.align-item-center{
  align-items: center;
}

/*------------------- Header Start ----------------------*/
.top-main{
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
.top-haider{
background-color: #3b5fa1;
padding: 15px 45px;
}
.top-main li{
display: inline-block;
padding: 0 15px;
}
.top-main p{
font-size: 16px;
font-family: 'montserratlight';
padding-right: 85px;
}
.top-haider2{
background-color: rgb(182, 168, 125, 0.5);
position: absolute;
top: 157px;
right: 0;
left: 0;
z-index: 999;
text-align: center;
padding: 10px 0;
color: #fff;
}
.top-fluid{
  padding: 9px 60px;
  border-bottom: solid 1px #EBEBEB;
}
.top-left a{
  text-transform: capitalize;
  font-family: 'oxygenregular';
  font-family: 15px;
}
.top-right{
  text-align: right;
}
.top-right ul{
  display:  flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.top-right ul li{
  padding: 0 12px;
}
.header-fluid{
/*	position: absolute;*/
	background-color: transparent;
	z-index: 999;
/*  border-bottom: solid 1px #5E5E5E;*/
  padding: 20px 10px;
  top: unset !important;
}
.top-main2 p{
  color: #fff;
}
.ctg-main{
  padding: 50px 50px;
}
.ctg-sec{
  padding: 20px 0;
}
.header-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo{
	padding: 0px 0;
}
.logo img {
 max-width: 100px;
   
}
.navbar-brand{
	display: none;
}
.bg-dark {
    background-color: transparent !important;
    padding: 0;
}
.text-main {
  text-align: center;
  padding: 40px 0;
}
.text-main span{
  color: #3b5fa1;

}
.text-main h1{
  font-family: 'Montserrat Bold';
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}
.top-icon button {
background-color: #3b5fa1;
  color: #ffffff;
  padding: 12px 30px;
  border: 0;
  border-radius: 50px;

}
.sg-row{
  padding-top: 50px;
  padding-bottom: 70px;
}
  .sg-box h1{
  font-size: 21px;
  padding: 23px 0;
     font-family: 'DaysOne-Regular';
}
 .sg-box img{
  max-width: 60px;
}
.our-text h1{
  color: #171151;
  font-size: 48px;
  font-weight: bold;
  padding: 50px 50px 50px 0;
  line-height: 63px;
     font-family: 'DaysOne-Regular';
}
.about-main-text h3{
  padding-bottom: 5px;
  border-bottom: 2px solid #052379;
  display: inline-block;
  font-size: 14px;
  font-family: 'DaysOne-Regular';
}
.about-main-text h1{
  color: #171151;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0px 20px 0;
  line-height: 63px;
  font-family: 'DaysOne-Regular';
}
.about-main-text p{
  font-size: 15px;
  margin-bottom: 40px;
}
.about-main-text a{
  background-color: #052379;
  border-color: #05247d;
  color: #fff;
  padding: 20px 20px;
  margin-left: 16px;
}
.about-main-text{
  text-align: right;
  padding-top: 30px;
}
 .about-section{
  padding-top: 62px;
}
.count-section{
  padding: 100px 0 0px;
}
.cout-main h2{
  color: #171151;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0px 0px 0;
  line-height: 63px;
  font-family: 'DaysOne-Regular';
}
.our-section{
  background: #f5f7fb;
  padding: 45px 0 0;
}
.our-text h3{
  padding-bottom: 5px;
  border-bottom: 2px solid #052379;
  display: inline-block;
  font-size: 14px;
    font-family: 'DaysOne-Regular';
}
 .icon-box{
  border-style: dashed;
  border-width: 2px;
  border-radius: 10px;
  border-color: #BEBEBE;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 20px;
  text-align: center;
}
.icon-box img{
  max-width: 200px;
}
.icon-box h1{
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 30px;
    font-family: 'DaysOne-Regular';
}
.action_button {
background-color: #052379;
  border-color: #05247d;
  color: #fff;
  padding: 10px 20px;
  margin-left: 16px;
}
.surgi-text{
  text-align: center;
  padding: 100px 0;
}
.surgi-text h2{
 font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: 'DaysOne-Regular';
}
.surgi-text h5{
  font-family: 'DaysOne-Regular';
}
.social-text ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.social-text li{
  list-style: none;
  padding: 0 14px;
}
.social-text h1{
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
}
.social-img {
  background: url(im/bg-social.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 85px;
}
.serch-top input{
  margin-left: 40px;
  background: url(im/serach-icon.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: 0;
  border-bottom: solid 1px !important;
  margin: 0;
  padding: 8px;
    padding-left: 8px;
  padding-left: 8px;
  width: 160px;
  padding-left: 40px;
  color: #171151;
  background-color: rgba(255,255,255,0);
  border-color: #b9b7ca;
  border: 0;
}
/*.container-max {
    max-width: 1380px;
  }*/
.navbar-dark .navbar-nav .nav-link {
 color: #000;
  padding: 15px 23px;
  text-transform: capitalize;
  font-family: 'montserratmedium';
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
} 
.top-icon li{
  display: inline-block;
}
.top-icon {
  text-align: right;
  padding-top: 10px;
  color: #828282;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
    background-color: #232323;
}
.navbar-dark .navbar-nav .b-c-t:hover, .navbar-dark .navbar-nav .b-c-t:focus{
  background-color: transparent;
  color: #ffffff;
}
.navbar-expand-sm .navbar-nav{
	float: right;
}
.navbar-expand-md .navbar-collapse{
  justify-content: flex-end;
}
.navbar-expand-md .navbar-nav{
	float: right;
}
.p-10{
  padding: 18px 8px !important;

}
.p-10:hover{
  background-color: transparent !important;
}
.social-icon{
	text-align: right;
}
.social-icon ul{
    display: block;
    list-style: none;
}
.social-icon li{
    display: inline-block;
}
.social-icon a{
    display: block;
    font-size: 18px;
    color: #171717;
    padding: 50px 15px;
    line-height: 0;
}
.slider-fluid{
	padding-top: 117px;
  display: none;
}
.search-h input{
  border-radius: 5px;
  border: 0;
  border: solid 1px #b0b0b0;
  background-image: url('im/serach-icon.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 33px;
  max-width: 180px;
  width: 100%;
  height: 33px;
}
.search-show{
	display: none;
	position: absolute;
	top:  103%;
	left: 0;
	right: 0;
	background-color: #323232;
	z-index: 99;
	margin-bottom: -158px;
	z-index: 999;
}
.search-show input{
	background-color: transparent;
	border: 0;
	padding: 0;
	height: 158px;
	color: #fff;
	width: 100%;
	font-size: 50px;
	padding-left: 13%;
	font-family: oxygenbold;
}
.carousel {
    position: relative;
    z-index: -1;
}
.basketic{
  position: absolute;
  right: 70px;
  top: 30px;
}
#sidebar ul li a{
	font-family: oxygenregular !important;
}
.list-unstyled li a{
	font-size: 15px !important;
}
#myCarousel{
  height: 977px;
  background-color: #0d0f0f;
display: flex;
align-items: center;
overflow: hidden;
}
.carousel-inner{
    overflow: unset;
}
/*--------------- Side Menu Start ----------------*/
#main {
  z-index: 99999; 
}
#sidenav {
    width: 0px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #0d0f0f;
    transition: all 0.5s ease;
    transition-timing-function: ease-out;
    transition-duration: 2s;
    overflow-x: hidden;
    padding: 20px 50px;
    z-index: -999;
    visibility: hidden; 
}
#sidenav ul {
    display: block;
    list-style: none;
    padding-top: 35px; 
}
#sidenav ul li {
    display: block; 
}
#sidenav ul li a {
    display: inline-block;
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 0; 
}
#sidenav #Sidenav-close {
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    font-size: 25px;
    float: right; 
}
#sidenav .shape-one {
    position: absolute;
    left: 10%;
    right: 0;
    top: 20%;
    bottom: 0;
    z-index: 0;
    width: 13px;
    height: 13px;
    background-color: #FFFFFF;
    border: solid 2px #FFFFFF;
    animation: animationFramesTwo 13s infinite linear;
    border-radius: 50%; 
}
#sidenav .shape-two {
    position: absolute;
    left: unset;
    right: 25%;
    top: 40%;
    bottom: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    animation: animationFramesFive 15s infinite linear alternate; 
}
#sidenav .shape-four {
    position: absolute;
    left: unset;
    right: 25%;
    top: unset;
    bottom: 10%;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #0341fb;
    animation: animationFramesFour 15s infinite linear alternate;
    border-radius: 3px; 
}
#sidenav .shape-five {
    position: absolute;
    left: 25%;
    right: unset;
    top: unset;
    bottom: 10%;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    animation: animationFramesFive 13s infinite linear alternate; 
}
.side-nav {
    width: 400px !important;
    transition: all 0.5s ease;
    transition-timing-function: ease-in;
    transition-duration: 2s;
    z-index: 999 !important;
    visibility: visible !important; 
}
#main{
    -webkit-transform-origin: 0 0%;
    -moz-transform-origin: 0 0%;
    -o-transform-origin: 0 0%;
    transform-origin: 0 0% ;
    -webkit-transform: perspective(0) rotateY(0deg) scale(1);
    -moz-transform: perspective(0) rotateY(0deg) scale(1);
    -o-transform: perspective(0) rotateY(0deg) scale(1);
    transform: perspective(0) rotateY(0deg) scale(1);
    border: solid 0px #D89F00;
    margin-left: 0px;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease !important;
}
.main-body {
    -webkit-transform-origin: 0 30% !important;
    -moz-transform-origin: 0 30% !important;
    -o-transform-origin: 0 30% !important;
    transform-origin: 0 30% !important;
    -webkit-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    -moz-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    -o-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    transform: perspective(1800px) rotateY(36deg) scale(0.5) !important;
    border: solid 20px #232323 !important;
    margin-left: 50px !important;
    height: 128vh !important;
    overflow: hidden !important; 
    width: 160% !important;
}
.main-body #myCarousel .container {
  max-width: 1800px !important;
}
.main-body  .m-none{
  display: none;
  transition-delay: 3s;
}
.laptop-menu h3{
  font-family: 'Montserrat Bold';
  font-size: 32px;
  color: #ffffff;
  padding-top: 40px;
  text-transform: uppercase;
}
.laptop-menu ul{
  padding-top: 0 !important;
}
.laptop-menu ul p{
  color: #ffffff;
}
.laptop2 li a{
  font-family: 'montserratlight'!important;  
}
/*--------------- Side Menu End ----------------*/
.s-main{
  padding-top: 7%;
}
.btm-p1 p {
    color: #ffffff;
    padding-left: 10px;
    font-size:14px;
      font-family: 'montserratlight';
      padding-bottom: 20px;
}
.btm-p2 p {
    color: #585858;
    font-size: 14px;
    font-family: 'montserratlight';
    padding-top: 52px;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	  left: 0;
	  height:100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.slider-text{
  padding-left: 36px;
}
#myCarousel h4{
	font-size:116px;
	margin-bottom:30px;
	color:#ffffff;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  line-height: 85px;
}
#myCarousel h5{
	font-size: 72px;
	margin-bottom:15px;
	color:#ffffff;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  line-height: 55px;
}
#myCarousel p{
	margin-bottom:15px;
  color:#ffffff;
  font-family: 'montserratmedium';
  font-size: 40px;
}
#myCarousel .carousel-item a{
  background-color: transparent; 
  font-size: 20px; 
  color:#FFF;
  font-family: 'Montserrat Bold';
  padding:13px 32px; 
  display:inline-block; 
  border-radius: 35px;
  border: solid 4px #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
}
#myCarousel .carousel-item a:hover{
  text-decoration:none;
  background-color: #232323;
  color: #ffffff;
  border-color: #232323;  
}
.slider-image{
  text-align: right;
}
.slider-image .slider-image-1{
  width: 100%;
  max-width: 555px;
}
.slider-image .slider-image-2{
  width: 100%;
  max-width: 747px;
  position: absolute;
  left: -160px;
  top: 39%;
}
.main-text-all{
position: absolute;
top: 190px;
left: 120px;
color: #fff;
font-family: oxygenbold;


}
.main-text-all button {
    border: 0;
    background-color: #000;
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    margin-top: 10px;
    color: #fff;
    font-family: 'roboto-regular';
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 40px;
}
.main-text-all h2{
  font-size: 46px;
  -webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 1.2s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
padding-left: 40px;
font-family: 'roboto-light';
}
.main-text-all h3 {
  font-size: 25px;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 10px 0;
  font-size: 51px;
  font-family: 'roboto-light';
  color: #fff;
}
.main-text-all h1{
  font-size: 51px;
    -webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-duration: 1s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
color: #fff;
font-family: 'roboto-light';
}
#myCarousel .carousel-item h4{-webkit-animation-name:slideInLeft; animation-name:slideInLeft;} 
#myCarousel .carousel-item h5{-webkit-animation-name:slideInLeft; animation-name:slideInLeft;}
#myCarousel .carousel-item p{-webkit-animation-name:slideInLeft; animation-name:slideInLeft;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .slider-image-1{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
#myCarousel .carousel-item .slider-image-2{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
.slider-text h4{
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-text h5{
  -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-text p{
  -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-text a{
  -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-image-1{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-image-2{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .container {max-width: 1600px;  }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%);background-color: #232323; }
.carousel-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
  transition-property: opacity;
  transition: all 1s ease;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  transition: all 1s ease;
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  transition: all 1s ease;
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s ease;
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}








@media screen and (min-width: 1920px){
    .main-body{
        width: 220% !important;
    }
}






@media screen and (max-width: 1433px){
}




@media screen and (max-width: 1380px){
  .navbar-dark .navbar-nav .nav-link {
    padding: 15px 20px;
  }
  .slider-image .slider-image-2 {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: -125px;
    top: 50%;
  }
  #myCarousel h4{
    font-size: 100px;
    line-height: 75px;
  }
  #myCarousel h5 {
    font-size: 55px;
    line-height: 45px;
  }
  #myCarousel p{
    padding-top: 10px;
    font-size: 30px;
  }
  #myCarousel .carousel-item a {
    font-size: 16px;
    margin-top: 30px;
  }
  .fact-view{
      padding-top: 13%;
  }
}
.dropdown:hover{
    background-color: #232323;
    border-radius: 5px;
    
}





@media screen and (max-width: 1199px){
	.hidden-md{
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 11px;
    font-size: 14px;
  }
}





@media screen and (max-width: 991px){
  .header-fluid{
    top: 30px;
  }
	.search-show{
		margin-bottom: -100px;
	}
	.search-show input{
		height: 100px;
	}
    .logo {
    padding: 0px 0;
}
    .social-icon a{
    	font-size: 15px;
    }
    .wellcome-img {
        border-right: solid 0px #000000 !important;
    }
    .search-show{
    	z-index: 999;
    }
    .search-show input{
    	padding-left: 30px;
    }
    .logo img {
    }
    .p-10{
      display: none;
    }
    .slider-image .slider-image-1 {
      width: 100%;
      max-width: 400px;
    }
    .slider-image .slider-image-2 {
      width: 100%;
      max-width: 500px;
      position: absolute;
      left: -25%;
      top: 42%;
    }
    #myCarousel h4 {
      font-size: 60px;
      line-height: 45px;
      margin-bottom: 15px;
    }
    #myCarousel h5 {
      font-size: 35px;
      line-height: 25px;
      margin: 0;
    }
    #myCarousel p {
      padding-top: 10px;
      font-size: 22px;
    }
    #myCarousel .carousel-item a {
      font-size: 14px;
      margin-top: 5px;
      padding: 7px 18px;
      border-width: 2px;
    }
    #myCarousel {
      height: 550px;
    }
}






@media screen and (max-width: 798px){
	.social-icon a {
        padding: 51px 3px;
    }
}







@media screen and (max-width: 767px){
	.top-hidden-social{
		display: none;
	}
	.search-visiable{
		display: block !important;
	}
	.search-show{
		position: unset;
		background-color: transparent;
	}
	.search-show input{
		height: 50px;
		background-color: #fff;
		font-size: 20px;
		color: #000;
		margin-top: 50px;
		margin-bottom: 50px;
	}
  .logo {
    padding: 0px 0;
  }
  #sidebarCollapse{
    background: #01aedc !important;
  }
  #sidebar.active {
    background-color: #01aedc !important;
  }
  .navbar-dark .navbar-toggler {
    display: none;
  }
  .navbar{
    display: flex;
    justify-content: right;
  }
  .header-fluid{
    padding: 0 15px;
    top: 20px;
  }
  .side-nav{
    width: 100% !important;
  }
  .xs-men{
    list-style: none;
  }
  .xs-men a{
    color: #000;
    font-size: 25px;
  }
  .logo img {
    max-width: 84px;
  }
  .slider-image .slider-image-2{
    display: none;
  }
  #catagoury .left-nav {
  bottom: -42px !important;
  top: unset !important;
}
#catagoury .right-nav{
     bottom: -42px !important;
  top: unset !important;
}
.our-text h1 {
  color: #171151;
  font-size: 15px;
  font-weight: bold;
  padding: 50px 0px 31px 0;
  line-height: 30px;
  font-family: 'DaysOne-Regular';
}
  #menuSidenav-button{
  margin-top: 24px;
}
.surgi-text h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
}
.surgi-text {
  text-align: center;
  padding: 10px 20px;
}
 .social-text img{
  max-width: 30px;
}
  .slider-image {
    text-align: center;
  }
  .slider-image .slider-image-1 {
    max-width: 250px;
    margin: 0 auto;
  }
  .factory-slider img{
      display: none;
  }
  .factory-slider{
      background-image: url('im/factory-banner.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-top: 8%;
  }
  element {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}
}


.logo-main{
    display: flex;
align-items: center;
}



@media screen and (max-width: 550px){
    .header-fluid {
position: unset;
border-bottom: 0;
background-color: transparent;
        
    }
    .header-flex {
  padding-top: 8px;
  display: unset;
}
    .logo img {
  margin-top: 0;
        
    }
    .top-haider {
background-color: #3b5fa1;
    padding: 10px 10px;
}
    .logo-main{
    display: flex;
align-items: center;
border-right: solid 0px #5E5E5E;
}
    .top-icon {
  display: none;
}
	.logo img {
   
    padding-bottom: 10px;
  }
  .logo {
    padding: 19px 0 6px;
}
.text-main h1 {
  font-family: 'Montserrat Bold';
  font-size: 20px;
}
.ctg-main {
  padding: 13px 20px;
}
.text-main {
  text-align: center;
  padding: 6px 0;
}
.ctg-sec {
  padding: 7px 0;
}
.video-main {
  background-color: #fff;
  width: 100% !important;
}
.insta-on {
  font-family: 'Montserrat Bold';
  font-size: 22px !important;
  color: #000;
  text-transform: capitalize;
  padding: 20px 0 !important;
  text-align: center;
}
.map-main {
  padding-top: 8px !important;
  text-align: center;
}
.map-main iframe {
  width: 100% !important;
  height: 300px !important;
  border: 0;
  border-radius: 0 !important;
}
.carousel-item img{
    height: 200px;
}
.top-haider2 {
    top: 141px;
    display: none;
  }
  .category-heading h1 {
    font-size: 16px !important;
  }
  .about-fluid2 {
    background-image: unset;
      
  }
.about-fluid {
    background-size: cover !important;
    height: unset !important;
  }
  .special-products-fluid h1 {
    font-size: 26px !important;
    padding-top: 8px !important;
  }
  .tab-padding {
    padding: 8px 0 !important;
}
.nav-tabs > li a {
    font-size: 16px !important;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.feature-main-tetx {
    padding-top: 0px;
    padding-bottom: 0 !important;
}
.owl3 .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 6px !important;
}
.cat-text h1 {
    font-size: 20px;
}
  #myCarousel h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  #myCarousel h5 {
    font-size: 23px;
    line-height: 18px;
    margin: 0;
  }
  #myCarousel p {
    padding-top: 10px;
    font-size: 15px;
    line-height: 12px;
  }
  .carousel-control-next, .carousel-control-prev {
    height: 30px;
    width: 30px;
  }
 
  .s-main {
    padding-top: 15%;
  }
  .header-fluid {
    top: 0px !important;
  }
  .slider-image .slider-image-1 {
    max-width: 200px;
  }
}
/*------------------- Header End ----------------------*/





.insta-on {
  font-family: 'Montserrat Bold';
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  padding: 40px;
  text-align: center;
}









/*------------------- Catalogu Start ----------------------*/
.custom-container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.catalogue-main-text{
	text-align: center;
	padding: 50px 15px;
}
.catalogue-main-text h1{
	font-size: 35px;
	color: #000;
	font-family: oxygenbold;
	text-transform: capitalize;
}
.catalogue-main-text p{
	font-size: 25px;
	color: #000;
	font-family: oxygenregular;
	text-transform: capitalize;
}
.catalogue-main-text p span{
	color: #a41b1f;
}
.catalogue-left{
	background-color: #e2e2e2;
	padding: 95px 0px 95px 40px;
}
.catalogue-left h1{
	font-size: 30px;
	color: #000;
	font-family: oxygenlight;
	padding: 10px 0;
	line-height: 43px;
}
.catalogue-left p{
	font-size: 20px;
	color: #000;
	font-family: oxygenlight;
}
.right-bg{
	background-image: url(im/catalogue-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	display: flex;
	align-items: center;
	justify-content: right;
}
.catalogue-right{
	max-width: 320px;
}
.catalogue-right h1{
	font-size: 35px;
	color: #000;
	font-family: oxygenbold;
	padding-bottom: 25px;
}

@media screen and (min-width: 1750px){
  .about-fluid2 {
    background-position: 86% !important;
}
}



@media screen and (max-width: 991px){
  .catalogue-left p {
    font-size: 15px;
  }
  .catalogue-left h1 {
    font-size: 20px;
  }
  .catalogue-left {
    padding: 60px 0px 60px 30px;
  }
  .catalogue-main-text h1 {
    font-size: 25px;
  }
  .catalogue-main-text p {
    font-size: 20px;
  }
  .catalogue-main-text {
    padding: 25px 15px;
  }
}



@media screen and (max-width: 767px){
  .catalogue-right {
    padding: 20px 0;
    max-width: 210px;
  }
  .catalogue-right h1 {
    font-size: 25px;
  }
  .catalogue-left h1 {
    line-height: 30px;
  }
  .catalogue-left {
    padding: 40px 0px 40px 0;
  }
}





@media screen and (max-width: 550px){
  .catalogue-main-text h1 {
    font-size: 20px;
  }
  .catalogue-main-text p {
    font-size: 16px;
  }
  .top-main p {
    font-size: 16px;
    font-family: 'montserratlight';
    padding-right: 85px;
    display: none;
}
.top-main2 p{
font-size: 14px;
}
.main-text-all {
    position: absolute;
    top: 35px;
    left: 27px;
  }
  .main-text-all h1 {
    font-size: 22px;
  }
  .main-text-all h3 {

    padding: 2px 0;
    font-size: 20px;
  }
  .main-text-all button {
    padding: 0px 10px;
    font-size: 12px;
    height: 36px;
    margin-top: 0px;
  }
}
/*------------------- Catalogu End ----------------------*/













/*------------------- Achievements Start ----------------------*/
.achievements-main-text{
	text-align: center;
	padding: 80px 15px 50px;
}
.achievements-main-text h1{
	font-size: 40px;
  color: #000;
  font-family: 'Montserrat Bold';
}
.counters {
  display: inline-block;
}
.counters img {
  display: block;
  margin: 0px auto 39px;
}
.counters span {
  font-family: 'oxygenbold';
  color: #222222;
  font-size: 30px;
  margin-top: 15px;
}
.counters span {
  font-family: 'Montserrat Bold';
  color: #222222;
  font-size: 25px;
  margin-top: 15px;
  padding-left: 6px;
}
.counters samp {
  display: block;
  font-family: 'montserratlight';
  color: #222222;
  font-size: 17px;
}
.image-hover{
  position: relative;
  text-align: center;
}
.image-hover img:nth-child(1){
  opacity: 1;
  transition: all 0.5s ease;
}
.image-hover img:nth-child(2){
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.image-hover:hover img:nth-child(1){
  opacity: 0;
}
.image-hover:hover img:nth-child(2){
  opacity: 1;
}
.number{
  display: inline-block;
  padding: 0 55px;
}




@media screen and (max-width: 1199px){
  .number {
    padding: 0 40px;
  }
}


@media screen and (max-width: 991px){
  .achievements-main-text {
    padding: 25px 15px;
  }
  .achievements-main-text h1 {
    font-size: 25px;
  }
  .number {
    padding: 0px 18px;
  }
  .counters img {
    margin: 0px auto 15px;
  }
  .counters span {
    font-size: 18px;
  }
  .counters samp{
    font-size: 15px;
  }
}





@media screen and (max-width: 767px){
  .number {
    padding: 0 56px 35px;
  }
}





@media screen and (max-width: 480px){
  .number {
    padding: 0 30px 35px;
  }
}



@media screen and (max-width: 382px){
  .number {
    padding: 0 15px 33px;
  }
}
/*------------------- Achievements End ----------------------*/








/*------------------- Catagoury Start ----------------------*/
.category-heading{
  text-align: center;
  padding: 50px 0;
}
.category-heading h1{
  font-size: 40px;
  color: #000000;
  font-family: 'Montserrat Bold';
  padding-bottom: 15px;
}
.category-heading p{
  font-size: 25px;
  color: #000000;
  font-family: 'montserratmedium';
}
.category-heading p span{
  color: #ED1C24;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 78% !important;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
    }
    .swiper-slide:nth-child(2n) {
      width: 78% !important;
    }
.swiper-button-next, .swiper-button-prev{
	background-size: 12px 39px !important;
}
.swiper-button-next{
	right: 19% !important;
	background-color: #fff;
	color: #000; 
	height: 55px !important;
	width: 85px !important;
	margin-top: -103px !important;
	background-image: none !important;
	text-align: right;
	padding: 16px 23px 16px 0px;
	transition: all 0.4s ease;
	top: 216px !important;
}
.swiper-button-next::after{
	background-color: #000;
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
}
.swiper-button-next:hover{
    color: #fff; 
}
.swiper-button-next:hover::after{
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
    transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
}
.swiper-button-prev{
	right: 19% !important;
	top: 46% !important;
	background-color: #fff;
	color: #000; 
	height: 55px !important;
	width: 85px !important;
	background-image: none !important;
	padding: 16px 0px 16px 23px;
	transition: all 0.4s ease;
	top: 80px !important;
	left: unset !important;
}
.swiper-button-prev::before{
	background-color: #000;
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
}
.swiper-button-prev:hover{
    color: #fff; 
}
.swiper-button-prev:hover::before{
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
    transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
}
.cat-main{
  width: 100%;
  overflow: hidden;
  position: relative;

}
.about-fluid2 {
background: #dedede;
}
.video-fluid {
/*  padding: 100px 15px;*/
background-image: url(im/about-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.achievement-container {
  max-width: 1300px;
}
.video-main h4{
  background: #3c5fa1;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.video-main p{
  padding: 20px;
  color: #000;
  line-height: 29px;
  font-size: 19px;
}
.video-main {
background-color: #fff;
  width: 54%;
  border: solid 1px;
  margin-bottom: -75px;
}
.video-main h1 {
  font-size: 60px;
  color: #fff;
  font-family: bignoodletitlingregular;
  position: relative;
}
.video-main a {
font-size: 20px;
  color: #000;
  padding: 13px 18px;
  display: inline-block;
}
.intro-banner-vdo-play-btn {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 48.7%;
  text-align: center;
  margin: -65px 0 0 -30px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.video-col {
  margin-right: -120px;
  z-index: 99;
}
.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 220px;
  height: 220px;
  z-index: -1;
  left: 25%;
  top: 25%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 50%;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
    animation-delay: 0s;
}
.pinkBg {
  background-color: #434343 !important;
  transition: all 0.5s ease;
}
.cat-image img{
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  bottom: 0;
}
.cat-main:hover .cat-image img{
  bottom: 65px;
  transition: all 0.5s ease;
}
.cat-text{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: center;
    padding: 22px;
    opacity: 0;
}
.cat-main:hover .cat-text{
  bottom: 0;
  z-index: 9;
  opacity: 1;
}
.cat-text h1{
	font-size: 20px;
  color: #fff;
  font-family: 'Montserrat Bold';
	text-transform: capitalize;
}
.cat-text p{
	font-size: 18px;
	color: #fff;
	font-family: oxygenregular;
	text-transform: capitalize;
}
.learn{
	color: #fff;
	font-size: 18px;
	position: absolute;
	bottom: 50px;
	right: 150px;
	font-family: oxygenregular;
	text-transform: uppercase;
	opacity: 0;
	transition: all 0.5s ease;
}
.learn i{
	padding-left: 10px;
}
.swiper-slide:hover .learn{
	opacity: 1;
	right: 100px;
	text-decoration: none;
	color: #fff;
}
.owl3 .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 15px !important;
}
.owl3 .left-nav{
    background-color: #dedede;
    color: #9b9b9b;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.owl3 .right-nav{
    background-color: #dedede;
    color: #9b9b9b;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}
/*.owl3 .left-nav:hover, .right-nav:hover{
    background-color: #a51c20;
    color: #ffffff;
    font-size: 25px;
}*/







@media screen and (max-width: 991px){
    .swiper-button-next{
    	right: 16% !important;
    }
    .swiper-button-prev{
    	right: 16% !important;
    }
    .category-heading h1 {
      font-size: 20px;
      padding-bottom: 5px;
    }
    .category-heading p {
      font-size: 15px
    }
    .category-heading {
      text-align: center;
      padding: 30px 0;
    }
    .top-fluid{
      display: none;
    }
}







@media screen and (max-width: 767px){
	.cat-text p{
		font-size: 14px;
	}
	.cat-text h1{
		font-size: 30px;
	}
}








@media screen and (max-width: 550px){
	.swiper-button-prev{
		height: 40px !important;
        width: 60px !important;
        padding: 8px 0px 16px 23px;
        top: 37px !important;
	}
	.swiper-button-next{
		height: 40px !important;
        width: 60px !important;
        padding: 8px 23px 16px 0px;
        top: 158px !important;
	}
    .cat-text h1 {
        font-size: 25px;
    }
    .cat-text p {
        font-size: 12px;
        display: none;
    }
}









@media screen and (min-width: 1715px){
	.swiper-slide{
		width: 69% !important;
	}
	.footer-main {
  padding: 75px 0px 17px 130px;
}
	.swiper-slide:nth-child(2n) {
      width: 69% !important;
    }
    .swiper-slide:nth-child(3n) {
      width: 69% !important;
    }
    .swiper-button-prev {
        right: 28.5% !important;
    }
    .swiper-button-next {
        right: 28.5% !important;
    }
}
@media screen and (min-width: 1900px){
    .main-body {
    -webkit-transform-origin: 0 30% !important;
    -moz-transform-origin: 0 30% !important;
    -o-transform-origin: 0 30% !important;
    transform-origin: 0 30% !important;
    -webkit-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    -moz-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    -o-transform: perspective(1800px) rotateY(30deg) scale(0.5) !important;
    transform: perspective(2200px) rotateY(29deg) scale(0.5) !important;
    border: solid 20px #232323 !important;
    margin-left: 50px !important;
    height: 128vh !important;
    overflow: hidden !important;
    width: 200% !important;
}
    
}
/*------------------- Catagoury End ----------------------*/


.mcb-background-overlay {
  background-color: #1A1A1A;
  opacity: 0.8;
}
.section1 {
  position: relative;
  box-sizing: border-box;
}
.section1 > .mcb-background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#catagoury .left-nav{
  cursor: pointer;
  background: #ffffff;
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  z-index: 1000;
  border: 4px solid #000000;
  box-sizing: border-box;
  top: 39%;
margin-left: -11%;
  padding-top: 7px;
}
#catagoury .left-nav:hover {
  background: #000;
}
#catagoury .right-nav{
  cursor: pointer;
  background: #ffffff;
  width: 48px;
  height: 48px;
  position: absolute;
  display: block;
  z-index: 1000;
  border: 4px solid #000000;
  box-sizing: border-box;
  top: 39%;
  margin-left: 7%;
  padding-top: 7px;
}
#catagoury .right-nav:hover {
  background: #000;
}
/*------------------- Catagoury Start ----------------------*/
.main-text{
  text-align: center;
  padding-bottom: 50px;
}
.main-text h1{
font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  font-family: 'DaysOne-Regular';
  z-index: 9999;
  position: relative;
  color: #fff;
}
.catagoury-fluid{
background-image: url(im/tools.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  margin: 50px 0 0;
  padding: 100px 0;
}
.catagoury-mmain{
  position: relative;
}
.catagoury-text{
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  opacity: 0;
  transition: all 2s ease;
}
.catagoury-text h1{
  font-size: 50px;
  color: #fff;
  font-family: bignoodletitlingregular; 
  background-color: #000;
  line-height: 54px;
  padding: 5px 17px;
  position: absolute;
    bottom: 42%;
    right: 0px;
    transition: all 2s ease;
}
.catagoury-text img{
  max-width: 350px;
  width: 100%;
  margin-top: 100px;
  margin-left: 0px;
  transition: all 2s ease;
}
.catagoury-text h1 span{
  color: #d71921;
}
.catagoury-fluid .owl-carousel .owl-stage-outer{
  overflow: visible !important;
}
.catagoury-fluid  .owl-item > div {
  cursor: pointer;
  margin: 2.6% 5%;
  transition: margin 2s ease;
  transition: all 2s ease;
  
}
.catagoury-fluid .owl-item:not(.center) > div .catagoury-text{
  opacity: .75;
  transition: all 2s ease;
}
.catagoury-fluid .owl-item:not(.center) > div .catagoury-text{
  z-index: -9;
  opacity: 0;
}
.catagoury-fluid .owl-item.center > div {
  cursor: auto;
  margin: 0;
  transition: all 2s ease;
}
.catagoury-fluid .owl-item:not(.center) > div:hover {
  opacity: .75;
  transition: all 2s ease;
}
.catagoury-fluid .owl-item.center > div .catagoury-text {
   opacity: 1;
}
.catagoury-fluid .owl-item.center > div .catagoury-text h1 {
   right: 55px;
}
.catagoury-fluid .owl-item.center > div .catagoury-text img {
    margin-top: 45px;
  margin-left: 60px;
}
.catagoury-fluid .owl-item.center > div .catagoury-text .hvr-bob {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}







@media screen and (max-width: 1460px){
  .catagoury-fluid {
        padding-bottom: 115px; 
    }
  .catagoury-text img {
        max-width: 260px;
    }
    .catagoury-text h1{
      bottom: 27%;
    }
    .catagoury-fluid .owl-item.center > div .catagoury-text h1 {
        right: 25px;
    }
}




@media screen and (max-width: 1390px){
  .catagoury-text h1 {
        bottom: 34%;
    }
}




@media screen and (max-width: 1260px){
  .catagoury-fluid .owl-item.center > div .catagoury-text img {
        margin-left: 25px;
    }
    .catagoury-text h1{
      font-size: 35px;
      padding: 0px 12px;
    }
    .catagoury-text h1 {
        bottom: 31%;
    }
    .catagoury-text img {
        max-width: 220px;
    }
}



@media screen and (max-width: 1199px){
  .main-text {
        padding-bottom: 25px;
    }
    .main-text h1{
      font-size: 50px;
    }
}




@media screen and (max-width: 1150px){
  .catagoury-text h1 {
        bottom: 37%;
    }
}



@media screen and (max-width: 1030px){
  .catagoury-text img {
        max-width: 190px;
    }
    .catagoury-fluid .owl-item.center > div .catagoury-text img {
        margin-left: 15px;
    }
}




@media screen and (max-width: 900px){
  .catagoury-text img {
        max-width: 150px;
    }
    .catagoury-text h1 {
        font-size: 25px;
        padding: 0px 12px;
        line-height: 38px;
    }
}




@media screen and (max-width: 767px){
  .catagoury-fluid {
        padding-bottom: 40px;
    }
    .main-text h1 {
        font-size: 40px;
    }
    .catagoury-text img {
        max-width: 250px;
    }
    .catagoury-text h1 {
        font-size: 40px;
        padding: 0px 12px;
        line-height: 55px;
        bottom: 25%;
    }
}




@media screen and (max-width: 670px){
  .catagoury-text img {
        max-width: 218px;
    }
}




@media screen and (max-width: 592px){
  .catagoury-text img {
        max-width: 185px;
    }
}



@media screen and (max-width: 520px){
  .catagoury-text img {
        max-width: 150px;
    }
}




@media screen and (max-width: 480px){
  .catagoury-fluid {
        padding-bottom: 80px;
    }
}



@media screen and (max-width: 440px){
  .catagoury-text h1{
    bottom: 38%;
  }
}



@media screen and (max-width: 440px){
    .catagoury-text img {
        max-width: 130px;
    }
    .catagoury-text h1 {
        font-size: 30px;
        padding: 0px 12px;
        line-height: 50px;
    }
}
/*------------------- Catagoury End ----------------------*/









.about-fluid{
  margin-top: 50px;
  padding: 80px 15px 140px;
  background-image: url('im/about-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 448px;
}
.custom-container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.about-text h3{
	font-size: 30px;
  color: #000000;
  font-family: 'montserratmedium';
  position: relative;
  z-index: 1;
  padding-top: 18px;
}
.about-text h3::before{
  position: absolute;
  content: "Maha Beauty";
  top: 0;
  left: 0;
  color: #f1f1f1;
  font-size: 60px;
  font-family: 'montserratextrabold';
  z-index: -1;
}
.about-text h1{
	font-size: 33px;
  color: #000000;
  font-family: 'montserratlight';
	padding: 10px 0;
	line-height: 55px;
}
.about-text p{
	font-size: 22px;
	color: #232323;
	font-family: 'montserratlight';
}
.about-text a{
	font-size: 20px;
	color: #232323;
  font-family: 'montserratlight';
  margin-top: 50px;
  display: inline-block;
}
.about-text a img{
  margin-left: 25px;
}










.production-fluid{
  margin-top: -80px;
}
.production-container{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.production-box .production-image{
  text-align: center;
}
.production-box .production-image img{
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.production-box .production-image img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease;
}
.production-box:hover .production-image img:nth-child(2){
    opacity: 1;
}
.production-box .production-text{
  padding-top: 25px;
}
.production-box .production-text h1{
  text-align: center;
  font-size: 30px;
  font-family: 'montserratmedium';
  color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.production-box .production-text .ph1::before{
  position: absolute;
  content: "Innovation";
  top: 0;
  left: 0;
  right: 0;
  color: #ebebeb;
  font-size: 50px;
  font-family: 'montserratmedium';
  z-index: -1;
}
.production-box .production-text .ph2::before{
  position: absolute;
  content: "Production";
  top: 0;
  left: 0;
  right: 0;
  color: #ebebeb;
  font-size: 50px;
  font-family: 'montserratmedium';
  z-index: -1;
}
.production-box .production-text .ph3::before{
  position: absolute;
  content: "Quality";
  top: 0;
  left: 0;
  right: 0;
  color: #ebebeb;
  font-size: 50px;
  font-family: 'montserratmedium';
  z-index: -1;
}
.production-box .production-text p{
  font-size: 20px;
  font-family: 'montserratlight';
  color: #000000;
}









.newsletter-fluid{
	text-align: center;
	background-image: url(im/news-letter.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 68px 0;
}
.newsletter-fluid h1{
	font-size: 45px;
	color: #fff;
	font-family: congress-heavy;
}
.newsletter-fluid p{
	font-size: 17px;
	color: #fff;
	font-family: congress-regular;
	margin-top: 24px;
	margin-bottom: 46px;
}
.newsletter-fluid input{
	max-width: 420px;
	width: 100%;
	height: 47px;
	border: 0;
	border-bottom: solid 2px #fff;
	color: #fff;
	font-family: robotolight;
	background-color: transparent;
	background-image: url(im/letter.png);
	background-repeat: no-repeat;
	background-position: left -0px;
	font-size: 17px;
	padding-left: 35px;
	padding-bottom: 12px;
	display: inline-block;
}
.newsletter-fluid button{
	max-width: 168px;
	width: 100%;
	height: 47px;
	border: 0;
	color: #000;
	font-family: robotolight;
	background-color: #e6e6e6;
	font-size: 17px;
	margin-left: 8px;
	display: inline-block;
}








/*--------- Special Products Start --------*/
.special-products-fluid{
}
.special-products-fluid{
  text-align: center;
}
.feature-main-tetx ul{
  justify-content: center;
}
.feature-main{
  background-color: #404040; 
  padding: 0 0px;
  height: 500px;
}
.special-products-fluid h1{
  font-family: 'Montserrat Bold';
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  padding-top: 40px;
}
.special{
  padding: 17px 0;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  text-align: center;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  transition: all 0.5s ease;
}

.ssspp{
  transition: all 0.5s ease;
  
}
.special img{
  width: 100%;
    border: solid 3px #dadada;
}
.special-text{
  text-align: left!important;
  padding-top: 20px;
  transition: all 0.5s ease;
}
.special-text h4{
  font-size: 15px;
  color: #2f2f2f;
  font-family: Myriad Pro Regular;
}
.special-text p{
  font-size: 15px;
  color: #9d9d9d;
  font-family: Myriad Pro Regular;
  padding-top: 5px;
}
.special-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin-bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgb(0,0,0,0.2);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.special-hover-img{
  padding: 7px 7px;
  background-color: #03a9f4;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px; 
  text-align: center;
  animation-name: top;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;
  transition: all 0.7s ease;
}
.special-hover-img div{
  padding-top: 23px;
  padding-bottom: 23px;
  border: solid 1px #fff;
  border-radius: 0px 0px 10px 10px; 
}
.special-hover-img a{
  padding: 0 5px;
}
.special:hover .special-hover-img{
  margin-top: 230px; 
}
.special:hover .special-hover{
  opacity: 1;
  height: 100%
}
.slider_control{
  height: 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.prev-prev1{
   margin-left:-2%;
   position: relative;
   bottom: 205px;
   z-index: 9;
}
.next-next1{
   margin-left: 98.8%;
   position: relative;
   bottom: 245px;
   z-index: 9;
}
.h2-hover{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: bignoodletitlingregular;
  background-color: #181818;
  opacity: 0;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.feature-main-tetx{
  padding-top: 100px;
  padding-bottom: 30px;
}
.get-main {
  background-image: url(im/get-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.container-max {
  max-width: 1400px;
}
.about-img img{
  border-radius: 59px;
}
.get-text {
  padding: 100px 0 50px;
}
.get-text p {
  color: #fff;
  font-family: 'montserratmedium';
  background-color: #3b5fa1;
  display: inline-block;
  padding: 10px 8px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}
#contact-form button{
  color: #fff;
  font-family: 'montserratmedium';
  background-color: #3b5fa1;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  border: 0;
}
.get-text h1 {
  text-transform: uppercase;
  padding: 10px 0;
}
#contact-form {
  padding-bottom: 58px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100% !important;
}
.map-main {
  padding-top: 148px;
  text-align: right;
}
.feature-left{
  background-image: url(im/welcome-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.map-main iframe {
  width: 450px;
  height: 450px;
  border: 0;
  border-radius: 79%;
}
.feature-left-text{
  text-align: left;
  max-width: 518px;
  width: 100%;
  padding-top: 50px;
  margin-left: 50px;
  padding-bottom: 0px;
}
.feature-left-text h3{
  color: #515151;
  font-size: 30px;
  font-family: roboto_condensedlight;
}
.feature-left-text h1{
  color: #515151;
  font-size: 35px !important;
  font-family: robotobold !important;
  padding-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.feature-left-text h2{
  color: #000;
  font-size: 25px;
  font-family: robotobold;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 37px;
}
.feature-left-text p{
  color: #515151;
  font-size: 17px;
  font-family: roboto_condensedlight;
  letter-spacing: 1px;
  line-height: 30px;
}
.feature-left-text a{
  font-size: 18px;
  color: #515151;
  font-family: robotobold;
  text-transform: capitalize;
  margin-top: 20px;
  display: block;
}
.feature-left-text a i{
  padding-left: 10px;
}
.feature-img{
  display: inline-block;
  float: right;
  padding: 29px 0px 0;
  
}
.special:hover .feature-img a{
  color: #1d5095;
}
.feature-img a{
  color: #b6b6b6;
  font-size: 18px;
  transition: all 0.5s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
  background-color: transparent !important;
}
.owl-theme .owl-dots .owl-dot{
  display: inline-block !important;
}
.owl-theme .owl-dots .owl-dot span{
  width: 16px !important;
  height: 16px !important;
}
.tab-padding{
  padding: 40px 0;
}
.nav-tabs > li{
  float: unset;
  display: inline-block;
}
.nav-tabs > ul{
  font-size: 25px;
  color: #9d9d9d;
  font-family: roboto_condensedregular;
}
.nav-tabs > li a{
  font-size: 25px;
  color: #9d9d9d;
  font-family: oxygenregular;
  border: 0;
  padding: 0 15px;
}
.nav-tabs > li a:hover{
  background-color: transparent;
  border: 0;
}
.nav-tabs > li .active{
  border: 0;
  background-color: transparent;
  color: #323232;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.btm-logo{

  text-align: center;
}
.footer-main ul li{
  list-style: none!important;
line-height: 45px;
}
.footer-main ul li a{
  color: #bfbfbf;
  font-family: 'montserratlight';
  font-size: 17px;
}
.footer-main h3{
  padding-bottom: 32px;
  font-family: 'Montserrat Bold';
  font-size: 20px;
  color: #fff;
}
.footer-main{
 padding: 55px 0px 57px 50px;
}

.copy-p{
  background-color: #f9fafd;
  text-align: center;
  padding: 30px 0;
}








@media screen and (max-width: 1350px){
  .feature-main {
    background-color: #404040;
    padding: 0 185px;
  }
}



@media screen and (max-width: 1199px){
  .feature-left-text {
    margin-left: 47px;
  }
  .feature-left-text {
    text-align: left;
    max-width: 518px;
    width: 100%;
    padding-top: 70px;
    margin-left: 130px;
    padding-bottom: 70px;
  }
  .feature-main {
    background-color: #404040;
    padding: 0 15px;
  }
  .special{
    max-width: 100%;
  }
  .feature-main{
    height: unset;
  }
  .feature-main-tetx {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .owl-prev{
    display: none;
  }
}



@media screen and (max-width: 991px){
  
}




@media screen and (max-width: 767px){
  .feature-left-text{
    margin: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-main-tetx {
    padding-top: 0;
  }
}





@media screen and (max-width: 725px){
  .next-next1 {
    margin-left: 95.4%;
  }
  .prev-prev1{
    margin-left: -1%;
  }

}







@media screen and (max-width: 580px){
  .next-next1 {
    margin-left: 93.2%;
  }
  .about-text h3 {
    font-size: 28px;
    padding-top: 10px;
  }
  .about-text h1 {
    font-size: 19px;
    line-height: 28px;
  }
  .about-text h3::before {
    font-size: 42px;
  }
  .about-text p {
    font-size: 17px;
  }
  .about-text a {
    margin-top: 10px;
  }
  .production-box .production-image img {
    max-width: 100px;
  }
  .production-box .production-text p {
    font-size: 17px;
  }
  .production-box .production-text h1 {
    padding-bottom: 22px;
  }
  .production-fluid {
    margin-top: -50px;
  }
  .production-box{
    padding-bottom: 20px;
  }
  .certi-text h1::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px){
  .special:hover .special-hover-img {
    margin-top: 229px;
  }
}



@media screen and (max-width: 398px){
  .next-next1 {
    margin-left: 90.2%;
  }
  .prev-prev1{
    margin-left: -4%;
  }

}
/*--------- Special Products End --------*/






.insta-heading{
  text-align: center;
  padding: 0px 0 60px;
}
.insta-heading h1{
  font-size: 30px;
  font-family: 'montserratmedium';
  color: #00b0dc;
}
.insta-main{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.insta-main .insta-col{
  flex: 0 0 16.66%;
  max-width: 16.66%;
  width: 100%;
}





/*--------- Cleaning Start --------*/
.cleaning-fluid{
  background-image: url(im/cleaning-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 15px;
  position: relative;
}
.cleaning-tab-list{
  background-color: #a51c20;
  padding: 45px 40px;
  margin-right: -180px;
  z-index: 999;
}
.cleaning-tab-list ul{
  text-align: right;
}
.cleaning-tab-list ul li{
  display: block;
}
.cleaning-tab-list ul li a{
  background-position: right center;
  font-family: oxygenlight;
  font-size: 20px;
  color: #fff;
  padding: 15px 25px 15px 75px;
  display: block;
  line-height: 0;
  line-height: 17px;
  border-bottom: solid 1px #ca171c;
}
.cleaning-tab-list ul li a:hover{
  border-bottom: solid 1px #ca171c;
}
.cleaning-tab-list .nav-tabs > li .active{
  border-bottom: solid 1px #ca171c;
  background-color: transparent;
  color: #fff;
  background-image: url(im/tab-ero.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.my-tab-contant{
  background-color: #fff;
  padding: 92px 145px 92px 250px;
}
.tab-text h1{
  font-size: 30px;
  font-family: oxygenregular;
  color: #000;
  padding-bottom: 10px;
}
.tab-text p{
  font-size: 20px;
  font-family: oxygenlight;
  color: #000;
  line-height: 36px;
}



@media screen and (max-width: 991px){
  .insta-main .insta-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}


@media screen and (max-width: 767px){
  .cleaning-tab-list {
    width: 100%;
    margin-right: 0;
  }
  .my-tab-contant {
    padding: 25px 15px 25px 50px;
    width: 100%
  }
  .cleaning-fluid {
    padding: 50px 0px;
  }
  .insta-main .insta-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .basketic{
    display: none;
  }

}
@media screen and (max-width: 550px){
  .cleaning-tab-list ul li a {
    font-size: 17px;
    padding: 10px 25px 10px 0;
  }
  .my-tab-contant {
    padding: 25px 15px 25px 15px;
  }
  .tab-text h1 {
    font-size: 25px;
  }
  .tab-text p {
    font-size: 18px;
    line-height: 31px;
  }
    .btm-logo {
    padding-top: 0 !important;
  }
}
/*--------- Cleaning End --------*/











/*--------- Newsletter Start --------*/
.newsletter-fluid{
  padding: 70px 15px;
  margin: 65px 0;
}
.newsletter input {
    width: 100%;
    border: 0;
    border-bottom: solid 2px #000000;
    height: 50px;
    color: #181818;
    background: url(im/newsletter-ero.png) no-repeat;
    background-position: center right;
    font-size: 20px;
    color: #000000;
    font-family: oxygenregular;

}
.newsletter input::placeholder{
  opacity: 1;
}
.newsletter-text{
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.newsletter-text h1{
  font-size: 30px;
  color: #000000;
  font-family: oxygenregular;
}
.newsletter-text p{
  font-size: 15px;
  color: #000000;
  font-family: oxygenregular;
}





@media screen and (max-width: 991px){
  .newsletter-text{
    padding-left: 0;
  }
  .newsletter-text h1{
    font-size: 22px;
  }
  .newsletter-text p{
    font-size: 11px;
  }
}



@media screen and (max-width: 991px){
  .newsletter-fluid{
  }
}






@media screen and (max-width: 767px){
	.newsletter input{
		margin-top: 15px;
	}
}
/*--------- Newsletter  End --------*/





.certi-fluid{
  margin-bottom: 50px;
}
.certi-text h1{
  color: #000000;
  font-family: 'montserratmedium';
  font-size: 30px;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.certi-text h1::before{
  position: absolute;
  content: "Our Certificates";
  top: 0;
  left: 0;
  color: #ebebeb;
  font-size: 50px;
  font-family: 'montserratextrabold';
  z-index: -1;
}
.certi-text p{
  color: #232323;
  font-size: 20px;
  font-family: 'montserratlight';
  padding-top: 35px;
}
.certi-image img{
  width: 100%;
}






/*--------- Footer Start --------*/
.footer-fluid{
	background-color: #f9fafd;
	padding: 0px 15px;

}
.footer-main{
	text-align: left;
}
.footer-main h3{
	font-size: 20px;
  color: #000;
  font-family: 'Montserrat Bold';
	padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  padding-top: 30px;
}
/*.footer-main h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 26px;
	background-color: #ffffff;
}*/
.footer-main ul{
	display: block;
	list-style: none;
	padding-top: 12px;
}
.footer-main ul li{
	display: block;
	padding: 0px 0;
}
.footer-main ul li a{
font-size: 17px;
  color: #000;
  font-family: "montserratlight";
  transition: all 0.5s ease;
}
.footer-main ul li a span{
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding-top: 2px;
	margin-right: 15px;
	transition: all 0.5s ease;
}
.footer-main ul li a span svg{
	color: #2a2a2a;
	transition: all 0.5s ease;
}
.footer-main ul li a span .fa-play{
	font-size: 16px;
	color: #2a2a2a;
}
.footer-main ul li a:hover{
	color: #ffffff;
}
.footer-main ul li a:hover span{
	background-color: #ffffff;
}
.footer-main ul li a:hover span svg{
	color: #2a2a2a;
}
.footer-main ul p{
	font-size: 15px;
	color: #ffffff;
	font-family: 'montserratmedium';
	line-height: 33px;
}
.footer-end{
	text-align: center;
	padding: 45px 0;
}
.footer-end p{
	font-size: 18px;
  color: #ffffff;
  font-family: 'montserratmedium';
	line-height: 33px;
}
.footer-end-right{
	text-align: right;
	padding: 65px 0;
}









@media screen and (max-width: 767px){
	.footer-end {
        text-align: left;
        padding: 20px 0;
    }
	.footer-end-right {
        text-align: right;
        padding: 0px 0 20px;
    }
}
/*--------- Footer End --------*/




.mmnn{
  border: 0;
  border-radius: 0px 5px 5px 5px;
  width: 230px;
  padding: 10px 0;
  background-color: #232323;
  top: 51px;
}
.drop-link{
  padding: 10px 10px 10px 30px;
  border-bottom: solid 1px #262626;
  font-size: 15px;
  color: #ffffff;
  font-family: 'oxygenregular';
  display: block;
  transition: all 0.5s ease;
  position: relative;
  text-transform: uppercase;
}
.mmnn .drop-link::before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 10px;
  top: 42%;
  border-radius: 50%;
}
.drop-link:hover{
  background-color: #a51c20;
  color: #fff;
}
.drop-link:hover::before{
  background-color: #ffffff;
}









/*--------- Products Page ------------*/

.sub-banner{
	background-color: #000000;
	width: 100%;
	padding-top: 30px;
    padding-left: 75px;
}
.sub-banner h1{
	font-family: oxygenbold;
	color: #fff;
	font-size: 34.33px;
	padding-bottom: 50px;
	text-transform: uppercase;
}
.sub-banner ul{
	display: block;
	list-style: none;
}
.sub-banner li{
	display: inline-block;
}
.sub-banner a{
	display: block;
	font-family: oxygenregular;
	color: #ffffff;
	font-size: 15px;
	padding: 20px 0;
	text-transform: capitalize;
}
.sub-banner a:hover{
	color: #ffffff;
}
.sub-banner a:focus{
	color: #ffffff;
}
.sub-hadding h1{
	text-align: center;
	font-family: oxygenbold;
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 48px;
	padding-bottom: 20px;
}
.sub-breadcrumb{
	text-align: center;
	padding-bottom: 48px;
}
.sub-breadcrumb ul{
	display: block;
  list-style: none;
  color: #000;
}
.sub-breadcrumb li{
	display: inline-block;
	font-family: oxygenregular;
	color: #000;
	font-size: 15px;
}
.sub-breadcrumb a{
	display: inline-block;
	font-family: oxygenregular;
	color: #000;
	font-size: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.sub-li{
	padding-left: 10px;
}
.sub-container{
	max-width: 1450px !important;
	width: 100% !important;
}
.products-main{
	padding: 10px;
	transition: all 0.5s ease;
	margin-bottom: 70px;
	text-align: center;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.products-main::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.5s ease;
}
.products-main:hover::after{
	width: 100%;
}
.products-main::before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.5s ease;
    overflow: hidden;
}
.products-main:hover::before{
	width: 100%;
}
.products-main h5{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000;
    transition: all 0.5s ease;
    width: 1px;
    height: 0%;
}
.products-main:hover h5{
	height: 100%;
}
.products-main h6{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transition: all 0.5s ease;
    width: 1px;
    height: 0%;
    margin: 0;
}
.products-main:hover h6{
	height: 100%;
}
.products-main img{
	max-width: 327px;
	width: 100%;
}
.products-main-text{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.products-main-text h4{
	font-size: 17px;
	color: #000000;
	font-family: oxygenregular;
	padding-bottom: 10px;
}
.products-main-text p{
	font-size: 17px;
	color: #000000;
	font-family: oxygenregular;
}









@media screen and (max-width: 1480px){
	.sub-banner h1{
		padding-bottom: 25px;
	}
	.sub-banner a{
		padding: 10px 0;
	}
	.sub-banner{
		padding-top: 50px;
        padding-left: 45px;
	}
}





@media screen and (max-width: 1285px){
	.navtab-item .nav-link{
		margin: 0 0px 0 100px;
	}
	.megamenu-tab-nav a{
		padding-left: 0;
	}
}







@media screen and (max-width: 1250px){
	.sub-banner {
        padding-top: 35px;
        padding-left: 30px;
    }
}



@media screen and (max-width: 1200px){
	.sub-container{
	    max-width: unset !important;
	    width: unset !important;
    }
}



@media screen and (max-width: 1199px){
	.sub-banner {
        padding-bottom: 30px;
    }
}







@media screen and (max-width: 991px){
	.hidden-lg{
		display: none;
	}
	.navtab-item .nav-link {
        margin: 0 0px 0 15px;
    }
    .megamenu-tab-nav a {
    	padding: 19px 0;
        padding-left: 100px;
    }
    .dropdown-menu {
    }
}







@media screen and (max-width: 450px){
	.sub-banner h1{
		font-size: 23.33px;
	}
	.sub-hadding h1{
		font-size: 25px;
	}
	
}




@media screen and (min-width: 1700px){
	.sub-banner {
        padding-top: 60px;
        padding-left: 130px;
    }
}
/*--------- Products Page ------------*/












/*--------- Details Page ------------*/
.detail-form{
	border: solid 1px #c5c5c5;
	padding: 15px 30px;
}
.detail_box h1{
    font-family: oxygenbold;
	color: #000000;
	font-size: 25px;
	text-transform: capitalize;
}
.detail_box h2{
    font-family: oxygenregular;
	color: #000000;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
	padding: 10px 0;
}
.detail_box h3{
    font-family: oxygenbold;
	color: #000000;
	font-size: 25px;
	text-transform: capitalize;
}
.detail_box h5{
    font-family: oxygenbold;
	color: #000000;
	font-size: 25px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.detail_box p{
    font-family: oxygenregular;
	color: #000000;
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 5px;
}
.Add-to-Basket input{
    border: solid 1px #c5c5c5;
    padding: 9px;
    margin-left: 15px;
}
.sub_heading2{
	font-family: oxygenbold;
	color: #000000;
	font-size: 25px;
	padding: 30px 15px;
}
.sub-hadding {
  background-color: transparent;
  margin-bottom: 0;
  border-top: solid 1px;
}

.side-nav form{
    display: none;
}






@media screen and (min-width: 768px){
  .xs-men{
    display: none;
  }
}


@media screen and (max-width: 767px){
	.detail-form{
		margin-top: 20px;
  }
  .sub-hadding{
    padding-top: 0px;
  }
  .side-nav form{
    display: unset !important;
}
.side-nav input {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}
.about-fluid2 {
    background-image: unset!important;
    
}
.footer-main {
    padding: 20px 17px 0px;
}
.btm-p2 p {
    padding: 10px 0 10px 15px;
    
}
.btm-p1 p {
    padding-left: 15px;
}
}


/* Search */
.search-ser{
  padding-right: 10px;
}
.searchTerm{
  background-color: transparent;
  border: 0;
  border-bottom: solid 7px #d71921;
  color: #d71921;
  height: 100px;
  padding-left: 15px;
  width: 100%;
  font-family: Myriad Pro Regular;
  font-size: 25px;
  max-width: 800px;
  margin-top: 43vh;
}
.searchButton{
  border: solid 2px #e5e5e5;
  border-left:   0;
  height: 26px;
  width: 26px;
  margin-left: -10px;
  background-color: #eeeeee;
  color: #999999;
}
.search-main{
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.search-text{
  text-align: center;
}
.search-text p{
  color: #666666;
  font-size: 14px;
  font-family: helvetica;
  padding-bottom: 20px;
  letter-spacing: 4px;
}
#panel{
  width: 0%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgb(0,0,0,0.9);
  transition: all 0.5s ease;
  transition-timing-function: ease-out;
  transition-duration: 2s;
  z-index: 99999;
  overflow: hidden;
}
.slow{
  width: 100% !important;
  transition: all 0.5s ease;
    transition-timing-function: ease-in;
    transition-duration: 2s;
  z-index: 999;
}



@media screen and (max-width: 580px){
	.Add-to-Basket input{
		margin-left: 0;
	}
	.detail_box h1{
	    font-size: 20px;
    }
    .detail_box h3{
	    font-size: 20px;
    }
    .detail_box h5{
	    font-size: 20px;
    }
    .certi-text h1 {
      font-size: 25px;
      padding: 2px;
    }
    .certi-text h1::before {
      font-size: 33px;
    }
}
/*--------- Details Page ------------*/













/*--------- Quote Page ------------*/
.form-horizontal input{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal select{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal h3{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal textarea{
	width: 100%;
	height: 200px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-control:focus{
	border: solid 1px #000000;
	box-shadow: unset;
}
.cate-heading{
  font-size: 20px;
  padding: 15px 15px;
  color: #fff;
  background-color: #0d0f0f;
  font-family: oxygenbold;
}
.panel-default{
  padding: 15px;
}
.panel-title{
  font-size: 20px;
  font-family: oxygenbold;
  color: #000;
}
.subss{
  padding: 10px 10px;
  border-bottom: solid 1px #D2D2D2;
}
.subss a{
  color: #222;
  font-family: oxygenregular;
  font-size: 16px;
}
.panel-group{
  border: solid 1px #D2D2D2;
  margin-bottom: 30px;
}
.pagination li a{
  display: inline-block;
  border: solid 1px #dadada;
  padding: 10px;
}
.pagination .active a{
  background-color: #ed1c24;
  color: #fff;
}
/*--------- Quote Page ------------*/



.factory-slider .s-main{
    padding-top: 7%;
}

.footer-p2 p {
  line-height: 34px;
  font-family: 'montserratlight';
  font-size: 17px;
  color: #000;
  line-height: 40px;
}
.footer-2 input {
  background-color: transparent;
  border-bottom: solid 1px #000 !important;
  color: #000;
  padding: 10px 5px;
  background-image: url(im/ero-news.png);
  background-repeat: no-repeat;
  background-position: 100%;
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  font-family: "montserratlight";
}
.form-control {
  display: block;
  width: 100% !important;
}
.footer-2 p {
  padding-top: 28px;
  font-size: 16px;
  color: #000000;
  font-family: "montserratlight";
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}