@import url(http://fonts.googleapis.com/css?family=Lato:400,900,300,900italic);
body {
  font-family: 'Lato', sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.row {
  padding: 90px 0 92px;
}
img {
  max-width: 100%;
  height: auto;
}
.section-title {
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  color: #454545;
  margin: 0 10px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-title span {
  font-weight: 900;
}
.lg {
  width: 260px;
}
.btn-border,
.btn-common {
  color: #ffffff;
  font-size: 22px;
  border: 1px solid #FFF;
  padding: 16px 36px;
  font-weight: 400;
  margin-left: 36px;
  margin-right: 36px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
.btn-border:after,
.btn-common:after {
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
}
.btn-common {
  background: #ea8a7a;
  border: 1px solid #ea8a7a;
}
.btn-border:hover {
  color: #ea8a7a;
}
.btn-border:hover:after {
  height: 100%;
}
.btn-common:hover {
  color: #ea8a7a;
  background: #ea8a7a;
  border: 1px solid #ea8a7a;
}
.btn-common:hover:after {
  height: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-light-gray {
  background-color:#f2f2f2;
  background-image: url(../img/backgrounds/concrete-wall.png);}
  
  .bg-coral {
  background-image: url(../img/backgrounds/thumbsup.png);}

/* Navbar  start */
#navigation {
  background: #ea8a7a;
  border: 1px solid #ea8a7a;
  color: #fff;
  padding-top: 50px;
  text-align: center;
  width: 300px;
  z-index: 99999;
  overflow: hidden;
}
#navigation .logo {
  margin: 0 auto;
  padding: 30px;
  width: 100px;
}
#navigation .nav li {
  border: 1px solid transparent;
  margin: 10px 40px;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#navigation .nav li a {
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#navigation .nav li:hover,
#navigation .nav li.active {
  border-color: #fff;
}
/* Navbar End */
/* Header Section Start */
#header {
  width: 100%;
  background: url(../img/backgrounds/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
#header:before {
  background: rgba(1, 0, 2, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
}
#header .top-header {
  margin-top: 50px;
}
#header .top-header #menu {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  padding: 24px 30px;
  cursor: pointer;
}
#header .top-header #menu span {
  background-color: #ffffff;
  display: block;
  font-size: 0px;
  height: 3px;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}
#header .top-header #menu span:before,
#header .top-header #menu span:after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
#header .top-header #menu span:before {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  transform: translateY(-300%);
}
#header .top-header #menu span:after {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  transform: translateY(300%);
}
#header .top-header #menu:hover span,
#header .top-header #menu:hover span:after,
#header .top-header #menu:hover span:before {
  background: #ea8a7a;
}

#header .banner {
  margin: 50px;
}
#header .banner h1 {
  color: #ea8a7a;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
#header .banner h2 {
  color: #ffffff;
  font-size: 45px;
  margin: 32px 0px 50px;
}
#header .banner .scroll {
  margin: 50px 0;
}
#header .banner .scroll a i {
  font-size: 48px;
  color: #ea8a7a;
  padding: 12px;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .banner .scroll a i:hover {
  background: #ea8a7a;
  color: #ffffff;
}
/* Header Section End */

/* Portfolio Section Start */
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(123, 198, 193, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

div.portfolio-hover {
    margin-bottom: 120px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    /*  padding: 100px 0;*/
    padding: 75px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    /*    text-align: center;*/
    text-align: justify;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    /*    margin-bottom: 30px;*/
    /*    margin-bottom: 15px;*/
    font-size: 16px;
    margin-bottom: 8px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 10px 0px 30px 3px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content p.opening {
 
    color: #000;
    background: #f6f6f6;
    margin: 20px 0 20px;
    padding: 35px 35px 35px 35px;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.75;
}


/*.portfolio-modal .modal-content p.opening::first-letter {
    font-size: 200%;
    margin: 0px 5px 0px 0px;
}
*/

.portfolio-modal .modal-content h2 {
    text-align: left;
}

.portfolio-modal .modal-content h3 {
    margin-top: 60px;
}

.portfolio-modal .modal-content h4 {
    margin-top: 20px;
}

.portfolio-modal .modal-content ul {
    list-style: disc inside inside;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
}

.portfolio-modal .modal-content ol {
    list-style: disc inside inside;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
}

.portfolio-modal .modal-content #carousel1 li {
    color: red;
}

.portfolio-modal .modal-content ul>li {
    /*    font-size: 0.95em;*/
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .thumbnail {
    display: block;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.42857;
    background-color: #ffffff;
    border: 1px solid #DDD;
    border-radius: 5px;
    transition: border 0.2s ease-in-out 0s;
}

.portfolio-modal h3+ul>li:last-child {
    margin-bottom: 25px;
}

.portfolio-modal .modal-content img {
    /*    margin-bottom: 30px;*/
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    /*    height: 75px;*/
    height: 35px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    /*    height: 75px;*/
    height: 35px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.portfolio-modal h5+p {
    color: #777;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
}

#portfolio .row.nopadding {padding:0px;}
  
/* Portfolio Section End */

/* About Section Begins */

#about .row.nopadding {padding:0px;}
h3.service-heading {color:#7bc6c1;text-align:center;}

.progress-bar {background-color: #ea8a7a;}


/* About Section Ends */


/* Works Section Start */
#works {
  background: #ffffff;
  width: 100%;
}
#works .grid-left .large {
  float: left;
  width: 430px;
  height: 100%;
  position: relative;
}
#works .grid-left .grid-box {
  position: relative;
  width: 33%;
  overflow: hidden;
}
#works .grid-left .grid-box img {
  width: 100%;
}
#works .grid-right .grid-box.large {
  width: 100%;
  height: 216px;
  position: relative;
}
#works .grid-right .grid-box {
  width: 50%;
  height: 216px;
  float: left;
  position: relative;
  overflow: hidden;
}
#works .grid-right .grid-box img {
  width: 100%;
  overflow: hidden;
}
#works .grid-right .browse-box {
  position: relative;
  width: 50%;
  float: left;
  height: 216px;
  background: #ffffff;
}
#works .grid-right .browse-box .more {
  text-align: center;
  position: absolute;
  left: 30%;
  width: 50%;
  top: 24%;
}
#works .grid-right .browse-box .more a {
  color: #ea8a7a;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}
#works .grid-right .browse-box .more a i {
  font-size: 50px;
  color: #ea8a7a;
  padding: 12px;
}
#works .large .overlay a {
  position: absolute;
  top: 42%;
  left: 42%;
}
#works .grid-box .overlay a {
  position: absolute;
  left: 38%;
  top: 36%;
}
#works .grid-box.large .overlay a {
  position: absolute;
  left: 44%;
  top: 36%;
}
#works .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 3, 8, 0.88);
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#works .overlay a i {
  width: 68px;
  height: 68px;
  line-height: 66px;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #ea8a7a;
}
#works .large:hover .overlay,
#works .grid-box:hover .overlay {
  opacity: 1;
}
/* Works Section End */


/* testimonials Section Start */



#testimonials {
background: url(../img/backgrounds/postit.png);
  background-size: cover;
}

#testimonials .section-title {
  color: #ffffff;
  margin-bottom:0px;
}
#testimonials blockquote {

  border-left: none;
  margin: 0;
}

#testimonials .quote {
  background: #ffffff;
  width: 64px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
}

#testimonials img {
	margin: 0px auto;
	padding-bottom: 14px;
	}

#testimonials .quote i {
  font-size: 30px;
  color: #ea8a7a;
  line-height: 65px;
}
#testimonials .commant .info {
  padding: 0px 60px  40px 60px;
}
#testimonials .commant .info p {
  font-size: 16px;
 color: #fff;
  font-style: italic;
  text-align: center;
  padding-bottom: 32px;
}
#testimonials .commant .info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align:center;
color:white;
}
#testimonials .commant .info h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
color:white;
}
#testimonials .carousel-indicators {
  bottom: -50px;
}
#testimonials .carousel-indicators li {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}
#testimonials .carousel-indicators .active {
  background-color: #ea8a7a;
  border: none;
}
/* testimonials Section End */
/* Clients Section Start */
#clients .section-title i {
  color: #ea8a7a;
}
#clients #clients-carousel a img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#clients #clients-carousel a img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  opacity: 1.0;
}
/* Clients Section End */
/* Process Section Start */
#process {
  background: url(../img/backgrounds/postit.png);
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#process .section-title {
  color: #ffffff;
}
#process .fact-block {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  width: 216px;
  border-radius: 50%;
  height: 216px;
  padding: 6px 6px;
  margin: 24px 60px;
  position: relative;
}
#process .count-info {
  position: absolute;
  top: 0;
  left: 5%;
  width: 200px;
  padding: 48px 32px;
  height: 200px;
}
#process .count-info h3 {
  font-size: 54px;
  font-weight: 700;
  line-height: 34px;
}
#process .count-info h4 {
  font-size: 22px;
  color: #ea8a7a;
  text-transform: uppercase;
}
h3.process-heading {
	color:#364051;
	text-align:center;
	font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

/* Proces Section End */
/* Blog Section Start */
#blog .blog-large {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
#blog .large {
  position: absolute;
  width: 200px;
  height: 196px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
#blog .large p {
  padding-top: 10px;
}
#blog .blog-item {
  position: relative;
  color: #454545;
  font-size: 15px;
  width: 100%;
  margin-top: 28px;
  height: 166px;
  overflow: hidden;
}
#blog .blog-item .content {
  background: #d8e5dd;
  width: 195px;
  height: 230px;
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  height: 166px;
  overflow: hidden;
}
#blog .blog-item .content p {
  padding-top: 10px;
}
#blog .title {
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 12px;
}
#blog .title:hover {
  color: #ea8a7a;
}
/* Blog Section End */
/* Feedback Section Start */
#feedback {
  background: url(../img/backgrounds/imgfooter.jpg);
  background-size: cover;
}
#feedback .section-title {
  color: #ffffff;
}
#feedback .input-group {
  padding-bottom: 20px;
}
#feedback .input-group .input-group-addon {
  border-radius: 0px;
  padding: 14px 26px;
  background-color: #ea8a7a;
  border: none;
  position: relative;
}
#feedback .input-group .input-group-addon i {
  color: #ffffff;
  font-size: 26px;
  width: 24px;
  height: 24px;
}
#feedback .input-group .form-control {
  color: #898989;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 20px;
  height: 60px;
  border: 0;
  border-radius: 0px;
}
#feedback .input-group .form-control:focus {
  box-shadow: none;
}
#feedback .input-group .large {
  height: 120px;
}
#feedback .btn-green {
  color: #ffffff;
  font-weight: 400;
  background: #7bc6c1;
  font-size: 22px;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  height: 60px;
}
#feedback .btn-green i {
  float: left;
  width: 74px;
  background: #ea8a7a;
  margin: -12px;
  line-height: 56px;
  height: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#feedback .address {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#feedback .address h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 20px;
}
#feedback .address .contact-info {
  padding-bottom: 30px;
}
#feedback .address .contact-info li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
#feedback .address .contact-info li i {
  padding-right: 15px;
  font-size: 15px;
}
#feedback .address .social-icon li {
  float: left;
}
#feedback .address .social-icon li a {
  display: inline-block;
  color: #ffffff;
  margin: 0px 5px;
}
#feedback .address .social-icon li a i {
  font-size: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#feedback .address .social-icon li a .fa-twitter:hover {
  background: #00aced;
  border: 1px solid #00aced;
}
#feedback .address .social-icon li a .fa-facebook:hover {
  background: #3b5998;
  border: 1px solid #3b5998;
}
#feedback .address .social-icon li a .fa-google-plus:hover {
  background: #dd4b39;
  border: 1px solid #dd4b39;
}
#feedback .address .social-icon li a .fa-youtube:hover {
  background: #bb0000;
  border: 1px solid #bb0000;
}
#feedback .address .social-icon li a .fa-linkedin:hover {
  background: #007bb6;
  border: 1px solid #007bb6;
}
/* Feedback Section End */
/* Footer Section Start */
#footer {
  color: #ffffff;
  width: 100%;
  background: #7bc6c1;
  border-top: 1px solid #ffffff;
}
#footer .row {
  padding: 20px 0;
}
#footer p {
  font-size: 18px;
  font-weight: 400;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #364051;
}
/* Footer Section End */

/* Navbar */
.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    /*    color: #fff;*/
    color: #ea8a7a;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ea8a7a;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
    border-color: #ea8a7a;
    background-color: #ea8a7a;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ea8a7a;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ea8a7a;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ea8a7a;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ea8a7a;
}

.navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 10px;
}





