@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
}



/*------------------------------------------------
                    typography
--------------------------------------------------*/
h1 {
margin-bottom:0px;
margin-top:0px;
	
}


h2 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #464545;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #4e4e4e;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #464545;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #464545;
	margin:0px;
	font-weight:300;
	line-height:28px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a:link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

hr{
	border-top: 1px solid #dbdbdb;
}


/*------------------------------------------------
                     intro
--------------------------------------------------*/

.topbar {
	background-color: #fff;
	width: 100%;
	height: 30px;
	opacity: 0.7;
	position: fixed;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;
}


 
.logo {
	width:330px;
	height:189px;
	margin:0px auto;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	margin-top:90px;
}
.icon_wrapp {
	width:715px;
	margin:0px auto;
	margin-top:80px;
}
.home_icon {
	transition:all 0.5s ease-in-out;
	width:128px;
	height:128px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	display:block;	
	background-repeat:no-repeat;
	background-position:center top;	
	
	-moz-border-radius:50%;	
	-ms-border-radius:50%;	
	-o-border-radius:50%;	
	-webkit-border-radius:50%;	
	border-radius:50%;	
	border:5px solid #4c4c4c;
}
.home_icon:hover {
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
	background-position:center bottom;
	border:5px solid #a90000;
}
#icon1 {
	background-image:url(../img/icon1.png);
}
#icon2 {
	background-image:url(../img/icon2.png);
}
#icon3 {
	background-image:url(../img/icon3.png);
}

#icon4 {
	background-image:url(../img/icon4.png);
}

#intro h1 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 120px;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #787777;
	filter: dropshadow(color=#787777, offx=1, offy=1);
	padding-top: 90px;
	margin: 0 auto;
	position: fixed;
	z-index: 100;
	width: 100%;
}

span.small {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color:#4c4c4c;
	margin-top:5px;
	display:block;
}

span.name {
	color: #b46b6b;
	text-shadow: 1px 0px 1px #787777;
}

span.amp {
	display: inline-block;
	font-size: 80px;
	font-weight: normal;
	font-family: Baskerville, 'Maven Pro', serif;
	font-style: italic;
}
span.intro_line {
	background: url(../img/intro_line.png) no-repeat;
	width: 254px;
	height: 8px;
	display: inline-block;
	margin: 0 20px 12px 25px;
}



/*------------------------------------------------
                       nav
--------------------------------------------------*/

nav {

	background-color:#fec213;
	height: 45px;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom:0px;
	padding-top:5px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;
}
nav.topnav {top:0;}

#intro li a{    color: #4c4c4c;
    font-size: 20px;}
nav ul {
	padding-top: 5px;
}

nav ul li {
	display: inline;
}

nav a:link {
	font-size: 18px;
	font-weight: 300;
	color: #414143;
	text-transform: uppercase;
	padding: 5px 30px 5px 30px;
}

nav a:visited {
	color: #414143;
}

nav a:hover {
	background: #4c4c4c;
	color:#fec213;
}



/*------------------------------------------------
                      work
--------------------------------------------------*/

#social {
	margin-top: -7px;
	background: url(../img/work_bg.png) repeat;
	width: 100%;
	
	position: relative;
	z-index: 400;
}

.subheader {
	text-align: center;
	margin-top: 20px;
}

.subheader h2 {
	display: inline-block;
}

.subheader_line {
	background: url(../img/subheader_line.png) no-repeat;
	width: 348px;
	height: 8px;
	margin: 0 10px 5px 10px;
	display: inline-block;
}

.gallery {
	margin-top: 70px;
}

.gallery p {
	margin-top: 7px;
	font-size: 15px;
	color: #4b4a4a;
	text-align: center;
}

span.ss_text {
	color: #808080;
}

.ss {
	-webkit-box-shadow: 0px 0px 0px 1px #d9d7d7;
	-moz-box-shadow: 0px 0px 0px 1px #d9d7d7;
	box-shadow: 0px 0px 0px 1px #d9d7d7;
}

.ss:hover {
	-webkit-box-shadow: 0px 0px 0px 7px #b46b6b;
	-moz-box-shadow: 0px 0px 0px 7px #b46b6b;
	box-shadow: 0px 0px 0px 7px #b46b6b;
}



/*************** filterable portfolio *************/

.group:after { 
	visibility: hidden;
	display: block;
	content: "";
	clear: both; 
	height: 0; 
}


/* Filter */

dl {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #595858;
	padding: 10px;
}

dt, dd {
	float: left;
}

dt {
	margin-right: 5px;
}

.filter li {
	float: left;
}

.filter li:after {
	content: "";
}

.filter li:last-child:after {
	content: "";
}

.filter a {
	padding: 0 8px;
	margin: 0 2px;
	color: #595858;
	text-decoration: none;
}

.filter a:hover, .current a {
	color: #fff;
	background: #B46B6B;
	border-radius: 1px;
}

/* Portfolio Items */

.portfolio li { 
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}



.portfolio a {
	display: block;
	text-decoration: none;
}

.portfolio img {
	width: 280px;
	height: 180px;
	display: block;
}






.screenshot1 {
	background: url(../img/screenshot1.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot2 {
	background: url(../img/screenshot2.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot3 {
	background: url(../img/screenshot3.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot4 {
	background: url(../img/screenshot4.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot5 {
	background: url(../img/screenshot5.png) no-repeat;
	width: 280px;
	height: 180px;
}

.screenshot6 {
	background: url(../img/screenshot6.png) no-repeat;
	width: 280px;
	height: 180px;
}



.center {
	text-align: center;
	margin: 0 auto;
}

.spacer {
	padding-bottom: 37px;
}


.work_bg_bottom {
	background: url(../img/work_bg_bottom.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 400;
}



/*------------------------------------------------
                    services
--------------------------------------------------*/

#iso {
	width: 100%;
	min-height: 630px;
	background-color: #fff;
	position: relative;
	z-index: 400;
	text-align: center;
}

.serv_icons {
	margin: 80px 0 20px 0;
}

.serv_icons h3 {
	margin: 18px 0 18px 0;
}

.serv_icons p {
	color: #686868;
	font-size: 17px;
}

.serv_icon1 {
	background: url(../img/serv_icon1.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon2 {
	background: url(../img/serv_icon2.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon3 {
	background: url(../img/serv_icon3.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}

.serv_icon4 {
	background: url(../img/serv_icon4.png) no-repeat;
	width: 181px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
}


.services_bg_bottom {
	background: url(../img/services_bg_bottom.png) repeat-x;
	width: 100%;
	height: 13px;
	position: relative;
	z-index: 500;
}



/*------------------------------------------------
                      about
--------------------------------------------------*/

#media {
	background: url(../img/about_bg.png) repeat;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 400;
	margin-top: -13px;
}

#about .subheader {
	margin-top: 83px;
}

.about_pic {
	background: url(../images/web1.jpg) no-repeat;
	width: 266px;
	height: 266px;
	-webkit-box-shadow: 0px 0px 0px 7px #fff;
	-moz-box-shadow: 0px 0px 0px 7px #fff;
	box-shadow: 0px 0px 0px 7px #fff;
	opacity: 0.8;
	margin-top: 67px;
	background-size:cover; background-position:center center;
}

.about_copy {
	margin-top: 25px;
}

.about_copy p {
	margin-bottom: 15px;
	color: #3d3d3d;
}

#about h4 {
	margin-bottom: 15px;
}

/********* social **********/

.social {
	margin-top: 30px;
}

.social ul li {
	display: inline;
	margin-right: 10px;
}

.icn_twitter {
	width: 52px;
	height: 52px;
	background: url(../img/icn_twitter.png) no-repeat 0 0;
	display: inline-block;
}

.icn_facebook {
	width: 52px;
	height: 52px;
	background: url(../img/icn_facebook.png) no-repeat 0 0;
	display: inline-block;
}

.icn_linkedin {
	width: 50px;
	height: 52px;
	background: url(../img/icn_linkedin.png) no-repeat 0 0;
	display: inline-block;
}

.icn_dribble {
	width: 50px;
	height: 52px;
	background: url(../img/icn_dribble.png) no-repeat 0 0;
	display: inline-block;
}

.sprite:hover {
	background-position: 0 -52px;
}

/********** skills *********/



.skills ul li {
	margin-bottom: 15px;
}

.skills p {
	padding: 1px 0 0 10px;
	color: #fff;
	font-size: 15px;
}

.skill1 {
	background: url(../img/skill1.png) no-repeat 0 0;
	width: 242px;
	height: 27px;
}

.skill2 {
	background: url(../img/skill2.png) no-repeat 0 0;
	width: 178px;
	height: 27px;
}

.skill3 {
	background: url(../img/skill3.png) no-repeat 0 0;
	width: 225px;
	height: 27px;
}

.skill4 {
	background: url(../img/skill4.png) no-repeat 0 0;
	width: 161px;
	height: 27px;
}

.skill5 {
	background: url(../img/skill5.png) no-repeat 0 0;
	width: 138px;
	height: 27px;
}

.skill6 {
	background: url(../img/skill6.png) no-repeat 0 0;
	width: 120px;
	height: 27px;
}

.about_bg_bottom {
	background: url(../img/about_bg_bottom.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 500;
}


/*------------------------------------------------
                      contact
--------------------------------------------------*/

#contact {
	background-color: #fff;
	width: 100%;
	height: auto;
	margin-top: -13px;
	position: relative;
	z-index: 400;
}


/************** form **************/

.contact_form h4 {
	margin-bottom: 15px;
}

.done {
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}


.contact_form input {
	width: 340px;
	height: 25px;
	margin-bottom: 15px;
	padding-left: 4px;
	background-color: #f0f0ef;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact_form textarea {
	background-color: #f0f0ef;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	width: 380px;
	height: 140px;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact_form input:focus, .contact_form textarea:focus {
	-moz-box-shadow: 0px 0px 6px #125b76;
	-webkit-box-shadow: 0px 0px 6px #125b76;
	box-shadow: 0px 0px 6px #125b76;
} 

.contact_form input.submit-button {
	background-color: #b46b6b;
	color: #faf4ec;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 74px;
	padding: 0;
	text-align: center;
}

.contact_form input.submit-button:hover {
	background-color: #e76658;
}


.contact_info h4 {
	margin-bottom: 15px;
}

.contact_info p {
	margin-bottom: 6px;
	color: #4e4e4e;
}

.contact_info img {
	vertical-align: baseline;
	margin-right: 8px;
}

span.address {
	margin-left: 30px;
}

.map_frame {
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 0px 7px #f0f0ef;
	-moz-box-shadow: 0px 0px 0px 7px #f0f0ef;
	box-shadow: 0px 0px 0px 7px #f0f0ef;
}


.contact_bg_bottom {
	background: url(../img/services_bg_bottom.png) repeat-x;
	width: 100%;
	height: 13px;
	position: relative;
	z-index: 500;
}



/*------------------------------------------------
                      footer
--------------------------------------------------*/

footer {

	background-color:#fec213;
	height: 30px;
	line-height:30px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 400;
	
}

footer p {
	
	color:#414143;
	margin-bottom:0px;
}


/*pages*/

.fl{float:left;}
.fr{float:right;}

.social1{
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}

.social2{
	width:230px;
	margin-left:10px;
	margin-bottom:10px;
}

.input1{
	width:100%;
	margin-top:15px;
	color:#777;
	background:#fff;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	float:left;
	padding-left:5px;
}

.input1:focus{
box-shadow:0px 0px 2px 1px #ddd;

}
.input2{
	width:100%;
	margin-top:15px;
	color:#777;
	background:#fff;
	height:60px;
	line-height:22px;
	border:1px solid #ddd;
	float:left;
	padding-left:5px;
}

.input2:focus{
box-shadow:0px 0px 2px 1px #ddd;

}
.input3{
	width:100px;
	margin-top:15px;
	color:#fff;
	background:#fec213;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	border:none;
}

.my_list{
	width:100%;
	margin-bottom:20px;
}
.my_list ul{
	list-style:circle;
	float:left;
	margin-left:20px;
}

.my_list li{
font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.font-20{font-size:20px;}

.w100{
	width:100%;
}
.bgr-12{
	background-image:url(../img/bgr12.png);
	background-color:#fff;
	background-size:cover;
	min-height:400px;
	background-attachment:fixed;
	padding:40px 0px;
}
.opac-box{background: rgba(21, 29, 65, 0.1);
color: #2c3859;
padding: 30px;
}
	
	.mt-0{margin-top:0px;}
	
.iso-txt{
	margin-bottom:0px;
}
.address-sec{    
    padding: 30px 50px;
}
.form-sec{   
    padding: 20px 30px;}
	.address-sec p{font-size:17px; margin-bottom:20px;}
	.address-sec i.fa{  color: #333;
    background: #fec213;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    }
	
	
	.form-sec .form-control{border-radius:0px; margin-bottom:0px;}
	.form-sec input.form-control{ height:45px;}
	
.thm-btn{
	color:#333;
	background:#fec213;
	text-align:center;
	border:none;
	border-radius:0px;
	transaction:all .3s linear;
}	
	
.thm-btn:hover{
	background:#333;
	color:#fec213;
	
}
.contact-social li:nth-child(1):hover i.fa{background:#3b5999; color:#fff;}	
.contact-social li:nth-child(2):hover i.fa{background:#55acee; color:#fff;}	
.contact-social li:nth-child(3):hover i.fa{background:#0077B5; color:#fff;}	
.contact-social li:nth-child(4):hover i.fa{background:#dd4b39; color:#fff;}	
.contact-social li:nth-child(5):hover i.fa{background:#bd081c; color:#fff;}
.bgr-12 p, .bgr-12 li {
    font-weight: 500;
}
.drawer-nav{background:#fff;}
.drawer--right .drawer-nav {
    right: -20.25rem;
}
.drawer-nav {
    width: 20.25rem;
}
.drawer--right.drawer-open .drawer-hamburger{ right: 20.25rem;}
@media only screen and (max-width:1200px)
{
nav a:link {
  padding: 5px 15px 5px 15px;
}
}
@media only screen and (max-width:991px)
{
	nav a:link {
		 padding: 5px 15px 5px 15px;
font-size: 14px;
    font-weight: 600;    margin-bottom:8px;
	}
	.r-img{    max-width: 60%;
    margin: 0 auto;
   margin-bottom:20px;}
   .r-img.ml{margin-left:20%;}
   footer{position:static;}
     .r-img.social{  margin-left: 15%;}
}
@media only screen and (max-width:767px)
{
	#intro{padding-bottom:30px;}
	.subheader_line{display:none;}
}
@media only screen and (max-width:480px)
{
	.r-img{    max-width: 90%;}
	 .r-img.ml{margin-left:5%;}
	  .r-img.social{  margin-left: 0%;}
}