*{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
header, section, footer, aside, nav, article, div, span, hgroup{
	display:block;
}
body,td,th {
	font-family: Century Gothic, Tahoma, sans-serif;
	text-align:center;
}

h1{
	font-size: 54px;
}

h2{
	font-size: 50px;
}
h3{
	font-size: 48px;
}
p, a{
	font-size: 48px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}

header{
	position:fixed;
	z-index: 100;
	width: 100%;
	height: 125px;
	color:#000000;
	background-color:#323232;
	border-bottom: 2px solid black;
}
#headerbacker{
	width:100%;
	height:127px;
	margin: 0px;
	background: black;
}

#navicon{
	width:125px;
	height:125px;
	float:left;
}
#Test{
	height:25px;
	width: 100%;
	background-color: red;
}

#title_name{
	display: inline-block;
	margin: auto;
	width: auto;
	color:white;
	font-weight:normal;
	line-height: 125px;
}

#mainlogo{
	width:125px;
	height:125px;
	float:right;
	position:relative;
	/*right:15px;*/  
	overflow:hidden;
}
#mainlogo img{
	width: 100%;
	height: auto;
}


/* Main Navgation Bar START */
#main_nav{
	display: none;
}

/* Main Navgation Bar END */


/* MOBILE NAV START */
#cp{
	position: fixed;
	z-index: 100;
	right: -80%;
	top: 127px;
	width: 60%;
	height: 0px;
	color:white;
	background: #101010;
	margin: 0;
	overflow: hidden;
	transition: left 0.3s linear 0s;
}
#cp ul{
	margin: 0;
	padding: 0;
}
#cp ul li{
	background:#1c1c1c;
}
#cp ul li a{
	color: #fff;
	display: block;
	height:90px;
	font-size:40px;
	line-height:80px;
	text-align:left;
	text-decoration: none;
	padding-left:50px;
}
#cp ul li:hover{
	background-color:#666;
	-webkit-transition: background-color 1s;
    transition: background-color 1s;
}
/* MOBILE NAV END */


/* CLASSES STRT */

.imgplchldr{
	width:90%;
	height:auto;
	margin:auto;
	border-radius:10px;
	overflow:hidden;
}
.imgplchldr img{
	display:block;
	margin: auto;
	width:100%;
	height:auto;
}
.page_para{
	width:90%;
	height:auto;
	margin: 20px auto;
}
.thumb_holder{
	display:inline-block;
	width:33%;
	height:auto;
	margin:1px 1px;
	overflow:hidden;
}
.thumb_holder img{
	width:100%;
	height:auto;
}
.contact_divs{
	display: inline-block;
	width:90%;
	height: 240px;
	
	margin:auto;
	margin-bottom: 20px;
}
.contact_divs_img{
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	width: 200px;
	height: 200px;
	background: #ccc;
	border-radius:50px;
	overflow:hidden;
}
.contact_divs_desc{
	display: inline-block;
	margin-top: 20px;
	width: 60%;
	height: 200px;
	background: #e2e2e2;
	border-radius:50px;
	overflow:hidden;
}

/* CLASSES END */

/* MAIN SLIDER START */
.slider {
	width: 100%;
	height: auto;
	/*margin: 50px auto;*/
}

.slick-slide {
	margin: 0px 0px;
	overflow: hidden;
}

.slick-slide img {
	margin: 0px auto;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.main_slides{
	padding: 50px;
	height: 1300px;
	color: white;
	background-size: cover;
	background-position: center !important;
}
.main_slide_h1wbg{
	margin: auto;
	width: auto;
	text-shadow: 0px 7px 5px #000;
}
#slider_logo{
	margin: 70px auto 0px;
}
.sld_title_spacer{
	width: inherit;
	height:610px;
}
.sld_titles{
	font-size: 60px;
}
.sld_ul{
	font-size: 24px;
	list-style: none;
}
#logo_spacer{
	height: 400px;
}
.main_slide_spacer{
	height:920px;
	
}
.main_slide_para{
	text-shadow: 0px 7px 5px #000;
	
}
#main_slide1{
	background-image: url(images/slider/slide1.jpg);
	background-size: cover;
}
#main_slide2{
	background: url(images/slider/slidedc.jpg);
	background-size: cover;
}
#main_slide3{
    background:
		linear-gradient(
			rgba(0, 0, 0, 0.0), 
			rgba(0, 0, 0, 0.75)
		),url(images/slider/slidephoto.jpg);;
	background-size: cover;
}
#main_slide4{
	background: url(images/slider/slidemwd.jpg);
	background-size: cover;
}

/* MAIN SLIDER END */


/* MAIN PAGE STRT */

#home_main_sec{
	display: block;
	width: 100%;
	height: auto;
}
.main_arti_header{
	width: 90%;
	margin: auto;
	height: 100px;
	line-height: 95px;
	color: white;
	border: 5px solid white;
}
.main_arti_para{
	width: 90%;
	height: 880px;
	margin: 40px auto;
	text-align: left;
	color: white;
}
.main_arti_btn{
	width: 90%;
	height: 100px;
	line-height: 95px;
	margin: auto;
	color: white;
	background-color: #494e7c;
	border: none;
}
.main_arti_btn a{
	display:block;
	margin: 0 auto;
	color:white;
	background-color: #4a4e7d;
}
.main_arti_btn a:hover{
	background-color: #777ecf;
}
#main_about_arti{
	display: block;
	text-align: center;
	width: 100%;
	height: 1200px;
	padding: 40px 0px;
	background-image: url(images/aboutus-main.jpg);
	background-size: cover;
}

#main_services_arti{
	display: block;
	text-align: center;
	width: 100%;
	height: 1200px;
	padding: 40px 0px;
	background-image: url(images/services-main.jpg);
	background-size: cover;
}

#main_portfo_arti{
	display: block;
	text-align: center;
	width: 100%;
	height: 1200px;
	padding: 40px 0px;
	background-image: url(images/portfolios-main.jpg);
	background-size: cover;
}

#main_gallery_arti{
	display: block;
	text-align: center;
	width: 100%;
	height: 1200px;
	padding: 40px 0px;
	background-image: url(images/gallery-main.jpg);
	background-size: cover;
}

#main_contactus_arti{
	display: block;
	text-align: center;
	width: 100%;
	height: 1200px;
	padding: 40px 0px;
	background-image: url(images/contactus-main.jpg);
	background-size: cover;
}


#block_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color:#d7d7d7;
}

#contactus_button{
	margin-top:40px;
	margin-bottom:20px;
}
#contactus_button a{
	display:block;
	width:300px;
	margin: 0 auto;
	padding: 20px 40px;
	color:white;
	background-color: #4a4e7d;
}
#contactus_button a:hover{
	background-color: #777ecf;
}

/* MAIN PAGE END */

/* GENERIC STRT */
.header2_style1_dark{
	width: 90%;
	height: 80px;
	line-height: 65px;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 6px #232441;
	color: #232441;
}
.header2_style1_light{
	width: 90%;
	height: 80px;
	line-height: 65px;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 6px white;
	color: white;
}
.art1{
	display:block;
	width:100%;
	height:auto;
	color:#606060;
	background-color:#EFEFEF;
}

.art1 img{
	display:block;
	width:100%;
	height:auto;
}
/* GENERIC END */

/* PAGE (REGULAR) START */

.page_intro_cont{
	width: 100%;
	height: 100px;
	background-color: #494e7c;
}
.page_intro_title{
	width: 95%;
	margin: auto;
	color: #FFFFFF;
	line-height: 95px;
	text-align: left;
}
.page_desc_cont{
	width: 100;
	height: auto;
	color: #FFFFFF;
	text-align: left;
	background-color: #232441;
	padding: 40px 0px;
}
.page_para_90perc{
	width: 95%;
	margin: auto;
}
.page_article{
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background-color: #d7d7d7;
}
.page_article img{
	width: 100%;
	height: auto;
	margin: 0px auto;
}
/* PAGE (REGULAR) END */

/* REGULAR PAGE LAYOUT 1 START */

.reg_page_lay1_body{
	width: 100%;
	height: auto;
	background-color:#d7d7d7;
	padding-bottom: 20px;
}
.reg_page_lay1_intro{
	display: block;
	width:100%;
	height:auto;
	padding-bottom: 60px;
	/*background-color:#d7d7d7;*/
}
.reg_page_lay1_introimgholder{
	display: inline-block;
	width:90%;
	height:auto;
	margin:auto;
	border-radius:10px;
	overflow:hidden;
}
.reg_page_lay1_introimgholder img{
	display:block;
	width:100%;
	height:auto;
}
.reg_page_lay1_desc{
	display: inline-block;
	width:90%;
	height: auto;
	margin-top: 20px;
	padding: 0px 10px;
	border-radius:10px;
	overflow:hidden;
}

.reg_page_lay1_imageholder{
	display: inline-block;
	width:90%;
	height:auto;
	margin:auto;
	border-radius:10px;
	overflow:hidden;
}
.reg_page_lay1_imageholder img{
	display:block;
	width:100%;
	height:auto;
}
.reg_page_lay1_para{
	display: inline-block;
	width:90%;
	height:auto;
}

.reg_page_lay1article_holder1{
	width: 100%;
	height: auto;
	/*background-color: antiquewhite;*/
	margin: auto;
}
.reg_page_lay1_artactive{
	display:block;
	width: 100%;
	height:auto;
	background-color:#e4e4e4;
	padding-top: 20px;
	padding-bottom: 40px;
}

/* REGULAR PAGE LAYOUT 1 END */

/* ABOUT US START */
.page_article_title{
	width: 90%;
	margin: 40px auto;
	height: 100px;
	line-height: 95px;
	color: white;
	border: 5px solid white;
}

.newlay1_abouttitle{
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 0px;
	background-image:url(images/newpageaboutus.jpg);
	background-size:cover;
	overflow: hidden;
}
.nl1_abouttitle_name{
	width: 90%;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 4px white;
	color: white;
}
.newlay1_aboutdesc_light{
	width: 90%;
	margin: 30px auto;
	color: white;
	text-align: left;
}
.newlay1_pgdesc_dark{
	width: 90%;
	margin: 30px auto;
	color: black;
	text-align: left;
}
.about_article{
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: #d7d7d7;
}
#historyimage{
	width: 90%;
	height: auto;
	margin: 30px auto;
}
.historylogos{
	margin-bottom: 20px;
}
.nl1_aboutarticle_titlee{
	width: 90%;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 4px black;
	color: black;
}
.staff_slots{
	display: block;
	margin-bottom: 30px;
	width: 100%; /* of the parent:90% screen width */
	height: 250px;
	background-color:#EFEFEF;
	overflow: hidden;
}
.staff_slot_img{
	display: inline-block;
	width: 30%;
	height: auto;
}

.staff_slot_para{
	display: inline-block;
	width: 65%;
	height: inherit;
	margin-top: 20px;
	text-align: center;
	line-height: 100px;
}
#team_bc1{
	display: inline-block;
	width: 30%;
	height: inherit;
	background-image: url(images/staff/staff-brunoc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#team_kc1{
	display: inline-block;
	width: 30%;
	height: inherit;
	background-image: url(images/staff/staff-katharine.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#team_am1{
	display: inline-block;
	width: 30%;
	height: inherit;
	background-image: url(images/staff/staff-alexm.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ABOUT US END */

/* SERVICES START */
.newlay1_servicestitle{
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 0px;
	background-image: url(images/newpageservices.jpg);
	background-size:cover;
	overflow: hidden;
}
.nl1_servicestitle_name{
	width: 90%;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 4px white;
	color: white;
}
.newlay1_servicesdesc_light{
	width: 90%;
	margin: 30px auto;
	color: white;
	text-align: left;
}
.newlay1_servicesdesc_dark{
	width: 90%;
	margin: 30px auto;
	color: black;
	text-align: left;
}
.service_article{
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: #d7d7d7;
}
.service_article img{
	width: 90%;
	height: auto;
	margin: 30px auto;
}
.nl1_servicesarticle_titlee{
	width: 90%;
	margin: 30px auto;
	padding-top: 15px;
	border: solid 4px black;
	color: black;
}

#svc_contact_button{
	margin-top:40px;
	margin-bottom:40px;
}
#svc_contact_button a{
	display:block;
	width:350px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
	color:white;
	background-color: #4a4e7d;
}
#svc_contact_button a:hover{
	background-color: #777ecf;
}
/* SERVICES END */

/* PROJECTS START */



/* PROJECTS END */

/* GALLERY START */

.gall_page_lay1_desc{
	display: inline-block;
	width:90%;
	height: auto;
	margin-top: 20px;
	padding: 0px 10px;
	border-radius:10px;
	overflow:hidden;
}

/* GALLERY END */

/* PORTFOLIOS START */

.port_page_lay1_desc{
	display: inline-block;
	width:90%;
	height: auto;
	margin-top: 20px;
	padding: 0px 10px;
	border-radius:10px;
	overflow:hidden;
}
.page_port_header2lt{
	widTH: 100%;
	height: 80px;
	line-height:  75px;
	color: #FFFFFF;
	background-color: #494e7c;
}

.port_container{
	display: block;
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	text-align: left;
}
.port_thumb_33{
	display: inline-block;
	overflow: hidden;
	margin: 1px 1px;
	width:33%;
	height: auto;

}
.port_thumb_33 img{
	width: 100%;
	height: auto;
}


/* PORTFOLIOS END */

/* CONTACT PAGE STRT*/

.contact_items{
	display: inline-block;
	margin: 20px auto;
	width:90%;
	height:180px;
	background-color:#EFEFEF;
	border-radius:10px;
	overflow:hidden;
}
.cont_img_container{
	display: inline-block;
	float: left;
	margin: auto;
	width: 180px;
	height: 180px;
	border-radius:10px;
	overflow:hidden;
}
.cont_img_container img{
	width: 100%;
	height: auto;
}
.cont_desc_container{
	display: inline-block;
	margin: auto;
	width: auto;
	height: 180px;
	line-height: 85px;
}


/* CONTACT PAGE END*/

/* FOOTER START */
footer{
	color: white;
	text-align: center;
	width: 100%;
	height: 1200px;
	background-color: #2b2b2b;
	background-image:url(images/footerbgimg15-2.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size:contain;
}
footer h3{
	color: #999;
	padding-top: 20px;
	text-align: center;
}

#socialnet{
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	width:100%;
	height:auto;
}
#socialnet img{
	margin: 0px 9px;
}
.foot_button{

}
.foot_button a{
	display:block;
	width:275px;
	height:95px;
	line-height: 90px;
	padding: 20px 40px;
	text-align:left;
	color:white;
}
.foot_button a:hover{
	background-color:#666;
}
#copyr{
	color: #999;
	width:auto;
	height:50px;
	/*padding-top: 20px;*/
	/*padding-bottom: 50px;*/
	margin: 30px auto;
}
/* FOOTER END */


/* OLD PAGE STYLES */

/* ABOUT US PAGE STRT */
.ldlogohistory{
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0px 0px 10px;
	border-radius:10px;
	overflow:hidden;
}
.about_ld_history{
	display: block;
	margin: auto;
	width: 90%;
	height: auto;
	text-align: left;
}
.about_imgside_para{
	margin-left: 20px;
	width: 65%;
	height: 200px;
}
#about_credits{
	display: block;
	margin: auto;
	width: 90%;
	height: auto;
	text-align: left;
}

/* ABOUT US PAGE END*/

