.pg-main {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: #eee;
}

/*pg-section*/

/*page-banner-section*/
.pg-banner {
	width: 100%;
	height: auto;
	position: relative;
}

.pg-banner-content {
	width: 100%;
	height: auto;
	position: absolute;
	margin: auto;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}

.pg-banner-content h1 {
	font-size: 35px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	margin: 0;
	margin-bottom: 10px;
}

.pg-banner-content h2 {
	font-size: 16px;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	margin: 0;
}

.pg-banner-content h2 a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	margin: 0;
}

.pg-banner:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.0);
	z-index: 99;
}

.pg-banner-image {
	width: 100%;
	height: auto;
}

.pg-banner-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: bottom;
}

/*page-banner-section*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	float: right;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	z-index: 2;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: center;
}

#cssmenu.align-right > ul > li {
	float: left;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu > ul > li > a {
	padding: 45px 21px;
font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	color: #414856;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	margin-left: 1px;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #338aff;
	background: #fff;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu.align-right li:hover > ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
	height: 32px;
}

#cssmenu ul ul li a {
	padding: 10px 0px;
	width: 170px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: left;
	padding-left: 10px;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
}

/*#cssmenu > ul > li.has-sub > a {
	padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #fff;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 22px;
}
#cssmenu > ul > li.has-sub > a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 26px;
}*/
@media all and (max-width:768px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px), only screen and (min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min-resolution:192dpi) and (max-width:1024px), only screen and (min-resolution:2dppx) and (max-width:1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
		text-align: left;
	}

	#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}

	#cssmenu ul li a, #cssmenu ul ul li a {
		width: 100%;
	}

	#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
		float: none;
		display: block;
	}

	#cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 12px;
		color: #000;
		background: none;
	}

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
		color: #A30A03;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul, #cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000;
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		padding-top: 3px;
		s
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}

	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #000;
		z-index: 99;
	}

	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #000;
		z-index: 99;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}

}

.search-main {
	width: 72%;
	height: auto;
	float: right;
}

#custom-search-input {
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #444;
	color: #fff;
	height: 26px;
	font-size: 12px;
	border: 1px solid #666;
}

#custom-search-input button {
	border: 0;
	background: none;	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 0px;
	position: relative;
	left: -28px;	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}

.search-query {
	color: #fff;
}

/*----- about us -----*/
.carousel-inner, .carousel-inner .item {
	height: 100%;
	width: 100%;
}

.carousel-fade .carousel-inner > .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner > .item, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
}

.carousel-fade .carousel-inner > .item.active, .carousel-fade .carousel-inner > .item.next.left {
	opacity: 1;
}

.carousel-fade .carousel-inner > .next, .carousel-fade .carousel-inner > .prev, .carousel-fade .carousel-inner > .active.left, .carousel-fade .carousel-inner > .active.right {
	left: 0;
}

.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	transform: translate3d(0, 0, 0);
}

.carousel-fade {
	opacity: 1;
	z-index: 200;
}

.Slideshow_carousel-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

/* SLIDESHOW CONTROLS LEFT / RIGHT */
.Slideshow-ctl-L {
	-webkit-flex: none;
	flex: none;
	z-index: 200;
	top: 40%;
	margin-right: 5px;
	height: 60px;
	width: 16px;
	opacity: 0.7;
	background-size: 15px 60px;
	background-repeat: no-repeat;
	background-image: url("http://nickel-dime.com/OPENSRC/arrowL.png");
}

.Slideshow-ctl-R {
	-webkit-flex: none;
	flex: none;
	top: 40%;
	margin-left: 5px;
	height: 60px;
	width: 15px;
	opacity: 0.7;
	background-size: 15px 60px;
	background-repeat: no-repeat;
	background-image: url("http://nickel-dime.com/OPENSRC/arrowR.png");
}

@media (min-width:500px) {
	.Slideshow-ctl-L {
		top: 40%;
		left: 0px;
		height: 80px;
		width: 20px;
		background-size: 20px 80px;
	}

	.Slideshow-ctl-R {
		top: 40%;
		right: 0px;
		height: 80px;
		width: 20px;
		background-size: 20px 80px;
	}

}

.Slideshow-ctl-L:hover, .Slideshow-ctl-L:active, .Slideshow-ctl-L:focus {
	opacity: 1.0;
}

.Slideshow-ctl-R:hover, .Slideshow-ctl-R:active, .Slideshow-ctl-R:focus {
	opacity: 1.0;
}

/* PROGRESS NAVBAR OUTER BOX */
.Slideshow_progress-bar {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	clear: both;
	bottom: 0px;
}

@media (max-width:370px) {
	.Slideshow_progress-bar {
		margin-left: -10px;
	}

}

/* INNER FORMATTING BOX */
.Slideshow_progress {
	display: table;
	float: none;
	list-style-type: none;
	width: 91vw;
	max-width: 450px;
	height: 30px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: middle;
	vertical-align: middle;
}

@media (min-width:768px) {
	.Slideshow_progress {
		width: 450px;
	}

}

/* RECT THAT CHANGES COLOR FOR EACH SLIDE */
.Slideshow_progress-nugget {
	display: table-cell;
	float: none;
	width: auto;
	height: 30px;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 1px;
}

.item:nth-child(n) {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

#slideshow_carousel {
	-webkit-flex: none;
	flex: none;
	z-index: 50;
	top: 15px;
	height: auto;
	width: 100%;
	overflow: hidden;
}

#slideshow_progress {
	transform: translateX(-5px);
	border: #a44601 2.5px solid;
}

#slideshow_progress .Slideshow_progress-nugget {
	background-color: #d66e00;
	border-color: #a44601;
	border-style: solid;
}

#slideshow_progress .Slideshow_progress-nugget:hover, #slideshow_progress .Slideshow_progress-nugget:active, #slideshow_progress .Slideshow_progress-nugget:focus {
	border-color: yellow;
	background-color: yellow;
}

.Slideshow-current {
	border-color: #a44601 !important;
	background-color: orange !important;
}

.Slideshow-current:hover, .Slideshow-current:active, .Slideshow-current:focus {
	border-color: yellow !important;
	background-color: yellow !important;
}

@media (min-width:500px) {
	#slideshow_carousel {
		height: auto;
		width: 100%;
		float: left;
	}

}

<!--
social start--> @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*----- about us -----*/

/*banner css*/
.carousel {
	margin: 30px 0;
	position: relative;
}

.carousel:after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 60px;
	bottom: 0px;
	left: 10px;
	right: 10px;
	border-radius: 100px / 20px;
}

.carousel .item {
	text-align: center;
	overflow: hidden;
}

.carousel .item img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}

.carousel .carousel-control {
	width: 40px;
	height: 40px;
	background: #338aff;
	margin: auto 8px;
	opacity: 0.8;
	border-radius: 50px;
}

.carousel .carousel-control:hover {
	opacity: 0.9;
}

.carousel .carousel-control i {
	font-size: 25px;
	line-height: 40px;
}

.carousel-caption h3, .carousel-caption p {
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-shadow: none;
	margin-bottom: 20px;
}

.carousel-caption h3 {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px 24px;
	font-size: 40px;
	text-transform: uppercase;
}

.carousel-caption p {
	background: #8fc93c;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 300;
}

.carousel-action {
	padding: 10px 0 30px;
}

.carousel-action .btn {
	min-height: 34px;
	border-radius: 0;
	margin: 3px;
	min-width: 150px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.carousel-action .btn-primary {
	border-color: #000;
	background: none;
	color: #000;
}

.carousel-action .btn-primary:hover {
	background: #000;
	color: #fff;
}

.carousel-action .btn-success {
	background: #8fc93c;
	border: none;
}

.carousel-action .btn-success:hover {
	background: #87bd35;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 1px 6px;
}

.carousel-indicators li {
	background: transparent;
	border: 1px solid #fff;
}

.carousel-indicators li.active {
	background: #8fc93c;
	border-color: #8fc93c;
}

/*banner css*/

/*pancl css*/
.clickable {
	cursor: pointer;
}

.clickable .glyphicon {

	/* background: rgba(0, 0, 0, 0.15);*/
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px
}

.panel-heading span {
	margin-top: -23px;
	font-size: 15px;
	margin-right: -9px;
}

a.clickable {
	color: inherit;
}

a.clickable:hover {
	text-decoration: none;
}

/*pancl css*/

/*scroll bar*/




.content1 {
	overflow: auto;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0;
}

.content1 h2 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	margin: 0px;
	text-align: center;
	color: #434343;
	text-shadow: 0 1px 0 #545454;
	margin: 30px 0px 25px 0;
}

/*

CONTENTS: 
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {

	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {

	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {

	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {

	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {

	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {

	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {

	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

	/* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {

	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0; /* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,

/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	width: 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
	width: 6px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png); /* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */

/*Service-Section*/	

.service-main {
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px;
	margin: 40px 0px 0px 0px;
	background: url(../images/projects/project-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.service-main h1 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
	color: #fff;
	letter-spacing: 1px;
}

.service-in-1 {
	width: 50%;
	height: auto;
	float: left;
	display: inline-flex;
	transition: .5s;
}

.service-in-2 {
	width: 50%;
	height: auto;
	float: right;
	display: inline-flex;
}

.service-in-image {
	width: 50%;
	height: 250px;
	position: relative;
	overflow: hidden;
	transition: .5s;
}

.service-in-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}

.service-in-image:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background: rgb(51, 138, 255, 0.5);
	left: -110%;
	transition: .5s;
	z-index: 9999;
	transform: skew(30deg);
}

.service-in-1:hover .service-in-image:before {
	left: 120%;
	transition: .5s;
}

.service-in-2:hover .service-in-image:before {
	left: 120%;
	transition: .5s;
}

.service-in-1:hover .service-in-image img {
	transform: scale(1.1);
	transition: .5s;
}

.service-in-2:hover .service-in-image img {
	transform: scale(1.1);
	transition: .5s;
}

.service-in-txt {
	width: 50%;
	height: 250px;
	background: rgba(0, 0, 0, 0.8);
	padding: 7% 20px;
}

.service-in-txt h2 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	margin: 0px;
	color: #fff;/* text-shadow: 0 1px 0 #545454; */
}

.service-in-txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: normal;
	margin: 10px 0;
}

.service-in-txt a {
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	color: #fff;
	padding: 5px 15px;
	background: #338aff;
	font-weight: 300;
	letter-spacing: 1px;
	border-radius: 20px;
}

/*Service-Section*/

/*heading-section*/
.heading-in {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.heading-in h3 {
	color: #1a1a1a;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	text-align: center;
	margin: 10px 0;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}

.heading-in-box {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: #2d3239;
	position: relative;
	z-index: 999;
	top: 0px;
	margin: auto;
}

.heading-in-box-left {
	position: absolute;
	top: 10%;
	width: 70px;
	height: 4px;
	left: -90px;
	background: #338aff;
}

.heading-in-box-right {
	position: absolute;
	top: 10%;
	width: 70px;
	height: 4px;
	right: -90px;
	background: #338aff;
}

/*heading-section*/

/*clients-&-testi-section*/
.testimonial-main {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: url(../images/testi.jpg);
	background-size: cover;
}

#testimonial4 {
	overflow: hidden;
	min-height: 375px;
	position: relative;
	background: none;
	box-shadow: none;
	margin-bottom: 0;
}

#testimonial4 .carousel-inner {
	width: 75%;
	margin: auto;
}

#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
	overflow: hidden;
	height: 300px !important;
}

.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #000;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	border: 1px solid #338aff;
	background-color: #338aff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	padding: 12px 10px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #338aff;
	color: #338aff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
	left: 7%;
	right: auto;
}

.testimonial4_control_button .carousel-control.right {
	right: 7%;
	left: auto;
}

.testimonial4_control_button .carousel-control.left:hover, .testimonial4_control_button .carousel-control.right:hover {
	color: #fff;
	background: #338aff;
	border: 2px solid #338aff;
}

.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}

.testimonial4_header h4 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
}

.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}

.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 100px !important;
	height: 100px !important;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
}

.item.active .testimonial4_slide img {
	width: 100px !important;
	height: 100px !important;
}

.testimonial4_slide p {
	color: #444;
	font-size: 14px;
	margin: 30px 0 20px 0;
	font-family: 'Poppins', sans-serif;
}

.testimonial4_slide h4 {
	color: #444;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
	font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:480px) {
	.testimonial4_control_button .carousel-control {
		display: none;
	}

	.testimonial4_header {
		width: 95%;
	}

	.testimonial4_header h4 {
		font-size: 20px;
	}

	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}

}

@media (min-width:481px) and (max-width:767px) {
	.testimonial4_control_button .carousel-control.left {
		left: 2%;
	}

	.testimonial4_control_button .carousel-control.right {
		right: 2%;
	}

	.testimonial4_header {
		width: 95%;
	}

	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.testimonial4_control_button .carousel-control.left {
		left: 5%;
	}

	.testimonial4_control_button .carousel-control.right {
		right: 5%;
	}

}

@-webkit-keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}

}

@keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}

}

/*clients-&-testi-section*/
.banner-text-top {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 15px 0;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
}

.banner-text-top-banner {
	width: 52%;
	height: 1px;
	margin: auto;
	background: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner-text-top h1 {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #444;
	text-align: center;
	margin: 0px;
	line-height: 40px;
}

.banner-text-top p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0px;
	border-radius: 50px;
	display: inline-block;
	background: #fff;
	padding: 10px 18px;
	margin: 0 10px;
	background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #338aff);
	background-size: 600%;
	animation: anime 5s linear infinite;
}

@-moz-keyframes anime {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}

}

@-webkit-keyframes anime {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}

}

@-o-keyframes anime {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}

}

@keyframes anime {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}

}

/*Service-Pg*/
.service-pg-in {
	width: 100%;
	height: auto;
	transition: .5s;
}

/*.service-pg-innar:nth-child(even) {
margin-right: 0;
}
.service-pg:nth-child(odd) {
margin-left: 2%;
}*/
.service-pg-in-txt {
    width: 100%;
    height: auto;
    /* background: #fff; */
    padding: 0px 0px;
}
.service-pg-in-txt img {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.service-pg-in-txt h2 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #444;
	margin: 0px;
}

.service-pg-in-txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #444;
	margin: 0px;
	line-height: 1.8;
	margin-bottom: 0;
	padding-left: 0px;
	letter-spacing: normal;
	margin: 10px 0;
}

.service-pg-in-txt a {
	font-family: "ProximaNova-Light";
	font-size: 14px;
	color: #fff;
	padding: 8px 25px;
	background: #338aff;
	text-align: justify;
	letter-spacing: normal;
	font-weight: 300;
}

/*Service-Pg*/

/*Projects-Section*/

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	border-radius: 20px;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 70px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	max-width: 800px;
	margin: 25px auto;
	color: #888;
	font-size: 18px;
}

.tz-gallery {
	padding: 0px;
	margin-top: 20px;
}

.tz-gallery .lightbox img {
	width: 100%;
	margin-bottom: 6px;
	transition: .5s;	/*box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
	height: 200px;
	object-fit: cover;
}

#baguetteBox-overlay .full-image {
	background: rgba(0, 0, 0, 0.5);
}

.tz-gallery .lightbox img:hover {
	transition: .5s;
	opacity: 0.7;
}

.tz-gallery img {
	border-radius: 0px;
}

.baguetteBox-button {
	background-color: transparent !important;
}

#baguetteBox-overlay .full-image img {
	padding: 40px 0;
}

.baguetteBox-button#next-button {
	right: 6%;
}

.baguetteBox-button#previous-button {
	left: 6%;
}

.box-gallery {
	padding-left: 3px;
	padding-right: 3px;
}

@media(max-width:768px) {
	body {
		padding: 0;
	}

	.container.gallery-container {
		border-radius: 0;
	}

}

/*Projects-Section*/
