* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'MyriadPro-Regular';
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, h2 {
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
.blue-bg {
	background: #001c36;
}
.green-bg {
	background: #51a915;
}
.white-txt {
	color: #FFFFFF!important;
}
.maxwidth {
	max-width: 100%;
}
.m-5-b {
	margin-bottom: 5px;
}
.m-10-b {
	margin-bottom: 10px;
}
.m-15-b {
	margin-bottom: 15px;
}
.m-20-b {
	margin-bottom: 20px;
}
.m-25-b {
	margin-bottom: 25px;
}
.m-30-b {
	margin-bottom: 30px;
}
.m-5-t {
	margin-top: 5px;
}
.m-10-t {
	margin-top: 10px;
}
.m-15-t {
	margin-top: 15px;
}
.m-20-t {
	margin-top: 20px;
}
.m-25-t {
	margin-top: 25px;
}
.m-30-t {
	margin-top: 30px;
}
input[type="submit"] {
	cursor: pointer;
}
.top-area {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.container {
	width: 1170px;
	margin: auto;
}
.logo {
	float: left;
	width: 28%;
}
.navigation {
	float: left;
	width: 72%;
	margin-top: 9px;
}
.navigation li {
	float: left;
}
.navigation li:first-child a {
	background-image: none;
}
.navigation li a {
	background: rgba(0, 0, 0, 0) url("../images/nav-line.png") no-repeat scroll 0 4px;
	color: #000;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
}
.navigation ul {
	float: right;
	margin-right: 15px;
}
.top-btn {
	float: right;
}
.top-btn a {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 16px;
}
.fb-btn {
	border: 1px solid #284d99;
	padding: 4px 10px 4px 26px;
	text-decoration: none;
	background: #6689d2 url(../images/fb-icon.png) no-repeat scroll 5px center;
}
.call-btn {
	border: 1px solid #ce7f23;
	padding: 4px 13px 4px 30px;
	text-decoration: none;
	background: #f8931e url(../images/contact-ico.png) no-repeat scroll 5px center;
}
/*banner start*/
.banner-area {
	float: left;
	width: 100%;
	background: url(../images/main-banner.jpg) no-repeat scroll center Top;
	min-height: 518px;
}
.bnr-left-wrap {
  float: left;
  width: 60%;
}
.bnr-txt {
  box-sizing: border-box;
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  margin-top: 20px;
  min-height: 222px;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.content .portfolio-area {
    margin-bottom: 0;
}
.bnr-txt h1 {
    font-size: 26px;
    color: #f8931e;
    background: rgba(0, 0, 0, 0.70);
    padding: 4px 12px;
    font-weight: normal;
    width: auto;
    float: left;
    clear: both;
}
.bnr-txt p {
    font-size: 18px;
    color: #000;
    background: rgba(255, 255, 255, 0.50);
    margin: 8px 0 0;
    padding: 4px 12px;
    width: auto;
    float: left;
    clear: both;
}
.bnr-form-wrap {
  float: left;
  width: 40%;
}
.bnr-form {
  background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
  float: right;
  min-height: 518px;
  width: 72%;
}
.form-head h2 {
	background: #f8931e;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	padding: 12px 17px;
	text-transform: uppercase;
}
.form-group {
	padding: 0 17px;
	margin: 20px 0 0;
	display: inline-block;
}
.form-field {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.form-field input[type="text"] {
	border: solid 1px #fff;
	padding: 11px 0;
	border-radius: 4px;
	text-indent: 50px;
	width: 100%;
}
.your-name {
	background: #FFF url(../images/name-icon.png) no-repeat scroll 8px center;
}
.your-email {
	background: #FFF url(../images/email-icon.png) no-repeat scroll 8px center;
}
.your-phone {
	background: #FFF url(../images/phone-icon.png) no-repeat scroll 8px center;
}
.your-city {
	background: #FFF url(../images/city-icon.png) no-repeat scroll 8px center;
}
.your-state {
	background: #FFF url(../images/state-icon.png) no-repeat scroll 8px center;
}
.your-detail {
	background: #fff url(../images/message.png) no-repeat scroll 8px 0px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-indent: 50px;
	width: 100%;
	padding: 10px 0;
	min-height: 79px;
}
.send-btn {
	background: rgba(0, 0, 0, 0) url(../images/btn-bg.png) no-repeat scroll 0 0;
	border: unset;
	padding: 7px 0;
	width: 100%;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.service-area {
	float: left;
	width: 100%;
}
.service-wrap {
	float: left;
	margin-bottom: 45px;
	width: 100%;
}
.title-area {
	float: left;
	width: 100%;
	text-align: center;
}
.title-area h2 {
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #f8931e;
	text-align: center;
	margin-top: 30px;
}
.title-area p {
	text-align: center;
	font-size: 18px;
	font-family: 'MyriadPro-Regular';
	margin-top: 15px;
	width: 63.6%;
	display: inline-block;
	margin-bottom: 25px;
}
.service-box {
	float: left;
	text-align: center;
	width: 25%;
	color: #FFF;
	min-height: 326px;
}
.sb-box-in {
	margin-top: 30px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.service-box h4 {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 300;
}
.sb-box-in img {
	padding-bottom: 20px;
}
.service-box p {
	font-family: "MyriadPro-Regular";
	font-size: 16px;
	margin-bottom: 15px;
	min-height: 96px;
}
.read-more {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	color: #FFF;
	border: solid 1px #fff;
	padding: 4px 35px;
	display: inline-block;
	text-decoration: none;
}
.portfolio {
	float: left;
	width: 100%;
	background: url(../images/portfolio-bg.jpg) no-repeat scroll center Top;
}
.portfolio-area {
	margin-bottom: 45px;
	display: inline-block;
}
.portfolio-area img {
	margin-bottom: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.portfolio-area img:hover {
	opacity: 0.3;
	background: url(../images/link-icon.png) no-repeat scroll 0 0;
}

.blog-area {
	float: left;
	width: 100%;
}

.blog-box {
    float: left;
    width: 100%;
    margin-bottom: 55px;
    position: relative;
    padding-bottom: 46px;
}

.blog-img{
	float:left;
	width:100%;	
	height: 220px;
    overflow: hidden;
}

.blog-box img { max-width: 100%; }

/*.blog-box .r-more {
    position: absolute;
    bottom: 0;
}*/

.blog-box article:first-child {
	margin-left: unset;
}

.blog-box article {
	float: left;
	margin-right: 30px;
	margin-bottom:30px;
	width: 31.6%;
}

.blog-box article:nth-child(3n) {
	margin-right:0;
}

.blog-box article:nth-child(3n+1) { clear:both; }


.blog-meta span, .blog-meta em {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.blog-meta span {
	color: #8a8888;
}

.blog-meta em {
	color: #c9c9c9;
}

.blog-meta {
	float: left;
	margin: 12px 0;
	width: 100%;
}

.blog-txt {
	float: left;
	width: 100%;
}

.blog-txt h2 {
    color: #f8931e;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 24px;
}

.blog-txt p {
	font-family: "MyriadPro-Regular";
	font-size: 16px;
	color: #333333;
}

.r-more {
	color: #f8931e;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	text-decoration: none;
}

.ca-helper {
	margin-top: 30px;
	text-transform: uppercase;
}
.ca-txt-1 {
	font-size: 18px;
	font-family: "MyriadPro-Regular";
	color: #FFF;
}
.contact-area {
	background: #000000 none repeat scroll 0 0;
	float: left;
	width: 100%;
	padding: 35px 0 45px 0;
}
.ca-left {
	float: left;
	width: 62.3%;
	border-right: solid 1px rgba(255, 255, 255, 0.13);
	padding-right: 50px;
}
.ca-right {
	float: right;
	width: 31%;
}
.ca-right h3 {
	color: #f8931e;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
}
.ca-right p {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.ca-right span {
	color: #fff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	margin-top: 8px;
}
.copyright {
	float: left;
	width: 100%;
	padding: 13px 0;
}
.copyright p {
	color: #000000;
	font-family: "MyriadPro-Regular";
	font-size: 13px;
	text-align: center;
	padding-bottom: 4px;
}
p.copy-txt {
	font-size: 14px;
}
/* Inner page  */
.subheader {
	float: left;
	width: 100%;
	background: #f79422;
	padding: 18px 0;
}
.subheader h1 {
	font-size: 26px;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	color: #fff;
}
.page-title {
	float: left;
}
.breadcrumb {
	float: right;
	vertical-align: middle;
	padding-top: 8px;
}
.breadcrumb li {
	display: inline;
	padding-right: 12px;
	margin-right: 6px;
	background: url(../images/breadcrumb.png) no-repeat scroll right 3px;
}
.breadcrumb li:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-family: "Oswald", sans-serif;
}

.Content {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.content {
    float: left;
    width: 70%;
    margin-right: 2%;
}
.sidebar {
    float: left;
    width: 28%;
}
.sidebar .bnr-form-wrap {
    width: 100%;
}
.sidebar .bnr-form {
    width: 100%;
    background: #e8e9e7;
}
.content p {
    margin-bottom: 10px;
    line-height: 22px;
}
.ca-right span a {
    color: #fff;
    text-decoration: none;
}
.form-field input, .form-field textarea {
    font-size: 15px;
    font-family: inherit;
    color: #333;
}
.form-field input.send-btn {
    background-size: 100%;
    font-size: 18px;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    padding-bottom:7px;
}


#queryform {
    position: relative;
}
#error_message {
    color: red;
    font-size: 14px;
    float: left;
    position: absolute;
    top: -17px;
}


.main_box {
    text-align: center;
}
.thanks-page h1 {
    color: #f79422;
    font-size: 30px;
    padding:0 0 20px;
    font-family: "Oswald", sans-serif;
}
.thanks-page p {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.warm-regards h3 {
    color: #f79422;
    font-size: 20px;
    padding: 10px 0 6px;
	font-family: "Oswald", sans-serif;
}
.warm-regards p {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.back-to-home {
    background: #f79422 none repeat scroll 0 0;
    border-radius: 6px;
    clear: both;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    padding: 10px 24px;
    text-transform: uppercase;
}
.back-to-home a {
    text-decoration: none;
    color: #fff;
    font-family: oswald;
}

#Portfolio.services {
	margin-top:23px;
}
#Portfolio.services a {
    padding-right: 10px;
	display:inline-block;
	height:138px;
	overflow:hidden;
}

/* End */
 @media(min-width:1024px) and (max-width:1169px) {
	 .container {
	width: 98%;
	padding: 0 1%;
}
.portfolio {
    background-size: cover;
}
.service-box {
    min-height: 348px;
}
	 
	 .blog-box img {
    width: 100%;
}
.blog-box article {
    width: 31.2%;
}
.form-field input.send-btn {
    line-height: 18px;
    padding-bottom: 16px;
}
.bnr-txt h2 {
    font-size: 24px;
}
.bnr-txt p {
    font-size: 15px;
    clear: both;
}
}
 @media(min-width:768px) and (max-width:1023px) {
.container {
	width: 98%;
	padding: 0 1%;
}

.top-area .navigation ul {
    margin-top: 4px;
}
.navigation li a {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

.bnr-txt h2 {
    font-size: 17px;
}
.bnr-txt p {
    font-size: 13px;
    clear: both;
}

.form-field input, .form-field textarea {
    font-size: 14px;
    font-family: inherit;
    color: #333;
}
.form-field input.send-btn {
    background-size: 100%;
    line-height: 22px;
    padding-bottom: 17px;
}
.bnr-form {
	width: 332px;
}
.service-box {
    min-height: 436px;
}
.blog-box img {
    width: 100%;
}
.portfolio {
	background-repeat: repeat;
}
.blog-box article {
	margin-left: 16px;
}
.blog-txt h2 {
	font-size: 18px;
}
.navigation ul {
    margin-top: 22px;
}

.content {
    width: 60%;
    margin-right: 2%;
}
.sidebar {
    width: 38%;
}
}
 @media(min-width:320px) and (max-width:767px) {
.logo {
	text-align: center;
	width: 100%;
}
.bnr-txt h2 {
    font-size: 24px;
}
.bnr-txt p {
    font-size: 19px;
    clear: both;
}
.navigation {
    width: 100%;
    text-align: center;
}
.top-btn {
	float: none;
	text-align: center;
}
.bnr-left-wrap {
	width: 100%;
}
.bnr-form-wrap {
	width: 100%;
	   margin-top: 20px;
}
.bnr-form {
	width: 100%;
}
.bnr-txt {
	width: 100%;
	min-height: unset;
}
.banner-area {
	background-size: cover;
}
.bnr-txt {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}
.title-area p {
	width: 100%;
}
.service-box {
	width: 100%;
}
.portfolio {
	background: #333;
}
.blog-box article {
	border-top: 1px solid #d9d9d9;
	margin-left: unset;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}
.ca-left {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	border-right: unset;
	padding-bottom: 30px;
	padding-right: unset;
	width: 100%;
}
.ca-right {
	padding-top: 30px;
	width: 100%;
}
.blog-box img {
    width: 100%;
}
.navigation li {
    float: none;
    display: inline;
}
.navigation ul {
    margin: 24px auto 0;
    float: none;
}
.top-btn {
    margin-top: 12px;
}
.form-field input.send-btn {
    background-size: 100%;
	font-size:15px;
	line-height:20px;
}
}
 @media(min-width:480px) and (max-width:767px) {
.container {
	width: 460px;
	padding: 0 10px;
}
.blog-box {
	float: none;
	margin: auto;
	width: 86%;
}
.send-btn {
	display: table;
	margin: auto;
	width: 74%;
}
.navigation li a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.form-field input, .form-field textarea {
    font-size: 15px;
    font-family: inherit;
    color: #333;
}
.breadcrumb {
    float: left;
}
.content {
    width: 100%;
    margin-right: 0;
}
.sidebar {
    width: 100%;
}
}
 @media(min-width:320px) and (max-width:479px) {
.container {
	width: 300px;
	padding: 0 10px;
}
.bnr-txt h2 {
	font-size: 17px;
	font-weight: 300;
}
.form-field input.send-btn {
    background-size: 100%;
	font-size:15px;
	line-height:14px;
}
.bnr-txt p {
	font-weight: 300;
	font-size: 15px;
}
.navigation li a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
	background-position:0 0;
}
.form-field input, .form-field textarea {
    font-size: 14px;
    font-family: inherit;
    color: #333;
}
.breadcrumb {
    float: left;
}
.content {
    width: 100%;
    margin-right: 0;
}
.sidebar {
    width: 100%;
}

}




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
