@import'https://fonts.googleapis.com/css?family=Raleway:400,600|Roboto:400,700';

* {
  box-sizing: border-box;
}

html,body {
  font-family: Raleway,sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  height: 100%;
}

::-moz-selection {
  background: #0078d7;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #0078d7;
  text-shadow: none;
  color: #fff;
}

a {
  color: #333;
  transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  text-decoration: none;
  font-family: Raleway,sans-serif;
}

button {
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

h1,h2,h3,h4,h5,h6 {
  color: #333;
  font-weight: 600;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

h2 {
  font-family: Roboto,sans-serif;
  font-weight: 700;
}

button,a,a:hover,a:focus,a:active {
  border: medium none;
  outline: medium none;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#searchform input:-moz-placeholder {
  color: #fff;
}

#searchform input::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

.heading {
  position: relative;
}

.heading:before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid;
  border-radius: 50%;
  bottom: -1px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 6px;
  z-index: 2;
}

.heading h2 {
  font-weight: 700;
  left: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 28px;
}

.heading h2:before {
  border-radius: 0 0 100%;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.heading h2:after {
  background: #bbb none repeat scroll 0 0;
  border-radius: 0 0 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sub-heading {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}

.sub-heading:before {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  bottom: 9px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 6px;
  z-index: 3;
}

.sub-heading:after {
  left: inherit;
  right: -1px;
}

.sub-heading h3 {
  font-family: Roboto,sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0;
  text-transform: uppercase;
}

.sub-heading h3:before,.sub-heading h3:after {
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 0 100%;
}

.sub-heading h3:after {
  background: #ccc none repeat scroll 0 0;
  bottom: -13px;
}

a.button.body-btn:before {
  border: 1px solid #333;
}

.button.body-btn {
  margin-top: 10px;
  color: #fff;
}

a.button.body-btn:hover {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}

.button {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 145px;
  font-family: Roboto,sans-serif;
}

.button:hover,.button:focus,.button:active {
  color: #333;
}

.button i {
  margin-right: 10px;
}

.mp-color {
  background: #f2f2f2 none repeat scroll 0 0;
  display: block;
  right: -280px;
  margin-top: -100px;
  height: 100px;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 47%;
  width: 280px;
  z-index: 9999999;
  border: 1px solid #ddd;
}

.mp-color .icon {
  border-radius: 5px 0 0 5px;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  left: -50px;
  top: -1px;
  width: 50px;
  background: #fffcfc;
  border: 1px solid #ddd;
  cursor: pointer;
}

.mp-color .icon i {
  color: #2c2a2a;
}

.mp-color h4 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
  background: #FFF;
  padding: 10px;
}

.mp-color ul {
  margin-bottom: 20px;
}

.mp-color ul li {
  font-weight: 500;
  font-size: 14px;
}

.mp-color ul li a {
  color: #555;
}

.mp-color .button {
  margin: 20px 0 0;
}

.mp-color .button i {
  color: #fff;
  margin-right: 5px;
}

.mp-color .btn {
  padding: 12px 25px;
}

.mp-color span {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 4px;
  width: 30px;
}

.mp-color span.color1 {
  background-color: #f2784b;
}

.mp-color span.color2 {
  background-color: #18c29c;
}

.mp-color span.color3 {
  background-color: #1ca5b8;
}

.mp-color span.color4 {
  background-color: #f39c35;
}

.mp-color span.color5 {
  background-color: #00b8de;
}

.mp-color span.color6 {
  background-color: #f06060;
}

.banner-layout {
  background-image: url(assets/img/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.banner-overlay {
  background: #000 none repeat scroll 0 0;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

header.header-area {
  background: rgba(0,0,0,.9) none repeat scroll 0 0;
  height: 100px;
  position: relative;
  padding: 10px 0 0;
  -webkit-transition: all .75s cubic-bezier(.3,.1,.55,1) 0s;
  transition: all .75s cubic-bezier(.3,.1,.55,1) 0s;
  width: 100%;
  z-index: 9;
}

.header-area.affix {
  background: rgba(0,0,0,.9) none repeat scroll 0 0;
  padding: 0;
  z-index: 99999;
  height: 80px;
  position: fixed;
  min-width: 100%;
}

.navbar {
  border-radius: 0;
  margin: 0;
  border: 1px solid transparent;
  min-height: 80px;
  position: relative;
}

header>.navbar .container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  height: auto;
  max-width: 100%;
  width: 100px;
  max-height: 80px;
  padding: 0;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

.navbar-collapse {
  padding: 25px 0;
}

.nav.navbar-nav li {
  display: inline-block;
  position: relative;
}

.nav.navbar-nav li a {
  color: #fff;
  display: block;
  font-family: roboto;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.nav.navbar-nav li a:hover,.nav.navbar-nav li a:focus,.nav.navbar-nav li a:active {
  background: transparent none repeat scroll 0 0;
  outline-width: 0;
  outline-color: transparent none repeat scroll 0 0;
}

.nav.navbar-nav li a i {
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin-right: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-align: center;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  visibility: hidden;
}

.nav.navbar-nav li a:hover i,.nav.navbar-nav li.active a i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

header.header-area .dropdown-menu {
  background: rgba(50,50,50,.9) none repeat scroll 0 0;
  top: 63px;
}

.header-area.affix .dropdown-menu {
  background: #323232 none repeat scroll 0 0;
  top: 53px;
}

.dropdown.active.open .dropdown-toggle {
  background: transparent none repeat scroll 0 0;
}

header .nav.navbar-nav .dropdown-menu li a {
  color: #fff;
}

.main-banner {
  display: table;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: inherit;
  width: 100%;
  z-index: 0;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: opacity 1s,opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,opacity 1s,transform 1s;
  transition: opacity 1s,opacity 1s,transform 1s,-webkit-transform 1s;
}

.banner-content {
  display: table-cell;
  vertical-align: middle;
}

.banner-content h1 {
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  font-family: Roboto,sans-serif;
  letter-spacing: 1px;
}

.banner-content h1 span {
  font-family: Raleway,sans-serif;
  font-weight: 400;
  font-size: 45px;
}

.banner-content h2 {
  color: #fff;
  font-family: Raleway,sans-serif;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-size: 26px;
}

.banner-content h2 span b {
  font-weight: 400;
  letter-spacing: 2px;
}

.scroll-down i {
  bottom: 10px;
  font-size: 25px;
  -webkit-animation: MoveUpDown 2.5s linear infinite;
  animation: MoveUpDown 2.5s linear infinite;
  position: absolute;
  color: #eee;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  display: block;
  padding: 10px 50px;
}

.section-layout {
  position: relative;
}

.single-content {
  overflow: hidden;
  padding: 80px 0;
  width: 100%;
}

.bg-gray {
  background-color: #f2f2f2;
}

.extra-section {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: auto;
  background-attachment: fixed;
}

.section-overlay {
  height: 100%;
  left: 0;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.extra-section .single-content {
  z-index: 2;
  position: relative;
}

.readyhire-area .sub-heading:before,.coundown-area .sub-heading:before,.newsletter .sub-heading:before {
  display: none;
}

.readyhire-area .sub-heading h3:before,.readyhire-area .sub-heading h3:after,.coundown-area .sub-heading h3:before,.coundown-area .sub-heading h3:after,.newsletter .sub-heading h3:before,.newsletter .sub-heading h3:after {
  border-radius: 100%;
}

.about-image {
  height: auto;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.about-image:after {
  position: absolute;
  border: 6px solid #ccc;
  content: "";
  right: -10px;
  width: 100%;
  height: 100%;
  top: -10px;
  z-index: -1;
}

.about-hover {
  border-bottom: 1px solid #333;
  background: rgba(0,0,0,.25);
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 0;
  text-align: center;
  padding: 10px;
}

.about-hover h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.about-hover h4 {
  font-size: 14px;
  color: #ddd;
}

.button.shine.body-btn.cv-btn {
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}

.button.shine.body-btn.cv-btn:before {
  border-radius: 0!important;
  border: 0;
}

.about-me h3,.tab-pane h3 {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 18px;
}

.about-me a,.tab-pane a {
  font-weight: 600;
  text-decoration: underline;
}

.my-about-list {
  margin-top: 30px;
}

.my-about-list li {
  display: inline-block;
  margin-right: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
}

.my-about-list li:last-child {
  margin-right: 0;
}

.my-about-list li i {
  margin-right: 7px;
}

.tab-content {
  padding-right: 15px;
  position: relative;
  z-index: 0;
}

.dt-tab-content-no {
  color: #f2f2f2;
  font-size: 10em;
  height: 250px;
  left: 0;
  line-height: 2em;
  margin: -125px auto 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 250px;
  z-index: -1;
}

.more-about-me {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.nav.about-list {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 6px solid #fff;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.about-list li:last-child {
  margin-bottom: 20px;
}

.about-list li:last-child:after {
  background: transparent none repeat scroll 0 0;
}

.about-list li:after {
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 90px;
  width: 2px;
  z-index: 0;
}

.tooltips {
  border: 1px solid rgba(51,51,51,.5);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 5px 15px;
  position: relative;
  top: 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.about-list li:hover .tooltips,.about-list li.active .tooltips {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav.about-list>li>a:hover,.nav.about-list>li>a:focus {
  background-color: transparent;
  text-decoration: none;
}

.about-list li a i {
  background: #fff none repeat scroll 0 0;
  border: 2px solid;
  border-radius: 50%;
  color: #333;
  display: block;
  font-size: 22px;
  height: 60px;
  line-height: 61px;
  margin: 4px auto;
  position: relative;
  top: 0;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  width: 60px;
  z-index: 1;
}

.about-list li a i:after {
  border: 1px solid rgba(51,51,51,.5);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  width: 100%;
  z-index: -1;
}

.about-list li a i:hover,.about-list li.active a i {
  color: #efefef;
}

.about-list li a i:hover:after,.about-list li.active a i:after, {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tab-pane h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.progress-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}

.progress {
  background: #ddd none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: none;
  height: 5px;
  margin-bottom: 25px;
  overflow: visible;
}

.progress-bar {
  border-radius: 6px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
}

.progress .progress-value {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #333;
  background: #fff!important;
  display: block;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.works-edu-list {
  overflow: hidden;
}

.works-edu-single {
  margin-bottom: 10px;
}

.works-edu-single h4 {
  border-bottom: 1px solid #999;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.works-edu-single h4 span {
  font-family: Roboto,sans-serif;
  font-weight: 400;
  margin-left: 5px;
  font-size: 14px;
  text-transform: capitalize;
}

.services-list {
  margin-bottom: -30px;
  overflow: hidden;
}

.single-service {
  margin-bottom: 30px;
  margin-top: 20px;
}

.service-heading {
  background: #eee;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.service-heading i {
  float: left;
  font-size: 44px;
  line-height: 90px;
  margin-right: 40px;
  position: absolute;
  background: #eee;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  top: -20px;
  left: -10px;
  border: 1px solid #ddd;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.service-heading h4 {
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative;
  margin-left: 80px;
}

.service-body {
  background: #f9f7f7;
  padding: 20px 10px 5px;
  box-shadow: 0 4px 7px -3px #ddd;
}

.service-body p {
  font-size: 15px;
  line-height: 24px;
}

.single-service:hover .service-heading h4,.single-service:hover .service-heading i {
  color: #FFF;
}

.extra-section.team-area {
  height: auto;
}

.team-area {
  background-image: url(assets/img/parallax-background-02.jpg);
  text-align: left;
}

.section-overlay.team-overlay {
  background: #fff;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.team-members {
  position: relative;
  width: 100%;
  z-index: 9;
}

.team-list {
  overflow: hidden;
  padding-bottom: 50px;
  text-align: left;
  width: 100%;
}

.single-member {
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,.26);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.member-image {
  padding-bottom: 70px;
}

.member-image img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  display: inline-block;
}

.single-member:hover .member-image img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.member-info {
  background-color: #fff;
  max-height: 100%;
  left: inherit;
  margin-top: -70px;
  padding: 20px;
  position: absolute;
  top: 100%;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
  overflow: hidden;
}

.single-member:hover .member-info {
  margin-top: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: inherit;
}

.member-name-role {
  padding-bottom: 5px;
}

.member-name-role h3 {
  font-size: 18px;
  margin: 0;
}

.member-name-role span {
  font-size: 13px;
  padding: 0;
}

.member-skill {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  padding: 5px 0;
}

.member-skill>ul {
  margin: 20px 0;
}

.member-skill li {
  margin-top: 10px;
}

.bar-label {
  display: block;
  font-size: 14px;
}

.bar {
  background: #ddd none repeat scroll 0 0;
  border-radius: 6px;
}

.member-skill .bar .bar_active {
  border-radius: 10px;
  height: 7px;
  position: relative;
  -webkit-transition: width 2s cubic-bezier(.26,.765,.07,1.095) .2s;
  transition: width 2s cubic-bezier(.26,.765,.07,1.095) .2s;
  width: 0;
}

.member-social {
  bottom: 20px;
  left: 20px;
  position: absolute;
  width: 100%;
}

.member-social .social li a:hover i {
  color: #333;
}

.price-list {
  margin: 10px 0 0;
  overflow: hidden;
  text-align: center;
}

.single-price {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 1px #333;
  position: relative;
  background: #fff;
}

.single-price:hover {
  cursor: crosshair;
}

.price-heading {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 80px;
  padding: 25px 15px 80px;
  position: relative;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  border-radius: 6px 6px 0 0;
}

.price-heading h4 {
  color: #fff;
  font-family: Roboto,sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.price-heading p {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.price-heading span {
  font-size: 26px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
}

.price-heading span:after {
  content: "/";
  font-size: 22px;
  font-weight: 400;
  margin-right: 5px;
  position: absolute;
  right: -17px;
  top: 5px;
}

.price-icon i {
  font-size: 40px;
  line-height: 80px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.price-icon {
  border: 2px solid #fff;
  bottom: -40px;
  height: 80px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 80px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.single-price:hover .price-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.single-price:hover .price-icon i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.price-content {
  padding: 0 15px;
  text-align: left;
}

.price-content li {
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 0;
}

.price-content li:first-child {
  border: 0 solid;
}

.price-content li i {
  font-size: 13px;
  margin-right: 10px;
}

.price-footer {
  background: #333 none repeat scroll 0 0;
  margin-top: 10px;
  padding: 25px 15px;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  border-radius: 0 0 6px 6px;
}

.buy-servie {
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  color: #333;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  border: 1px solid #FFF;
  font-family: Roboto,sans-serif;
  font-weight: 600;
}

.buy-servie:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}

.portfolios-nav {
  padding-top: 20px;
}

.portfolios-nav li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.portfolios-nav li:hover,.portfolios-nav li.is-checked {
  color: #fff;
  border-radius: 6px;
}

.portfolios-nav li:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.portfolios-nav li:hover:before,.portfolios-nav li.is-checked:before {
  border-radius: 6px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.portfolios-nav li i {
  margin-right: 5px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.portfolios-nav li:hover i,.portfolios-nav li.is-checked i {
  color: #FFF;
}

.portfolios-nav li span {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  left: inherit;
  line-height: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 2px 10px;
  position: absolute;
  top: -28px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
}

.portfolios-nav li span:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  bottom: -4px;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  border-top-style: solid;
}

.portfolios-nav li.is-checked span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.portfolio-list {
  margin: 30px 0 0;
  overflow: hidden;
}

.single-item {
  margin-bottom: 30px;
}

.single-item figure {
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
}

.single-item figure img {
  max-width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  width: 100%;
  height: inherit;
}

.single-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #323232;
  height: 100%;
  width: 75%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: opacity .1s .3s,-webkit-transform .4s;
  transition: opacity .1s .3s,-webkit-transform .4s;
  transition: transform .4s,opacity .1s .3s;
  transition: transform .4s,opacity .1s .3s,-webkit-transform .4s;
}

.single-item figcaption h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.single-item figcaption span {
  color: #fff;
}

.link-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.single-item figcaption a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  text-align: center;
}

.single-item figcaption a:hover {
  background: #FFF;
  color: #333;
}

.single-item figcaption a:last-child {
  margin-right: 0;
}

.single-item figure:hover img {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.single-item figure:hover figcaption {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity .1s,-webkit-transform .4s;
  transition: opacity .1s,-webkit-transform .4s;
  transition: transform .4s,opacity .1s;
  transition: transform .4s,opacity .1s,-webkit-transform .4s;
}

.visible_item {
  display: none;
}

.mfp-figure img.mfp-img {
  border: 10px solid #ddd;
  padding: 0;
}

.modal-dialog {
  width: 90%;
  margin: 100px auto;
}

.modal-header {
  background: #323232 none repeat scroll 0 0;
}

.modal-body {
  overflow: hidden;
  padding: 0;
}

.modal-content {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 solid;
}

.modal-title {
  font-size: 25px;
  line-height: 40px;
  color: #FFF;
}

.modal-header button.close {
  color: #fff;
  font-size: 25px;
  margin-top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 5px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.modal-header button.close:hover {
  color: #FFF;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.portfolio-image img {
  height: auto;
  width: 100%;
  border: 15px solid #fafafa;
}

.owl-dots {
  bottom: -5px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.owl-dot {
  background: #777 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  width: 25px;
}

.owl-dot.active,.owl-dot:hover {
  width: 15px;
}

.modal-text h2 {
  border-style: solid;
  border-width: 0 0 2px;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.modal-text {
  margin: 50px 0;
  overflow: hidden;
}

.modal-right {
  border: 5px solid #ddd;
  margin-top: 70px;
  padding: 15px;
}

.modal-right p {
  color: #fff;
}

.modal-right span {
  color: #f2f2f2;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding-bottom: 3px;
  margin-right: 5px;
}

.portfolio-related {
  overflow: hidden;
  margin: 30px 0;
}

.readyhire-area {
  background-image: url(assets/img/parallax-background-03.jpg);
}

.section-overlay.readyhire-opacity {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-color: #fff;
}

.client-quote {
  padding: 50px 0;
}

.single-quote {
  text-align: center;
}

.client-quote .single-quote img {
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  height: 100px;
  margin: 0 auto 10px;
  width: 100px;
}

.single-quote p {
  margin-bottom: 20px;
  margin-left: 50px;
  position: relative;
}

.single-quote p:before {
  color: #333;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 52px;
  left: -50px;
  position: absolute;
  top: 0;
}

.rating {
  position: relative;
}

.rating:before {
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 0;
  width: 200px;
}

.rating li {
  display: inline-block;
}

.rating li i {
  font-size: 13px;
}

.client-designation a {
  font-size: 14px;
  text-transform: uppercase;
}

.best-clients img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.best-clients img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-filter: grayscale(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(0);
}

.coundown-area {
  background-image: url(assets/img/parallax-background-05.jpg);
}

.section-overlay.coundown-overlay {
  background-color: #fff;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.count-list {
  overflow: hidden;
  padding: 30px 0 0;
}

.single-count i {
  border-radius: 50%;
  color: #fff;
  font-size: 42px;
  height: 100px;
  line-height: 100px;
  position: relative;
  width: 100px;
}

.single-count i:after {
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
}

.single-count:hover i:after,.single-count.active:hover i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-count h4 {
  font-family: Roboto,sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-count h5 {
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}

.page-cover {
  background-clip: border-box;
  background-color: transparent;
  background-image: url(assets/img/page-cover.jpg);
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  position: relative;
  width: 100%;
}

.page-cover-overlay {
  background: #333 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  width: 100%;
}

.page-cover-content {
  overflow: hidden;
  padding: 53px 0;
  position: relative;
  width: 100%;
}

.page-cover-content h2 {
  color: #fff;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.bread-list {
  background: #fff none repeat scroll 0 0;
}

.bread-list>li {
  float: left;
  position: relative;
}

.bread-list li a {
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.bread-list>li:after {
  content: "\f101";
  font-family: Fontawesome;
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: 10px;
}

.bread-list li:last-child:after {
  display: none;
}

.single-page-content img {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

.contact-overlay {
  cursor: pointer;
  display: table;
  height: 100%;
  left: 0;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #ddd;
}

.contact-overlay i {
  color: #fff;
  display: table-cell;
  font-size: 52px;
  vertical-align: middle;
}

.contact-map {
  box-shadow: 0 0 5px 2px #ccc;
  height: 300px;
  margin: 30px 0;
  position: relative;
  width: 100%;
}

#map-canvas {
  height: 100%;
  width: 100%;
}

.contact-input .sub-heading {
  margin-bottom: 20px;
}

.contact-input label {
  display: block;
  font-weight: 400;
  height: 100%;
  margin: 12px 0;
  position: relative;
  width: 100%;
}

.contact-input label i {
  padding: 10px;
  position: absolute;
  top: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #9f9f9f;
  cursor: pointer;
}

.contact-input label input[type=text],.contact-input label input[type=email],.contact-input label textarea {
  border: 1px solid #ccc;
  padding: 5px 10px 5px 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: Raleway,sans-serif;
}

.contact-input textarea {
  height: 180px;
  max-width: 100%;
}

.contact-input button.button {
  margin: 15px 0 0;
}

.contact-input button.button:hover {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}

.contact-details {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #333;
  height: auto;
  padding: 10px 30px;
}

.contact-details h2 {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 5px;
}

#contact-list {
  margin: 25px 0;
}

#contact-list li {
  display: block;
  font-size: 15px;
  padding: 8px 0;
}

#contact-list li i {
  font-size: 18px;
  margin-right: 15px;
}

.contact-details h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.blog-item-list {
  margin-bottom: -20px;
  min-height: 100%;
  overflow: hidden;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item article {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ccc;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.blog-thumbnail img {
  position: relative;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  width: 100%;
}

.blog-thumbnail:hover img,.blogpost-too .blog-thumbnail:hover img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.blog-thumbnail {
  border-width: 0 0 5px;
  border-style: solid;
}

.blog-item-content {
  padding: 25px 20px 20px;
  position: relative;
  background: #fcfcfc none repeat scroll 0 0;
}

.date {
  color: #fff;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: -58px;
  font-family: Roboto,sans-serif;
  font-weight: 600;
}

.day {
  padding: 5px 20px;
}

.year {
  background: #333 none repeat scroll 0 0;
  padding: 5px 20px;
}

.day>span {
  display: block;
}

a.blog-title h2 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.meta {
  margin: 10px 0;
  font-family: Roboto,sans-serif;
  font-weight: 600;
}

.meta>span {
  font-size: 14px;
  margin-right: 15px;
  color: #777;
}

.meta>span:last-child {
  margin-right: 0;
}

.meta span i {
  margin-right: 5px;
}

.read-more {
  text-decoration: underline;
}

.read-more i {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.read-more:hover {
  color: #333;
  text-decoration: underline;
}

.read-more:hover i {
  padding-left: 5px;
}

.pagination {
  margin-bottom: 0;
}

.screen-reader-text {
  display: none;
}

.paginate span,.paginate a {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
}

.paginate span,.paginate a:hover {
  border: 1px solid #777;
  color: #fff;
}

.single-sidebar {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 15px;
}

.single-sidebar .search-bar {
  position: relative;
}

.single-sidebar input[type=search] {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  width: 100%;
}

.single-sidebar .search-button {
  height: 46px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 50px;
  color: #FFF;
  border: 1px solid #ddd;
}

.single-sidebar .search-button:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sidebar-heading h2 {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.popular-post {
  margin-top: 10px;
}

.single-popular {
  margin-bottom: 30px;
  overflow: hidden;
}

.popular-post .single-popular:last-child {
  margin-bottom: 0;
}

.post-img {
  float: left;
  margin-right: 10px;
}

.single-popular img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.single-popular a h3 {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin: 5px 0;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.time {
  font-size: 13px;
}

.cagegory-list li {
  display: block;
}

.cagegory-list li a {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.cagegory-list li a span {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  float: right;
  font-family: roboto;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
}

.tags-list>li {
  float: left;
}

.tags-list li a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: roboto;
  margin: 5px;
  overflow: hidden;
  padding: 5px 10px;
  text-transform: uppercase;
}

.newsletter-area {
  background-image: url(assets/img/parallax-background-04.jpg);
}

.section-overlay.newsletter-overlay {
  background-color: #fff;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.newsletter-form>input[type=email] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.newsletter-form>input[type=email]:focus {
  border-color: #333;
  outline-color: none;
  outline: 0 solid;
}

.subscribe {
  border-left: 1px solid #333;
  border-radius: 0 8px 8px 0;
  color: #fff;
  height: 46px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 100px;
}

.newsletter-form {
  display: inline-block;
  position: relative;
  width: 400px;
}

.subscribe:hover i {
  padding-left: 20px;
}

.subscribe i {
  font-size: 21px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.share-option {
  background: #f5f5f5 none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px 15px;
  width: 100%;
}

.share-option h4 {
  float: left;
  text-transform: uppercase;
}

.social-share {
  float: right;
  text-align: right;
}

.social-share li {
  float: left;
}

.social-share li a {
  display: block;
  font-size: 22px;
  padding: 5px;
}

.post-author {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 30px 0;
  overflow: hidden;
  padding: 20px 15px;
}

.post-author img {
  border: 2px solid #ddd;
  border-radius: 50%;
  float: left;
  height: 100px;
  margin: 0 15px 15px 0;
  width: 100px;
}

.author-info h3 {
  margin-top: 10px;
  font-size: 18px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.author-social .social li a:hover i {
  color: #333;
}

.single-navigation {
  background: #f5f5f5 none repeat scroll 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 15px;
  width: 100%;
}

.single-prev {
  float: left;
  width: 50%;
}

.single-next {
  float: right;
  text-align: right;
  width: 50%;
}

.single-navigation div a h4 {
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.single-navigation div a:hover h4 {
  color: #333;
}

.blogpost-too {
  margin: 20px 0;
  overflow: hidden;
}

.blogpost-too h3 {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.single-blogpost .blogpost-too .blog-item-content h2 {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
}

.blogpost-too .meta span {
  font-size: 13px;
  margin-right: 5px;
}

.single-blogpost .blog-thumbnail img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blogpost .date {
  left: 0;
  top: -92px;
}

.single-blogpost .blog-item-content h2 {
  font-size: 26px;
  line-height: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

.meta.single-meta {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.comment-list .comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.comment-list .comment:last-child {
  border-bottom: 0 solid;
}

.comments-body h3,.comments-response h3 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-weight: 700;
}

.author-avatar {
  float: left;
  height: 80px;
  width: 80px;
}

.author-avatar>img {
  border: 2px solid #ddd;
  border-radius: 50%;
}

.name {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}

.date-time {
  font-size: 13px;
}

.comment-details p {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0;
}

.btn.reply {
  border: 0 solid;
  font-size: 13px;
  padding: 0;
  text-transform: uppercase;
}

.btn.reply:hover {
  color: #333;
}

.clild-comments {
  margin-top: 15px;
  padding-left: 80px;
}

.comments-response {
  margin: 20px 0 20px -15px;
  overflow: hidden;
}

.comments-response input[type=text],.comments-response input[type=email],.comments-response input[type=url],.comments-response textarea {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}

.comments-response textarea {
  height: 180px;
  max-width: 100%;
}

.comments-response button {
  margin: 0;
}

.comments-response button.button:hover,.comments-response button.button:focus {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}

.footer-layout {
  background: #323232 none repeat scroll 0 0;
  display: block;
  padding: 30px 0 10px;
  width: 100%;
  position: relative;
}

.scroll-top {
  background: #fff none repeat scroll 0 0;
  border: 4px solid #333;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -25px;
  width: 50px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  z-index: 9;
}

.scroll-top i {
  font-size: 25px;
  line-height: 40px;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.scroll-top:hover i {
  color: #FFF;
}

footer p {
  color: #ebebeb;
  margin-bottom: 0;
}

footer a.color:hover,footer a.color:focus {
  color: #ddd;
}

.social {
  margin-top: -10px;
}

.social li {
  display: inline-block;
}

.social li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 8px 5px;
}

.error-page .footer-layout {
  position: absolute;
  bottom: -200px;
}

.not-found-content h2 {
  font-size: 70px;
}

.not-found-content h3 {
  font-family: Roboto,sans-serif;
  font-weight: 600;
}

.not-found-content h3 span {
  font-size: 38px;
  font-weight: 700;
  margin-right: 10px;
}

.not-found-content p a:hover {
  color: #333;
}