body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

p {
	font-size: 14px;
	color: #343434;
	line-height: 24px;
}

a:hover {
	text-decoration: none;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #f3d60e;
	z-index: 99999;
}

.preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader span {
	display: inline-block;
	background: #000;
	width: 25px;
	height: 25px;
	-webkit-animation: 1s preload ease-in-out infinite;
	animation: preload 1s ease-in-out infinite;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
}

.preloader span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.preloader span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.preloader span:nth-child(4) {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

@-webkit-keyframes preload {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes preload {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.page-content {
	width: 100%;
}

.slider {}

.content-section {
	padding-top: 80px;
	position: relative;
	width: 100%;
	display: inline-block;
	height: auto;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading {
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}

.section-heading h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #232323;
	font-weight: 300;
	display: inline-block;
	margin-right: 50px;
	text-transform: uppercase;
}

.section-heading em {
	font-style: normal;
	font-weight: 700;
	color: #f3d60e;
	font-size: 32px;
}

.section-heading p {
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	color: #343434;
	position: absolute;
	top: 12.5px;
}

.white-button a {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	background-color: #f3d60e;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0px 25px;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 0.3s;
}

.white-button a:hover {
	background-color: #000;
	color: #f3d60e;
}

.accent-button a {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	background-color: #f3d60e;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0px 25px;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 0.3s;
}

.accent-button a:hover {
	background-color: #000;
	color: #f3d60e;
}

/*header {
	position: fixed;
	top: 0;
	transition: top 0.3s ease-in-out;
	width: 100%;
}

.nav-up {
	top: -75px;
}*/


/* Responsive Navigation */

/*.responsive-nav {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 80px;
	background-color: rgba(250, 250, 250, .95);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
	position: absolute;
	top: 40%;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
	margin: 0;
	border: none;
}

#main-nav ul {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	margin-top: 59px;
	width: 100%;
}

#main-nav ul li {
	margin: 15px 0px;
}

#main-nav ul li:hover {
	background-color: transparent;
}

#main-nav ul li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
	box-shadow: none;
	border: none;
}

#main-nav ul li a:hover {
	opacity: 0.5;
	background-color: transparent;
}

.navbar-toggle span {
	background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
	width: 22.5%;
	float: left;
	height: 100%;
	position: fixed;
	background-color: #000000;
	z-index: 10;
}

.sidebar-navigation .logo {
	position: absolute;
	width: 100%;
	height: 140px;
	line-height: 100px;
	background-color: #fff;
	border-right: 1px solid #EFEFEF;
	padding: 20px;
	text-align: center;
}

.sidebar-navigation .logo img {
	display: inline-block;
}

.sidebar-navigation .logo a {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	height: 100px;
	width: 100%;
	display: inline-block;
	border: 1px solid #f3d60e;
}

.sidebar-navigation .logo em {
	font-style: normal;
	font-weight: 300;
}

.sidebar-navigation nav {
	position: relative;
	top: 60%;
	left: 60%;
	-webkit-transform: translateX(-60%) translateY(-60%);
	-moz-transform: translateX(-60%) translateY(-60%);
	-ms-transform: translateX(-60%) translateY(-60%);
	-o-transform: translateX(-60%) translateY(-60%);
	transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
	margin-left: 45px;
	list-style: none;
	padding: 0;
}

.sidebar-navigation li {
	padding: 15px 0;
}

.sidebar-navigation span {
	display: inline-block;
	position: relative;
}

.sidebar-navigation nav a {
	display: inline-block;
	color: #fff;
	margin-top: 5px;
	text-decoration: none!important;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}*/

.circle {
	margin-right: 5px;
	height: 10px;
	width: 10px;
	left: 0px;
	top: -1px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 0.3s;
}

.rect {
	height: 1px;
	width: 0px;
	left: 0;
	bottom: 5.5px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.1s, width 0.6s;
	-moz-transition: -webkit-transform 0.1s, width 0.6s;
	transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
	color: #fff;
}

.sidebar-navigation nav a:hover,
nav .active-section {
	color: #f3d60e !important;
}

nav a:hover{
	color: #f3d60e !important;
}

.sidebar-navigation nav a:hover span,
nav .active-section span {
	background-color: #f3d60e;
}

.sidebar-navigation nav .active-section .rect {
	width: 30px;
}

.sidebar-navigation nav .active-section .circle {
	background-color: #f3d60e;
	border: 2px solid #f3d60e;
}

.sidebar-navigation .social-icons {
	position: absolute;
	width: 100%;
	bottom: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.sidebar-navigation .social-icons li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
	margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
	color: #f3d60e;
}


/* Slider Style */

.slider .content-section {
	padding-top: 0px;
	min-width: 100%;
	/*min-height: 100vh;*/
	width: 100%;
	/*height: 100vh;*/
	text-align: center;
}

.slider p a {
	color: #FFF;
}

.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
	text-align: right;
	position: absolute;
	z-index: 10;
	bottom: 0;
	max-width: 55%;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
	/*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
	padding: 30px;
	display: inline-block;
}

.Modern-Slider .info h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.Modern-Slider .info p {
	font-size: 15px;
	color: #fff;
}

.Modern-Slider .info span {
	font-weight: 300;
}

.Modern-Slider .info .white-button {
	margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
	outline: none;
}

.Modern-Slider .slick-dots {
	opacity: 0;
	display:none !important;
}

.Modern-Slider .NextArrow {
	outline: none;
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .50);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 32px/50px FontAwesome;
	color: #FFF;
	z-index: 5;
}

.Modern-Slider .NextArrow:before {
	content: '\f105';
}

.Modern-Slider .PrevArrow {
	outline: none;
	position: absolute;
	top: 30px;
	right: 90px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .50);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 32px/50px FontAwesome;
	color: #FFF;
	z-index: 5;
}

.Modern-Slider .item .image {
	width: 100%;
	/*height: 100vh;*/
	background-position: center center;
	background-size: cover;
	display: block;
}
.Modern-Slider img{
	width:100%;
	height:auto;
	display:block;
}

/*.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_2.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.jpg);
}*/

.Modern-Slider .PrevArrow:before {
	content: '\f104';
}

.Modern-Slider .item .image {
	animation: zoomin 7s ease-in-out infinite alternate;
	-webkit-animation: zoomin 7s ease-in-out infinite alternate;
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}

.Modern-Slider {
	background: transparent;
}


/* ==== Slick Slider Css Ruls === */

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left/* If RTL Make This Right */
	;
	height: 100%;
	min-height: 1px
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}


/* categories Style */

#categories {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	background: #f4f4f4;
}

#categories .section-heading {
	margin-right: 20%;
}

#categories .content-section {
	display: inline-block;
	position: relative;
}

#categories .owl-dots {
	margin-top: 40px;
}

#categories .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background-color: #cdcdcd!important;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}

#categories .owl-dots .active span {
	background-color: #f3d60e!important;
}

#categories .owl-dots button {
	outline: none;
}

#categories .owl-nav {
	position: absolute;
	display: inline-block;
	top: -110px;
	right: 0;
}

#categories .owl-nav button:focus {
	outline: none;
}

#categories .owl-nav .owl-prev span {
	margin-right: 10px;
}

#categories .owl-nav .owl-next span,
#categories .owl-nav .owl-prev span {
	outline: none;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	background-color: #eee;
	color: #232323;
	font-size: 42px;
	transition: all 0.5s;
}

#categories .owl-nav span:hover {
	background-color: #f3d60e;
	color: #fff;
}

#categories .item {
	text-align: left;
	position: relative;
	z-index: 10;
	border: 5px solid #fff;
	transition: transform .2s;
}

.item {}

#categories .item:hover img {
	transform: scale(1.2);
}

#categories .item .image {
	position: relative;
	overflow: hidden;
}

#categories .item .image img {
	width: 100%;
	overflow: hidden;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

#categories .item .categories-button a {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	background-color: #f3d60e;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	width: 100%;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 0.5s;
	/*position: absolute;*/ /*15-april-2020 commented*/
	z-index: 9;
	bottom: 0;
	/*opacity: 0;*/ /*15-april-2020 commented*/
}

/*15-april-2020 commented*/
/*#categories .item:hover .categories-button a {
	bottom: 75px;
	opacity: 1;
}*/

#categories .item .text-content {
	padding: 15px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

#categories .item .text-content h4 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	color: #232323;
	letter-spacing: 0.5px;
	text-align: center;
}

#categories .item .text-content span {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #7a7a7a;
	letter-spacing: 0.5px;
	margin-bottom: 12.5px;
}


/* Projects Style */

#projects {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}

#projects .masonry {
	position: relative;
	width: 100%;
}

#projects .masonry .item img {
	transition: all 1s;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#projects .masonry .item img:hover {
	opacity: 0.5;
}


/* Video Presentation Style */

#video {
	text-align: center;
	background-color: #f4f4f4;
	padding: 100px 30px;
}

#video .section-heading {
	margin-bottom: 30px;
	text-align: center;
}

#video .section-heading h1 {
	display: block;
	margin: 0px;
}

#video .section-heading p {
	position: relative;
	margin: 0px;
}

#video .accent-button {
	margin-top: 30px;
}

.box-video {
	width: 100%;
	position: relative;
	margin-top: 30px;
	cursor: pointer;
	overflow: hidden;
}

.box-video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}

.box-video .video-container {
	position: relative;
	margin: 0;
	z-index: 1;
}

.box-video .bt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box-video .bt-play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: #000;
	border-width: 12px 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box-video:hover .bt-play {
	transform: scale(1.1);
}

.box-video.open .bg-video {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}

.box-video.open .video-container {
	opacity: 1;
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}


/* brands Style */

#brands {
	padding-bottom: 80px;
	background: url(../img/brand_Bg.png) no-repeat bottom;
}

#brands .tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-color: #eee;
	border-bottom: 10px solid #FDE11D;
}

#brands .tabs li {
	display: inline-block;
	text-align: center;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
	transition: all 1s;
}
.tabs li:nth-child(5){
	border-right:none !important;
}
.tabs li:nth-child(10){
	border-right:none !important;
}
#brands .tabs li img {
	max-width: 135px;
	margin: 0 auto;
}

#brands .tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #232323;
	font-size: 19px;
	line-height: 80px;
	font-weight: 600;
	transition: 0.5s;
}

#brands .tabs a:hover {
	color: #f3d60e;
}

#brands .tabs .active:hover {
	color: #fff;
}

#brands .tabs .active {
	background-color: #f3d60e;
	color: #fff;
}

.tabgroup {
	background-color: #f4f4f4;
	padding: 20px 30px;
	border-bottom: 10px solid #FDE11D;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#brands .tabgroup ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#brands .tabgroup ul li {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#brands .tabgroup ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#brands .tabgroup ul li img {
	float: left;
	margin-right: 30px;
	max-width: 100%;
	overflow: hidden;
}

#brands .tabgroup ul li .text-content {
	display: inline;
}

#brands .item .text-content h4 {
	padding-top: 7.5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: 600;
	color: #232323;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#brands .item .text-content span {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #7a7a7a;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

#brands .item .text-content .accent-button {
	margin-top: 25px;
}


/* Contact Style */

#contact {
	padding-top: 0px;
	background-image: url(../img/contact_bg.jpg);
	background-size: cover;
    background-position: right bottom;
}

#contact-content {
	padding: 80px 30px;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #aaa;
	background-color: #fff;
	border: 1px solid #eee;
	outline: none;
	box-shadow: none;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 13px;
	color: #aaa;
	background-color: #fff;
	border: 1px solid #eee;
	outline: none;
	box-shadow: none;
	height: 200px;
	max-height: 250px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

#contact button {
	font-size: 13px;
	border-radius: 0px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	background-color: #f3d60e;
	display: inline-block;
	height: 44px;
	line-height: 24px;
	outline: none;
	box-shadow: none;
	width: 100%;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 1s;
}

#contact button:hover {
	color: #232323;
	background-color: #fff;
}


/* Footer Style */

.footer {
	background-color: #58585a;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.footer p {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 80px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.footer p a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

#about {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	background: #f3d60e url(../img/logo_icon.png);
}

#about .section-heading em {
	color: #000;
}

.abt_rgt .section-heading h1 {
	display: block;
}

.abt_rgt .section-heading p {
	display: block;
	position: relative;
}

.abt_main {
	position: relative;
}

.abt_image {
	max-width: 250px;
	margin-left: 14%;
}

.abt_rgt p {
	text-align: justify;
}

.brnd_hdng {
	font-weight: 300;
	font-size: 22px;
	color: #232323;
	text-align: left;
	margin-bottom: 15px;
}

.brnd_image a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.brands_slider .owl-nav {
	position: absolute;
	display: inline-block;
	top: -88px;
	right: 0;
	display: block !important;
}

.brands_slider .owl-nav button:focus {
	outline: none;
}

.brands_slider .owl-nav .owl-prev span {
	margin-right: 10px;
}

.brands_slider .owl-nav .owl-next span,
.brands_slider .owl-nav .owl-prev span {
	outline: none;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	background-color: #eee;
	color: #232323;
	font-size: 42px;
	transition: all 0.5s;
}

.brands_slider .owl-nav span:hover {
	background-color: #f3d60e;
	color: #fff;
}
.brand_logo{
	border:1px solid #DFDFDF;
	padding:0 15px;
	margin-right:-1px;
	transition: all 1s;
}
.brand_logo:hover{
	background: #f3d60e;
}
.brands_slider{
	border-right:1px solid #DFDFDF;
}
.cont_hdng {
	font-size: 21px;
	font-weight: 300;
	color: #232323;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: left;
}

.cont-sec p {
	text-align: left;
	margin-bottom: 50px;
}

.cont_adrs {
	margin: 0;
	padding: 0;
}

.cont_box {
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #f3d60e;
	list-style: none;
	text-decoration: none;
	text-align: left;
	margin-bottom: 30px;
	min-height: 131px;
	transition: all 1s;
}
.cont_box:hover{
	background: #f3d60e;
}
.cont_box h4 {
	background: #58585a;
	color:#fff;
	margin: 0;
	font-size: 16px;
	padding: 15px 0px 15px 45px;
	position: relative;
}

.cont_icon {
	position: absolute;
	left: 15px;
}

.cont_box p {
	padding: 0 15px;
	margin: 15px 0;
	font-size: 13px;
}

.banner_menu {
	background: #f3d60e;
	padding: 10px 30px;
	display:none;
}

.page_hdng {
	font-weight: 500;
	font-size: 30px;
	color: #131313;
	text-transform: uppercase;
}

.right_menu {
	margin: 10px 0;
	padding: 0;
	text-align: right;
}

.right_menu li {
	list-style: none;
	text-decoration: none;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	color: #3D3D3D;
}

#inner_main {
	background: #fff;
}

.inner_sec {
	padding: 80px 0;
}

.abt_sec {
	padding-bottom: 0;
}

.bg_white {
	background: #fff;
}

.bg_grey {
	background: #f4f4f4;
}

.staff {
    /* height: 400px; */
    display: block;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.staff:hover{
	background: #f3d60e;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.24);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.24);
}

.staff .desc {
	/*position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: #fff;*/
	padding: 18px 5px;
	opacity: 1;
	height: 55px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.staff .desc h3 {
	font-weight: 500;
	color: #121212;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 20px;
}

.staff .desc span {
	color: #b3b3b3;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.staff .desc .parag {
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.staff .desc .parag p {
	color: #4d4d4d;
}

.staff:hover .desc {
	opacity: 1;
	margin-top: 10px;
	height: 110px;
}

.staff:hover .desc .parag {
	opacity: 1;
}

.header-area {
	position: relative;
	z-index: 100;
	width: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #fff;
}

.header-area.shrink {
	position: fixed;
	background-color: white;
	opacity: 1;
	visibility: visible;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.shrink .top-header-area {
	display: none;
}

/*.shrink .classy-navbar {
	height: 80px !important;
}*/

.shrink .nav-brand {
	max-width: 130px;
}
.logo{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.logo img{
	width:100%;
	height:auto;
	display:block;
}
.header-area .search-form {
	-webkit-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms;
	transition-timing-function: ease-in;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	background-color: #1EBFFC;
}

.header-area .search-form.search-form-active {
	height: 50px;
	z-index: 99999999;
}

.header-area .search-form form {
	position: relative;
	z-index: 1;
}

.header-area .search-form form input {
	background-color: transparent;
	width: 100%;
	height: 60px;
	border: none;
	font-size: 14px;
	color: #ffffff;
}

.header-area .search-form form button {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	z-index: 10;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
}

.header-area .search-form form button:focus {
	outline: none;
}

.top-header-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 40px;
	background-color: #58585a;
}

.top-header-area .top-header-content {}

.top-header-area .top-header-content>a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	display: inline-block;
	margin-right: 50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.top-header-area .top-header-content>a:last-child {
	margin-right: 0;
}

.top-header-area .top-header-content>a i {
	padding-right: 5px;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-header-area .top-header-content>a {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.top-header-area .top-header-content>a {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-header-area .top-header-content>a span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.top-header-area .top-header-content>a span {
		display: none;
	}
}

.top-header-area .top-header-content>a:hover,
.top-header-area .top-header-content>a:focus {
	color: #f3d60e;
}

.top-header-area .top-header-content .top-social-area a {
	display: inline-block;
	margin-right: 30px;
	color: #ffffff;
	line-height: 40px;
	font-size: 14px;
}

.top-header-area .top-header-content .top-social-area a:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.top-header-area .top-header-content .top-social-area a {
		margin-right: 15px;
	}
}

.top-header-area .top-header-content .top-social-area a:hover,
.top-header-area .top-header-content .top-social-area a:focus {
	color: #f3d60e ;
}

.classy-nav-container {
	background-color: transparent;
	padding: 0;
}

/*.classy-nav-container .classy-navbar {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	height: 100px;
	padding: 0;
}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classy-nav-container .classy-navbar {
		height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.classy-nav-container .classy-navbar {
		height: 70px;
	}
}
*/
@media only screen and (max-width: 767px) {
	.classy-nav-container .classy-navbar .nav-brand {
		max-width: 90px;
		margin-right: 15px;
	}
}

.classy-nav-container .classy-navbar .classynav ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #58585a;
	font-weight: 600 !important;
	padding: 0 20px;
}
.classynav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f3d60e;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	margin-top:-3px;
}

.classynav ul li a:hover::after {
    width: 100%;
    transition: width .3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px;
		color: #fff;
	}
	.classy-nav-container .classy-navbar .classynav ul li a:hover,
	.classy-nav-container .classy-navbar .classynav ul li a:focus {
		color: #f3d60e ;
	}
}

@media only screen and (max-width: 767px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px;
		color: #fff;
		height: 55px;
    	line-height: 55px;
	}
	.classy-nav-container .classy-navbar .classynav ul li a:hover,
	.classy-nav-container .classy-navbar .classynav ul li a:focus {
		color: #f3d60e ;
	}
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
	color: #f3d60e ;
	font-weight: 500;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
	font-size: 14px;
	text-transform: capitalize;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	color: #2a303b;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
	color: #f3d60e ;
}

.classynav ul li.active a {
	position: relative;
	z-index: 1;
}

.classynav ul li.active a::before {
	width: 80%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
	content: '';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classynav ul li.active a::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.classynav ul li.active a::before {
		display: none;
	}
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
	color: #2a303b;
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
	width: 210px;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	border-radius: 6px;
}

.breakpoint-off .classynav ul li .megamenu {
	width: 100%;
}

.classy-navbar-toggler .navbarToggler span {
	background-color: #2a303b;
}

.main-header-area {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	padding:10px 0;
}
.shrink .main-header-area{
	padding:5px 0;
}
.shrink .logo{
	max-width:180px;
}
.main-header-area .book-now-btn a {
	padding: 0 30px;
	background-color: #00adef;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.main-header-area .book-now-btn a i {
	padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .book-now-btn a {
		height: 50px;
		line-height: 50px;
		border-radius: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header-area .book-now-btn a {
		height: 50px;
		line-height: 50px;
		border-radius: 30px;
	}
}

.main-header-area .book-now-btn a:hover,
.main-header-area .book-now-btn a:focus {
	background-color: #2a303b;
	color: #ffffff;
}

.main-header-area .search-btn {
	cursor: pointer;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .search-btn {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.main-header-area .search-btn {
		padding: 30px 0;
	}
}

.main-header-area .search-btn:hover,
.main-header-area .search-btn:focus {
	color: #00adef;
}

#nav {
	margin-bottom: 0;
	padding:0;
	margin:0;
}
#inner_main .item{
	margin-bottom:30px;
}
#inner_main #contact {
    background: none;
}

/* Responsive Style */

@media (max-width: 992px) {
	.responsive-nav {
		display: none;
	}
	.sidebar-navigation .logo a {
		font-size: 18px;
	}
	.sidebar-navigation nav a {
		font-size: 13px;
	}
	.sidebar-navigation nav ul {
		margin-left: 30px;
	}
	.sidebar-navigation .social-icons li a {
		font-size: 15px;
	}
	.banner_container{
		bottom:10% !important;
	}
	.section-heading h1{
		margin-right:0;
	}
}

@media (max-width: 767px) {
	.responsive-nav {
		display: block;
		height: 30px;
	}
	.page-content {
		width: 100%;
	}
	.Modern-Slider .info {
		text-align: center;
		right: 0px;
		padding: 0px 30px;
	}
	.Modern-Slider .NextArrow {
		outline: none;
		display: none;
		position: absolute;
		/*top: 50%;
		right: 0;
		transform: translateX(50%);
		margin-right: -30px;*/
		width: 30px;
		height: 50px;
		background: rgba(0, 0, 0, .50);
		border: 0 none;
		text-align: center;
		font: 22px/50px FontAwesome;
		color: #FFF;
		z-index: 5;
		right:0;
		top:50%;
	}
	.Modern-Slider .NextArrow:before {
		content: '\f105';
	}
	.Modern-Slider .PrevArrow {
		outline: none;
		position: absolute;
		width: 30px;
		height: 50px;
		left:0;
		top:50%;
		background: rgba(0, 0, 0, .50);
		border: 0 none;
		text-align: center;
		font: 22px/50px FontAwesome;
		color: #FFF;
		z-index: 5;
	}
	.logo{
		max-width:180px;
	}
	.shrink .logo {
		max-width: 150px;
	}
	.abt_image {
		display:none;
	}
	#about{
		padding:60px 0;
	}
	#brands{
		padding:60px 0;
	}
	#categories {
		padding:60px 0;
	}
	#contact-content{
		padding:60px 0;
	}
	.inner_sec{
		padding:60px 0;
	}
	#categories .section-heading{
		margin-right:0;
	}
	.section-heading em{
		font-size:25px;
	}
	#categories .item .text-content h4{
		font-size:16px;
	}
}

@media (max-width: 690px) {
	.section-heading p {
		position: relative;
	}
	
	/*#categories .owl-nav {
		position: absolute;
		display: inline-block;
		top: -220px;
		right: 0;
	}*/
	#projects {
		padding-left: 15px;
		padding-right: 15px;
	}
	#video {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#brands .tabs a {
		font-size: 13px;
	}
	#brands .tabgroup ul li img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#brands .tabgroup ul li .text-content {
		display: block;
	}
	
	.banner_container{
		bottom:5% !important;
	}
	.bottom-left{
		margin-top:10px !important;
	}
	
	
}