/*Google Font Loaded*/
@import url(http://fonts.googleapis.com/css?family=Roboto:300,100);

/*Body and global Styles*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #3d566e;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #26303a;
}
.row {
  padding: 80px 0px;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
}
.btn i {
  margin-right: 10px;
}
.btn-common {
  background: #3d566e;
  color: #fff;
}
.btn-common:hover {
  background: #26303a;
  color: #fff;
}
.btn-border,
.btn-common-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-common-white,
.btn-border:hover {
  background: #fff;
  color: #444;
  border: 1px solid #fff;
}
.section-title {
  text-align: center;
  font-size: 50px;
}
.section-subtitle {
  text-align: center;
  font-weight: 100;
  padding-bottom: 30px;
  position: relative;
  color: #bdc3c7;
}

/*Main Slider Area*/
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area .carousel-inner:before {
  background-color: rgba(44, 62, 80, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 9;
}
#carousel-area .item {
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
}
#carousel-area .item .carousel-caption {
  top: 30%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
#carousel-area .item .carousel-caption h1 {
  font-size: 65px;
  font-weight: 300;
}
#carousel-area .item .carousel-caption h2 {
  font-size: 30px;
  font-weight: 100;
}
#carousel-area .item .carousel-caption .btn {
  padding: 10px 20px;
  margin: 10px 20px;
  font-size: 20px;
}
#carousel-area .carousel-control {
  z-index: 10;
  display: none;
  width: 50px;
  height: 80px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
#carousel-area:hover .carousel-control {
  display: block;
}

/*Nav Bar*/
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-brand {
  background: url(../img/logo.png) no-repeat;
  width: 170px;
  height: 70px;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav > li > a:focus {
  font-size: 16px;
  padding: 0;
  margin: 22px 15px;
  outline: 0;
  color: #d1d1d1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .current {
  background: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.navbar-default .navbar-brand {
  font-size: 55px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}
.animated-nav li a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: max-width 0.7s;
  -moz-transition: max-width 0.7s;
  transition: max-width 0.7s;
}
.animated-nav li a:hover::before {
  max-width: 100%;
}
.navbar .to-top,
.navbar .to-bottom {
  display: none;
}
.affix-top .to-bottom {
  display: block !important;
}
.affix .to-top {
  display: block !important;
}
.to-top,
.to-bottom {
  list-style: none;
}
.to-top a,
.to-bottom a {
  padding: 26px 22px;
  line-height: 70px;
  outline: 0;
  color: #fff;
}

/*Common for contact/prtfolio/clients*/
#contact,
#portfolio,
#clients {
  background-color: #3d566e;
  color: #fff;
}

/*Servie Section*/
#services h2 {
  margin-top: 0;
  font-size: 28px;
}
#services .services-intro {
  padding-bottom: 40px;
}
#services .services-intro h1 span {
  font-weight: 100;
  color: #bdc3c7;
}
#services .services-intro .f-icon {
  font-size: 100px;
  color: #3d566e;
}
#services h3,
#services .srvice {
  color: #3d566e;
}
#services .service {
  background: #3d566e;
  padding: 15px;
  color: #fff;
  margin-bottom: 20px;
}
#services .service .f-icon {
  font-size: 100px;
  color: #fff;
}
#services .service:hover .f-icon {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#services .service:hover .f-text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#services .service:before {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  width: 0px;
  height: 0px;
  border-top: 30px solid #ffffff;
  border-left: 30px solid transparent;
}
#services .service:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  width: 0px;
  height: 0px;
  border-bottom: 30px solid rgba(255, 255, 255, 0.5);
  border-right: 30px solid transparent;
}

/*Why Choose Section*/
#why-choose {
  background: #3d566e;
}
#why-choose h1,
#why-choose h2,
#why-choose i,
#why-choose .why-item-text {
  color: #fff;
}
#why-choose h2 {
  font-weight: 100;
}
#why-choose .rotate-text {
  color: #fff;
  font-size: 60px;
}
#why-choose .rotate {
  background: #fff;
  color: #3d566e;
}
#why-choose .why-item {
  margin-top: 40px;
}
#why-choose .why-item p,
#why-choose .why-item h2 {
  text-align: left;
}
#why-choose .why-item i {
  float: left;
  padding: 20px;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background: rgba(150, 150, 150, 0.2);
  border: 2px solid #fff;
  margin-right: 20px;
}
#why-choose .why-item:hover i {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#why-choose .why-item-contact {
  margin-top: 30px;
}
#why-choose .why-item-contact .btn {
  margin-top: 20px;
}
#why-choose .why-item-contact .btn:hover i {
  color: #333;
}
/*Pricing Table*/
.pricing ul {
  float: left;
  margin: 0;
  list-style: none;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.pricing ul .featured-table {
  background: #E9E9E9;
  box-shadow: 7px 7px 0 rgba(44, 62, 80, 0.6);
}
.pricing ul li {
  padding: 10px;
  background: #ecf0f1;
  font-size: 20px;
}
.pricing ul ul li.head,
.pricing ul li.price {
  border: none;
}
.pricing ul li:last-child {
  border-bottom: none;
}
.pricing ul li.head {
  font-size: 40px;
  font-weight: 100;
  color: #fff;
  padding: 25px 0 25px 0;
  line-height: 1;
}
.pricing ul .blue-head {
  background: #3498db;
}
.pricing ul .purple-head {
  background: #9b59b6;
}
.pricing ul .orange-head {
  background: #f39c12;
}
.pricing ul .red-head {
  background: #7f8c8d;
}
.pricing ul li.price {
  font-size: 52px;
  line-height: 60px;
  background: #3d566e;
  color: #fff;
}
.pricing ul span.period {
  font-size: 30px;
}
/*Portfolio*/
#portfolio {
  background-color: #3d566e;
  background-image: url(../img/backgrounds/portfolio-bg.png);
}
/*Portfolio Overlay */
.portfolio-item {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.portfolio-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.portfolio-item i {
  padding: 12px;
  margin: -42px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 0;
}
.portfolio-item .icons .link {
  position: absolute;
  left: 53%;
  top: 50%;
  margin-left: 42px;
  color: #fff;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.portfolio-item .icons .link i {
  color: #fff;
  background: #3d566e;
}
.portfolio-item .icons .preview {
  position: absolute;
  left: 47%;
  top: 50%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.portfolio-item .icons .preview i {
  color: #3d566e;
  background: #fff;
}
/*Testimonial Section*/
#testimonial {
  background: #eceef1;
}
#testimonial .row {
  padding-bottom: 145px;
}
#testimonial h1 {
  font-size: 50px;
}
#testimonial h2 {
  margin-bottom: 20px;
  font-weight: 100;
}
#testimonial .testimonial {
  margin-bottom: 20px;
}
#testimonial .testimonial img {
  max-width: 80px;
  border-radius: 100%;
  margin-top: 10px;
}
#testimonial .carousel-indicators {
  margin-bottom: -80px;
}
#testimonial .carousel-indicators li,
#testimonial .carousel-indicators li.active {
  margin: 0;
  border-color: #3d566e;
  width: 50px;
  height: 5px;
  border-radius: 0;
}
#testimonial .carousel-indicators li.active {
  background-color: #3d566e;
}
#testimonial .name {
  color: #3d566e;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
}
#testimonial .company {
  color: #3d566e;
  font-size: 15px;
  font-weight: 300;
}
#testimonial .testimonial-text {
  padding: 10px 20px 20px;
  line-height: 25px;
  font-size: 18px;
  color: #666;
  float: left;
  background: #fff;
}
#testimonial .testimonial-arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 12%;
  bottom: 85px;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#testimonial i {
  padding-right: 10px;
  color: rgba(102, 102, 102, 0.5);
}
#clients {
  background: url(../img/backgrounds/brand-bg.jpg) center center fixed;
  background-size: cover;
}

/*Team Section*/
#team h2 {
  margin-bottom: 20px;
  font-weight: 100;
}
#team .team-member {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team .team-member img {
  max-width: 100%;
}
#team .team-member:hover {
  background: #3d566e;
  color: #ecf0f1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team .team-member .member-desc {
  border-left: 3px solid #ecf0f1;
  padding-left: 5px;
}
#team .team-member i {
  padding: 12px;
  background: #ecf0f1;
  margin-right: 2px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 0;
}
#team .team-member i:hover {
  -webkit-animation-name: fadeIn;
  animation-name: FadeIn;
}
#team .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#team .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#team .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#team .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
/*About Section*/
#about {
  background: url(../img/backgrounds/about-bg.jpg) center center fixed;
  background-size: cover;
  color: #fff;
}
#about p {
  line-height: 30px;
  font-size: 17px;
}
#about .section-title {
  position: relative;
}
#about .btn {
  padding: 10px 20px;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 20px;
}
#about .about-inner {
  position: relative;
  color: #fff;
}
#about .about-inner:before {
  background-color: rgba(44, 62, 80, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
#about #carousel-about .carousel-indicators {
  bottom: 0;
}
#about #carousel-about .carousel-control {
  display: none;
}
#about .about-title {
  margin-top: 0;
}
#about .facts .col-md-4 {
  margin-top: 50px;
}
#about .counter-title {
  font-size: 40px;
  font-weight: 100;
  margin-top: 0;
}
#about .counter-value {
  font-size: 50px;
  font-weight: 100;
}

/*Subscription Area*/
#subscribe {
  background: #eceef1;
}
#subscribe .subscription-form .input-group .form-control {
  height: 80px;
  font-size: 30px;
  font-weight: 100;
  box-shadow: none;
  border: none;
}

#subscribe .subscription-form .btn {
  padding: 28px 40px;
}
/*Contact Area*/
#contact ::-webkit-input-placeholder {
  color: #ecf0f1;
}
#contact :-moz-placeholder {
  color: #ecf0f1;
}
#contact ::-moz-placeholder {
  color: #ecf0f1;
}
#contact :-ms-input-placeholder {
  color: #ecf0f1;
}
#contact .social i {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 100%;
}
#contact .social i:hover {
  border: 2px solid transparent;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#contact .social .social-links a:hover {
  color: #fff;
}
#contact .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#contact .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#contact .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#contact .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
#contact .social .fa-dribbble:hover {
  background: #ea4c89;
  color: #fff;
}
#contact .social .fa-github:hover {
  background: #171515;
  color: #fff;
}
#contact .contact-info {
  margin: 40px 0;
}
#contact .contact-info p {
  font-size: 20px;
}
#contact .contact-form .form-control {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
}
#contact .contact-form input[type=text],
#contact .contact-form input[type=email] {
  height: 48px;
}
/*Copyright Area*/
#copyright {
  background: #3d566e;
  color: #fff;
}
#copyright a {
  color: #fff;
}
