/*--
Made By: eGway
URL: http://www.egway.co.in/
--*/

/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
	color:#5B5B5B;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
font {
	font-family: 'Felix Titling', 'Times New Roman', Serif;
	font-weight: 400;
}
/*-- /reset code --*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight:100;
}

/*-- navigation --*/
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

h1 span {
    background:#C5413E;
    font-family: 'Montserrat', sans-serif;
    padding: 0.5em 0.7em;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 3px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}
.navbar-brand {
	padding:5px 15px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-weight: 400;
    font-size: 15px;
}
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: rgb(0, 46, 93, 0.9);
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
ul.nav.navbar-nav.navbar-right {
    margin: 10px 0 0 0;
}
/* Effect 21: borders slight translate */
.cl-effect-21 li a {
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 li a::before,
.cl-effect-21 li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fada8d;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 li a:hover,
.cl-effect-21 li a:focus {
	color: #fada8d;
}

.cl-effect-21 li a:hover::before,
.cl-effect-21 li a:focus::before,
.cl-effect-21 li a:hover::after,
.cl-effect-21 li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

@media (min-width: 768px) {
	.navbar-wrapper {
    margin-top: 0px;
	height:85px;
}
	.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
} 
/*-- /navigation --*/
/*-- banner section --*/
.header { 
	height:925px;
}
.bgfader{
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}

.bgfader > .image{
	display: none;
}

.bgfader, .bgfader > .image{
	width: 100%;
	height: 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
/*-- /banner section --*/

/*-- single page banner section --*/
.headersingle { 
	position: fixed;
	top: 86px;
	right: 0;
	left: 0;
	z-index: 20;
}

/* page headline
==================================== */
#inner-headline{background: #c7ad7b;position: relative;margin: 0;padding: 20px;}
#inner-headline h2.pageTitle{
	color: rgba(0, 46, 93, 1);
	padding: 5px 0;
	display:block;
	text-transform: capitalize;
	text-align: center;
}
/*-- /single page banner section --*/

/*-- about section --*/
section.about-us {
	padding:100px 0;
}
section.about-us h2.text-center {
	font-size:30px;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	padding:20px 0;
}
section.about-us p.text-center {
	font-size: 18px;
    font-weight: normal;
    padding-bottom: 25px;
	font-family: 'Nunito', sans-serif;
}
section.about-us p.abt {
	text-align: left;
    font-size: 15px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.9em;
    color: #8A8585;
}
section.about-us i.fa {
	background: none;
	border: 2px solid #c7ad7b;
	border-radius: 50%;
	box-sizing: content-box;
	color: #c7ad7b;
	display: inline-block;
	font-size: 3.42857rem;
	height: 3.42857rem;
	padding: 20px;
	width: 3.42857rem;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
section.about-us i.fa:hover {
	background-color:#002e5d;
	color:#fff;
}
section.about-us h4.text-center {
	font-size:23px;
	font-weight:400;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
}
.about-info {
    text-align: center;
}
section.about-us p.about {
	font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #8A8585;
    padding: 0 40px;
	text-align: justify;
}
/*-- /about section --*/
/*-- service section --*/
section.our-services {
	padding:100px 0;
	background:url(../images/service.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-services h3.text-center {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
	color:#fff;
}
section.our-services p.text-center {
	font-size:18px;
	font-weight:300;
	padding-bottom:50px;
	color:#fff;
	font-family: 'Nunito', sans-serif;
}
.serv-info {
    text-align: center;
}
section.our-services i.fa {
	background: none;
	border: 2px solid #eee;
	border-radius: 50%;
	box-sizing: content-box;
	color: #c7ad7b;
	display: inline-block;
	font-size: 3.42857rem;
	height: 3.42857rem;
	padding: 20px;
	width: 3.42857rem;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
section.our-services i.fa:hover {
	background-color:#002e5d;
	color:#fff;
}
section.our-services h4.text-center {
	font-size:23px;
	font-weight:700;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
	color:#fff;
}
section.our-services p.serv {
	font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #ECEBEB;
    padding: 0 40px;
	text-align: justify;
}
section.our-services a {
	color: #fada8d;
}
/*-- /service section --*/
/*-- skill section --*/
section.our-skills {
	padding:100px 0;
}
section.our-skills h3.text-center {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
}
section.our-skills p.text-center {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
	font-family: 'Nunito', sans-serif;
}
/*-- skill section --*/
/*-- blog-- */
.blog-matter h6 a {
font-size: 28px;
/*color: #000;*/
text-transform: capitalize;
font-weight: 500;
line-height: 38px;
}
.blog{
background:#f7f7f7;
}
.blog-by-blog {
padding: 2em 1.5em;
}
.event-blog-egway p{
font-size: 15px;
color: #8A8585;
font-weight: 300;
line-height: 25px;
/*font-family: 'Nunito', sans-serif;*/
padding: 5px 0
}
.border-grid-right{border-right:1px solid #add2fa;}
.border-grid-bottom{border-bottom:1px solid #add2fa;}
/* --//blog-- */
/*-- gallery section --*/
section.our-gallery {
	padding:100px 0;
	background:url(../images/gallery.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-gallery h3.text-center {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
	color:#fff;
}
section.our-gallery p.text-center {
	font-size: 18px;
    font-weight: 300;
    padding-bottom: 50px;
    color: #fff;
	font-family: 'Nunito', sans-serif;
}
/*-- /gallery section --*/
/*-- project section --*/
section.our-projects {
	padding:100px 0;
}
section.our-projects h3.text-center {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
}
section.our-projects p.text-center {
	font-size:18px;
	font-weight:300;
	padding-bottom:50px;
	font-family: 'Nunito', sans-serif;
}
section.our-projects p.text-para {
	text-align: left;
    font-size: 15px;
    padding: 0 80px;
    font-weight: 400;
    line-height: 1.9em;
    color: #8A8585;
}
.project-row {
	padding:10px 0;
}
.view {
   width: 250px;
   height: 250px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 250px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   font-family: 'Poiret One', cursive;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 60px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding:20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   font-family: 'Poiret One', cursive;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.project-details {
    margin-left: -10%;
}   
.project-details h4 {
	/*color:#000;*/
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 23px;
	line-height:30px;
}
.project-details p {
    font-size: 17px;
    font-weight:400;
    word-spacing: 4px;
    padding: 20px 0;
	line-height:30px;
	color:#8A8585;
}
.project-details a {
    font-size: 16px;
    font-weight: 400;
    word-spacing: 4px;
    padding: 20px 0;
    line-height: 27px;
    color: #054999;
}
.project-details a:hover { 
	color:#31708F;
}
.row.project {
    padding-top: 20px;
}
/*-- /project section --*/
/*-- map section --*/
section.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/
/*-- contact section --*/
section.contact-us {
	padding:100px 0;	
	background:url(../images/contact.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.contact-us h3.text-center {
	font-size:30px;
	font-weight:normal;
	font-family: 'Nunito', sans-serif;
	padding:20px 0;
	color: #fff;
}
section.contact-us p.text-center {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 50px;
    color: #fff;
	font-family: 'Nunito', sans-serif;
}
input#name , input#email , textarea#message {
	color:#fff;
	border-radius: 0px;
	margin-bottom:10px;
	background-color: rgba(255, 255, 255, 0);
	font-size:17px;
	border:1px solid #fff
}
input#name , input#email  {
	height:55px;	
}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
textarea::-ms-input-placeholder {  
color: #fff !important;  
}
textarea#message {
	height:150px;
}
section.contact-us form button {
	border-radius: 0px;
    padding: 10px 30px;
}
.btn-outline1 {
	font-family: 'Nunito', sans-serif;
    border: solid 1px #fff;
    font-size: 20px;
    color: #fff;
	font-weight:normal;
    background: 0 0;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
}
.btn-outline1:hover,
.btn-outline1:focus,
.btn-outline1:active {
    border: solid 1px #fff;
    color: #013885;
    background: #fff;
}
section.contact-us .contact-info h4 {
	font-size:25px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Nunito', sans-serif;
	color:#fff;
}
section.contact-us .contact-info .contact-details span.glyphicon {
	color: #fff;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 15px;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
}
section.contact-us .contact-info .contact-details span.glyphicon:hover {
	background-color:#fff;
	border: 1px solid #fff;
	color:#013885;
}  
section.contact-us .contact-info .contact-details p.p1 {
	color:#fff;
    font-size: 17px;
	font-weight:normal;
    margin: -40px 0 35px 80px;
}
section.contact-us .contact-info .contact-details p.p2 {
	color:#fff;
	font-size: 17px;
	font-weight:600;
	margin: 0px 0 20px 80px;
}
section.contact-us .contact-info .contact-details p.p1 a,section.contact-us .contact-info .contact-details p.p2 a {
	text-decoration:none;
	color:#fff;
}
/*-- /contact section --*/
/*-- footer section --*/
footer {
    color: #fff;
}
footer h3.text-center {
	font-size:30px;
	font-weight:normal;
	font-family: 'Nunito', sans-serif;
	padding:20px 0 50px 0;
	color: #fff;
	
}
footer h4 {
	font-weight:normal;
	font-size:25px;
	font-family: 'Nunito', sans-serif;
	padding-bottom:35px;
	color:#fada8d;
	/*color:#c7ad7b;*/
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:none;
	color:red;
}
footer .footer-above {
    padding-top: 50px;
    background-color:#111113;
}
footer .footer-above p {
	font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}
footer .footer-above i.fa {
	color: #3C86AB;
}
footer .footer-col {
    margin-bottom: 50px;
}
footer .footer-below {
    padding: 25px 0;
	background-color: rgb(0, 46, 93);
	
}
footer .footer-below  p {
	color:#999999;
	font-size:14px;
	/*font-weight:400;*/
}
footer .footer-below  p span {
	color:#999999;
	font-size:11px;
	/*font-weight:400;*/
}
footer .footer-below  p a {
	color:#999999;
	text-decoration:none;
}
footer .footer-below  p a:hover {
	color:#fada8d;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}
/*-- /footer section --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:60%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
  border:1px solid #fff; 
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/
/*-- slide animations --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- /slide animations --*/
/*-- responsive design --*/
@media (max-width: 1600px) {
	.header {
    height: 795px;
}
}

@media (max-width: 1366px) {
.header {
    height: 765px;
}
.blog-matter h6 a {
font-size: 24px;
}
.blog-matter h5 a{color:#007bff;}
}

@media (max-width: 1080px) {
section.about-us p.about {
	padding:0 20px;	
}
section.our-services p.serv {
	padding:0 20px;	
}
.blog-by-blog {
padding: 2em 1em;
}
.blog-matter h6 a {
font-size: 23px;
}
.project-details {
    margin-left:-3px;
}
.view {
    width: 230px;
    height: 230px;
}
.view .mask, .view .content {
    width: 230px;
    height: 230px;
}
.project-details h4 {
	font-size: 20px;
}
.project-details p {
	font-size: 15px;
	padding:10px 0;
}
.view h4 {
	margin: 50px 0 0 0;
}
.view p {
	padding:20px 10px;
}
}

@media (max-width: 1024px) {
.header {
    height: 685px;
}
section.about-us , section.our-services ,section.our-skills,section.our-gallery, section.our-projects, section.contact-us {
    padding: 50px 0 70px;
}
}

@media (max-width: 991px) {
.nav>li>a {
	padding: 9px 8px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -65px;
}
.navbar-brand {
    padding: 0px 20px;
}
.navbar-brand img{
    width: 85%;
}
/*.nav>li>a {
    padding: 10px 10px 0px 0px;
}*/
.navbar-inverse .navbar-nav>li>a {
     font-size: 12px;
}
/*ul.nav.navbar-nav.navbar-right {
    margin: 0px -25px 0px 0px;
}*/
.header {
    height: 595px;
}
.blog-by-blog {
padding: 1.5em 1em;
}
.blog-egway-grids {
margin-top: 20px;
}
section.about-us p.abt {
	padding:0px;
}
.col-lg-4.col-md-4.col-sm-6.last-serv {
    margin: 60px 0 0 182px;
}
.photoGallery {
    width: 235px;
}
.view {
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
}
.view .mask, .view .content {
    width: 250px;
    height: 250px;
}
.project-details {
    margin: 0px 0 0px -100px;
}
.project-details h4 {
    font-size: 22px;
}
.project-details p {
    font-size: 16px;
    padding: 30px 0;
}
.view p {
	font-size: 15px;
}
section.contact-us form button {
	width:100%;
}
section.contact-us .contact-info h4 {
	text-align:center;
	padding: 45px 0 30px;
}
.contact-details {
    margin-left: 250px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 17px -85px 0 0px;
}
}

@media (max-width: 800px) {
	section.about-us p.text-center ,section.our-services p.text-center, section.our-skills p.text-center ,section.our-gallery p.text-center, section.our-projects p.text-center, section.contact-us p.text-center {
    font-size: 17px;
	font-weight:400;
	}
	section.about-us p.about {
    font-size: 16px;
    font-weight: 300;
	}
	section.our-services p.serv {
    font-size: 16px;
    font-weight: 300;
	}
	section.about-us p.abt {
	font-size:15px;	
	}
.header {
    height: 520px;
}
/*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -20px;
}*/
/*.navbar-brand img{
    width: 85%;
}*/
.nav>li>a {
    padding: 10px 10px 5px 0px;
}
.navbar-inverse .navbar-nav>li>a {
     font-size: 14px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px -35px 0px 0px;
}
}

@media (max-width: 768px) {
	ul.nav.navbar-nav.navbar-right {
    margin: 17px -15px 0 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
   margin-left: -10px;
}
.blog-matter h6 a {
font-size: 22px;
}
.border-grid-right,.border-grid-bottom{border:none;}
section.about-us h2.text-center,section.our-services h3.text-center,section.our-skills h3.text-center,section.our-gallery h3.text-center,section.our-projects h3.text-center,section.contact-us h3.text-center,footer h3.text-center {
	font-size:35px;
}
	h1 span {
    background: #C5413E;
    font-family: 'Montserrat', sans-serif;
    padding: 0.4em 0.5em;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 3px;
}
}

@media (max-width: 736px) {
/*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
}*/
.header {
    height: 350px;
}
section.about-us p.about {
    padding: 0 100px 60px;
}
section.our-services p.serv {
    padding: 0 100px 60px;
}
.col-lg-4.col-md-4.col-sm-6.last-serv {
    margin: 0;
}
.photoGallery {
    width: 220px;
}
.contact-details {
    margin-left: 230px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 10px 0 0 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.58);
    overflow-y: hidden;
}
}

@media (max-width:667px) {
.header {
    height: 311px;
}
.photoGallery {
    width: 195px;
}
.project-details {
    margin: 0px 0 0px -62px;
}
.project-details p {
    font-size: 16px;
    padding: 15px 0;
}
section.map iframe.googlemaps {
	height:280px;
}
.contact-details {
    margin-left: 170px;
}
.bgfader, .bgfader > .image{
	background-attachment: local;
}

}

@media (max-width:640px) {
	.header {
    height: 400px;
}
.navbar-brand {
	padding-top:0px;
	padding-left:0px;	
}
.navbar-toggle {
	margin-top: 10px;
    margin-right: 15px;
}
section.about-us p.text-center,section.our-gallery p.text-center ,section.our-services p.text-center {
    font-size: 16px;
}
section.our-skills p.text-center {
    font-size: 16px;
	padding-bottom:30px;
}
section.our-projects p.text-center {
    font-size: 16px;
}
.sonny_progressbar p.title {
    font-size: 15px;
}
.project-details {
    margin: 0px 0 0px -50px;
}
.view h4 {
    margin: 60px 0 0 0;
}
.contact-details {
    margin-left: 150px;
}
.bgfader, .bgfader > .image{
	background-attachment: local;
}
}

@media (max-width:600px) {
section.about-us, section.our-services, section.our-skills, section.our-gallery, section.our-projects, section.contact-us {
    padding: 30px 0 60px;
}
.photoGallery {
    width: 180px;
}
.project-details {
    margin: 0px 0 0px -25px;
}
.contact-details {
    margin-left: 140px;
}
.bgfader, .bgfader > .image{
	background-attachment: local;
}
}

@media (max-width: 568px) {
.header {
    height: 260px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -85px;
	margin-right: -85px;
}
.navbar-brand img{
    width: 85%;
}
section.about-us p.text-center, section.our-gallery p.text-center, section.our-services p.text-center {
    font-size: 15px;
	line-height:25px;
    padding: 0 20px 25px;
}
section.about-us p.abt {
    padding: 0 20px;
}
section.about-us p.about {
    font-size: 15px;
}
section.our-services p.serv {
    font-size: 15px;
}
section.our-skills p.text-center {
    font-size: 15px;
	line-height:25px;
	padding: 0 10px;
}
section.our-projects p.text-center {
    font-size: 15px;
	line-height:25px;
	padding: 0 20px 40px;
}
.photoGallery {
    width: 170px;
}
.project-details {
    margin: 0px 0 0px -10px;
}
.project-details p {
    font-size: 15px;
    line-height: 25px;
}
section.contact-us p.text-center {
    font-size: 15px;
	padding: 0 20px 40px;
	line-height:25px;
}	
section.map iframe.googlemaps {
    height: 250px;
}
.contact-details {
    margin-left: 120px;
}
.bgfader, .bgfader > .image{
	background-attachment: local;
}
}

@media (max-width: 480px) {
section.about-us h2.text-center, section.our-services h3.text-center, section.our-skills h3.text-center, section.our-gallery h3.text-center, section.our-projects h3.text-center, section.contact-us h3.text-center,footer h3.text-center {
    font-size: 30px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding-left: 60px;
}
.navbar-brand img {
	width: 85%;
}
.blog-matter h6 a {
font-size: 21px;
}
section.about-us p.about {
    padding: 0 60px 60px;
}
section.our-services p.serv {
    padding: 0 60px 60px;
}
section.our-gallery p.text-center {
	padding-bottom:40px;
}
.view {
    width: 215px;
    height: 215px;
}
.view .mask, .view .content {
    width: 215px;
    height: 215px;
}
.project-details h4 {
    font-size: 20px;
}
.project-details p {
    font-size: 15px;
    padding: 10px 0 5px;
}
.project-details a {
	font-size:18px;
}
.view h4 {
    margin: 30px 0 0 0;
}
.contact-details {
    margin-left: 60px;
}
.bgfader, .bgfader > .image{
	background-attachment: local;
}
}


@media (max-width: 414px) {
section.about-us p.text-center, section.our-gallery p.text-center, section.our-services p.text-center {
    font-size: 16px;
    padding: 0 15px 40px;
}
section.our-services {
	padding:30px 0;
}
.view {
    width: 250px;
    height: 250px;
	margin-bottom: 20px;
}
.view .mask, .view .content {
    width: 250px;
    height: 250px;
}
.project-details {
    margin: 0px 0 50px 0;
}
.col-xs-6.news-info {
    width: 100%;
}
section.about-us p.about {
    padding: 0 30px 60px;
}
section.our-services p.serv {
    padding: 0 30px 60px;
}
section.our-projects {
	text-align: -webkit-center;
	padding: 30px 0 10px;
}
.view h4 {
    margin: 50px 0 0 0;
}
section.about-us p.abt {
	padding:0 10px;
}
.contact-details {
    margin-left: 25px;
}
.contact-details {
    margin-left: 25px;
}
section.map iframe.googlemaps {
    height: 200px;
}
}

@media (max-width: 384px) {
.photoGallery {
    width: 280px;
}
input#name, input#email {
    height: 45px;
}
.contact-details {
    margin-left: 15px;
}
.blog-matter h6 a {
font-size: 20px;
}
h1 span {
    background: #C5413E;
    font-family: 'Montserrat', sans-serif;
    padding: 0.3em 0.5em;
    font-weight: bold;
    font-size: 1em;
    margin-right: 3px;
}
}

@media (max-width: 375px) {
	section.about-us, section.our-services, section.our-skills, section.our-gallery, section.our-projects, section.contact-us {
    padding: 20px 0 20px;
}
section.our-services {
    padding: 30px 0 0 0!important;
}
section.about-us p.text-center, section.our-gallery p.text-center, section.our-services p.text-center {
	padding: 0 15px 20px;	
}
.about-info {
	margin-top:10px;
}
.serv-info {
    text-align: center;
}
#photoGallery-container {
	margin-top:10px;
}
section.our-projects p.text-center {
    font-size: 16px;
    padding: 0 10px 40px;
}
.contact-details {
    margin-left: 7px;
}
footer .footer-above {
    padding-top: 25px;
}
footer .footer-col {
    margin-bottom: 22px;
}
p {
    font-size: 14px!important;
}
footer h4 {
    padding-bottom: 10px;
}
ul.list-inline {
    margin-top: 12px;
}
}

@media (max-width: 320px) {
	.project-details {
    margin: 0px 0 20px 0;
}
section.about-us h2.text-center, section.our-services h3.text-center, section.our-skills h3.text-center, section.our-gallery h3.text-center, section.our-projects h3.text-center, section.contact-us h3.text-center,footer h3.text-center {
    font-size: 25px;
}
section.about-us p.text-center, section.our-gallery p.text-center, section.our-services p.text-center {
    font-size: 15px;
}
section.about-us p.abt {
    font-size: 14px;
}
section.about-us h4.text-center {
    font-size: 20px;
}
section.our-services h4.text-center {
    font-size: 20px;
}
section.about-us p.about {
    font-size: 15px;
}
section.our-services p.serv {
    font-size: 15px;
}
section.our-skills p.text-center {
    font-size: 15px;
	margin-bottom: 20px;
}
.sonny_progressbar p.title {
    font-size: 14px;
}
section.our-projects p.text-center {
    font-size: 15px;
    font-weight: 300;
}
.project-details h4 {
    font-size: 20px;
}
.project-details p {
    font-size: 14px;
}
.project-details a {
    font-size: 17px;
}
section.contact-us p.text-center {
    font-size: 15px;
	padding:0 0 30px;
}
input#name, input#email {
    height: 40px;
}
input#name, input#email, textarea#message {
	font-size: 15px;
}
section.contact-us form button {
	padding: 7px 30px;
	font-size:18px;
}
.list-inline>li {
	padding-right: 1px;
    padding-left: 0px;
}
section.contact-us .contact-info .contact-details p.p1 {
	font-size: 15px;
	margin: -52px 0 12px 60px;
}
section.contact-us .contact-info .contact-details p.p2 {
	font-size: 15px;
	margin: 0px 0 20px 60px;
}
.contact-details {
    margin-left: 0px;
}
section.contact-us .contact-info .contact-details span.glyphicon {
	font-size:20px;
}
.navbar-toggle {
	margin-right: 8px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
footer .footer-above p {
    font-size: 15px;
}
section.about-us, section.our-services, section.our-skills, section.our-gallery, section.our-projects, section.contact-us {
    padding: 20px 0 20px;
}
footer .footer-below p {
    color: #fff;
    font-size: 13px!important;
    font-weight: 400;
    line-height: 1.9em;
}
}