@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');





/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
	--color-h1: #111;      /* H1 text color */
	--color-h2: #ab6921;      /* H2 text color */
	--color-h3: #427a9b;      /* H3 text color */

    --color-link: #427a9b;       /* Link :link state */
    --color-hover: #666;      /* Link :hover state */
	
    --color-hr-border: #CCC; /* hr border color */

	--button-bg-link:#989031; /* MoreButton background color up */
	--button-bg-hover:#FFF; /* MoreButton background color down */

    /* Typography */
    --font-family-base: "Noto Sans", sans-serif;
    --font-family-heading: "Noto Sans", sans-serif;
	--font-size-normal: 1rem;


	/* Top Level Menu */
	--color-topmenu-link: #EEE;
	--color-topmenu-hover: #FFF;
	--color-topmenu-border-link: transparent;
	--color-topmenu-border-hover: 2px solid #fff0a5;

	--font-size-topmenu: 17px;
	--background-color-up: tranparent;
	--background-color-down: transparent;
	--font-weight-topmenu: 600;
    }




/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 40px;
	color:var(--color-h1);
	font-family: var(--font-family-heading:);	
	font-weight:600;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:400;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: 1px solid var(--color-hr-border);
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:var(--font-size-normal); color:var(--color-text);font-family: var(--font-family-base);}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }



/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-150px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}




.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-transform:uppercase;padding-bottom:7px;background:var(--background-color-up);color:var(--color-topmenu-link);transition: all .4s ease; margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-link);}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>li>a:hover{font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li.active>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:focus {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }

#dnnMenu .topLevel>.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:hover{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>.active.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li>a span {font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);} 
#dnnMenu .topLevel>li>a:focus span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}
#dnnMenu .topLevel>li>a:hover span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){
	
	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:var(--color-topmenu-link);margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:var(--color-topmenu-hover);margin:0;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:var(--color-topmenu-hover);margin:0;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:var(--color-topmenu-hover);margin:0;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:var(--color-topmenu-hover);margin:0;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:var(--color-topmenu-hover);margin:0;}
	
#dnnMenu .topLevel li a span{font-size:15px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:15px;} 
#dnnMenu .topLevel li a:hover span{font-size:15px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:15px;color:#FFF;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:15px;color:#EEE;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:transparent;color:var(--color-topmenu-hover);border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;color:var(--color-topmenu-hover);transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;color:var(--color-topmenu-hover);transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;color:var(--color-topmenu-hover);transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;color:var(--color-topmenu-hover);transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;color:var(--color-topmenu-hover);transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:var(--color-topmenu-hover);position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	


#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:transparent;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 16px;
  text-align: center;
  color: #FFF;
  font-size:20px;
  display: block;
  width: 100%;
  background:#989031;
  border: 4px solid #989031;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 16px;
  text-align: center;
  color: #989031;
  font-size:20px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 4px solid #989031;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headerwrap {background:#20201f;}

.logo {text-align:center;margin:0 auto;text-align:center;padding-top:35px;}


.menupad {padding-top:10px;}

.contacttext {text-align:right;padding:17px 0;}
.contacttext  {font-size:20px;font-weight:400;color:#FFF;}
.contacttext a:link, .contacttext a:visited {font-size:20px;font-weight:400;color:#FFF;}
.contacttext a:hover, .contacttext a:active {font-size:20px;font-weight:400;color:#fff0a5;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	position:relative;
	z-index:0;
	margin-bottom:-105px;
	display:block;
}


.showcasetext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
  color: white;
}

.showcasetext h1 {
  font-size: 68px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;
}

.showcasetext h1 span {
  font-size: 38px;
  display: block;
  margin-top: 10px;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;
}

.lawrap {background:url('images/la-responsive_bg.png');
		 background-size:cover;
		 width:100%;
		 position:relative;
		 padding-bottom:20%;
		 display:block;
		 position:relative;
		 z-index:5;
}


.showcasewrapbk {

}

.welcomewrap {background:url('images/welcome-repeat_bg.jpg') repeat top right;}

.welcometext {text-align:left;padding:85px 0;text-align:center;}
.welcometext p {color:#111;font-size:18px;line-height:26px;}
.welcometext h2 {color:#111;font-size:48px;line-height:54px;font-weight:600;}
.welcometext h3 {color:#ab6921;font-size:30px;line-height:36px;font-weight:600;}

.companywrap {background:#f1f1f1;padding:0 12%;}

.servicebox {
  border:1px solid #DDD;
  background:#FFF;padding:1.3rem;
  position: relative;
  box-shadow:0 0 15px 1px rgba(0,0,0,0.2);
}

.servicebox::after {
  content: '';
  position: absolute;
  bottom: -40px; /* half the height of arrow */
  left: 50%;
  transform: translateX(-50%);
  border-width: 40px 40px 0 40px;
  border-style: solid;
  border-color: #427a9b transparent transparent transparent;
  display: block;
}

.companywrap {padding:75px 0;}

.companybox {background:#938c31;text-align:center;padding:25px;}
.companybox h3 a:link, .companybox a:visited {color:#EEE;font-size:42px;line-height:50px;font-weight:600;}
.companybox h3 a:hover, .companybox a:active {color:#FFF;font-size:42px;line-height:50px;font-weight:600;}
.companybox p {color:#EEE;font-size:18px;line-height:26px;}

.expertbox {
	background:#427a9b;
	padding:25px;
}

.expertbox h2 {color:#fff0a5;font-size:26px;line-height:32px;font-weight:600;}
.expertbox p {color:#EEE;font-size:18px;line-height:26px;font-weight:300;}
.expertbox ul {margin:0;padding:0;list-style:none;}

.expertbox li {color:#EEE;font-size:18px;line-height:26px;}



.servicewrap {
	background:transparent;
}

.servicetext {padding:110px 0 175px 0;}
.servicetext h2 {color:#111;font-size:62px;line-height:70px;font-weight:600;text-align:center}
.servicetext h3 {color:#111;font-size:26px;line-height:34px;font-weight:600;text-align:center;padding-bottom:15px;}
.servicetext p {color:#111;font-size:18px;line-height:26px;font-weight:300;}

.servicetext ul {margin:0;padding:0;list-style:none;}
.servicetext li {color:#111;font-size:18px;line-height:26px;}

.gallerywrap {
	background:url('images/gallery-responsive_bg.png');
	width:100%;
	background-size:cover;
	margin-top:-65px;
}
.gallerytext {text-align:center;padding:90px 0 100px 0;}
.gallerytext h2 a:link, .gallerytext h2 a:visited {font-size:52px;margin-bottom:0;color:#DDD;}
.gallerytext h2 a:hover, .gallerytext h2 a:active {font-size:52px;margin-bottom:0;color:#FFF;}

.sloganwrap {
	background:url('images/slogan-responsive_bg.jpg');
	width:100%;
	background-size:cover;
}

.slogantext {padding:275px 0;}
.slogantext h3 {font-size:84px;color:#111;line-height:70px}
.slogantext h3 span {font-size:54px;color:#111;}

.mainwrap {
	padding: 50px 0 50px 0;
	background:#f1f1f1;
}

.backwrap {
	padding: 50px 0 120px 0;
	background:#FFF;
}




/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/


.footertopwrap {
	background:#20201f;
	padding:15px 0;
}

.footerwrap {
	background:#111;
}

.footertext {padding-top:10px;font-size:14px;color:#EEE;text-align:center;}
.footertext p {font-size:16px;color:#EEE;text-align:center;}

.footertext ul {
	list-style:none;
	margin:0;
	padding:0;
}

.footertext ul li {
	list-style:none;
	margin:0;
}


.footertext li { text-align:left;padding:0 0 12px 0;}
.footertext a:link, .footertext a:visited {color:#EEE;font-size:18px;}
.footertext a:hover, .footertext a:active{color:#fff0a5;font-size:18px;}

.footertext li a:link, .footertext li a:visited {color:#EEE;font-size:18px;padding:0 0 12px 0;}
.footertext li a:hover, .footertext li a:active{color:#fff0a5;font-size:18px;padding:0 0 12px 0;}

.login {color:#666;font-size:12px;}
.login li {color:#666;font-size:12px;}

a.login:visited {color:#666; font-size:12px; text-decoration:none;}
a.login:active {color:#666; font-size:12px; text-decoration:none;}
a.login:link {color:#666; font-size:12px; text-decoration:none;}
a.login:hover {color:#999; font-size:12px; text-decoration:underline;}

.copyright {font-family: var(--font-family-base);font-size: 12px;color: #666;text-align:center;padding:5px;}

a.copyright:visited {color: #666; font-size:12px; text-decoration:none;}
a.copyright:active {color: #666; font-size:12px; text-decoration:none;}
a.copyright:link {color: #666; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #999; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 12px;
    padding-top: 10px; 
	color: #666;
}

.wecontrol ul li { 
  display: inline; 
  color: #666;
  margin:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #666;
}

.wecontrol ul li a:hover {
    color: #999;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.contacttext {text-align:center;padding:17px 0 0 0;}
	.footertext li { text-align:center;padding:0 0 12px 0;}
	.showcasetext h1 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;

}

.showcasetext h1 span {
  font-size: 22px;
  display: block;
  margin-top: 10px;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;
}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
.companybox h3 a:link, .companybox a:visited {color:#EEE;font-size:30px;line-height:38px;font-weight:600;}
.companybox h3 a:hover, .companybox a:active {color:#FFF;font-size:30px;line-height:38px;font-weight:600;}
.gallerytext {text-align:center;padding:80px 0 140px 0;}
.gallerytext h2 a:link, .gallerytext h2 a:visited {font-size:40px;margin-bottom:0;color:#DDD;}
.gallerytext h2 a:hover, .gallerytext h2 a:active {font-size:40px;margin-bottom:0;color:#FFF;}
.slogantext h3 {font-size:54px;color:#111;line-height:50px}
.slogantext h3 span {font-size:34px;color:#111;}

.showcasewrap {
	position:relative;
	z-index:0;
	margin-bottom:-35px;
	display:block;
}

.showcasetext h1 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;

}

.showcasetext h1 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  text-shadow: 0 0 1px #000,0 0 3px #000,0 0 5px #000;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

