/************** deafault css******************/

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.section_padding {}

a:focus {
    outline: 0px solid
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
}

html,
body {}

.section_padding {
    padding: 50px 0px
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
/************** main css ******************/
/************** header css ******************/

#header_area {
    background: url(../images/topback1.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

#header_pracarea {
    background: url(../images/areaofpractice.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

#header_billarea {
    background: url(../images/billban.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

#header_contactarea {
    background: url(../images/contactban.JPG);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

#header_reparea {
    background: url(../images/representban.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

#header_toomeyarea {
    background: url(../images/toomeymessage.jpg);
    padding-top: 35px;
    background-size: cover;
    background-position: center center
}

h2 {color:#fff}

.logo {
    margin-top: 5px;
}

.logo h2 {}

.logo h2 a {
    color: #fff;
    text-decoration: none
}

.navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background: none
}

@media only screen and (min-width: 480px) and (max-width: 950px) {
   	.tablet ul   {width:700px}
	
	.tablet>li>a {font-size:13px; padding:12px}
}


.header_area_text {
    padding-top: 100px;
    padding-bottom: 200px;
    padding-right: 450px;
}

.pract_area_text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 450px;
}


.header_area_text h2 {
    font-size: 50px;
    color: #fff
}

.header_area_text p {
    color: #fff;
    margin: 30px 0px;
}

.header_area_text a {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	background-color: #005c00;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.header_area_text a {display:none}
}

.pract_area_text h2 {
    font-size: 50px;
    color: #fff
}

.pract_area_text p {
    color: #fff;
    margin: 30px 0px;
}

.pract_area_text a {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	background-color: #005c00;
}

.form  {
	margin:20px 0 20px; 
	float:right;
	 width:80%;
	  border-radius:5px;
	   -moz-border-radius:5px;
	    border:2px #004d00 solid;
}

@media only screen and (max-width: 480px) {
	.form  {width:100%}
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
	.pract_area_text a {display:none}
}
/************** feature area css ******************/

.billingblock  {
	width:100%;
	margin:30px 0;
	padding:0;
	float:left;
}

.billpt  {
	display:block;
	width:100%;
	height:auto;
	min-height:60px;
	background:url(../images/billpt.jpg);
	background-size: cover;
    background-position: center center;
	list-style:none;
	color:#fff;
	border:3px solid #fff;
	border-radius:5px;
	-mox-border-radius:5px; 
	font-weight:bold;
	padding:15px;
	font-size:18px;
	margin:16px 0;
}

.billptbck   {
	 background: url(../images/storyareabck.jpg) no-repeat center center fixed;
    background-size: cover;
	width:100%;
	float:left;
	
}

.casesblock  {
	width:50%;
	margin:30px 0;
	padding:0;
	float:left;
	display:inline-block;
}

.case  {
	color:#fff;
	font-weight:bold;
	padding:6px;
	font-size:15px;
	margin:5px 10px;
}

.casebck   {
	 background: url(../images/caseback.jpg) no-repeat center center fixed;
    background-size: cover;
	width:100%;
	float:left;
	
}

#features_area h2 {
    margin-bottom: 60px;
}

.single_feature {
    border: 2px solid #F2F2F2;
    padding: 10px;
}

.single_feature h3 {
    margin-top: 35px;
}

.single_feature i {
    background: #36C36E;
    font-size: 25px;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 17px;
    position: absolute;
    top: -17%;
    left: 44%;
}
/************** story area css ******************/

#story_area {
     background: url(../images/storyareabck.jpg) no-repeat center center fixed;
    background-size: cover;
}

#practice_area {
     background-color: #fff;
	 
}




.story_text {}

.story_text h2,
.experience h2 {
    margin-bottom: 40px;
}

.story_text p,
.experience p {
    margin-bottom: 30px;
}

.story_text a {
    border: 2px solid #333333;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase
}

.contact_text a {
    border: 2px solid #333333;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

.experience a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

#clients_say_area {
    background: #fff;
    position: relative
}

#clients_say_area h2 {
    margin-bottom: 50px;
}

.clients_say {
    margin-bottom: 30px
}

.clients_say_list {
    margin-top: 20px;
}

.clients_say p {
    border: 2px solid #E3E3E3;
    padding: 20px 40px;
}

.say {
    text-align: right;
    width: 90%;
    margin-top: 10px
}

.say h5 {
    margin: 0;
    color: #000
}

.say h6 {
    margin: 0;
    color: #666666
}

.c_img {
    width: 10%;
    text-align: right
}

.c_img img {
    border-radius: 50%
}

#Experience_area {
    background: #353535;
    color: #fff
}

.skills {}

.skills h2 {
    margin-bottom: 40px;
}

.progress-bar {
    background: #36C36E;
}
/************** blog area css ******************/

#blog_area {
    background: #fff
}

.single_blog {}

.single_blog img {}

.single_blog h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 20px
}

.single_blog p {
    margin: 10px 0px;
}

.comment_area {
    color: #999999
}

.date i,
.comment i {
    margin-right: 10px;
}
/************** call to action css ******************/

#caal_to_action_area {
    background: #004d00;
    padding: 30px 0px;
    color: #fff;
}

.call_to_action_text {}

.call_to_action_text h2 {
    margin: 0
}

.call_project a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 13px;
    text-transform: uppercase
}

#practice_action_area  {
	background: #004d00;
    padding: 30px 0px;
    color: #fff;
}
.practice_project a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 13px;
    text-transform: uppercase
}


/************** footer area css ******************/

#footer_area {
    background: #232323;
    padding: 10px 0px 30px 0px;
    color: #fff;
}

.footernav {
	width:100%;
	height:70px;
	float:left;
	margin:0;
	padding:0;
}

.footernavblock {
	width:800px;
	height:50px;
	display:block;
	margin:0 auto;
	padding:0;
}

.footernavblock li {
	display:inline-block;
	font-size:12px;
	margin:2px 35px;
	list-style:none;
	line-height:1.8em;
}

.footernavblock li a {
	color:#fff;
	}
	
.footernavblock li a:hover {
	color:#090;
	}


@media only screen and (min-width: 320px) and (max-width: 480px) {	
.footernav {
	
	height:35px;
	
}

.footernavblock {
	width:319px;
	height:25px;
	
}

.footernavblock li {
	
	font-size:7px;
	margin:2px 5px;
	line-height:1.3em;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {	

.footernavblock {
	width:750px;
	height:40px;
	
}

.footernavblock li {
	display:inline-block;
	font-size:12px;
	margin:2px 22px;
	line-height:1.5em;
}
}


.company_logo {
    margin-top: 20px
}

.company_logo h2 {}


@media only screen and (max-width: 480px) {

.company_address {
	margin-top:30px;
}
}


.company_address {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.company_address h2 {
    font-size: 18px;
    text-transform: uppercase
}

.company_address p {
    font-size: 14px;
    font-weight: 300
}

.company_address h3 {
    font-size: 14px;
    font-weight: 300
}
.company_address a {
    color:#fff;
	}
	
.company_address a:hover {
	color:#090;
	}

#preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#preloader i {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
