/*
Template Name: Aries HTML
Copyright: wowthemesnet, https://www.wowthemes.net, https://bootstrapstarter.com/
*/

body {
	width:100%;
	height:100%;
	font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	/*color:#fff;*/
	font-weight:300;
}
html {
	width:100%;
	height:100%;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 35px;
	text-transform:uppercase;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:1px;
}
p {
	margin:0 0 25px;
	font-size:15px;
	line-height:1.5;
}
img {
	max-width:100%;
}
@media(min-width:768px) {
	p {
		margin:0 0 35px;
		font-size:15px;
		line-height:1.6;
	}
}
a {
	color:inherit;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
a:hover,a:focus {
	text-decoration:none;
	color:inherit;
}
.alignleft {
    float:left;
    margin-right:20px;
}
.alignright {
    float:right;
    margin-left:20px;
}
.light {
	font-weight:400;
}
.navbar-custom {
	margin-bottom:0;
	border-bottom:1px solid rgba(255,255,255,.3);
	text-transform:uppercase;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
}
.navbar-custom .dropdown-item {
	font-size:13px;
    text-transform: none;
}
.navbar-custom .navbar-brand {
	font-size:21.5px;
	text-transform:none;
	letter-spacing:1px;
	/*
	font-family:Courier, monospace;
	background: linear-gradient(to top, LightGray 45%, transparent 50%);
	*/
}
.navbar-custom .navbar-brand:focus {
	outline:0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding:4px 6px;
	font-size:16px;
	color:#fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,.navbar-custom .navbar-brand .navbar-toggle:active {
	outline:0;
}
.navbar-logo {
	max-height:70px;
}
@media (max-width: 768px) {
	.navbar-logo {
		max-height:50px;
	}
}
@media (max-width: 320px) {
	.navbar-logo {
		max-height:40px;
	}
}
.nav-link {
	padding-right:1rem;
	padding-left:1rem;
	text-align: center;
}
.nav-link a {
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
}
.nav-link:hover {
	outline:0;
	background-color:transparent;
}
@media (hover: hover) {
	.nav-link:hover { 
		color:#ffa280;
	}
}
@media (hover: none) {
	.nav-link:active {
		color:#ffa280;
	}
}

.nav-link:focus,.nav-link:active {
	outline:0;
	background-color:transparent;
}
.nav-link.active {
	outline:0;
}
@media(min-width:768px) {
	
	.navbar-custom {
		padding:15px 0;
		border-bottom:0;
		font-size:13px;
		background:0 0;
		-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
		transition:background .5s ease-in-out,padding .5s ease-in-out;
	}
	.navbar-custom.top-nav-collapse {
		padding:1px 0;
		border-bottom:1px solid rgba(255,255,255,.3);
		color:#333;
		background:#fff;
	}
	.navbar-custom.top-nav-collapse a {
		color:#333;
		display:inline-block;
	}
	.navbar-expand-md .navbar-custom.navbar-nav .nav-link {
		padding-right:1rem;
		padding-left:1rem;
		font-weight:300;
	}
	.dropdown-menu {
		border:1px solid rgba(0,0,0,0.03);
	}
	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color: rgba(0, 0, 0, 0.5); } 
}


/*

.intro {
	display:table;
	width:100%;
	height:auto;
	padding:100px 0 100px 0;
	text-align:center;
	color:#000;
	
	/*pre-load bg before animation to prevent flicker
	background:
	url("../img/intro_slideshow/0001.jpg"),
	url("../img/intro_slideshow/0002.jpg"),
	url("../img/intro_slideshow/0003.jpg"),
	url("../img/intro_slideshow/0004.jpg");
	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
    background-position: top center;
	
	-webkit-animation: changeBg 45000ms ease 1500ms infinite;
	animation: changeBg 45000ms ease 1500ms infinite;
}

@-webkit-keyframes changeBg{
   0%,100%  {background-image: url("../img/intro_slideshow/0001.jpg");}
   25% {background-image: url("../img/intro_slideshow/0002.jpg");}
   50% {background-image: url("../img/intro_slideshow/0003.jpg");}
   75% {background-image: url("../img/intro_slideshow/0004.jpg");}
}
@keyframes changeBg{
   0%,100%  {background-image: url("../img/intro_slideshow/0001.jpg");}
   25% {background-image: url("../img/intro_slideshow/0002.jpg");}
   50% {background-image: url("../img/intro_slideshow/0003.jpg");}
   75% {background-image: url("../img/intro_slideshow/0004.jpg");}
}

*/


.intro {
	display:table;
	width:100%;
	height:100vh;
	padding:0;
	text-align:center;
	color:#000;
	position: relative;
}
.intro #intro-slideshow {
	overflow: hidden;
	width: inherit;
	height: inherit;
}
.intro .intro-slideshow-img {
	position:absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position: top center;
	background-color: #f9f9f9;
	background-attachment: fixed;
	
	-webkit-animation-name: introSlideshowFade;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	
	-moz-animation-name: introSlideshowFade;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	
	-o-animation-name: introSlideshowFade;
	-o-animation-timing-function: ease;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 20s;
	
	animation-name: introSlideshowFade;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-duration: 20s;
}
@supports (-webkit-overflow-scrolling: touch) {
	.intro .intro-slideshow-img {
		background-attachment: scroll;
	}
}

@-webkit-keyframes introSlideshowFade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes introSlideshowFade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes introSlideshowFade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes introSlideshowFade {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.intro-slideshow-img:nth-of-type(1) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
.intro-slideshow-img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
.intro-slideshow-img:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.intro-slideshow-img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}





.intro .intro-body {
	display:table-cell;
	vertical-align:middle;
}
.intro .intro-body .brand-heading {
	margin:0 0 35px;
	text-transform:uppercase;
	font-family:Courier, monospace;
	font-size:42px;
	letter-spacing:1px;
}
.intro .intro-body .intro-text {
	font-size:15px;
	text-align: justify;
	margin-bottom: 50px;
}
@media(min-width:768px) {
	.intro .intro-body .intro-text {
		font-size:15px;
		font-weight:300;
		letter-spacing:1px;
		margin-top:100px;
		margin-bottom: 50px;
	}
}
@media(max-width:767px) {
	.intro .intro-body .intro-text {
		font-size:15px;
		letter-spacing:1px;
		margin-bottom:0;
		margin-top:100px;
		margin-bottom: 50px;
	}
	.intro .intro-body .brand-heading {
		font-size:32px;
	}
}
.btn-circle {
	width:50px;
	height:50px;
	margin-top:15px;
	line-height:40px;
	text-align:center;
	border:2px solid #fff;
	border-radius:100%!important;
	font-size:20px;
	color:#fff;
	background:0 0;
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
}
.btn-circle:hover,.btn-circle:focus {
	outline:0;
	color:#fff;
	background:rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
}
@-webkit-keyframes pulse {
	0% {
			-webkit-transform:scale(1);
			transform:scale(1);
	}
	50% {
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
	}
	100% {
			-webkit-transform:scale(1);
			transform:scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
			-moz-transform:scale(1);
			transform:scale(1);
	}
	50% {
			-moz-transform:scale(1.2);
			transform:scale(1.2);
	}
	100% {
			-moz-transform:scale(1);
			transform:scale(1);
	}
}
.content-section {
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
}
@media(min-width:767px) {
	.content-section {
		padding:100px 0;
		clear:both;
	}
}
@media(max-width:767px) {
	.content-section {
		padding-top:60px;
		padding-bottom:60px;
		clear:both;
	}
}

.btn {
	border-radius:0;
	text-transform:uppercase;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.btn-default {
	border:1px solid #42dca3;
	color:#42dca3;
	background-color:transparent;
}
.btn-default:hover,.btn-default:focus {
	border:1px solid #42dca3;
	outline:0;
	color:#000;
	background-color:#42dca3;
}
ul.banner-social-buttons {
	margin-top:0;
}
@media(max-width:1199px) {
	ul.banner-social-buttons {
			margin-top:15px;
	}
}
@media(max-width:767px) {
	.navbar-custom .navbar-brand {
		font-size:18px;
	}
	
	ul.banner-social-buttons li {
		display:block;
		margin-bottom:20px;
		padding:0;
	}
	ul.banner-social-buttons li:last-child {
			margin-bottom:0;
	}
	.navbar-custom {
		background-color:#fff;
	}
	.navbar-custom a {
		color:#333;
	}
}
footer {
	padding:15px 0;
	z-index:1;
	position:relative;
	clear:both;
	background:#000;
}
footer p.credits {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	color: #fff;
}
footer .highlightlink {
	border-bottom:none;
	font-style:normal;
}

::-moz-selection {
	text-shadow:none;
	background:rgba(215, 103, 66,.5);
}
::selection {
	text-shadow:none;
	background:rgba(215, 103, 66,.5);
}
img::selection {
	background:0 0;
}
img::-moz-selection {
	background:0 0;
}
body {
	webkit-tap-highlight-color:rgba(255,255,255,.2);
}
.bgblue {
	background:#22292c;
}
.inlineblock {
	display:inline-block;
}
p:last-child {
	margin-bottom:0;
}
p.lead {
	line-height:1.9;
}
.btnghost {
	border:2px solid #333;
	background-color:transparent;
	padding:15px 20px;
	letter-spacing:3px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	color:#333;
	margin:20px 5px 0 5px;
	display:inline-block;
    min-width: 150px;
}
.btnghost:hover {
	background-color:#333;
	color:#fff;
	border:2px solid #333;
}

.highlightlink {
	border-bottom:1px dashed #afafaf;
	font-weight:300;
	font-style:italic;
}
.highlightlink:hover {
	color: #ffa280;
	border-bottom-color: #ffa280;
}
.bgcover {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
img {
	max-width:100%;
}
.gallery ul {
	padding:0;
	margin:0;
}
.gallery img {
	max-width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.gallery ul li {
	margin:0;
	position:relative;
	list-style:none;
	padding:0;
	display:inline-block;
}
.gallery ul li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
	overflow:hidden;
	max-height:220px;
}
.gallery ul li a:before {
	position:absolute;
	width:32px;
	height:32px;
	top:40%;
	left:50%;
	margin:-14px 0 0 -16px;
	background:url(data:image/svg+xml;
	utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
	content:"";
	opacity:0;
	z-index:1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.gallery ul li a:hover:before {
	top:50%;
	opacity:1;
}
.gallery ul li a:after {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	content:"";
	opacity:0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.gallery ul li a:hover:after {
	opacity:1;
}
.sidebar {padding-left:10%;font-size:15px;}
.widget {margin-bottom:2rem;}
.widget ul li { border-bottom: 1px solid #f3f3f3;padding:6px 0;}
.widget h6 {margin-bottom:20px;font-size:15px;}
section:after {
	float:none;
	clear:both;
}
section {
	background-color:#f9f9f9;
	color:#333;
	overflow:hidden;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border-bottom:2px solid orangered !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}

.animated-navbar-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-navbar-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background: #cccccc;
}
.animated-navbar-icon span:nth-child(1) {
	top: 0px;
}
.animated-navbar-icon span:nth-child(2), .animated-navbar-icon span:nth-child(3) {
	top: 10px;
}
.animated-navbar-icon span:nth-child(4) {
	top: 20px;
}
.animated-navbar-icon.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-navbar-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-navbar-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-navbar-icon.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.round-profile {
	height: 150px;
	width: 150px;
	border-radius: 50%;
}

.btn-social-insta {
	color:#cd486b;
	margin:0px 5px;
}
.btn-social-linkedin {
	color:#0e76a8;
	margin:0px 5px;
}
.btn-social-imdb {
	color:#f5c518;
	margin:0px 5px;
}
.btn-social-imdb:hover,.btn-social-linkedin:hover,.btn-social-insta:hover {
	color:#333;
}

/* Make the carousel image fully responsive */
#works-carousel .carousel-inner img {
    width: 100%;
    height: 100%;
	max-height: 600px;
	object-fit: cover;
	
	position:relative;
	z-index:-1;
	display:block;
  }
#works-carousel .carousel-text {
	position: absolute;
	bottom: 15px;
	right: 70px;
	z-index: 10;
	color: #fff;
	text-align: right; 
  }
#works-carousel .carousel-text p {
	font-size:12px;
	line-height:1.5;
	text-transform:uppercase;
}
#works-carousel .carousel-inner > .item > img {
  width:1100px;
  height:500px;
}

#works-carousel .carousel-indicators-bottom {
	position: absolute;
	right: 0;
	bottom: -43px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none; 
	}
#works-carousel .carousel-indicators-bottom li {
	position: relative;
	-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(150, 150, 150, 0.5); 
	cursor: pointer;
	}
#works-carousel .carousel-indicators-bottom li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""; 
	}
#works-carousel .carousel-indicators-bottom li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""; 
	}
#works-carousel .carousel-indicators-bottom .active {
	background-color: rgba(33, 33, 33, 0.9); 
	}

#works-carousel .carousel-item {
	padding: 0 3em;
}
@media (max-width: 768px) {
	#works-carousel .carousel-item {
		padding: 0 1em;
	}
	#works-carousel .carousel-text {
	bottom: 10px;
	right: 30px;
	}
}
@media (max-width: 575px) {
	#works-carousel .carousel-item {
		padding: 0 0em;
	}
}
.carousel-control-prev, .carousel-control-next {
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
}

#news {
	background-image: url("../img/bg1.jpg");
	background-color: rgba(77, 77, 77, 0.5);
    width: 100%;
}

#news-carousel .carousel-control-prev, #news-carousel .carousel-control-next {
	top: 100%;
	transform: translateY(50%);
	position:unset;
	display:inline-flex;
	margin-bottom: 30px;
}





.news-accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
}
.news-accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}
.news-accordion .panel-title a {
    display: block;
    padding: 5px 35px 5px 10px;
    margin: 0;
    text-align: left;
	font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}
.news-accordion .panel-title .news-date {
	margin-right: 15px;
}
.news-accordion .panel-title a.collapsed { 
	background: none; 
}
.news-accordion .panel-title a:before,
.news-accordion .panel-title a.collapsed:before {
	content: "▼";
	
    width: 25px;
    height: 25px;
	
	padding-right: 7px;
    line-height: 28px;
	
    background: #ffa280;
	border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 2px;
    right: 17px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
.news-accordion .panel-title a.collapsed:before {
    background: rgba(0,0,0,0.3);
    transform: rotate(0deg);
}
.news-accordion .panel-title a:hover {
	background: rgba(255, 255, 255, 0.5);
}
.news-accordion .panel-title a span {
	font-weight: bold;
	color: #6b6b6b;
}
.news-accordion .panel-body {
    padding: 10px 20px;
	margin: auto;
}
.news-accordion .panel-body p{
	text-align: left;
	font-size: 14px;
	margin: 0 0 10px;
}




#contact {
	padding-top: 0;
	padding-bottom: 0;
}
#contact h5{
	margin: 0;
}
#contact .biz-reg-no {
	font-size:10px;
	padding: 0;
	margin: 0 0 35px;
}
#contact ul {
	padding: 0;
	margin: 35px 0px;
}
#contact .contact-text p {
	font-size:14px;
	margin: 0;
	text-align: left;
}
@media (max-width: 575px) {
	#contact .contact-text p {
		text-align: center;
	}
}
#contact .contact-text p b {
	letter-spacing:1.5px;
	font-size:15px;
}
#contact .highlightlink {
	letter-spacing:1px;
}

#btn-back-to-top {
	padding: 9px 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius:100%;
	color: #fff;
	background-color: #ffa280;
	z-index: 2;
}
#btn-back-to-top:hover {
	background-color: #6b6b6b;
}

#portfolio, #wip {
    width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wip h6 {
	margin: 15px 0 15px;
	font-size: 14px;
}
#wip .container {
	padding: 100px 0 0;
}
#wip .wip-item {
	text-align: justify;
	font-size: 14px;
	margin: 0 0 20px;
}
#wip .wip-row {
	margin: 45px 0 0;
}
#wip .wip-item table {
	margin: 0 0 10px;
}
#wip span {
	font-weight: bold;
	color: #6b6b6b;
}
#wip .round-profile {
	height: 80px;
	width: 80px;
}

#portfolio .container {
	padding: 100px 0; /*25px 0;*/
}
#portfolio-filter {
	padding-bottom:40px;
}
.portfolio-item {
	text-align: left;
	margin: 10px 0px;
	padding: 15px;
	display: none;
	border-style:solid none; 
	border-width:1px;
	border-color:#d6d6d6;
	font-size:15px;
}
.portfolio-item h6 {
	margin: 0 0 15px;
	font-size: 14px;
}
@media (max-width: 575px) {
	.portfolio-item h6 {
		margin: 15px 0 15px;
	}
}
.portfolio-item a img {
	transition: opacity 0.5s;
}
.portfolio-item a img:hover {
	opacity: 0.5;
}
.portfolio-item p {
	margin: 15px 0 0;
}
.portfolio-item table td {
	padding: 0 15px 0 0;
}
@media (max-width: 320px) {
	.portfolio-item table td {
		padding: 0 5px 0 0;
	}
}

.show {
	display: block;
}

.portfolio-filter-btn {
	border: none;
	outline: none;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}
.portfolio-filter-btn:hover, .portfolio-filter-btn.portfolio-filter-active, .portfolio-item span {
	font-weight: bold;
	border: none;
	outline: none;
	color: #6b6b6b;
}
#terms p {
	text-align: justify;
}

.orangelink:hover {
	color: #ffa280;
}