/*
    Theme Name: Bocor
    Theme URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
*{
	padding:0;
	margin:0;
}


body {
    width: 100%;
    height: 100%;
    font-family: 'Ek Mukta', sans-serif;
	font-weight: 300;
    color: #331737;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 400;
	overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
	text-shadow: #0b2b47 1px 2px 1px;
}

h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
		color: #331737;
}

h2 {
	clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 20px 20px 25px;
		font-size: 1.1em;
}

p.lead {
	font-weight: 600;
}

.accordion-panel p {
	text-align: left;
}

.accordion-panel p.text-center {
	text-align: center;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -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;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

.light {
    font-weight: 400;
}

/* --- logo --- */
.site-logo {
	margin-top: 5px;
}
.site-logo a.brand {
	display: block;
	padding-top: 20px;
	color: #111;
	font-size: 2vw;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.name-tel {
	margin-top: 10px;
}

.name-tel p {
	padding-top: 10px;
}
.fa-solid {
	color: #331737;
}

.fa-circle-check {
	font-size: 1em;
	background-color: #fff;
	border-radius: 50%;
	color: #331737;
}

/* .fa-user-group:before {
	content: "\e534";
} */

/* .fa-user-group {
	float: right;
} */

.fa-address-card:before {
	content: "\f2bb";
}

.fa-heart-pulse:before {
	content: "\f21e";
}

.fa-brain:before {
	content: "\f5dc";
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgb(255,255,255);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a, button {
	font-size: 1em;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom ul.nav li a {
	font-size: 1em;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.dropdown-menu {
	width: 250px;
}

.submenu {
  padding: 0 18px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu, button {
	border-radius: 0;
	border-top: none;
}

.navbar-custom ul.nav li a:hover, button:hover{
	color: #948416;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
	/* float: right; */
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 15px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.dropdown-submenu ul {
	display: none;
	list-style-type: none;
	font-size: .8em;
}

.navbar .item.active>a{
    color: #948416;
}

.navbar .in a:hover, .navbar .item.active a:hover {
    color: #948416 !important;
}

#navigation-sticky-wrapper {
	z-index: 1000;
	position: relative;
}

.navbar-nav .active{
	text-decoration: underline;
	color: #948416;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-menu {
	margin-top: 15px;
}

.ozmenu ul.ozmenu-nav>li > a {
	cursor: pointer;
}

.site-logo img {
	float: left;
	margin-right: 20px;
}

.site-logo p {
	margin: 0;
}


img.title_image {
	width: 60%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}

#work_image .title_image {
	display: none;
}

/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	background-color: #331737;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #fff;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */


.bg-gray {
	background: #e9e9e9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.hero {height: 95vh; background-color: #331737; background-position: right;}
.hero h1 { font-size: 3vw; letter-spacing: 8px; margin: 20px 0 10px; font-weight: 900; color: #fff;}

.hero h2 { font-size: 30px; letter-spacing: 6px; margin: 0 10px; font-weight: 900; color: #fff;}

.hero h1 span { color: #a1a9b0; display: inline-block; }
.hero p { font-size: 24px; font-weight: 400; color: #fefefe; }
.learn-more-btn { background: rgba(33, 193, 239, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #0B85A6; -moz-box-shadow: 0px 3px 0px 0px #0B85A6; box-shadow: 0px 3px 0px 0px #0B85A6; margin: 60px 0 0; font-weight: bold; }
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(33, 193, 239, 0.6); color: #fff; }

.biz-name {
	margin-left: 59px;
}

#intro {
  background-image: url(../img/Group_2.png); 
	background-size: cover;
}

#logo {
	position: relative;
	left: 3px;
	top: 4px;
	height: 24vw;
	width: 24vw;
}

/* .polygon-darkblue {
	clip-path: polygon(0 0, 18% 0, 74% 100%, 0% 100%);
	background: #331737;
	padding: 22vh 2vh;
} */

.polygon-lightgray {
	clip-path: polygon(0 0, 35% 0, 74% 100%, 0% 100%);
	background: #e9e9e9;
	padding: 100px 10px;
}
.circle {
	margin: auto;
	position: relative;
  background: #fff;
	border-radius: 50%;
	height: 25vw;
  width: 25vw;
	object-fit: contain;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.circle-container {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* ===========================
--- About
============================ */

#about p {
	line-height: 1.7;
}


/* ===========================
--- Services
============================ */

/* .service-box:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin-top: -20px;
} */

.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.service-box {
	background-color: #fff;
	margin: 15px;
	border-radius: 2vw;
}

.real-services.service-box:hover {
	transition: all .2s ease-in-out;
	margin-top: 10px;
}
.service-icon {
	padding-top: 20px;
	margin-bottom: 20px;
}

.service-desc h5, .work-desc {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.work-desc {
	text-align: left;
}

.service-desc .divider-header {
	margin-bottom: 30px;
}

.service-desc {
	padding-bottom: 5px;
}

#smaller-space-bar {
	margin-bottom: 10px;
}

.program-list-item {
	width: 85%;
}

#program-list-item-short {
	width: 80%;
	padding-left: 40%;
}

.service-desc h5.gold-text {
	color: #948416;
	font-size: 1em;
}

#about .tighter-p {
	line-height: 1.6;
}

/* .padding-bottom-10 {
	padding-bottom: 10px;
} */
/* ===========================
--- Works
============================ */

#works {
	padding:0;
	background-image: url("../img/Group_holding_hands.jpeg");
	background-size: cover;
}
.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.work-desc{
	background-color: #e9e9e9;
}

/* ===========================
--- Service Area
============================ */

#service-area p {
	color:#000
}


/* Contact Section
--------------------------------*/
/* .fa-user-group {
 color: #21c1ef;
 padding: 10px;
} */

/* .fa-regular {
	color: #21c1ef;
	padding: 0;
} */

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .info.names p {
	padding: 0;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 900;
}
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 1.5em;
	color: #331737;
  float: left;
  line-height: 1;
	padding: 0;
}

#contact .info i.fa-location-dot {
	padding-top: 10px;
}

#contact .info p {
  padding: 0 0 10px 10px;
  line-height: 28px;
  font-size: 1em;
}

#contact .padding-left-10 {
	padding-left: 10vw;
}

#contact .margin-left-20{
	margin-left: 20px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #331737;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
	background-color: #d0c461;
}

.form-group:first-child {
	padding-left: 0;
}

.form-group:nth-child(2){
	padding-right: 0;
}

.referral_form {
	width: 100%;
}

.form-link {
	margin-bottom: 25px;
}

/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {
    background-color: #331737;
		padding: 20px 0;
}

footer .copyright, footer p {
	color: #f8f8f8;
	font-size: 1em;
}

footer .container, .seal-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .col-lg-6 p {
	text-align: left;
	margin-left: 0;
}

footer .copyright p {
	text-align: center;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

.goldseal {
	max-width: 50%;
	height: auto;
	float: right;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

footer .goldseal-desc {
	margin-bottom: 0;
}



/* scroll to top */
.scrollup {
	display: none;
	position:fixed;
	width:32px;
	height:32px;
	bottom:0px;
	right:20px;
	background: #644d59;
	z-index: 1001;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}


/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	border-radius: 0;
	/* clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); */
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	background-color: #331737;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
	margin-bottom: 15px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #948416;
  border-color: #948416;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.navbar-collapse {
	max-height: 600px;
}

.service-text p.service-desc{
	font-size: 1.4em;
}

/* -- accordion ---*/
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	/* border-top: 1px solid #d0c461; */
}

.accordion-item {
	/* border-bottom: 1px solid #d0c461; */
	background-color: #fff;
	border-radius: 1vw;
}

.accordion h5 {
	font-size: 1.4em;
	margin: 20px 0 0;
	font-weight: 600;
}

.accordion p span, .service-text span {
	font-size: 1em;
	font-weight: 600;
}

.accordion p, .service-text p {
	margin: 10px;
}

.service-desc span:first-of-type{
	line-height: 3;
}

/* Thumb */
.accordion-thumb {
	margin: 0;
	padding: 2rem 0;
	cursor: pointer;
	font-weight: normal;
	
	/* Chevron */
	&::before {
		content: '';
		display: inline-block;
		height: 7px;
		width: 7px;
		margin-right: 1rem;
		margin-left: .5rem;
		vertical-align: middle;
		border-right: 1px solid;
		border-bottom: 1px solid;
		transform: rotate(-45deg);
		transition: transform .2s ease-out;
	}
}

/* Panel */
.accordion-panel {
	margin: auto;
  width: 85%;
	padding-bottom: .8rem;
	display: none;
}

.accordion-panel ul li {
	list-style-type: disc;
	text-align: left;
	font-size: 1.1em;
  line-height: 1.5;
  padding-top: 10px;
}

.accordion-panel ul {
	padding-left: 10vw;
}

ol {
	padding-left: 30px;
	text-align: left;
}

/* Active */
.accordion-item.is-active {
	.accordion-thumb::before {
		transform: rotate(45deg);
	}
}

.padding-top-20 {
	padding-top: 20px;
}

.bold {
	font-weight: 600;
	padding-top: 20px;
}

.accordion-thumb-no-before {
	padding: 2rem;
}

/* --- progress --- */
.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

#hipaa h5 {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 1.2em;
	font-weight: 600;
}

.biz-name h1 {
	padding-top: 0;
	font-size: clamp(1.5rem, 2.5vw, 4rem)
}

a.form-link {
	color: #3F51B5;
	font-weight: 600;
	padding: 0 0 10px 10px;
	/* margin: 0 15px 20px 25px; */
	/* display: block; */
}

p.referral-form a {
	padding-left: 0;
}

#contact .info i.form-i {
	color: #3F51B5;
	float: none;
}

.form-container {
	margin-bottom: 20px;
}

.form-i {
	font-size: 2rem;
}

p.career-opp {
	margin-bottom: 30px;
	margin-top: 30px;
}

#loading {
	display: none;
	margin: 10px 0;
}

.success { color: green; margin: 20px 0; padding: 10px; border: 1px solid green; }

.error { color: red; margin: 20px 0; padding: 10px; border: 1px solid red; }




#upload-text {
	margin: 20px 0 10px 0;
}



	@media (max-width:1199px){
	#intro {
		background-size: cover;
	}

	#contact .padding-left-10 {
    padding-left: 20vw;
	}

	#what-to-expect-tile {
		width: 35%;
	}

	.hero {
		height: 82vh;
	}

	.biz-name {
		padding-top: 3vh;
		margin-left: 2vw;
	}

	.contact-info {
		padding-left: 10vw;
	}

	footer .container, .seal-container {
		flex-wrap: nowrap;
	}

	footer p {
		margin-bottom: 0;
	}
}

@media (max-width: 1105px){
	.item {
    margin: 2px;
	}

	.site-logo a.brand {
		font-size: 1.8vw;
	}
}

@media (max-width: 1070px){
	.polygon-lightgray {
    clip-path: polygon(0 48%, 100% 48%, 100% 100%, 0% 100%);
		padding-top: 500px;
	}

	#what-to-expect-tile {
        width: 95%;
        margin: 50px auto 20px;
	}

	#works .container.marginbot-50 {
		margin-bottom: 0 !important;
	}

}

@media (max-width:991px){
	.goldseal {
		max-width: 250%;
	}

	#works {
		background-size: contain;
	}

	div.text-left {
		width: 200px;
		margin: auto;
	}

	.contact-flex {
		padding: 0 3vw;
	}

		#contact .info {
		padding: 0;
		margin: auto;
		min-width: 210px;
		text-align: left;
	}

	.form-group:nth-child(1) {
    padding-right: 0;
	}

	.form-group:nth-child(2) {
    padding-left: 0;
	}

}

@media (max-width: 902px){
	.hero h1 {
		letter-spacing: 4px;
		font-size: 3.6vh;
	}

	.biz-name {
		padding-top: 25vh;
	}

	/* .navbar .col-md-6:nth-child(2){
		display: none;
	} */

	#works {
    background-image: url(../img/Group_holding_hands_900.jpeg);
    background-size: contain;
    background-position: top right;
	}

	/* .polygon-lightgray {
		clip-path: polygon(0 33%, 100% 61%, 100% 100%, 0% 100%);
		padding-bottom: 50px
	} */

	/* #works .marginbot-50 {
		margin-top: 50%;
	} */

	#what-to-expect-tile {
    width: 50%;
	}

	/* .fa-user-group {
		float: left;
	} */

	.names {
		float: left;
	}	
	
	.contact-info {
    padding-left: 50vw;
	}

	.form-group {
    padding: 0;
	}

	footer p{
		margin-bottom: 0;
	}
}


 @media(max-width: 855px) {
	#navigation img{
		display: none;
	}

	.nav-menu {
		margin-top: 0;
	}

	.nav-name {
		margin-top: 8px;
		padding-left: 0;
	}

	#contact .info {
		padding: 0;
		margin: auto;
		min-width: 210px;
		text-align: left;
	}
 }

 @media (min-width: 768px) {
	.container {
			min-width: 95vw !important;
	}
}

@media(min-width:767px) {

    .navbar {
        /* padding: 20px 0; */
        border-bottom: 0;
        letter-spacing: 1px;
        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;
    }		


    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }

}

@media (max-width:768px) {
	.hero {
		height: 50vh;
		background-size: cover;
	}

	.circle-container {
		margin-left: 2%;
	}

	.work-desc p{
			font-size: 17px;
	}


	.polygon-darkblue .row .col-md-8:first-child {
    padding-top: 47%;
	}

	.polygon-darkblue .row .col-md-8:nth-child(2) {
    padding-top: 30%;
	}

	.biz-name {
		float: right;
	}

	#logo {
    height: 35vw;
    width: 35vw;
	}

	.circle {
		width: 35.5vw;
		height: 35.5vw;
	}

	.site-logo{
		/* margin: 0 0 0 30px; */
		float:none;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;
		padding: 5px;

	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #fff;
	}

	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #9e9e9e;
		margin-right: 0;
	}

	.service-box {
		background-color: #fff;
		margin-bottom: 50px;
	}

	.team-wrap {
		margin-bottom: 30px;
	}

	form#contact-form {
		margin-bottom: 50px;
	}

	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

	footer .row {
		display: block;
	}

	.goldseal {
		float: right;
		width: 20vw;
	}

	footer .container {
		display: block;
	}

	footer .copyright p {
		padding-top: 20px;
	}
}


@media (max-width: 700px) {
	#intro {
		background-size: cover;
	}
	/* .polygon-darkblue {
		clip-path: polygon(0 43%, 100% 72%, 100% 100%, 0% 100%);
		padding: 0;
	} */

	.site-logo {
		margin-top: 15px;
	}

	.polygon-darkblue .row .col-md-8:first-child {
    padding-top: 5%;
	}

	.circle-container {
    /* margin-left: 7%;
		margin-top: 50%;
    margin-bottom: 20%; */
	}


	.submenu {
		display: block !important;
		min-height: fit-content !important;
	}

	ul.dropdown-menu {
		padding: 0;
	}

	.submenu li {
		font-size: 1.2em;
	}

	.navbar-custom ul.nav ul.dropdown-menu li a {
		padding-left: 25px;
	}

	.site-logo a.brand {
    color: #fff;
	}
	.biz-name {
		display: none;
	}

	#works {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
	}

	/* .polygon-lightgray {
    clip-path: polygon(0 48%, 100% 48%, 100% 100%, 0% 100%);
		padding-top: 500px;
	} */

	#what-to-expect-tile {
    width: 100%;
	}

	#works .marginbot-50 {
    margin-top: 0;
	}
	
	.service-box {
		background-color: #fff;
    margin: 20px 0;
	}

	.names {
			float: none;
			text-align: left;
	}

	.contact-info {
    padding-left: 25%;
	}

	p {
    margin-left: 0;
		margin-right: 0;
	}

	.flex-container .info .margin-left-20 p {
		margin-left: 20px;
	}


}


@media (max-width:480px) {

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}

@media (max-width:390px) {
	/* .polygon-darkblue {
		clip-path: polygon(0 40%, 100% 50%, 100% 100%, 0% 100%);
		padding-top: 30%;
	}
	.circle {
    width: 70vw;
    height: 70vw;
	}

	.circle-container {
    margin-left: 14%;
	} */

	/* #logo {
    height: 69vw;
    width: 69vw;
	} */

	#intro{
		background-size: cover;
		background-position: top right;
	}

	.hero {
    height: 40vh;
	}

	.mobile-title.container {
		width: 100%;
	}

	/* .polygon-lightgray {
    clip-path: polygon(0 28%, 100% 28%, 100% 100%, 0% 100%);
    padding-top: 300px;
	} */

	service-desc h5, .work-desc {
    font-weight: 500;
	}

	.work-desc {
    text-align: left;
    padding-left: 2em;
    text-indent: -0.8em;
	}

	.fa-circle-check {
    background-color: transparent;
    border-radius: 0;
	}

	.col-lg-8 {
		padding-left: 0;
	}

	.marginbot-50 {
    margin-bottom: 20px !important;
}

}

section {
	overflow: hidden !important;
}


body {
	background-color:rgba(87,79,236,.08)!important;
	font-size: 14px;
}
body.hide-scrolling {
	overflow-y: hidden;
}
.container { width: 80%; margin: 0 auto;}

/* Menu */
.ozmenu ul.ozmenu-nav {
	display: flex;
	align-items: flex-start;
	/* justify-content:space-between; */
	list-style: none;
	font-family: 'Ek Mukta', sans-serif;
	padding-left: 0px;
	justify-content: flex-end;
}

.dropdown .item {
	margin: 0;
}

/* .ozmenu .close {
	margin-right: 30px;
} */
.ozmenu ul.ozmenu-nav>li {
	position: relative;
	float: left;
	width: auto;
}
.ozmenu ul.ozmenu-nav>li a:hover{
	color: #948416;
}
.ozmenu ul li.dropdownitem>a:after{
	position: relative;
	top: 3px;
	width: 15px;
	height: 15px;
	padding-right: 15px;
	text-align: center;
	float: right;
	background-color: #000;
	content: "";
	margin: 1px 0px 0px 3px;
	-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
	mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.ozmenu ul li .dropdown{
	display:none;
	position: absolute;
	min-width: 200px;
}

#form-menu {
	position: absolute;
}
@media screen and (min-width: 992px) {
	.flex-container .col-md-4 {
		flex-basis: 50%;
	}

}
@media screen and (min-width: 993px) {

	.ozmenu ul.ozmenu-nav>li a{
			color: #333;
			font-weight: 600;
			text-decoration: none;
			padding: 10px 10px;
			background-color: #fff;
			border-radius: 8px;
			display: inline-block;
			font-size: clamp(12px, 1em, 18px);
			height: 100%;
			position: relative;
	}


	.ozmenu ul li.dropdownitem:hover .dropdown{
			display: block;
			position: absolute;
			margin: 0;
			padding: 5px 0px;
			min-width: 150px;
			padding-top: 0px !important;
	}

	.ozmenu ul li.dropdownitem:hover > a{
			border-radius: 8px 8px 0px 0px !important;
	}
	.ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a{
			border-radius: 8px !important;
	}
	.ozmenu ul li.dropdownitem:hover .dropdown .dropdown{
			display: none;
	}
	.ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
			padding-left: 16px;
			position: absolute;
			margin: 0;
			padding-top: 0px !important;
			min-width: 200px;
			display: inline-table;
			top: 0 !important;
			left: 100% !important;
			right: auto !important;
	}
	.ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
			display: none !important;
			visibility: hidden;
	}
	.ozmenu ul li.dropdownitem .dropdown ul {
			list-style: none;
			background-color: #fff;
			box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
			float: left;
			padding: 10px;
			border-radius: 0px 8px 8px 8px;
	}

	.ozmenu ul li.dropdownitem .dropdown {
		width: 250px;
	}

	#form-menu ul.ozmenu-nav li.dropdownitem #form-dropdown.dropdown{
		width: 170px;
	}

	.ozmenu ul li.dropdownitem ul li a{
			color: #333;
			font-weight: 700;
			text-decoration: none;
			padding: 5px 0px;
			float: left;
			width: 100%;
			border-radius: 0px;
			font-size: 14px;
	}
	.ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
			color: #948416;
			padding-left: 7px;
			transition: all 0.15s ease-out;
	}
	/* Animations */
	.dropdownitem .dropdown{
			animation: translateDown 200ms 0ms ease-in-out forwards;
			transform-origin: top center;
	}
	.dropdownitem .dropdownitem .dropdown {
			transform-origin: top center !important;
			animation: translateX 200ms 0ms ease-in-out forwards !important;
	}
	@keyframes translateDown {
			0% {
					transform: scaleY(0)
			}
			80% {
					transform: scaleY(1.1)
			}
			100% {
					transform: scaleY(1)
			}
	}
	@keyframes translateX {
			0% {
					opacity: 0;
					transform: translateX(-60px);
			}
			80% {
					transform: translateX(-5px);
			}
			100% {
					opacity: 1;
					transform: translateX(0px);
			}
	}

	/* Dropdown + Dropdown */
	.ozmenu ul li.dropdownitem ul li .nav-dropdown:after{
			width: 15px;
			height: 15px;
			text-align: center;
			float: right;
			background-color: #000;
			content: "";
			margin: 1px 0px 0px 3px;
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
	}

	.ozmenu#form-menu ul li.dropdownitem ul li .nav-dropdown:after{
		display: none;
	}

}
.ozmenu ul.ozmenu-nav .dropdown ul li {
	float: left;
	width: 100%;
}
.ozmenu ul.ozmenu-nav .dropdown ul li a{
	padding: 15px 0px;
}
.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
	border-bottom: 1px dotted #eee;
}
.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
	border-bottom: 0px !important;
}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after{
	display: none !important;
}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a{
	border-bottom: 0px !important;
}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}
/* Responsive Menu */
.menu-close,
.menu-open {
	display: none;
}
@media screen and (max-width: 993px) {
	#navigation {
    border-top: 0 !important;
		background: #331737;
	}

	.nav-menu {
	margin-top: 0;
}

	.site-logo a.brand, .site-logo p, .site-logo p a{
    color: #fff;
	}

	.site-logo img {
		display: none;
	}

	.name-tel {
		margin-top: 0;
	}

	.site-logo a.brand {
    padding-top: 0px;
	}

	.menu-open,
	.menu-close {
			padding-top: 5px;
			cursor: pointer;
			color:#333;
			text-decoration: none;
			font-size: 26px;
	}

	.site-logo a.brand {
    font-size: 1.5em;
	}

	.accordion h5 {
		font-size: 1.5em;
	}

	.nav-menu {
		position: absolute;
		right: 0;
		top: 10px;
	}
	.menu-open {
			display: block;
	}
	.menu-close {
			display: none; 
	}
	.ozmenu {
			position: relative;
			display: none;
	}
	.ozmenu.active {
			display: block;
	}
	.menu-open {
			display: block !important;
			float: right;
	}
	.mobile-menu-active .menu-close {
			display: block !important;
			z-index: 15;
			position: absolute;
			right: 13px;
			left: unset !important;
			top: 0px;
			float: left;
	}
	.ozmenu-nav {
			display: none !important;
	}
	.ozmenu.active .ozmenu-nav {
			display: block !important;
	}
	.ozmenu.active{
			position: fixed;
			left: 0px;
			top: 0px;
			margin-top: 0px !important;
			width: 40%;
			height: 100vh;
			display: flex;
			z-index: 14;
	}
	.ozmenu.active .ozmenu-nav{
			background-color: #fff;
			float: left;
			margin-top: 0px;
			padding: 40px 20px;
			width: 100%;
			height: 100vh;
			overflow: scroll;
			transform-origin: top center !important;
	}
	.ozmenu.active .ozmenu-nav, .menu-close {
			animation: translateX 400ms 0ms ease-in-out forwards !important;
	}
	.ozmenu-nav a{
		font-size: 1.5em;
		font-weight: 700;
	}

	img.title_image {
		width: 100%;
		/* display: block; */
		padding-bottom: 20px;
		/* margin: auto; */
	}

	.service-desc span:first-of-type{
		line-height: 4;
	}
	
	

	@keyframes translateX {
			0% {
					opacity: 0;
					transform: translateX(-160px);
			}
			80% {
					transform: translateX(-5px);
			}
			100% {
					opacity: 1;
					transform: translateX(0px);
			}
	}
	.ozmenu ul.ozmenu-nav>li {
			float: left;
			width: 100%;
	}
	.ozmenu ul.ozmenu-nav>li a{
			float: left;
			width: 100%;
			text-decoration: none;
			color: #333;
			padding: 10px 0px;
			border-bottom: 1px solid #ddd;
	}
	.ozmenu ul.ozmenu-nav>li a:hover {
			float: left;
			width: 100%;
			transition: all 0.25s ease-out;
			text-decoration: none;
			color: #948416;
			padding: 10px 0px;
	}
	.ozmenu ul li.dropdownitem>a:hover:after{
			background-color: #948416;
	}
	.nav-dropdown.opened {
			color: #948416;
			border-bottom: 1px solid #948416;
	}
	.ozmenu ul.ozmenu-nav>li:last-child a{
			border-bottom: 0px solid #ddd;
	}
	.ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
			list-style: none;
			float: left;
			margin-left: 0px;
			padding-left: 7px;
	}
	.ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
			padding-left: 15px;
	}
	.ozmenu.active ul li .nav-dropdown.opened + .dropdown{
			display: block;
			position: relative;
			margin: 0;
			padding: 5px 0px;
			min-width: unset;
			padding-top: 0px !important;
			float: left;
	}
	.ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown{
			display: none;
	}
	#menu-overlay {
			background-color: rgba(0,0,0,.3);
			float: left;
			display: none;
			width: 100%;
			height: 100vh;
			z-index: 13;
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
	}
	#menu-overlay.show {
			display: block !important;
	}
	.menu-open .open {
			width: 30px;
			height: 30px;
			float: right;
			background-color: #fff;
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			transition: all 0.2s ease-out;
	}
	.mobile-menu-active .menu-open .open, .menu-open .open:hover {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
	}
	.menu-close .close {
			width: 38px;
			height: 38px;
			float: right;
			background-color: #000;
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			transition: all 0.2s ease-out;
	}
	.menu-close .close:hover {
			background-color: #000;
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
	}

	.ozmenu.active ul li.dropdownitem>a.opened:after{
			-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
			mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
	}

}
@media screen and (min-width: 500px) {
	#work_image {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.ozmenu.active {
			width: 70%;
	}

	#works {
		background-image: none;
	}

	#work_image .title_image {
		display: block;
		padding-bottom: 0;
	}

	.polygon-lightgray {
		padding-top: 20px;
		clip-path: none;
	}
}

@media screen and (max-width: 400px) {
	.ozmenu.active{
			width: 100%;
	}
}
