@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: '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: 'bignoodletitlingregular';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('fonts/big_noodle_titling_oblique-webfont.eot');
    src: url('fonts/big_noodle_titling_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikblack';
    src: url('fonts/rubik-black-webfont.eot');
    src: url('fonts/rubik-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rubik-black-webfont.woff2') format('woff2'),
         url('fonts/rubik-black-webfont.woff') format('woff'),
         url('fonts/rubik-black-webfont.svg#rubikblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikbold';
    src: url('fonts/rubik-bold-webfont.eot');
    src: url('fonts/rubik-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('fonts/rubik-bold-webfont.woff') format('woff'),
         url('fonts/rubik-bold-webfont.svg#rubikbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubiklight';
    src: url('fonts/rubik-light-webfont.eot');
    src: url('fonts/rubik-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rubik-light-webfont.woff2') format('woff2'),
         url('fonts/rubik-light-webfont.woff') format('woff'),
         url('fonts/rubik-light-webfont.svg#rubiklight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikmedium';
    src: url('fonts/rubik-medium-webfont.eot');
    src: url('fonts/rubik-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('fonts/rubik-medium-webfont.woff') format('woff'),
         url('fonts/rubik-medium-webfont.svg#rubikmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikregular';
    src: url('fonts/rubik-regular-webfont.eot');
    src: url('fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('fonts/rubik-regular-webfont.woff') format('woff'),
         url('fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ft54regular';
    src: url('fonts/ft54-webfont.eot');
    src: url('fonts/ft54-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ft54-webfont.woff2') format('woff2'),
         url('fonts/ft54-webfont.woff') format('woff'),
         url('fonts/ft54-webfont.svg#ft54regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@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);
}


.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;
  }

body{
	background-color: #dadada;
}


* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}

.top-f-main{
	background-color: transparent;
	padding: 25px 15px;
	position: unset;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
	background-color: #000;
}
.top-main{
	text-align: right;
}
.top-main ul{
	display: inline-block;
	list-style: none;
}
.top-main ul li{
	display: inline-block;
}
.top-main ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d8d8d8;
	width: 27px;
	height: 27px;
	background-color: transparent;
	transition: all 0.5s ease;
	border-radius: 50px;
}
.top-main ul li a:hover{
/*	background-color: #d51113;*/
	color: #ffffff;
}
/*.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    z-index: -999;
}*/
.top-main .flag{
	float: right;
}
.top-main-left{
	text-align: left;
	    display: flex;
    justify-content: flex-end;
}
}
.top-main-left ul{
	display: inline-block;
	list-style: none;
}
.top-main-left ul li{
	display: inline-block;
}
.top-main-left ul li a{
	display: block;
	color: #d8d8d8;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'rubikmedium';
}
.top-main-left ul li a img{
	padding-right: 10px;
}
.wel-text p{
color: #fff;
}

/*------------------- Header Start ----------------------*/
.header-fluid{
top: 0;
left: 0;
background-color: transparent !important;
z-index: 999;
background-image: linear-gradient(90deg, #d51113, #920404);
padding: 20px 15px;
z-index: 999;
position: relative;
}
.logo{
	position: unset;
    top: 50px;
    left: 15px;
    z-index: 1016;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.logo img{
	max-width: 192px;
	width: 100%;
	z-index: 9999;
}
.navbar-brand{
	display: none;
}
.bg-dark {
    background-color: transparent !important;
    padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 15px 22px;
    text-transform: capitalize ;
    font-family: 'rubikbold';
    font-size: 16px;
    border: 0 !important;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #ffffff !important;
	background-color: #d51113;
}
.nav-link{
	position: relative;
}
/* .icon-ico{
	padding: 35px 15px !important;
} */

.menu-button{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #d51113;
	width: 63px;
	height: 100px;
}
.nav-link div{
	width: 28px;
	height: 5px;
	background-color: #fff;
	position: relative;
	margin-top: 3px;
}
.nav-link div:after{
	content: "";
	position: absolute;
	height: 5px;
	width: 28px;
	background-color: #fff;
	bottom: -9px;
	right: 0;
	transition: all 0.5s ease;
	z-index: 99;
}
.nav-link div:before{
	content: "";
	position: absolute;
	bottom: -18px;
	height: 5px;
	width: 28px;
	background-color: #fff;
	right: 0;
	transition: all 0.5s ease;
	z-index: 99;
}
.nav-link:hover div:after{
	width: 28px;
}
.nav-link:hover div:before{
	width: 28px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-expand-sm .navbar-nav{
	float: right;
}
.navbar-expand-md .navbar-nav{
	float: right;
}
.navbar-expand-md .navbar-collapse{
	justify-content: flex-end;
}
.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: #ffffff;
    padding: 50px 15px;
    line-height: 0;
}
.social-icon a:hover{
	color: #ffffff;
}
.slider-fluid{
	padding-top: 0px;
}
.search-show{
	display: none;
	position: absolute;
	bottom: 0;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;
}
#sidebar ul li a{
	font-family: oxygenregular !important;
}
.list-unstyled li a{
	font-size: 15px !important;
}
/* Mobile Menu */
.mobile-menu-main{
		display: flex;
		align-items: center;
		height: 63px;
	}
	.mobile-menu-main img{
		padding-left: 15px;
		max-width: 206px;
        width: 100%;
	}
	.mobile-menu-main button{
		position: absolute;
        right: 15px;
        border: 0;
        padding: 0;
        background-color: transparent;
        color: #fff;
        font-size: 25px;
	}
	#mobile-menu-show{
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 320px;
		margin-right: -320px;
		background-color: #d51113;
		z-index: 999999999;
		overflow-y: scroll;
		box-shadow: 0px 2px 8px #000;
		-webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: perspective( 600px ) rotateY(20deg) scale(0.5);
        -moz-transform: perspective( 600px ) rotateY(20deg) scale(0.5);
        -o-transform: perspective( 600px ) rotateY(20deg) scale(0.5);
        transform: perspective( 500px ) rotateY(55deg) scale(1);
	}
	.mobile-show{
		margin-right: 0px !important;
		-webkit-transform-origin: 0 50% !important;
        -moz-transform-origin: 0 50% !important;
        -o-transform-origin: 0 50% !important;
        transform-origin: 0 0% !important;
        -webkit-transform: perspective( 600px ) rotateY(20deg) scale(0.5) !important;
        -moz-transform: perspective( 600px ) rotateY(20deg) scale(0.5) !important;
        -o-transform: perspective( 600px ) rotateY(20deg) scale(0.5) !important;
        transform: perspective( 0px ) rotateY(0deg) scale(1) !important;
	}
	#mobile-menu-close{
		position: absolute;
        right: 15px;
        top: 3px;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: 0;
        font-size: 30px;
        color: #fff;
	}
	#mobile-menu-show ul{
		display: block;
		list-style: none;
		padding-top: 40px;
	}
	#mobile-menu-show ul li{
		display: block;
	}
	#mobile-menu-show ul li a{
		display: block;
	    color: #fff;
	    font-size: 21px !important;
	    text-transform: uppercase;
	    font-family: bignoodletitlingregular;
	    padding: 20px 34px;
	}
#show li a{
	padding: 7px 50px !important;
}
.menu-col-8{
	padding: 84px 84px 84px 0;
}
.menu-col-4{
	padding-top: 84px;
}
.visiable-xs{
	display: none !important;
}
.laptop-menu{
	text-align: right !important;
	padding-right: 50px;
	padding-top: 40px;
}
.laptop-menu h3{
	font-size: 19px;
	color: #fff;
	font-family: oxygenbold;
}
.laptop-menu ul{
	display: block;
	list-style: none;
}
.laptop-menu ul li{
	display: block;
}
.laptop-menu ul li a{
	color: #fff;
	font-family: oxygenbold !important;
	padding: 20px 0px 0 20px !important;
	text-transform: capitalize !important;
}
.laptop-menu ul p{
    color: #fff;
    font-size: 18px;
    font-family: oxygenregular;
    padding: 5px;
}











/* Mobile Menu */
.mobile-menu-main1{
		display: flex;
		align-items: center;
		height: 63px;
	}
	.mobile-menu-main1 img{
		padding-left: 15px;
		max-width: 206px;
        width: 100%;
	}
	.mobile-menu-main1 button{
		position: absolute;
        right: 15px;
        border: 0;
        padding: 0;
        background-color: transparent;
        color: #fff;
        font-size: 25px;
	}
	#mobile-menu-show1{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 0px;
		background-color: #d71921;
		z-index: 9999999;
		overflow: hidden;
		box-shadow: 0px 2px 8px #000;
	}
	.mobile-show1{
		width: 320px !important;
	}
	.mobile-show12{
		display: block !important;
	}
	#mobile-menu-close1{
		position: absolute;
        right: 15px;
        top: 3px;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: 0;
        font-size: 30px;
        color: #fff;
	}
	#mobile-menu-show1 ul{
		display: block;
		list-style: none;
		padding-top: 40px;
	}
	#mobile-menu-show1 ul li{
		display: block;
	}
	#mobile-menu-show1 ul li a{
		display: block;
	    color: #fff;
	    font-size: 21px !important;
	    text-transform: uppercase;
	    font-family: bignoodletitlingregular;
	    padding: 20px 34px;
	}
#show li a{
	padding: 7px 50px !important;
}
.menu-col-8{
	padding: 84px 84px 84px 0;
}
.menu-col-4{
	padding-top: 84px;
}
.visiable-xs{
	display: none !important;
}
.laptop-menu{
	text-align: left !important;
	padding-left: 50px;
	padding-top: 40px;
}
.laptop-menu h3{
	font-size: 19px;
	color: #fff;
	font-family: oxygenbold;
}
.laptop-menu ul{
	display: block;
	list-style: none;
}
.laptop-menu ul li{
	display: block;
}
.laptop-menu ul li a{
	color: #fff;
	font-family: oxygenbold !important;
	padding: 20px 0px 0 20px !important;
	text-transform: capitalize !important;
}
.laptop-menu ul p{
    color: #fff;
    font-size: 18px;
    font-family: oxygenregular;
    padding: 5px;
}
nav {
    box-sizing: border-box;
    transition: background-color 0.4s ease-out;
    transition: all 0.5s ease;
}
nav.scroll {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(90deg, #d51113, #920404);
    color: #eef;
    box-shadow: 0px 2px 8px #000;
    z-index: 99999999;
}
nav.scroll .menu-button{
	height: 80px;
}
nav.scroll .logo{
	padding-left: 15px;
}
nav.scroll .logo img{
	max-width: 192px;
}
nav.scroll .navbar-dark .navbar-nav .nav-link{
	padding: 30px 15px;
}
nav.scroll .icon-ico {
	padding: 25px 15px !important;
}
nav.scroll .navbar .dropdown-menu{
	top: 87px;
}







@media screen and (max-width: 1355px){
.feature-text p {
  color: #ffffff;
  font-size: 14px !important;
  font-family: 'rubiklight';
  flex: 0 0 40%;
  text-align: right;
}
}



@media screen and (max-width: 1433px){
	.social-icon a{
		padding: 50px 10px;
	}
}






@media screen and (max-width: 1199px){
	.social-icon a {
        padding: 49px 5px;
    }
    .navbar-dark .navbar-nav .nav-link{
    	padding: 35px 15px;
    }
    .nav-link::after {
    	left: 17px;
		bottom: 30%;
    }
}





@media screen and (max-width: 991px){
	.search-show{
		margin-bottom: -100px;
	}
	.search-show input{
		height: 100px;
	}
	.navbar-dark .navbar-nav .nav-link {
        padding: 35px 8px;
    }
    .social-icon a{
    	font-size: 15px;
    }
    .social-icon a {
        padding: 51px 4px;
    }
    .wellcome-img {
        border-right: solid 0px #000000 !important;
    }
    .search-show{
    	z-index: 999;
    }
    .search-show input{
    	padding-left: 30px;
    }
    .logo img {
        max-width: 200px;
    }
}






@media screen and (max-width: 798px){
	.social-icon a {
        padding: 51px 3px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 35px 7px;
    }
}







@media screen and (max-width: 767px){
	.collapse:not(.show){
		display: none !important;
	}
	.top-hidden-social{
		display: none;
	}
	.search-visiable{
		display: block !important;
	}
	.header-fluid{
		position: unset;
		background-color: #000 !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;
	}
	.icon-ico {
        padding: 7px 0px !important;
        position: absolute;
        right: 0;
        top: 7px;
	}
	.top-f-main{
		display: none;
	}
    .logo{
    	top: 22px;
		left: 15px;
		position: unset;
		justify-content: flex-start;
		padding: 14px 0;
    }
    .logo img{
    	max-width: 100px;
    }
    nav.scroll{
    }
    nav.scroll .icon-ico {
        padding: 7px 15px !important;
    }
    .laptop-menu{
    	display: none;
    }
    .visiable-xs{
    	display: block !important;
    }
    .menu-button{
    	display: none;
	}
	nav.scroll .logo {
		padding-left: 0;
	}
    .header-fluid{
    	width: 100%;
		position: unset !important;
		padding: 10px 15px;
    }
    .nav-link div{
    	background-color: #fff;
    }
    .nav-link div::before{
    	background-color: #fff;
    }
    .nav-link div::after{
    	background-color: #fff;
    }
    nav.scroll .logo img{
    	max-width: 192px;
		margin-left: 15px;
	}
	nav.scroll .icon-ico{
		top: 8px;
	}
    nav.scroll .logo{
        top: 22px;
		left: 30px;
	}
	.top-main .flag{
		display: none;
	}
	.top-main ul li a{
		padding: 0 7px;
	}
}







@media screen and (max-width: 550px){
	.slider-fluid {
    }
    .logo img {
        max-width: 192px;
    }
    .logo{
    	left: 15px;
    }
    nav.scroll .logo img{
    	max-width: 192px;
    }
    nav.scroll .logo{
	} 
	.icon-ico {
		top: 8px;
	}
}




@media screen and (max-width: 350px){
	.logo img {
        max-width: 192px;
    }
}
/*------------------- Header End ----------------------*/
















/*-------------------- Start Banner --------------------*/
.skyblue {
	background-color: transparent;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #d51113;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-caption{
	position: absolute;
    top: 29%;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 100%;
    padding-left: 10%;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: transparent;
}
.carousel-caption img{
	position: absolute;
	top: -20%;
    right: 6%;
    max-width: 550px;
	width: 100%;
}
.carousel-caption h3{
	font-size: 60px;
	color: #fff;
	font-family: bignoodletitlingregular;
	font-style: italic;
	line-height: 40px;
}
.carousel-caption h1{
	font-size: 150px;
	color: #fff;
	font-family: bignoodletitlingregular;
}
.carousel-caption h1 span{
   background-image: url(im/h1-bg.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   padding: 0 12px;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3 {
	animation-delay: 1s;
}
.carousel-caption button {
	animation-delay: 3s;
}
.carousel-control-prev, .carousel-control-next{
	z-index: 20 !important;
}
.carousel-indicators{
	margin-right: 0;
    margin-left: 0;
    left: unset;
	right: 3.6%;
	bottom: 21%;
	display: unset;
}
.carousel-indicators li{
	background-color: #ffffff;
}
.carousel-control-prev, .carousel-control-next{
	top: unset;
	bottom: 19%;
	width: 5%;
	opacity: 1;
	color: #ffffff;
	font-size: 25px;
}
.carousel-control-prev {
    left: unset;
    right: 3%;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #d51113;
}











@media screen and (max-width: 1460px){
	.carousel-caption img{
		max-width: 429px;
		top: 0%;
	}
	.carousel-caption h1 {
        font-size: 100px;
    }
}



@media screen and (max-width: 1330px){
	.carousel-caption img {
    }
}




@media screen and (max-width: 1150px){
	.carousel-caption img {
        max-width: 331px;
        top: -7%;
        right: 8%;
    }
    .carousel-caption h1 {
        font-size: 70px;
    }
    .carousel-caption h3 {
        font-size: 35px;
    }
    .carousel-item {
    }
}



@media screen and (max-width: 1000px){
	.carousel-caption img {
		top: 1%;
    }
    .carousel-item {
    }
}




@media screen and (max-width: 896px){
	.carousel-caption img {
        max-width: 261px;
    }
}



@media screen and (max-width: 767px){
	
	.carousel-caption h1 {
        font-size: 65px;
        padding-top: 0px;
    }
    .carousel-caption img {
        max-width: 216px;
    }
    .pp-section.pp-table {
        padding-top: 80px;
    }
    .carousel-item {
    }
    .carousel-caption h3 {
       font-size: 30px;
    }
    .carousel-control-prev, .carousel-control-next {
    	bottom: 6%;
    }
    .carousel-indicators{
    	bottom: 12%;
    }
}



@media screen and (max-width: 675px){
    .carousel-caption img {
        max-width: 193px;
    }
}



@media screen and (max-width: 600px){
	.carousel-caption img {
        max-width: 300px;
        position: unset;
        padding-top: 60px;
        margin-left: 127px;
    }
    .carousel-caption {
        top: 8%;
    }
}



@media screen and (max-width: 515px){
	
}



@media screen and (max-width: 460px){
	.carousel-caption img {
        max-width: 280px;
        position: unset;
        padding-top: 55px;
        margin-left: 25px;
    }
	.carousel-caption {
        top: 17%;
    }
}



@media screen and (max-width: 415px){
	.carousel-control-prev {
        right: 7%;
    }
}



@media screen and (max-width: 363px){
	.carousel-caption h1 {
        font-size: 60px;
    }
}



@media screen and (min-width: 1650px){
	.carousel-caption img{
		max-width: 565px;
	}
	.carousel-control-prev, .carousel-control-next{
	    bottom: 23%;
	}
	.carousel-indicators{
		bottom: 24%;
	}
}
/*-------------------------- End Banner ------------------------*/








.high-quality{
	display: flex;
	align-items: center;
	padding: 15px 15px;
	justify-content: center;
	background-color: #f6f6f6;
	height: 225px;
	width: 100%;
	transition: all 0.4s ease;
}
.high-quality:hover{
	background-color: #ffffff;
	box-shadow: 0px 0px 16px #B7B7B7;
}
.high-quality .high-quailty-image{
	text-align: left;
}
.high-quality .high-quailty-image img:nth-child(2){
	height: 0;
	transition: all 0.4s ease;
}
.high-quality:hover .high-quailty-image img:nth-child(2){
	height: auto;
}
.high-quality:hover .high-quailty-image img:nth-child(1){
	height: 0;
	transition: all 0.4s ease;
}
.high-quality .high-quailty-text{
	text-align: left;
	max-width: 340px;
	width: 100%;
	padding-left: 20px;
}
.high-quality .high-quailty-text h1{
	font-family: 'rubikbold';
	font-size: 21px;
	color: #525252;
}
.high-quality .high-quailty-text p{
	font-family: 'rubikregular';
	font-size: 13px;
	color: #525252;
}
















.home-about{
	text-align: center;
	padding: 160px 0;
	width: 100%;
}
.home-about h1{
	font-size: 42px;
	font-family: 'ft54regular';
	color: #ffffff;
}
.home-about p{
	font-size: 14px;
	font-family: 'rubikregular';
	color: #ffffff;
	max-width: 1126px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 25px;
}








/*------------------- Catagoury Start ----------------------*/
.cata-fluid{
	margin-top: 0px;;
}
.cat-ab-bg{
	background-color: #141414;
}
.cata-mian{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cata-mian .cata-img{
	width: 100%;
}
.cata-mian .cata-img img{
	width: 100%;
	transition: all 0.5s ease;
}
.cata-mian .cata-text{
	position: absolute;
	bottom: 35px;
	left: 45px;
}
.cata-mian .cata-text h1{
	font-family: 'ft54regular';
	color: #ffffff;
	font-size: 72px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 200px;
}
.cata-mian .cata-text h1::after{
	content: '';
	width: 237px;
	height: 14px;
	background-color: #d51113;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.cata-mian .cata-text h3{
	font-family: 'ft54regular';
	color: #ffffff;
	font-size: 47px;
	text-transform: uppercase;
}
.cata-mian .cata-text a{
	font-family: 'rubikregular';
	color: #ffffff;
	font-size: 15px;
	border-bottom: solid 1px #ffffff;
	display: inline-block;
	padding-bottom: 2px;
}
.cata-mian:hover .cata-img img{
	transform: scale(1.3) rotate(10deg);
}



.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-text{
	position: absolute;
	bottom: 40px;
	left: 60px;
	text-align: left;
}
.cat-text h1{
	font-size: 50px;
	color: #fff;
	font-family: bignoodletitlingregular;
	text-transform: uppercase;
}
.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;
}
.catagoury-main{
	position: relative;
}
.catagoury-main h1{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 28px;
	color: #fff;
	font-family: 'rubikmedium';
	font-size: 24px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	text-transform: capitalize;
	transition: all 0.5s ease;
}
.catagoury-main:hover h1{
	background-color: rgb(218,91,1,0.6);
	top: 0;
	left: 0;
}






@media screen and (max-width: 991px){
	.cat-text {
        bottom: 50px;
        left: 50px;
    }
    .swiper-button-next{
    	right: 16% !important;
    }
    .swiper-button-prev{
    	right: 16% !important;
    }
}







@media screen and (max-width: 767px){
	.cat-text p{
		font-size: 14px;
	}
	.cat-text h1{
		font-size: 30px;
	}
	.cat-text {
        bottom: 30px;
        left: 30px;
    }
}








@media screen and (max-width: 550px){
	.swiper-button-prev{
		height: 30px !important;
		width: 50px !important;
        padding: 2px 0px 16px 23px;
        top: 37px !important;
	}
	.swiper-button-next{
		height: 30px !important;
		width: 50px !important;
        padding: 2px 23px 16px 0px;
        top: 148px !important;
	}
	.cat-text {
        bottom: 10px;
        left: 15px;
    }
    .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;
	}
	.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;
    }
}
/*------------------- Catagoury End ----------------------*/








/*------------------- Achievements Start ----------------------*/
.achievements-fluid{
	padding: 80px 0 80px;
}
.achievements-main-text{
	text-align: center;
	padding: 0px 15px 50px;
	width: 100%;
}
.achievements-main-text h1{
	font-size: 50px;
	color: #000;
	font-family: bignoodletitlingregular;
}
.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: 'oxygenbold';
  color: #222222;
  font-size: 25px;
  margin-top: 15px;
  padding-left: 6px;
}
.counters samp {
  display: block;
  font-family: 'oxygenlight';
  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;
  }
  .achievements-fluid {

    padding: 0px 0 0px;

}
}





@media screen and (max-width: 480px){
  .number {
    padding: 0 30px 35px;
  }
}



@media screen and (max-width: 382px){
  .number {
    padding: 0 15px 33px;
  }
}
/*------------------- Achievements End ----------------------*/









/*------------------- Featured Start ----------------------*/
.feature-fluid{
	padding: 160px 15px;
	background-color: #dadada;
}
.feature-main-text {
    padding-bottom: 80px;
    text-align: center;
    padding-top: 0px;
}
.feature-main-text h1{
	font-family: 'rubikbold';
    color: #000000;
	font-size: 42px;
	position: relative;
	z-index: 9;
}
.feature-main-text h1::before{
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 290px;
	height: 65px;
	background-color: #d51113;
	margin: 0 auto;
	z-index: -1;
}
.feature-container{
	max-width: 1450px;
}
.feature-tab {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.feature-tab ul{
	padding-bottom: 35px;
}
.feature-tab ul li{
	display: inline-block;
	color: #000;
}
.feature-tab ul li a{
	font-size: 25px;
	color: #000;
	font-family: bignoodletitlingregular;
}
.feature-tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #d71921;
    background-color: transparent;
    border-color: transparent;
}
.feature-tab .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border-color: transparent;
}
.feature-tab .nav-link::after{
	display: none;
}
.feature-main{
	background-color: transparent;
	border: solid 0px #c1c1c1;
	padding: 25px 0;
	transition: all 0.5s ease;
}
.feature-main:hover{
	border: solid 0px #d71921;
}
.feature-main img{
	width: 100%;
}
.feature-main .feature-image{
	position: relative;
}
.feature-image .t-text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color:rgba(213, 17, 19, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s ease;
}
.feature-image .t-text a{
	font-size: 13px;
	font-family: 'rubikbold';
	color: #ffffff;
	background-color: #d51113;
	padding: 12px 18px;
	border-radius: 30px;
	border: solid 2px #aa0000;
}
.feature-main:hover .feature-image .t-text{
	height: 100%;
	opacity: 1;
}
.feature-text{
	text-align: center;
	padding: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-image: url('im/fea-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 0px;
}
.feature-text h3{
	flex: 0 0 60%;
	font-family: 'rubikmedium';
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}
.feature-text p{
	color: #ffffff;
	font-size: 16px;
	font-family: 'rubiklight';
	flex: 0 0 40%;
	text-align: right;
}
.feature-tab .owl-theme .owl-dots .owl-dot{
	display: inline-block;
	margin-top: 5px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #fff !important;
    height: 12px !important;
    width: 12px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #d71921 !important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}







@media screen and (max-width: 767px){
	.feature-tab ul {
        padding-bottom: 10px;
    }
}
/*------------------- Featured End ----------------------*/









.m-container-fluid{
	padding: 340px 0 300px;
	background-image: url('im/contact-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -250px;
	position: relative;
}
.m-contact{
	text-align: center;
}
.m-contact h3{
	font-size: 23px;
	color: #ffffff;
	font-family: 'rubikbold';
	padding-bottom: 20px;
}
.m-contact h1{
	font-size: 50px;
	color: #ffffff;
	font-family: 'rubikbold';
}
.m-contact p{
	font-size: 20px;
	color: #ffffff;
	font-family: 'rubikmedium';
}







/*------------------- Instagram Start ----------------------*/
.instagram-fluid{
	position: relative;
}
.instagram-fluid .owl-nav{
	margin-top: 0 !important;
}
.instagram-fluid #instagram .owl-next{
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
	margin: 0;
	background-color: #000;
	border-radius: 0 !important;
}
.instagram-fluid #instagram .owl-next .right-nav1{
	font-size: 35px;
	color: #fff;
}
.instagram-fluid #instagram .owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
	margin: 0;
	background-color: #000;
	border-radius: 0 !important;
}
.instagram-fluid #instagram .owl-prev .left-nav1{
	font-size: 35px;
	color: #fff;
}
.main-text{
	text-align: center;
	padding: 0px 0;
}
.main-text h1{
	font-family: bignoodletitlingregular;
	color: #000;
	font-size: 60px;
}
.insta-hover{
	position: relative;
}
.insta-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(0,0,0,0.9);
	opacity: 0;
	transition: all 0.5s ease;
}
.insta-icon svg{
	color: #d71921;
	font-size: 30px;
}
.insta-hover:hover .insta-icon{
	opacity: 1;
}
/*------------------- Instagram End ----------------------*/










/*--------- Newsletter Start --------*/
.newsletter-fluid{
	text-align: center;
	padding: 70px 0 70px;
	margin-top: 0px;
}
.newsletter-main{
	width: 100%;
	text-align: left;
	padding: 40px 40px 40px;
	background-color: #d51113;
	background-image: url('im/news-bg.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.newsletter-main h3{
    font-size: 39px;
	color: #ffffff;
	font-family: 'ft54regular';
}
.newsletter-main h1{
    font-size: 57px;
    color: #ffffff;
	font-family: 'ft54regular';
}
.newsletter-main p{
    font-size: 14px;
	color: #ffffff;
	font-family: 'rubikregular';
    margin-top: 20px;
    margin-bottom: 35px;
}
.newsletter-main input{
    max-width: 390px;
    width: 100%;
    height: 55px;
    border: 0;
	color: #000000;
	font-family: 'rubiklight';
	font-style: italic;
    background-color: #ffffff;
    font-size: 17px;
    padding-left: 25px;
    padding-bottom: 0px;
	display: inline-block;
	border-radius: 10px 0px 0 10px;
}
.newsletter-main button{
    max-width: 168px;
    width: 100%;
    height: 55px;
    border: 0;
	color: #fff;
	font-family: 'rubikmedium';
    background-color: #000000;
    font-size: 15px;
    display: inline-block;
    margin-left: -5px;
    border: 0;
	vertical-align: top;
	border-radius: 0px 10px 10px 0px;
}








@media screen and (max-width: 767px){
  .newsletter-fluid {
    margin-top: 0;
  }
}





@media screen and (max-width: 550px){
  .newsletter-fluid p {
    font-size: 11px;
  }
  .newsletter-fluid h1 {
    font-size: 30px;
  }
  .newsletter-fluid button {
    margin-top: 20px;
  }
}
/*--------- Newsletter  End --------*/










/*------------------- Video Start ----------------------*/
.video-fluid{
	padding: 100px 15px;
	background-image: url(im/video-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.video-container{
	max-width: 1350px;
}
.video-col{
	margin-right: -120px;
	z-index: 99;
}
.video-main{
	background-color: #fff;
	max-width: 530px;
	width: 100%;
	padding: 60px 64px;
}
.video-main h1{
	font-size: 60px;
	color: #000;
	font-family: bignoodletitlingregular;
	position: relative;
}
.video-main h1:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 45px;
	height: 6px;
	background-color: #d71921;
}
.video-main p{
	font-size: 15px;
	color: #000;
	font-family: oxygenregular;
	padding-top: 40px;
}
.video-main a{
	font-size: 20px;
	color: #fff;
	font-family: bignoodletitlingregular;
	background-color: #000;
	padding: 22px 65px;
	display: inline-block;
	margin-top: 30px;
}
.video-main a:hover{
	color: #fff;
}
.pinkBg {
    background-color: #434343 !important;
    transition: all 0.5s ease;
}
.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;
}
.fa-play{
    line-height:56px;
    font-size:40px;
    color: #fff;
}
.pinkBg:hover {
    background-color: #d71921 !important;
}
.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
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}






@media screen and (max-width: 1275px){
	.video-main{
		padding: 47px 64px;
	}
	.video-main h1 {
        font-size: 44px;
    }
}




@media screen and (max-width: 1045px){
    .video-main h1 {
        font-size: 35px;
    }
    .video-main a{
    	padding: 14px 45px;
    }
}



@media screen and (max-width: 991px){
	.video-col {
        margin-right: 0;
        z-index: 99;
    }
    .video-main{
    	margin: 0 auto;
    	margin-bottom: 20px;
    }
    .video-main h1 {
        font-size: 49px;
    }
}





@media screen and (max-width: 767px){
	.video-fluid {
        padding: 50px 15px;
    }
    .viseo-bg-bg{
    	background-size: cover !important;
    }
}




@media screen and (max-width: 474px){
	.video-main h1 {
        font-size: 35px;
    }
    .intro-banner-vdo-play-btn{
    	left: 42.7%;
    }
}
/*------------------- Video End ----------------------*/








/*--------- Footer Start --------*/
.fotter-main-{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.footer-fluid{
	background-color: #000;
	padding: 60px 15px 100px;
	border-bottom: solid 1px #181818;
	background-image: url('im/btm-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-main{
	text-align: left;
}
.btm-logo{
	max-width: 290px;
	width: 100%;
	margin: 0 auto;
}
.btm-logo img{
	width: 100%;
}
.ch-logo{
	max-width: 490px;
	width: 100%;
	margin: 0 auto;
}
.ch-logo img{
	width: 100%;
}
.fotter-menu{
	width: 100%;
	text-align: left;
	padding-top: 0px;
}
.fotter-menu ul{
    display: block;
	list-style: none;
}
.fotter-menu ul li{
	display: inline-block;
}
.fotter-menu ul li a{
display: block;
padding: 35px 10px;
color: #ffffff;
font-family: 'rubikmedium';
font-size: 15px;
}
.fotter-menu p{
	font-size: 15px;
	font-family: 'rubikregular';
	color: #9a9a9a;
	padding-top: 30px;
}
.footer-main h3{
	font-size: 30px;
	color: #fff;
	font-family: bignoodletitlingregular;
	padding-bottom: 25px;
	position: relative;
}
.footer-main h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	width: 36px;
	background-color: #d71921;
}
.footer-main ul{
	display: block;
	list-style: none;
	padding-top: 40px;
}
.footer-main ul li{
	display: block;
	padding: 10px 0;
}
.footer-main ul li a{
	font-size: 16px;
	color: #9d9d9d;
	font-family: oxygenlight;
	transition: all 0.5s ease;
	text-transform: capitalize;
}
.footer-main ul li a span{
	height: 25px;
	width: 25px;
	background-color: #c6c6c6;
	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: #000;
	transition: all 0.5s ease;
}
.footer-main ul li a span .fa-play{
	font-size: 16px;
	color: #000;
}
.footer-main ul li a:hover{
	color: #d71921;
}
.footer-main ul li a:hover span{
	background-color: #d71921;
}
.footer-main ul li a:hover span svg{
	color: #fff;
}
.footer-main ul p{
	font-size: 15px;
	color: #9d9d9d;
	font-family: oxygenlight;
	line-height: 33px;
}
.footer-end{
	text-align: left;
	padding: 45px 0;
}
.footer-end p{
	font-size: 16px;
	color: #9d9d9d;
	font-family: oxygenlight;
	line-height: 33px;
}
.footer-end-right{
	text-align: right;
	padding: 65px 0;
}
.btm-contact img{
	max-width: 192px;
	width: 100%;
	margin-bottom: 15px;
}
.btm-contact h3{
	font-size: 27px;
	font-family: 'rubikmedium';
	color: #ffffff;
}
.btm-contact h1{
	font-size: 80px;
	font-family: 'ft54regular';
	color: #ffffff;
	padding: 10px 0;
}
.btm-contact h3 a{
	color: #d51113;
}









@media screen and (max-width: 767px){
	.footer-end {
        text-align: left;
        padding: 20px 0 0;
    }
	.footer-end-right {
        text-align: right;
        padding: 0px 0 20px;
    }
    .fotter-main-{
    	position: unset;
    }
}
/*--------- Footer End --------*/




.mmnn {
    border: 0;
    border-radius: 0px;
    width: 225px;
    padding: 0;
}
.drop-link {
    padding: 10px;
    border-bottom: solid 1px #CDCDCD;
    font-size: 15px;
    color: #000;
    font-family: 'oxygenregular';
    display: block;
    transition: all 0.5s ease;
}
.drop-link:hover {
    background-color: #d51113;
    color: #fff;
}
/* Search */
.search-ser{
  padding-right: 10px;
}
.searchTerm{
  background-color: transparent;
  border: 0;
  border-bottom: solid 7px #d51113;
  color: #d51113;
  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: rgba(85, 48, 48, 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;
}









/*--------- Products Page ------------*/

.sub-banner{
	background-color: #d2d2d2;
	width: 100%;
	padding-top: 30px;
    padding-left: 75px;
    padding-bottom: 30px;
}
.sub-banner h1{
	font-family: oxygenbold;
	color: #d71920;
	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: #000;
	font-size: 15px;
	padding: 20px 0;
	text-transform: capitalize;
}
.sub-banner a:hover{
	color: #000;
}
.sub-banner a:focus{
	color: #000;
}
.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: 50px;
}
.sub-breadcrumb ul{
	display: block;
	list-style: none;
	color: #000;
}
.sub-breadcrumb li{
	display: inline-block;
	font-family: oxygenregular;
	color: #d51113;
	font-size: 15px;
	text-transform: capitalize;
}
.sub-breadcrumb a{
	display: inline-block;
	font-family: oxygenregular;
	color: #000;
	font-size: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: capitalize;
}
.sub-li{
	padding-left: 10px;
}
.sub-container{
	max-width: 1499px !important;
	width: 100% !important;
	margin: 0 auto;
}
.products-main{
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
	background-color: #ffffff;
	padding-bottom: 20px;
	border: solid 4px #c1c1c1;
}
.products-main:hover{
	border: 0;
}
.products-main::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 4px;
    background-color: #d71921;
    content: "";
    transition: all 0.5s ease;
}
.products-main:hover::after{
	width: 100%;
}
.products-main::before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 4px;
    background-color: #d71921;
    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: #d71921;
    transition: all 0.5s ease;
    width: 4px;
    height: 0%;
}
.products-main:hover h5{
	height: 100%;
}
.products-main h6{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d71921;
    transition: all 0.5s ease;
    width: 4px;
    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 {
        padding: 0;
    }
}







@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{
	padding: 15px 0px;
}
.detail_box h1{
    font-family: oxygenbold;
	color: #d51113;
	font-size: 25px;
	text-transform: capitalize;
}
.detail_box h2{
    font-family: oxygenregular;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
	padding: 10px 0;
}
.detail_box h3{
    font-family: oxygenbold;
	color: #000;
	font-size: 22px;
	text-transform: capitalize;
}
.detail_box h5{
    font-family: oxygenbold;
	color: #000;
	font-size: 22px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.detail_box p{
    font-family: oxygenregular;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 5px;
}
.Add-to-Basket input{
    border: solid 1px #000;
    padding: 9px;
    margin-left: 15px;
    background-color: #000;
    color: #ffffff;
}
.Add-to-Basket input:hover{
	color: #ffffff;
}
.sub_heading2{
	font-family: oxygenbold;
	color: #000;
	font-size: 25px;
	padding: 30px 15px;
}
.navbar-collapse{
	justify-content: right;
}







@media screen and (max-width: 1200px){
	.pro-main-left-image{
		height: 300px;
	}
}






@media screen and (max-width: 767px){
	.detail-form{
		margin-top: 20px;
	}
	.main-text h1 {
	    font-size: 40px;
    }
    .main-text {
	    padding: 30px 0 0px;
	}
	.high-quality{
		height: unset;
	}
	.high-quality .high-quailty-image {
		max-width: 70px;
	}
	.high-quality .high-quailty-image img{
		width: 100%;
	}
	.high-quality .high-quailty-text h1 {
		font-size: 17px;
	}
	.high-quality .high-quailty-text p {
		font-size: 12px;
	}
	.home-about {
		padding: 25px 0;
	}
	.feature-main-text {
		padding-bottom: 20px;
	}
	.feature-main-text h1 {
		font-size: 27px;
	}
	.feature-fluid {
		padding: 30px 15px;
	}
	.m-container-fluid {
		padding: 340px 0 89px;
	}
	.m-contact{
		padding: 10px 0;
	}
	.m-contact h3 {
		font-size: 20px;
	}
	.m-contact h1 {
		font-size: 26px;
	}
	.fotter-menu ul li a {
		padding: 11px 15px;
	}
	.footer-fluid {
		padding: 28px 15px 28px;
	}
	.cata-fluid {
		margin-top: 0;
	}
	.cata-mian .cata-text h1 {
		font-size: 46px;
		margin-bottom: 150px;
	}
	.cata-mian .cata-text h1::after {
		width: 165px;
		height: 8px;
		bottom: -20px;
	}
	.cata-mian .cata-text h3 {
		font-size: 35px;
	}
	.btm-contact h3 {
		font-size: 17px;
		padding-bottom: 10px;
	}
	.btm-contact h1 {
		font-size: 35px;
	}
	.newsletter-main {
		padding: 40px 15px 40px;
	}
	.newsletter-main h1 {
		font-size: 35px;
	}
	.newsletter-main h3 {
		font-size: 30px;
	}
}






@media screen and (max-width: 523px){
	.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;
	}
	.newsletter-main input {
		max-width: 166px;
	}
	.newsletter-main button {
		max-width: 114px
	}
}
/*--------- 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;
	background-color: #fff;
}
.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: #d51113;
  font-family: oxygenbold;
}
.panel-default{
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.panel-title{
	font-size: 15px;
	font-family: 'oxygenregular';
	color: #000;
	text-transform: capitalize;
}
.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: #d51113;
  color: #fff;
}
/*--------- Quote Page ------------*/




@media screen and (min-width: 1700px){
	.navbar .dropdown-menu {
        left: 55%;
	}
}