a
{
	color:#2e2e2e;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:none;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:24px;
	font-size:14px;
	color:#4b4b4b;
}

h1
{
	color:#000000;
	text-transform:uppercase;
	font-weight:500;
	font-size:24px;
	line-height:36px;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
}

.h1
{
	font-size:20px;
	color:#232323;
	font-weight:700;
	margin-bottom:5px;
	letter-spacing:1px;
	margin-top:20px;
}

h1 span
{
	font-size:12px;
	display:block;
	color:#909090;
	text-transform:uppercase;
	font-weight:500;
	margin-top:10px;
	line-height:18px;
	letter-spacing:0px;
}

h1.big
{
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:100px;
	line-height:90px;
	margin:0px 0px 50px 0px;
	padding:0px;
	letter-spacing:0px;
}

h1.big span
{
	font-size:48px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	margin-top:15px;
	line-height:18px;
}

h2
{
	color:#fff;
	font-size:24px;
	line-height:32px;
	font-weight:300;
	margin-top:0px;
	margin-bottom:22px;
}

h3
{
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
}

h4
{
	color:#000;
	font-weight:700;
	margin-bottom:15px;
	font-size:18px;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h4.white, h5.white
{
	color:#fff;
}

h5
{
	color:#674184;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:25px;
}

h6
{
	color:#000000;
	margin-bottom:15px;
	font-weight:600;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

hr
{
	border-top:1px solid #e5e5e5;
	margin-top:0.75rem;
    margin-bottom:0.75rem;
}

.img-fluid
{
    width:100%;
    height:auto;
}

.small
{
	font-size:12px;
	line-height:20px;
}

.navbar-brand
{
	padding:22px;
}

header .home, header .contact
{
	width:24px;
	height:24px;
	display:block;
	margin-left:20px;
	float:left;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
}

header .home
{
	background-position:0px 0px;
}

header .home:hover, header .home:focus
{
	background-position:-24px 0px;
}

header .contact
{
	background-position:0px -24px;
}

header .contact:hover, header .contact:focus
{
	background-position:-24px -24px;
}

.navbar
{
	padding:0px;
	padding-top:27px;
	display:inline-block;
	float:right;
}

.nav.navbar-nav
{
	float:right;
}

.nav-item
{
	margin-right:25px;
}

.nav-item:last-child
{
	margin-right:0px;
}

.navbar-nav .nav-link
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	color:#575757;
	padding:5px 13px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active
{
    color:#fff;
	background-color:#674184;
}

.navbar-toggler
{
	background-color:#674184;
	color:#fff;
	border-radius:0px;
	float:right;
	display:block;
    padding:0.25rem 0.25rem;
}

.navbar-toggler-icon
{
	background-image:url(../images/hamburger-icon.png);
	background-size:auto auto;
}

.dropdown-toggle::after
{
	border:none;
	margin-left:0px;
}

.carousel
{
	background-color:#a6959d;
}

.carousel-caption h1, .carousel-caption h1 span
{
	color:#fff;
	font-size:36px;
	line-height:48px;
	font-weight:100;
	text-transform:none;
}

.carousel-caption h1 span
{
	display:block;
	margin-top:0px;	
}

.owl-nav
{
	margin-top:20px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	width:100%;
	display:block;
}

.owl-nav .owl-prev
{
	float:left;
	margin-left:-58px;
	outline:none;
}

.owl-nav .owl-next
{
	float:right;
	margin-right:-58px;
	outline:none;
}

.owl-dots
{
	display:none;
}

#owl-carousel-home
{
	background-color:#a6959e;
	z-index:0;
}

#owl-carousel-home img
{
	width:auto;
	height:auto;
	text-align:center;
}

.pg-title
{
	display:block;
	background:#a6959e url(../images/inner-header-bg.jpg) right top no-repeat;
	text-align:center;
	font-size:36px;
	height:122px;
	width:100%;
}

.pg-title h1
{
	font-size:36px;
	line-height:122px;
	font-weight:100;
	color:#fff;
	text-transform:none;
}

.btn-block
{
	display:inline-block;
	width:auto;
	color:#000;
	border:2px solid #3a3a3a;
	border-radius:2px;
	padding:13px 25px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	margin-bottom:20px;
	margin-top:65px;
}

.btn-block:hover, .btn-block:focus
{
	background-color:#625447;
	border:2px solid #625447;
	color:#fff;
}

.btn-link
{
	color:#fff;
	text-decoration:underline;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:20px;
	padding:0px;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:underline;
	color:#000;
}

.btn-primary
{
	display:inline-block;
	width:auto;
	border:none;
	color:#fff;
	border-radius:0px;
	padding:5px 15px;
	text-transform:uppercase;
	font-size:11px;
	background-color:#313131;
	letter-spacing:1px;
	margin-top:20px;
}

.btn-primary:hover, .btn-primary:focus
{
	background-color:#674184;
	color:#fff;
}

.block
{
	padding:90px 0px;
}

.block1
{
	padding:50px 0px;
}

.border-block
{
	display:block;
	border:1px solid #000;
	padding:40px;
	margin:10px 25px;
}

#owl-carousel-services .border-block img
{
	width:auto;
	height:auto;
}

blockquote
{
	font-size:18px;
	font-weight:300;
	line-height:30px;
	color:#000000;
	background:url(../images/quote.png) 0px 0px no-repeat;
	padding-left:58px;
	padding-right:58px;
	padding-top:10px;
}

blockquote cite
{
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:500;
	font-style:italic;
	padding-top:20px;
}

.gray-bg blockquote
{
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

ul.list-unstyled li
{
	color:#674184;
	padding-left:18px;
	background:url(../images/bullet.png) 0px 7px no-repeat;
	display:block;
	margin-bottom:5px;
	margin-left:20px;
}

ul.list-unstyled.white li
{
	color:#fff;
	background:url(../images/white-bullet.png) 0px 7px no-repeat;
}

ul.list-unstyled.black li
{
	color:#000;
	background:url(../images/black-bullet.png) 0px 7px no-repeat;
}

ul.list-unstyled li ul li
{
	margin-left:0px;
}

.border-list
{
	display:inline-block;
	border:1px solid #fff;
	padding:10px 35px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;	
}

.purple-bg
{
	background-color:#a6959e;
	color:#fff;
}

.gray-bg
{
	background-color:#f2f2f2;
}

.light-gray-bg
{
	background-color:#f4f4f4;
}

.dark-gray-bg
{
	background-color:#ededed;
}

.white-bg
{
	background-color:#fff;
}

.border
{
	border:1px solid #000 !important;
}

.black
{
	color:#000;
}

.purple
{
	color:#674184;
}

a.read-more
{
	color:#674184;
	font-size:14px;
	font-weight:500;
	text-decoration:underline;
	text-transform:uppercase;
}

a.read-more:hover, a.read-more:focus, a.read-less
{
	color:#000;
	font-size:14px;
	font-weight:500;
	text-decoration:underline;
	text-transform:uppercase;
}

.big
{
	font-size:24px;
	font-weight:300;
	text-transform:none;
	color:#000;
}

.text18
{
	font-size:18px;
	line-height:24px;
}

.text16
{
	font-size:16px;
	line-height:30px;
}

.text24
{
	font-size:24px;
	line-height:36px;
	font-weight:300;
	font-style:italic;
}

.coming-soon
{
	margin-left:auto;
	margin-right:auto;	
}

.m-image
{
	width:auto;
	height:auto;
}

.owl-dots
{
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-18px;
	bottom:30px;
	z-index:10000;
}

.owl-carousel button.owl-dot
{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#ffffff;
	display:block;
	float:left;
	margin-left:4px;
	margin-right:4px;
}

.owl-carousel button.owl-dot.active
{
	background-color:#674184;
	outline:none;
}

footer
{
	font-size:11px;
	line-height:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#a4a4a4;
	padding:50px 0px;
}

footer a
{
	color:#a9a9a9;
}

footer a:hover, footer a:focus
{
	color:#674184;
}

footer .nav
{
	border-top:none;
}

footer .nav-item
{
	margin-right:20px;
	float:left;
}

footer .nav.navbar-nav
{
	display:inline-block;
	float:none;
	margin:0px auto;
}

footer .navbar-nav .nav-link
{
	color:#1e1e1e;
	padding:0px;
	font-weight:700;
	font-size:11px;
}

footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link.active
{
    color:#674184;
	background-color:transparent;
}

footer .social-media
{
	display:inline-block;
	margin:20px auto 0px auto;
}

footer .social-media span
{
	display:block;
}

footer .social-media a
{
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
}

footer .social-media a.facebook
{
	background-position:0px -48px;
}

footer .social-media a.facebook:hover, footer .social-media a.facebook:hover
{
	background-position:-24px -48px;
}

footer .social-media a.twitter
{
	background-position:0px -70px;
}

footer .social-media a.twitter:hover, footer .social-media a.twitter:hover
{
	background-position:-24px -70px;
}

footer .social-media a.linkedin
{
	background-position:0px -92px;
	margin-right:0px;
}

footer .social-media a.linkedin:hover, footer .social-media a.linkedin:hover
{
	background-position:-24px -92px;
}


footer .social-media a.instagram
{
	background-image:url(../images/insta-icon.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

footer .social-media a.instagram:hover, footer .social-media a.instagram:hover
{
	background-image:url(../images/insta-icon-hover.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

footer .copyright
{
	font-weight:700;
	color:#a9a9a9;
}

@media all and (min-width:1024px) and (max-width:1200px)
{
	h1
	{
		font-size:20px;
	}
	
	.white-logo img
	{
		width:100%;
		height:auto;
	}
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:961px)
{
	
}

@media (max-width:768px)
{
	.navbar-brand
	{
		padding:10px 10px 0px 10px;
	}
	
	.carousel-caption
	{
		bottom:5px;
		padding-bottom:5px;
		right:5%;
		left:5%;
	}
	
	.carousel-caption h1, .carousel-caption h1 span
	{
		font-size:20px;
		line-height:30px;
	}
	
	.owl-nav .owl-prev
	{
		margin-left:0px;
	}
	
	.owl-nav .owl-next
	{
		margin-right:0px;
	}
	
	.big
	{
		font-size:18px;
		line-height:24px;
	}
	
	footer .nav-item
	{
		margin-right:10px;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	
	
	header .float-right
	{
		float:none !important;
	}
	
	header .home, header .contact
	{
		margin-top:6px;
	}
	
	header .home
	{
		margin-left:0px;
	}
	
	.navbar
	{
		padding-top:0px;
		display:block;
	}
	
	.nav.navbar-nav
	{
		float:none;
		margin-top:30px;
	}
	
	.navbar-nav .nav-link
	{
		color:#fff;	
	}
	
	#owl-carousel-home.owl-carousel .item
	{
		height:auto;	
	}
	
	#owl-carousel-home.owl-carousel img.d-block
	{
		height:auto;
		width:100%;	
	}
	
	.owl-nav .owl-prev
	{
		margin-left:10px;
	}
	
	.owl-nav .owl-next
	{
		margin-right:10px;
	}
	
	.carousel-caption h1, .carousel-caption h1 span
	{
		font-size:14px;
		line-height:24px;
	}
	
	.carousel-caption h1 span
	{
		display:inline;
	}
	
	.block
	{
		padding:60px 0px;
	}
	
	.border-block
	{
		padding:40px;
		margin:10px 40px;
	}
	
	blockquote
	{
		padding-right:20px;
	}
	
	.big
	{
		font-size:18px;
		line-height:24px;
	}
	
	.m-image
	{
		width:100%;
		height:100%;	
	}
	
	footer .nav-item
	{
		margin-right:0px;
		float:none;
	}
}