/**
* 	@template:  Alex
	author: Idesignt7
	version: 1.0

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Side Menu
		+ Header
		+ Hero
		+ Skills
		+ Resume
		+ Services
		+ Portfolio
		+ Blog
		+ Testimonials
		+ Contact
		+ footer
		+ Responsive
		
*/
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
@import url(main.css);
body {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-weight: 400;
}

.section-padding {
  padding: 80px 0;
}

.section-border {
  position: relative;
  padding: 80px;
}
.section-border .content {
  position: relative;
  z-index: 9;
}
.section-border:after, .section-border:before {
  content: "";
  border: 10px solid #f4f4f4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-border:before {
  top: 15px;
  left: 15px;
}

.section-gray {
  background: #f7f7f7;
}
.section-gray .section-border:after, .section-gray .section-border:before {
  border-color: #fff;
}
.section-gray .main-title {
  color: #999;
}

p {
  line-height: 1.8;
  margin: 0;
  font-size: 14px;
  color: #7e7e7e;
  font-family: 'Open Sans', sans-serif;
}

.main-title {
  font-size: 44px;
  font-weight: 900;
  color: #ccc;
  opacity: .8;
  margin-bottom: 30px;
}

.sm-titl {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.color-switch {
  position: fixed;
  top: 40%;
  right: -151px;
  background: #fff;
  padding: 20px;
  transition: all .4s;
  z-index: 9999999;
  box-shadow: 0px 0px 10px #eae8e8;
}
.color-switch .icon {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #121212;
  background: #fff;
  box-shadow: 0px 0px 10px #eae8e8;
  cursor: pointer;
}
.color-switch button {
  width: 20px;
  margin: 2px;
  height: 20px;
  line-height: 20px;
  border: 0;
  text-align: center;
  position: relative;
}
.color-switch button:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 10px;
  color: #fff;
  opacity: 0;
}
.color-switch .active:after {
  opacity: 1;
}
.color-switch .main {
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #3b414c;
}
.color-switch .main:after {
  content: "";
}
.color-switch .blue {
  background: #7E6DF6;
}
.color-switch .gold {
  background: #FBC02D;
}
.color-switch .green {
  background: #2ECA7F;
}
.color-switch .orange {
  background: #FF9800;
}
.color-switch .pink {
  background: #E91E63;
}
.color-switch .purple {
  background: #AA00FF;
}
.color-switch .red {
  background: #F44336;
}
.color-switch .skyblue {
  background: #2196F3;
}

.switch-active {
  right: 0;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 20px 15px 0 !important;
  color: #eee !important;
  padding: 4px 5px !important;
  position: relative;
}
.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3b414c;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all .4s;
}
.navbar-default .navbar-nav > li {
  font-size: 13px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  background: none;
}
.navbar-default .navbar-nav > li .active:after {
  bottom: 0;
  top: 100%;
  opacity: 1;
}
.navbar-default .navbar-nav > li .active:before {
  top: 0;
  opacity: 1;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s;
}
.nav-scroll .logo {
  color: #343434;
  padding-top: 5px;
}
.nav-scroll .logo span {
  color: #3b414c;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

.logo {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  float: left;
  padding-top: 15px;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .v-middle {
  z-index: 99;
}
.header .caption {
  padding-top: 50px;
  color: #fff;
  text-align: center;
}
.header .caption .sub-title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.header .caption h1 {
  font-weight: 900;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px auto;
}
.header .caption h6 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}
.header .caption .botn {
  margin-top: 30px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  transition: all .5s;
}
.header .caption .botn:hover {
  background: #3b414c;
  border-color: #3b414c;
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero .hero-img {
  position: relative;
}
.hero .hero-img:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  height: 100%;
  width: 100%;
  background: #f4f4f4;
  z-index: 1;
  opacity: .9;
}
.hero .hero-img img {
  position: relative;
  z-index: 9;
}
.hero .hero-info h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.hero .hero-info .data {
  margin-top: 40px;
}
.hero .hero-info .data li {
  margin-bottom: 15px;
  font-weight: 500;
}
.hero .hero-info .data li span {
  padding-left: 5px;
  color: #a7a7a7;
  font-weight: 400;
}
.hero .hero-info .order {
  margin-top: 30px;
}
.hero .hero-info .order .botn {
  padding: 10px 25px;
  margin: 0 5px;
  border: 1px solid #3b414c;
  color: #3b414c;
}
.hero .hero-info .order .botn-bg {
  background: #3b414c;
  color: #fff;
}

/* -------------------------------------------------------
                     Skills 
-------------------------------------------------------- */
.skills .skills-info .item {
  margin-bottom: 30px;
}
.skills .skills-info .item:last-child {
  margin-bottom: 0;
}
.skills .skills-info .item h6 {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.skills .skills-info .item .skills-progress {
  width: 100%;
  height: 15px;
  padding: 1px;
  line-height: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}
.skills .skills-info .item .skills-progress span {
  height: 100%;
  width: 0;
  background: #3b414c;
  position: relative;
  border-radius: 10px;
  transition: all .5s;
}
.skills .skills-info .item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 10px;
}
.skills .numbers {
  margin-top: 100px;
}
.skills .numbers .item {
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  padding: 15px 15px 20px;
}
.skills .numbers .icon {
  font-size: 30px;
  position: absolute;
  width: 60px;
  left: calc(50% - 30px);
  bottom: -25px;
  background: #f7f7f7;
  color: #e3e4db;
}
.skills .numbers .num-info {
  padding: 30px 0;
  background: #fbfbfb;
}
.skills .numbers .num-info h5 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #3b414c;
}
.skills .numbers .num-info h6 {
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
                     Resume 
-------------------------------------------------------- */
.resume .column-right {
  width: 95%;
  margin-left: 5%;
  padding-top: 30px;
  padding-left: 50px;
  border-left: 2px solid #eee;
}
.resume .column-right .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #3b414c;
  position: absolute;
  top: -40px;
  left: calc(5% - 6px);
}
.resume .column-left {
  width: 95%;
  padding-top: 30px;
  padding-right: 50px;
  border-right: 2px solid #eee;
  text-align: right;
}
.resume .column-left .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #3b414c;
  position: absolute;
  top: -40px;
  right: calc(5% - 6px);
}
.resume .column-left .item:after {
  left: calc(100% + 48px);
}
.resume .item {
  margin-bottom: 50px;
  position: relative;
}
.resume .item:last-child {
  margin-bottom: 0;
}
.resume .item:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -54px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
}
.resume .item h6 {
  margin-bottom: 10px;
}
.resume .item .date {
  font-size: 12px;
  color: #3b414c;
  margin-bottom: 15px;
}
.resume .botn {
  margin-top: 60px;
  padding: 10px 25px;
  background: #3b414c;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
  text-align: center;
  padding: 15px;
  margin-bottom: 50px;
}
.services .item .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background: #3b414c;
  margin-bottom: 25px;
}
.services .item h6 {
  margin-bottom: 15px;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 8px 10px;
  margin: 0 15px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span:after, .portfolio .filtering span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3b414c;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all .4s;
}
.portfolio .filtering .active {
  color: #3b414c;
}
.portfolio .filtering .active:after {
  bottom: 0;
  top: 100%;
  opacity: 1;
}
.portfolio .filtering .active:before {
  top: 0;
  opacity: 1;
}
.portfolio .item-img {
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  transform: translateY(0);
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
  transform: translateY(0);
}
.portfolio .item-img h6 {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  transform: translateY(-15px);
  transition: all .5s;
}
.portfolio .item-img .icons {
  transform: translateY(15px);
  transition: all .5s;
}
.portfolio .item-img .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  font-weight: bold;
  margin: 0 2px;
  transition: all .5s;
  cursor: pointer;
}
.portfolio .item-img .icon:hover {
  background: #3b414c;
  color: #fff;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
  transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog .item {
  text-align: center;
}
.blog .item .post {
  padding-top: 30px;
}
.blog .item .img-post {
  position: relative;
}
.blog .item .img-post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all .5s;
  opacity: 0;
}
.blog .item .img-post .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #3b414c;
  z-index: 9;
}
.blog .item .img-post .icon {
  font-size: 50px;
  color: #eee;
  z-index: 9;
  transition: all .5s;
  opacity: 0;
}
.blog .item .img-post:hover:after, .blog .item .img-post:hover .icon {
  opacity: 1;
}
.blog .item .post-cont h6 {
  margin-bottom: 15px;
}
.blog .item .post-cont p {
  margin-bottom: 20px;
}

/* -------------------------------------------------------
                     Testimonials 
-------------------------------------------------------- */
.clients .owl-carousel {
  position: relative;
}
.clients .owl-carousel:after {
  content: "\201C";
  font-family: "FontAwesome";
  color: #3b414c;
  font-size: 50px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  background: #fafafa;
  position: absolute;
  top: -25px;
  left: -25px;
  border: 5px solid #fff;
  border-radius: 50%;
}
.clients .item {
  background: #fafafa;
  padding: 30px 30px 30px 60px;
}
.clients h6 {
  margin: 20px auto 10px;
  font-size: 12px;
  color: #3b414c;
}
.clients .info {
  font-size: 10px;
  font-style: italic;
  color: #888;
  position: relative;
}
.clients .info:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -30px;
}
.clients .client-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  border: 5px solid #fff;
}
.clients .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  border-radius: 5px;
  margin: 2px;
}
.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
  background: .clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span main-color;
}
.clients .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .form, .contact .info {
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0px 10px 30px #eae8e8;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  margin-bottom: 15px;
}
.contact .form textarea {
  height: 130px;
  max-height: 130px;
  max-width: 100%;
}
.contact .form input[type="submit"] {
  color: #fff;
  border: 1px solid #3b414c;
  background: #3b414c;
}
.contact .info h5 {
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.contact .info h5:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #3b414c;
}
.contact .info .item {
  margin-bottom: 40px;
}
.contact .info .item .icon {
  padding-top: 5px;
  font-size: 25px;
  color: #3b414c;
  float: left;
}
.contact .info .item h6 {
  margin-left: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}
.contact .info .item h6 span {
  padding-top: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #a7a7a7;
}
.contact .info .social-icon {
  margin-top: 40px;
}
.contact .info .social-icon span {
  font-size: 14px;
  margin: 15px;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  padding: 30px;
  text-align: center;
}
footer p {
  color: #a7a7a7;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  * {
    background-position: 50% 0%;
  }

  .navbar-default .logo {
    margin-left: 20px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #111 !important;
    display: inline-block;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .section-border {
    padding: 0px;
  }
  .section-border:after, .section-border:before {
    display: none;
  }

  .portfolio .filtering span {
    margin: 10px 2px;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 4px !important;
    margin: 20px 10px 0 !important;
  }

  .header h1 {
    font-size: 40px !important;
  }

  .section-border {
    padding: 80px 30px !important;
  }

  .hero .hero-img,
  .skills .skills-info,
  .numbers .item,
  .blog .item,
  .contact .form {
    margin-bottom: 50px;
  }

  .column-left {
    margin-left: 5%;
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 0 !important;
    border-left: 2px solid #eee;
    border-right: 0 !important;
    text-align: left !important;
  }
  .column-left .icon {
    left: calc(5% - 6px);
  }
  .column-left .item:after {
    left: -54px !important;
  }

  .clients .owl-carousel {
    width: 95%;
    margin: auto;
  }

  .portfolio .items {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
