/*-----------------------------------------

	Theme Name: Abrel
	Theme URI: https://themeforest.net/item/abrel-one-page-parallax/23991085
	Description: The Multi-Purpose Onepage Template
	Author: Roelnie
	Author URI: http://themeforest.net/user/roelnie
	Version: 1.1

	---------------------------------*/
/* ***********************************
	Table Of Content


	01 Basic
		1.1 Typography
		1.2 Button
		1.3 Navbar
		1.4 Slider
	02 Classic Version
		2.1 Header
		2.2 About_block
		2.3 Services_block
		2.4 Portfolio_block
		2.5 Stats_block
		2.6 Team_block
		2.7 Pricing_block
		2.8 Comment_block
		2.9 Brand_block
		2.10 Contact_block
	03 Dark Classic Version
		3.1 Header
		3.2 About_block
		3.3 Services_block
		3.4 Portfolio_block
		3.5 Stats_block
		3.6 Team_block
		3.7 Pricing_block
		3.8 Comment_block
		3.9 Contact_block
	04 Person Version
		4.1 Header
		4.2 About_block
		4.3 Services_block
		4.4 Portfolio_block
		4.5 Stats_block
		4.6 Pricing_block
		4.7 Comment_block
		4.8 Contact_block
	05 Creative Agency Version
		5.1 Header
		5.2 About_block
		5.3 Services_block
		5.4 Portfolio_block
		5.5 Stats_block
		5.6 Team_block
		5.7 Pricing_block
		5.8 Comment_block
		5.9 Contact_block
	06 Studio Version
		6.1 Header
		6.2 About_block
		6.3 Services_block
		6.4 Portfolio_block
		6.5 Stats_block
		6.6 Team_block
		6.7 Pricing_block
		6.8 Comment_block
		6.9 Contact_block
	07 Business Version
		7.1 Header
		7.2 About_block
		7.3 Services_block
		7.4 Portfolio_block
		7.5 Team_block
		7.6 Pricing_block
		7.7 Comment_block
		7.8 Contact_block
	08 Portfolio Version
		8.1 Header
		8.2 About_block
		8.3 Services_block
		8.4 Skills_block
		8.5 Comment_block
		8.6 Contact_block
	09 Other Page
		9.1 Portfolio Grid Page
		9.2 Portfolio Details
		9.3 Blog Grid Page
		9.4 Blog Details
	10 Footer
	11 Responsive

	*********************************** */
/* *******************
	[ 01 Start Basic ]
	******************* */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none; }

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

img {
  max-width: 100%; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

a {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

/* loading */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 99999999999999; }

/* Block */
section {
  padding: 100px 0;
  overflow: hidden; }

iframe {
  border: none; }

/* Section background image */
.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

/* Spacing */
.mb30 {
  margin-bottom: 30px; }

/* -----------------------------
	[ 1.1 Start Typography ]
	----------------------------- */
h1 {
  margin: 0 0 10px;
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 80px; }

h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center; }

h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

h5 {
  margin: 0 0 30px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif; }

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px; }

/* align text */
.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

/* Color text */
.green {
  color: #51B683; }

.blue {
  color: #4f86a6; }

/* Title */
.title {
  margin: 0 0 60px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center; }
  .title span {
    position: relative;
    display: inline-block; }
    .title span:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 2px;
      background-color: #4f86a6; }

/* Color Background */
/* -----------------------------
	[ 1.1 End Typography ]
	----------------------------- */
/* -----------------------------
	[ 1.2 Start Button ]
	----------------------------- */
/* Button blue */
.order,
.box_order {
  position: relative;
  display: block;
  width: 170px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #4f86a6;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0; }
  .order:after,
  .box_order:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, -45deg, color-stop(30%, #4f86a6), to(#51B683));
    background: -webkit-linear-gradient(-45deg, #4f86a6 30%, #51B683);
    background: -o-linear-gradient(-45deg, #4f86a6 30%, #51B683);
    background: linear-gradient(to -45deg, #4f86a6 30%, #51B683);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1; }
  .order:hover,
  .box_order:hover {
    color: #fff; }
    .order:hover:after,
    .box_order:hover:after {
      left: 0; }

.box_order {
  margin: 0 auto; }
  .box_order .order {
    background-color: transparent; }

/* Button green */
.order_2 {
  position: relative;
  display: block;
  width: 170px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #51B683;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0; }
  .order_2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, -45deg, color-stop(30%, #51B683), to(#4f86a6));
    background: -webkit-linear-gradient(-45deg, #51B683 30%, #4f86a6);
    background: -o-linear-gradient(-45deg, #51B683 30%, #4f86a6);
    background: linear-gradient(to -45deg, #51B683 30%, #4f86a6);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1; }
  .order_2:hover {
    color: #fff; }
    .order_2:hover:after {
      left: 0; }

/* -----------------------------
	[ 1.2 End Button ]
	----------------------------- */
/* -----------------------------
	[ 1.3 Start Navbar ]
	----------------------------- */
nav.nav_bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: height 0.5s, -webkit-transform 0.5s;
  transition: height 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, height 0.5s;
  transition: transform 0.5s, height 0.5s;
  transition: transform 0.5s, height 0.5s, -webkit-transform 0.5s;
  z-index: 100; }
  nav.nav_bar .row {
    height: 80px; }
  nav.nav_bar .logo {
    max-width: 270px;
    padding: 0 15px; }
    nav.nav_bar .logo .white_logo {
      display: block; }
    nav.nav_bar .logo .dark_logo {
      display: none; }
  nav.nav_bar .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0 15px;
    list-style-type: none; }
    nav.nav_bar .menu li {
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      font-family: 'Roboto', sans-serif; }
      nav.nav_bar .menu li:last-child {
        margin-right: 0; }
      nav.nav_bar .menu li a {
        position: relative;
        color: #000; }
        nav.nav_bar .menu li a:hover {
          color: #fff; }
          nav.nav_bar .menu li a:hover:after {
            width: 100%;
            background-color: #4f86a6; }
        nav.nav_bar .menu li a:after {
          content: '';
          display: block;
          width: 0%;
          height: 2px;
          margin: auto;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      nav.nav_bar .menu li .active {
        color: #4f86a6; }
        nav.nav_bar .menu li .active:after {
          width: 100%;
          background-color: #4f86a6; }

nav.nav_scroll {
  position: fixed;
  top: -100px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px); }
  nav.nav_scroll .logo .white_logo {
    display: none; }
  nav.nav_scroll .logo .dark_logo {
    display: block; }
  nav.nav_scroll .row {
    height: 101px; }
  nav.nav_scroll .menu li a {
    color: #000; }
    nav.nav_scroll .menu li a:hover, nav.nav_scroll .menu li a.active {
      color: #4f86a6; }

.mob_button {
  position: relative;
  display: none;
  width: 24px;
  height: 18px;
  margin-right: 25px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 55; }
  .mob_button:focus {
    outline: none; }
  .mob_button .line_menu {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0px 0 4px;
    background-color: #a0a0a0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .mob_button .line_menu:last-child {
      margin-bottom: 0; }

.mob_button.active .line_menu {
  width: 20px;
  margin: -3px 0 0;
  margin-left: 1px; }
  .mob_button.active .line_menu:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mob_button.active .line_menu:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mob_button.active .line_menu:last-child {
    opacity: 0; }

/* -----------------------------
	[ 1.3 End Navbar ]
	----------------------------- */
/* -----------------------------
	[ 1.4 Start Slider ]
	----------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 60px; }
  .slick-dotted.slick-slider .slick-dots {
    bottom: 0; }
    .slick-dotted.slick-slider .slick-dots li {
      margin: 0; }
      .slick-dotted.slick-slider .slick-dots li button {
        padding: 3px;
        opacity: 1 !important; }
        .slick-dotted.slick-slider .slick-dots li button:before {
          font-size: 8px;
          color: rgba(79, 134, 166, 0.35);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          opacity: 1 !important; }
      .slick-dotted.slick-slider .slick-dots li:hover button:before {
        color: #4f86a6; }
    .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
      color: #4f86a6; }

.slider_top .slick-prev,
.slider_top .slick-next {
  top: 0;
  bottom: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  z-index: 3; }
  .slider_top .slick-prev:before,
  .slider_top .slick-next:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-border-radius: 20%;
            border-radius: 20%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .slider_top .slick-prev:hover:before,
  .slider_top .slick-next:hover:before {
    border-right-color: #4f86a6;
    border-bottom-color: #4f86a6; }

.slider_top .slick-prev {
  left: 70px; }
  .slider_top .slick-prev:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.slider_top .slick-next {
  right: 70px; }

/* -----------------------------
	[ 1.4 End Slider ]
	----------------------------- */
/* *******************
	[ End Basic ]
	******************* */
/* *******************
	[ 02 Start Classic Version ]
	******************* */
/* -----------------------------
	[ 2.1 Start Header ]
	----------------------------- */
header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  overflow: hidden; }
  header .row {
    position: relative;
    z-index: 3; }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  header h1 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  header h5 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  header .order,
  header .order_2 {
    margin: 0 15px 20px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

/* Background Parallax */
header.bg_img {
  background-attachment: fixed; }

/* Slider Header */
header.slider_header {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0; }
  header.slider_header .slider_top {
    width: 100%;
    padding-bottom: 0;
    z-index: 3; }
    header.slider_header .slider_top .slick-list,
    header.slider_header .slider_top .slick-track,
    header.slider_header .slider_top .slide,
    header.slider_header .slider_top .container,
    header.slider_header .slider_top .row {
      height: 100%; }
    header.slider_header .slider_top .slick-dots {
      right: 0;
      left: 0;
      bottom: 20px; }
    header.slider_header .slider_top .slide {
      position: relative;
      padding: 70px 30px 50px;
      -webkit-transition: opacity 1.4s ease-in !important;
      -o-transition: opacity 1.4s ease-in !important;
      transition: opacity 1.4s ease-in !important; }
      header.slider_header .slider_top .slide .img_bg {
        position: absolute;
        top: 0;
        max-width: none;
        width: 100%;
        min-height: 100%;
        display: block;
        margin: 0 auto;
        z-index: -1; }
      header.slider_header .slider_top .slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0; }
  header.slider_header .slider_top_text .slide:before {
    display: none; }
  header.slider_header .slick-dots li button:before {
    color: #fff; }

/* Particles effect */
header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* Background Video */
header .bg_video {
  position: absolute;
  top: 0;
  left: -1000px;
  bottom: 0;
  right: -1000px;
  display: block;
  min-height: 100%;
  margin: auto;
  z-index: 0; }

/* -----------------------------
	[ 1.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 1.2 Start About_block ]
	----------------------------- */
.about_block {
  padding: 100px 0 100px;
  background-color: #fff; }
  .about_block .img_box {
    position: relative;
    margin-bottom: 30px;
    z-index: 3; }
    .about_block .img_box:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 30px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      z-index: -1; }
    .about_block .img_box img {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .about_block .contents_box {
    position: relative;
    /*margin: 50px 0;
    padding: 50px 30px;*/
    color: #000;
    z-index: 1; }
    .about_block .contents_box h3 {
      margin: 0 0 20px;
      font-size: 20px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
    .about_block .contents_box p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 24px;
      color: rgba(66, 66, 66, 0.7); }
    .about_block .contents_box .order,
    .about_block .contents_box .order_2 {
      margin-top: 30px; }

/* Skills_block */
.skills_block {
  padding: 0 0 100px; }
  .skills_block p {
    color: rgba(66, 66, 66, 0.7); }

.skills_box {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-align: left; }
  .skills_box:last-child {
    margin-bottom: 0; }
  .skills_box .line_skills {
    position: relative;
    margin-top: 5px;
    width: 100%;
    height: 5px;
    background-color: #e2e2e2; }
    .skills_box .line_skills:before {
      content: attr(data-value);
      position: absolute;
      right: 0;
      bottom: 100%;
      display: block;
      margin-bottom: 5px;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif; }
    .skills_box .line_skills span {
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #4f86a6;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      z-index: 2; }

/* -----------------------------
	[ 1.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 1.3 Start Services_block ]
	----------------------------- */
.services_block {
  background-color: #fff; }
  .services_block .services_box {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
    color: #4f86a6;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 0; }
    .services_block .services_box:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 0;
      height: 0;
      margin: auto;
      background-color: #4f86a6;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      z-index: -1; }
    .services_block .services_box:hover {
      color: #fff; }
      .services_block .services_box:hover:before {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0; }
      .services_block .services_box:hover h3 {
        color: #fff; }
      .services_block .services_box:hover p {
        color: rgba(255, 255, 255, 0.7); }
    .services_block .services_box h3 {
      margin: 0 0 15px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      color: #000; }
    .services_block .services_box p {
      margin-bottom: 0px;
      font-size: 14px;
      line-height: 24px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      color: rgba(66, 66, 66, 0.7); }

.icons_box {
  margin: 0 0 25px;
  font-size: 35px;
  line-height: 45px; }

/* -----------------------------
	[ 1.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 1.4 Start Portfolio_block ]
	----------------------------- */
.portfolio_block {
  padding: 100px 0; }
  .portfolio_block .list_filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 50px;
    padding: 0;
    list-style-type: none; }
    .portfolio_block .list_filter li {
      margin: 0 15px 5px;
      font-size: 18px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .portfolio_block .list_filter li:hover {
        color: #4f86a6;
        text-decoration: underline; }
    .portfolio_block .list_filter .active {
      color: #4f86a6;
      text-decoration: underline; }
  .portfolio_block .portfolio_grid {
    width: 100%; }
  .portfolio_block .portfolio_item {
    position: relative;
    display: none;
    margin: 0 -2px 30px; }
    .portfolio_block .portfolio_item img {
      width: 100%; }
    .portfolio_block .portfolio_item .desc_item {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      left: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      text-align: center;
      color: #fff;
      background-color: rgba(79, 134, 166, 0.8);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
      .portfolio_block .portfolio_item .desc_item h3 {
        margin-bottom: 2px;
        font-size: 20px;
        text-decoration: underline; }
      .portfolio_block .portfolio_item .desc_item p {
        margin-bottom: 18px;
        font-size: 14px;
        font-weight: normal; }
      .portfolio_block .portfolio_item .desc_item a {
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        color: #fff; }
        .portfolio_block .portfolio_item .desc_item a:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
    .portfolio_block .portfolio_item:hover .desc_item {
      opacity: 1; }

/* Portfolio Grid Masonry */
.portfolio_grid_masonry {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  margin: 0 -15px 30px; }
  .portfolio_grid_masonry .portfolio_item {
    padding: 0 15px; }

/* -----------------------------
	[ 1.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 1.5 Start Stats_block ]
	----------------------------- */
.stats_block {
  position: relative;
  padding: 120px 0 80px;
  background-color: #fff; }
  .stats_block .stats_box {
    max-width: 255px;
    margin: 0 auto 40px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .stats_block .stats_box .icons_box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 90px;
      width: 90px;
      height: 90px;
      margin: 0 auto 30px;
      font-size: 35px;
      line-height: 46px;
      color: #fff;
      background-color: #4f86a6;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .stats_block .stats_box .icons_box:hover {
        color: #4f86a6;
        background-color: #fff; }
    .stats_block .stats_box .counter {
      margin-bottom: 5px;
      font-size: 30px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      line-height: 30px;
      color: #4f86a6; }
    .stats_block .stats_box p {
      margin-bottom: 0;
      color: rgba(66, 66, 66, 0.7); }

/* -----------------------------
	[ 1.5 End Stats_block ]
	----------------------------- */
/* -----------------------------
	[ 1.6 Start Team_block ]
	----------------------------- */
.team_block {
  background-color: #fff; }
  .team_block .team_box {
    padding-bottom: 25px;
    text-align: center;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .team_block .team_box .box_text {
      padding: 30px;
      padding-bottom: 5px; }
      .team_block .team_box .box_text h4 {
        margin-top: 0; }
    .team_block .team_box h4 {
      margin: 25px 10px 5px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4; }
    .team_block .team_box p {
      margin: 0 10px 0;
      font-size: 14px;
      line-height: 20px;
      color: rgba(66, 66, 66, 0.7);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .team_block .team_box .img_box {
      position: relative;
      overflow: hidden; }
      .team_block .team_box .img_box img {
        width: 100%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .team_block .team_box .img_box .social_list {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        max-height: 0;
        padding: 0 8px;
        list-style-type: none;
        background-color: rgba(79, 134, 166, 0.8);
        overflow: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .team_block .team_box .img_box .social_list li {
          margin: 0 10px; }
          .team_block .team_box .img_box .social_list li a {
            display: block;
            color: #fff; }
            .team_block .team_box .img_box .social_list li a:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
    .team_block .team_box:hover {
      color: #fff;
      background-color: #4f86a6; }
      .team_block .team_box:hover p {
        color: rgba(255, 255, 255, 0.7); }
      .team_block .team_box:hover .img_box img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .team_block .team_box:hover .img_box .social_list {
        max-height: 70px;
        padding: 8px; }

/* -----------------------------
	[ 1.6 End Team_block ]
	----------------------------- */
/* -----------------------------
	[ 1.7 Start Pricing_block ]
	----------------------------- */
.pricing_block {
  background-color: #fff; }
  .pricing_block .pricing_box {
    position: relative;
    max-width: 350px;
    margin: 0 auto 25px;
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .pricing_block .pricing_box:hover {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .pricing_block .pricing_box h3 {
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase; }
    .pricing_block .pricing_box .price {
      margin-bottom: 5px;
      font-size: 50px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      line-height: 60px;
      color: #4f86a6; }
    .pricing_block .pricing_box .times {
      margin-bottom: 35px;
      font-size: 12px;
      font-weight: normal;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 18px;
      color: #000; }
    .pricing_block .pricing_box .list {
      margin: 0 0 20px;
      padding: 0;
      list-style-type: none; }
      .pricing_block .pricing_box .list li {
        position: relative;
        font-size: 14px;
        line-height: 30px;
        color: rgba(66, 66, 66, 0.6); }
        .pricing_block .pricing_box .list li:last-child {
          margin-bottom: 0; }
        .pricing_block .pricing_box .list li:before {
          content: '-';
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle; }
    .pricing_block .pricing_box .order,
    .pricing_block .pricing_box .order_2 {
      position: absolute;
      right: 0;
      bottom: -25px;
      left: 0;
      margin: 0 auto; }
  .pricing_block .active {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .pricing_block .active .price {
      color: #51B683; }

/* -----------------------------
	[ 1.7 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 1.8 Start Comment_block ]
	----------------------------- */
.comment_block {
  position: relative;
  margin: 0;
  text-align: center;
  background-attachment: fixed; }
  .comment_block img {
    display: block;
    width: 120px;
    margin: 35px auto 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .comment_block h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.4; }
  .comment_block h5 {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 20px;
    color: rgba(66, 66, 66, 0.7); }
  .comment_block i {
    margin-bottom: 30px;
    font-size: 32px;
    color: #4f86a6; }
  .comment_block p {
    max-width: 800px;
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 30px; }

/* -----------------------------
	[ 1.8 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 1.9 Start Brand_block ]
	----------------------------- */
.brand_block {
  padding: 70px 0;
  background-color: #fff; }
  .brand_block .slick-track {
    padding: 3px 0; }
  .brand_block .img_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 200px;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    padding: 10px; }

/* -----------------------------
	[ 1.9 End Brand_block ]
	----------------------------- */
/* -----------------------------
	[ 1.10 Start Contact_block ]
	----------------------------- */
.contact_block {
  background-color: #fff; }
  .contact_block .list_contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
    list-style-type: none;
    color: #000; }
    .contact_block .list_contact li {
      position: relative;
      max-width: 290px;
      width: 33%;
      margin: 0 auto 30px;
      padding: 13px 15px 0;
      font-size: 12px;
      text-align: center;
      line-height: 22px;
      color: #000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 0; }
      .contact_block .list_contact li a {
        color: #000; }
        .contact_block .list_contact li a:hover {
          color: #51B683; }
      .contact_block .list_contact li .icon_box {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 70px;
        height: 26px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 26px;
        background-color: #fff;
        color: #4f86a6;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 1; }
        .contact_block .list_contact li .icon_box:hover {
          color: #51B683; }
      .contact_block .list_contact li .box_text {
        max-width: 270px;
        height: 100%;
        margin: 0 auto;
        padding: 30px 20px;
        border: 1px solid #4f86a6;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .contact_block .list_contact li .box_text .titles {
          margin-bottom: 0px;
          font-size: 20px;
          font-weight: 500;
          line-height: 28px;
          color: #4f86a6;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      .contact_block .list_contact li:hover .box_text {
        border-color: #51B683; }
      .contact_block .list_contact li:hover .icon_box,
      .contact_block .list_contact li:hover .titles {
        color: #51B683; }

/* Form */
form {
  max-width: 730px;
  margin: 0 auto; }
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"] {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    border: 1px solid #4f86a6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    form input[type="text"]:focus,
    form input[type="tel"]:focus,
    form input[type="email"]:focus {
      outline: none; }
  form textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    padding: 12px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    border: 1px solid #4f86a6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    form textarea:focus {
      outline: none; }
  form .box_order {
    margin: 0 auto; }
  form input[type="submit"] {
    margin: 0 auto;
    border: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }

/* seds box */
.seds {
  display: none;
  margin: 20px auto;
  color: #4f86a6;
  text-align: center; }

/* maps_box */
.maps_box iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none; }

/* -----------------------------
	[ 1.10 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Classic Version ]
	******************* */
/* *******************
	[ 03 Start Dark Classic Version ]
	******************* */
/* -----------------------------
	[ 3.0 Start Basic ]
	----------------------------- */
.dark_home {
  color: #fff;
  background-color: #1d2124; }
  .dark_home nav.nav_scroll {
    background-color: #1d2124; }
    .dark_home nav.nav_scroll .menu li a {
      color: #fff; }
      .dark_home nav.nav_scroll .menu li a:hover, .dark_home nav.nav_scroll .menu li a.active {
        color: #4f86a6; }

/* -----------------------------
	[ 3.0 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 3.2 Start About_block ]
	----------------------------- */
.dark_home {
  /* skills_block */ }
  .dark_home .about_block {
    color: #fff;
    background-color: #1d2124; }
    .dark_home .about_block .img_box:before {
      background-color: #424242; }
    .dark_home .about_block .contents_box {
      color: #fff; }
      .dark_home .about_block .contents_box p {
        color: rgba(255, 255, 255, 0.8); }
  .dark_home .skills_block {
    color: #fff;
    background-color: #1d2124; }
    .dark_home .skills_block .img_box:before {
      background-color: #424242; }
    .dark_home .skills_block p {
      color: rgba(255, 255, 255, 0.8); }

/* -----------------------------
	[ 3.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 3.3 Start Services_block ]
	----------------------------- */
.dark_home .services_block {
  color: #fff;
  background-color: #424242; }
  .dark_home .services_block .services_box {
    color: #fff;
    background-color: #1d2124; }
    .dark_home .services_block .services_box h3 {
      color: #fff; }
    .dark_home .services_block .services_box p {
      color: rgba(255, 255, 255, 0.7); }

/* -----------------------------
	[ 3.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 3.4 Start Portfolio_block ]
	----------------------------- */
.dark_home .portfolio_block {
  color: #fff;
  background-color: #1d2124; }

/* -----------------------------
	[ 3.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 3.5 Start Stats_block ]
	----------------------------- */
.dark_home .stats_block {
  color: #fff;
  background-color: #424242; }
  .dark_home .stats_block p {
    color: rgba(255, 255, 255, 0.7); }
  .dark_home .stats_block .counter {
    color: #fff; }
  .dark_home .stats_block .icons_box:hover {
    background-color: #424242; }

/* -----------------------------
	[ 3.5 End Stats_block ]
	----------------------------- */
/* -----------------------------
	[ 3.6 Start Team_block ]
	----------------------------- */
.dark_home .team_block {
  color: #fff;
  background-color: #1d2124; }
  .dark_home .team_block .team_box {
    color: #fff;
    background-color: #424242; }
    .dark_home .team_block .team_box p {
      color: rgba(255, 255, 255, 0.7); }
    .dark_home .team_block .team_box:hover {
      background-color: #4f86a6; }

/* -----------------------------
	[ 3.6 End Team_block ]
	----------------------------- */
/* -----------------------------
	[ 3.7 Start Pricing_block ]
	----------------------------- */
.dark_home .pricing_block {
  color: #fff;
  background-color: #424242; }
  .dark_home .pricing_block .pricing_box {
    color: #fff;
    background-color: #1d2124; }
    .dark_home .pricing_block .pricing_box .times {
      color: #fff; }
    .dark_home .pricing_block .pricing_box .list li {
      color: rgba(255, 255, 255, 0.6); }

/* -----------------------------
	[ 3.7 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 3.8 Start Comment_block ]
	----------------------------- */
.dark_home .comment_block {
  color: #fff;
  background-color: #1d2124; }
  .dark_home .comment_block h5 {
    color: rgba(255, 255, 255, 0.7); }

/* -----------------------------
	[ 3.8 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 3.9 Start Contact_block ]
	----------------------------- */
.dark_home .contact_block {
  color: #fff;
  background-color: #1d2124; }
  .dark_home .contact_block .list_contact li {
    color: #fff; }
    .dark_home .contact_block .list_contact li .icon_box {
      background-color: #1d2124; }
    .dark_home .contact_block .list_contact li a {
      color: #fff; }
      .dark_home .contact_block .list_contact li a:hover {
        color: #51B683; }

/* -----------------------------
	[ 3.9 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Dark Classic Version ]
	******************* */
/* *******************
	[ 04 Start Person Version ]
	******************* */
/* -----------------------------
	[ 4.0 Start Basic ]
	----------------------------- */
.person {
  color: #424242; }
  .person h2 {
    margin-bottom: 70px; }
  .person h3 {
    margin-bottom: 30px;
    font-weight: 700; }
  .person .order,
  .person .box_order {
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    line-height: 1; }
  .person .box_order {
    padding: 0; }
  .person .slick-dotted.slick-slider .slick-dots li button:before {
    font-size: 10px; }
  .person nav.nav_bar .menu li a:after {
    display: none; }
  .person .slick-prev:hover:before,
  .person .slick-next:hover:before {
    border-color: #4f86a6; }

/* -----------------------------
	[ 4.0 End Basic ]
	----------------------------- */
/* -----------------------------
	[ 4.1 Start Header ]
	----------------------------- */
.person header {
  text-align: left; }
  .person header:before {
    background-color: rgba(0, 0, 0, 0.6); }
  .person header h1 {
    margin-bottom: 16px; }
  .person header h4 {
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 28px; }
  .person header .order {
    margin: 0; }

.person header.slider_header .slider_top .slide:before {
  background-color: rgba(0, 0, 0, 0.6); }

/* -----------------------------
	[ 4.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 4.2 Start About_block ]
	----------------------------- */
.person .about_block {
  padding-top: 100px; }
  .person .about_block h3 {
    margin-bottom: 25px; }
  .person .about_block p {
    color: #424242; }

.person .skills_block .skills_box {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; }
  .person .skills_block .skills_box:last-child {
    margin-bottom: 0; }
  .person .skills_block .skills_box .line_skills {
    margin-top: 10px; }
    .person .skills_block .skills_box .line_skills:before {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 500; }

/* -----------------------------
	[ 4.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 4.3 Start Services_block ]
	----------------------------- */
.person .services_block {
  padding-bottom: 70px;
  background-color: #f5f5f5; }

.person .services_box {
  color: #fff;
  background-color: #4f86a6;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .person .services_box:hover {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px); }
    .person .services_box:hover p {
      color: #fff; }
  .person .services_box:before {
    display: none; }
  .person .services_box .icons_box {
    margin-bottom: 35px;
    font-size: 40px; }
  .person .services_box h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff; }
  .person .services_box p {
    color: #fff; }

/* -----------------------------
	[ 4.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 4.4 Start Portfolio_block ]
	----------------------------- */
.person .portfolio_block {
  padding-bottom: 70px; }
  .person .portfolio_block .list_filter li {
    margin: 0 10px 5px;
    font-size: 16px; }
  .person .portfolio_block .portfolio_item img {
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .person .portfolio_block .portfolio_item .desc_item {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px;
            border-radius: 10px; }
    .person .portfolio_block .portfolio_item .desc_item a:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .person .portfolio_block .portfolio_item .desc_item .box_icon {
      width: 70px;
      height: 70px;
      font-size: 30px;
      text-align: center;
      line-height: 70px;
      color: #fff;
      background-color: #4f86a6;
      -webkit-border-radius: 50%;
              border-radius: 50%; }

/* -----------------------------
	[ 4.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 4.5 Start Stats_block ]
	----------------------------- */
.person .stats_block {
  padding: 100px 0 60px;
  background-color: #4f86a6; }
  .person .stats_block .stats_box {
    color: #fff; }
    .person .stats_block .stats_box .icons_box {
      width: auto;
      height: auto;
      margin-bottom: 35px;
      font-size: 40px;
      line-height: 40px; }
      .person .stats_block .stats_box .icons_box:hover {
        color: #fff;
        background-color: #4f86a6; }
    .person .stats_block .stats_box .counter {
      margin-bottom: 8px;
      font-size: 35px;
      color: #fff; }
    .person .stats_block .stats_box p {
      color: #fff; }

/* -----------------------------
	[ 4.5 End Stats_block ]
	----------------------------- */
/* -----------------------------
	[ 4.6 Start Pricing_block ]
	----------------------------- */
.person .pricing_block {
  background-color: #fff; }
  .person .pricing_block .pricing_box {
    padding: 0 30px 30px;
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden; }
    .person .pricing_block .pricing_box.active .price {
      color: #4f86a6; }
    .person .pricing_block .pricing_box:hover {
      -webkit-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px);
      -webkit-box-shadow: none;
              box-shadow: none; }
    .person .pricing_block .pricing_box h3 {
      position: relative;
      margin-bottom: 28px;
      padding: 25px 0;
      font-weight: 700;
      text-transform: none;
      color: #fff;
      z-index: 1; }
      .person .pricing_block .pricing_box h3:before {
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        bottom: 0;
        left: -30px;
        background-color: #4f86a6;
        z-index: -1; }
    .person .pricing_block .pricing_box .price {
      font-weight: 700;
      color: #4f86a6; }
    .person .pricing_block .pricing_box .times {
      font-weight: 700; }
    .person .pricing_block .pricing_box .list {
      margin-bottom: 30px; }
      .person .pricing_block .pricing_box .list li {
        color: #424242; }
    .person .pricing_block .pricing_box .order,
    .person .pricing_block .pricing_box .order_2 {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }

/* -----------------------------
	[ 4.6 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 4.7 Start Comment_block ]
	----------------------------- */
.person .comment_block {
  background-color: #f5f5f5; }

.person .slider_comment_2 {
  margin-right: -15px;
  margin-left: -15px; }
  .person .slider_comment_2 .slide {
    padding: 0 15px; }

.person .box_comment {
  padding: 30px;
  color: #fff;
  background-color: #4f86a6;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .person .box_comment .box_icon i {
    font-size: 30px;
    color: #fff; }
  .person .box_comment p {
    font-size: 14px; }
  .person .box_comment h3 {
    margin-bottom: 5px; }
  .person .box_comment h5 {
    font-family: 'Roboto', sans-serif;
    color: #fff; }

/* -----------------------------
	[ 4.7 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 4.8 Start Contact_block ]
	----------------------------- */
.person .list_contact .box_contact {
  height: 100%;
  padding: 30px;
  text-align: center;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .person .list_contact .box_contact:hover {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  .person .list_contact .box_contact .icon_box {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 35px;
    color: #4f86a6; }
  .person .list_contact .box_contact .box_text {
    font-size: 14px; }
    .person .list_contact .box_contact .box_text .titles {
      margin-bottom: 10px;
      font-size: 20px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      color: #424242; }
    .person .list_contact .box_contact .box_text a {
      color: #424242; }
      .person .list_contact .box_contact .box_text a:hover {
        text-decoration: underline; }

.person form {
  text-align: center; }
  .person form input[type="text"],
  .person form input[type="tel"],
  .person form input[type="email"],
  .person form textarea {
    text-align: left;
    -webkit-border-radius: 10px;
            border-radius: 10px; }

.person .maps_box {
  height: 380px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden; }

/* -----------------------------
	[ 4.8 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Person Version ]
	******************* */
/* *******************
	[ 05 Start Creative Agency Version ]
	******************* */
/* -----------------------------
	[ 5.0 Start Basic ]
	----------------------------- */
.creative_agency {
  color: #424242; }
  .creative_agency h1,
  .creative_agency h2,
  .creative_agency h3,
  .creative_agency h4 {
    font-family: 'Oswald', sans-serif; }
  .creative_agency h2 {
    margin-bottom: 60px; }
  .creative_agency h5.title {
    margin: 0 0 25px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #f48711; }
  .creative_agency .order {
    display: inline-block;
    width: auto;
    padding: 17px 51px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    background-color: #f48711;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    line-height: 1; }
    .creative_agency .order:after {
      display: none; }
    .creative_agency .order:hover {
      background-color: #424242; }
  .creative_agency .box_order {
    width: auto;
    max-width: none;
    height: auto;
    background-color: transparent; }
    .creative_agency .box_order:after {
      display: none; }
  .creative_agency nav.nav_bar .menu li a:after {
    display: none; }
  .creative_agency nav.nav_bar .menu li a:hover, .creative_agency nav.nav_bar .menu li a.active {
    color: #f48711; }
  .creative_agency .slick-prev:hover:before,
  .creative_agency .slick-next:hover:before {
    border-color: #f48711; }

/* -----------------------------
	[ 5.0 End Basic ]
	----------------------------- */
/* -----------------------------
	[ 5.1 Start Header ]
	----------------------------- */
.creative_agency header {
  text-align: center; }
  .creative_agency header:before {
    background-color: #a64f97;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(35%, #a64f97), color-stop(65%, #7751b6));
    background: -webkit-linear-gradient(left top, #a64f97 35%, #7751b6 65%);
    background: -o-linear-gradient(left top, #a64f97 35%, #7751b6 65%);
    background: linear-gradient(to right bottom, #a64f97 35%, #7751b6 65%);
    opacity: 0.85; }
  .creative_agency header h1 {
    font-size: 50px;
    text-align: center;
    line-height: 70px; }
  .creative_agency header p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 24px; }

.creative_agency header.slider_header .slider_top .slide:before {
  background-color: #a64f97;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(35%, #a64f97), color-stop(65%, #7751b6));
  background: -webkit-linear-gradient(left top, #a64f97 35%, #7751b6 65%);
  background: -o-linear-gradient(left top, #a64f97 35%, #7751b6 65%);
  background: linear-gradient(to right bottom, #a64f97 35%, #7751b6 65%);
  opacity: 0.85; }

.creative_agency .slick-dotted.slick-slider .slick-dots li button:before {
  color: rgba(244, 135, 17, 0.35); }

.creative_agency .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #f48711; }

/* -----------------------------
	[ 5.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 5.2 Start About_block ]
	----------------------------- */
.creative_agency .about_block {
  padding-top: 85px;
  padding-bottom: 70px; }
  .creative_agency .about_block h5.title {
    margin-top: 15px;
    text-align: left; }
  .creative_agency .about_block h2 {
    margin-bottom: 21px;
    text-align: left; }
  .creative_agency .about_block .order {
    margin-top: 18px; }
  .creative_agency .about_block .box_img {
    position: relative;
    max-width: 540px;
    margin: 0 auto; }
    .creative_agency .about_block .box_img:before {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      background-image: url(../img/about_img_bg.png);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      z-index: 1; }

/* -----------------------------
	[ 5.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 5.3 Start Services_block ]
	----------------------------- */
.creative_agency .services_block {
  padding-bottom: 70px;
  background-color: #f9f9f9; }
  .creative_agency .services_block .services_box {
    padding: 35px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .creative_agency .services_block .services_box:before {
      display: none; }
    .creative_agency .services_block .services_box:hover {
      color: #424242;
      -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
      .creative_agency .services_block .services_box:hover .icons_box {
        background-color: #424242; }
      .creative_agency .services_block .services_box:hover p {
        color: #424242; }
    .creative_agency .services_block .services_box .icons_box {
      width: 80px;
      height: 80px;
      margin: 0 auto 30px;
      line-height: 80px;
      color: #fff;
      background-color: #f48711;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .creative_agency .services_block .services_box h4 {
      margin-bottom: 10px;
      color: #424242; }
    .creative_agency .services_block .services_box p {
      color: #424242; }

/* -----------------------------
	[ 5.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 5.4 Start Portfolio_block ]
	----------------------------- */
.creative_agency .portfolio_block .list_filter {
  margin-bottom: 35px; }
  .creative_agency .portfolio_block .list_filter li {
    margin: 0 15px 5px;
    font-size: 16px; }
    .creative_agency .portfolio_block .list_filter li:hover, .creative_agency .portfolio_block .list_filter li.active {
      color: #f48711;
      text-decoration: none; }

.creative_agency .portfolio_block .portfolio_item {
  overflow: hidden; }
  .creative_agency .portfolio_block .portfolio_item .desc_item {
    padding: 0;
    background-color: rgba(166, 79, 151, 0.85);
    background: -webkit-gradient(linear, -45deg, from(rgba(166, 79, 151, 0.85)), to(rgba(119, 81, 182, 0.85)));
    background: -webkit-linear-gradient(-45deg, rgba(166, 79, 151, 0.85), rgba(119, 81, 182, 0.85));
    background: -o-linear-gradient(-45deg, rgba(166, 79, 151, 0.85), rgba(119, 81, 182, 0.85));
    background: linear-gradient(to -45deg, rgba(166, 79, 151, 0.85), rgba(119, 81, 182, 0.85)); }
    .creative_agency .portfolio_block .portfolio_item .desc_item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px; }
      .creative_agency .portfolio_block .portfolio_item .desc_item a:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .creative_agency .portfolio_block .portfolio_item .desc_item .text_box {
      position: absolute;
      bottom: 30px;
      text-align: left; }
    .creative_agency .portfolio_block .portfolio_item .desc_item h3 {
      margin-top: auto;
      margin-bottom: 12px;
      text-decoration: none;
      color: #f48711; }
    .creative_agency .portfolio_block .portfolio_item .desc_item p {
      margin: 0;
      font-size: 14px;
      line-height: 18px; }

/* -----------------------------
	[ 5.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 5.5 Start Stats_block ]
	----------------------------- */
.creative_agency .stats_block {
  padding: 70px 0 30px;
  background-color: #a64f97;
  background: -webkit-gradient(linear, -45deg, color-stop(35%, #a64f97), color-stop(65%, #7751b6));
  background: -webkit-linear-gradient(-45deg, #a64f97 35%, #7751b6 65%);
  background: -o-linear-gradient(-45deg, #a64f97 35%, #7751b6 65%);
  background: linear-gradient(to -45deg, #a64f97 35%, #7751b6 65%); }
  .creative_agency .stats_block .stats_box .icons_box {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    background-color: #f48711; }
  .creative_agency .stats_block .stats_box .counter {
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    color: #fff; }
  .creative_agency .stats_block .stats_box p {
    font-size: 16px;
    color: #fff; }
  .creative_agency .stats_block .stats_box:hover .icons_box {
    background-color: #424242; }

/* -----------------------------
	[ 5.5 End Stats_block ]
	----------------------------- */
/* -----------------------------
	[ 5.6 Start Team_block ]
	----------------------------- */
.creative_agency .team_block {
  background-color: #f9f9f9; }
  .creative_agency .team_block .team_box {
    max-width: none;
    color: #424242;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .creative_agency .team_block .team_box .social_list {
      top: 0;
      max-height: none;
      background-color: rgba(166, 79, 151, 0.8);
      background: -webkit-gradient(linear, -45deg, color-stop(35%, rgba(166, 79, 151, 0.8)), color-stop(65%, rgba(119, 81, 182, 0.8)));
      background: -webkit-linear-gradient(-45deg, rgba(166, 79, 151, 0.8) 35%, rgba(119, 81, 182, 0.8) 65%);
      background: -o-linear-gradient(-45deg, rgba(166, 79, 151, 0.8) 35%, rgba(119, 81, 182, 0.8) 65%);
      background: linear-gradient(to -45deg, rgba(166, 79, 151, 0.8) 35%, rgba(119, 81, 182, 0.8) 65%);
      opacity: 0; }
    .creative_agency .team_block .team_box:hover {
      color: #424242;
      background-color: #fff;
      -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
      .creative_agency .team_block .team_box:hover img {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .creative_agency .team_block .team_box:hover .social_list {
        max-height: none;
        opacity: 1; }
    .creative_agency .team_block .team_box h4 {
      font-size: 20px;
      font-weight: 700;
      color: #424242; }
    .creative_agency .team_block .team_box p {
      margin-bottom: 25px;
      line-height: 16px;
      color: #424242; }

.creative_agency .skills_box {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif; }
  .creative_agency .skills_box:last-of-type {
    margin-bottom: 0; }
  .creative_agency .skills_box .line_skills {
    margin-top: 10px; }
    .creative_agency .skills_box .line_skills:before {
      margin-bottom: 10px;
      font-size: 14px;
      font-family: 'Oswald', sans-serif; }
    .creative_agency .skills_box .line_skills span {
      background-color: #f48711; }

/* -----------------------------
	[ 5.6 End Team_block ]
	----------------------------- */
/* -----------------------------
	[ 5.7 Start Pricing_block ]
	----------------------------- */
.creative_agency .pricing_block {
  padding-bottom: 70px;
  background-color: #fff; }
  .creative_agency .pricing_block .pricing_box {
    margin-bottom: 30px;
    padding: 40px 15px;
    background-color: #f9f9f9;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .creative_agency .pricing_block .pricing_box:hover {
      -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
    .creative_agency .pricing_block .pricing_box h3 {
      margin-bottom: 20px;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      text-transform: none; }
    .creative_agency .pricing_block .pricing_box .price {
      margin-bottom: 27px;
      font-size: 50px;
      font-family: 'Oswald', sans-serif;
      line-height: 50px;
      color: #424242; }
      .creative_agency .pricing_block .pricing_box .price .sup {
        vertical-align: super;
        font-size: 25px; }
    .creative_agency .pricing_block .pricing_box .times {
      display: inline-block;
      margin-left: 10px;
      margin-bottom: 0;
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      text-transform: none; }
    .creative_agency .pricing_block .pricing_box .list {
      margin-bottom: 28px; }
      .creative_agency .pricing_block .pricing_box .list li {
        color: #424242; }
        .creative_agency .pricing_block .pricing_box .list li:before {
          display: none; }
    .creative_agency .pricing_block .pricing_box .order {
      position: relative;
      bottom: 0;
      background-color: #424242; }
      .creative_agency .pricing_block .pricing_box .order:hover {
        background-color: #f48711; }
  .creative_agency .pricing_block .active h3 {
    color: #f48711; }
  .creative_agency .pricing_block .active .price {
    color: #424242; }
  .creative_agency .pricing_block .active .order {
    background-color: #f48711; }
    .creative_agency .pricing_block .active .order:hover {
      background-color: #424242; }

/* -----------------------------
	[ 5.7 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 5.8 Start Comment_block ]
	----------------------------- */
.creative_agency .comment_block {
  background-color: #f9f9f9; }
  .creative_agency .comment_block .slider_comment_3 {
    margin: -30px -15px; }
    .creative_agency .comment_block .slider_comment_3 .slick-list {
      padding-top: 30px;
      padding-bottom: 30px; }
  .creative_agency .comment_block .slide {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .creative_agency .comment_block .box_comment {
    padding: 30px; }
    .creative_agency .comment_block .box_comment img {
      width: 70px;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .creative_agency .comment_block .box_comment p {
      font-size: 14px;
      line-height: 24px; }
    .creative_agency .comment_block .box_comment h3 {
      margin-bottom: 5px;
      font-weight: 700; }
    .creative_agency .comment_block .box_comment h5 {
      font-family: 'Roboto', sans-serif;
      color: #424242; }
  .creative_agency .comment_block .slick-current + .slide {
    background-color: #fff;
    -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }

/* -----------------------------
	[ 5.8 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 5.9 Start Contact_block ]
	----------------------------- */
.creative_agency .contact_block {
  color: #fff;
  background-color: #a64f97;
  background: -webkit-gradient(linear, -45deg, color-stop(35%, #a64f97), color-stop(65%, #7751b6));
  background: -webkit-linear-gradient(-45deg, #a64f97 35%, #7751b6 65%);
  background: -o-linear-gradient(-45deg, #a64f97 35%, #7751b6 65%);
  background: linear-gradient(to -45deg, #a64f97 35%, #7751b6 65%); }
  .creative_agency .contact_block .list_contact {
    margin-bottom: 30px; }
    .creative_agency .contact_block .list_contact .box_contact {
      font-size: 14px;
      text-align: center;
      color: #fff; }
      .creative_agency .contact_block .list_contact .box_contact:hover .icon_box {
        background-color: #424242; }
      .creative_agency .contact_block .list_contact .box_contact .icon_box {
        width: 70px;
        height: 70px;
        margin: 0 auto 28px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        line-height: 70px;
        background-color: #f48711;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .creative_agency .contact_block .list_contact .box_contact .titles {
        margin-bottom: 10px;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: 700; }
      .creative_agency .contact_block .list_contact .box_contact a {
        color: #fff; }
        .creative_agency .contact_block .list_contact .box_contact a:hover {
          text-decoration: underline; }

.creative_agency form {
  max-width: 730px; }
  .creative_agency form input[type="text"],
  .creative_agency form input[type="tel"],
  .creative_agency form input[type="email"],
  .creative_agency form textarea {
    padding: 13px 10px;
    font-family: 'Roboto', sans-serif;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0; }

.creative_agency .seds {
  color: #fff; }

/* -----------------------------
	[ 5.9 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Creative Agency Version ]
	******************* */
/* *******************
	[ 06 Start Studio Version ]
	******************* */
/* -----------------------------
	[ 6.0 Start Basic ]
	----------------------------- */
.studio {
  color: #424242; }
  .studio h1,
  .studio h2,
  .studio h3,
  .studio h4 {
    font-family: 'Raleway', sans-serif; }
  .studio h2 {
    margin-bottom: 70px; }
  .studio .order {
    display: inline-block;
    width: auto;
    padding: 14px 37px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 17px;
    background-color: #51B683;
    -webkit-border-radius: 25px;
            border-radius: 25px; }
    .studio .order:after {
      display: none; }
    .studio .order:hover {
      background-color: #424242; }
  .studio .box_order {
    width: auto;
    max-width: none;
    height: auto;
    background-color: transparent; }
    .studio .box_order:after {
      display: none; }
  .studio nav.nav_bar .menu li a:after {
    display: none; }
  .studio nav.nav_bar .menu li a:hover, .studio nav.nav_bar .menu li a.active {
    color: #51B683; }

/* -----------------------------
	[ 6.0 End Basic ]
	----------------------------- */
/* -----------------------------
	[ 6.1 Start Header ]
	----------------------------- */
.studio header:before {
  background-color: rgba(0, 0, 0, 0.6); }

.studio header h1 {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px; }

.studio header h4 {
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

.studio header .slick-prev,
.studio header .slick-next {
  background-color: #fff; }

.studio header .slick-prev {
  left: 30px; }

.studio header .slick-next {
  right: 30px; }

.studio .slick-dotted.slick-slider .slick-dots li button:before {
  color: rgba(81, 182, 131, 0.35); }

.studio .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #51B683; }

/* -----------------------------
	[ 6.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 6.2 Start About_block ]
	----------------------------- */
.studio .about_block {
  padding-bottom: 70px; }
  .studio .about_block h4 {
    margin-bottom: 25px; }
  .studio .about_block .order {
    margin-top: 25px; }

.studio .box_img {
  position: relative;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1; }
  .studio .box_img:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -20px;
    bottom: -20px;
    left: 20px;
    display: block;
    border: 6px solid #51B683;
    z-index: -1; }

/* -----------------------------
	[ 6.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 6.3 Start Services_block ]
	----------------------------- */
.studio .services_block {
  padding-bottom: 70px;
  background-color: #f9f9f9; }
  .studio .services_block .services_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: left;
    color: #424242;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .studio .services_block .services_box:before {
      display: none; }
    .studio .services_block .services_box:hover {
      color: #424242; }
      .studio .services_block .services_box:hover .icons_box {
        background-color: #424242; }
    .studio .services_block .services_box .icons_box {
      display: block;
      min-width: 70px;
      width: 70px;
      height: 70px;
      margin: 0;
      margin-right: 20px;
      font-size: 30px;
      text-align: center;
      line-height: 70px;
      color: #fff;
      background-color: #51B683;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .studio .services_block .services_box h4 {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; }
    .studio .services_block .services_box p {
      color: #424242; }

/* -----------------------------
	[ 6.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 6.4 Start Portfolio_block ]
	----------------------------- */
.studio .portfolio_block .list_filter li {
  margin: 0 10px 5px; }
  .studio .portfolio_block .list_filter li:hover, .studio .portfolio_block .list_filter li.active {
    text-decoration: none;
    color: #51B683; }

.studio .portfolio_block .portfolio_box {
  position: relative; }
  .studio .portfolio_block .portfolio_box a:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.studio .portfolio_block .portfolio_item .desc_item {
  right: 0;
  left: 0; }

.studio .portfolio_block .portfolio_item:hover .desc_item {
  background-color: rgba(81, 182, 131, 0.8); }

.studio .portfolio_block .portfolio_item h3 {
  margin: 25px 0 0px;
  font-weight: 700;
  text-align: center; }

.studio .portfolio_block .icons_box {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: rgba(66, 66, 66, 0.7);
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .studio .portfolio_block .icons_box i {
    font-size: 18px;
    line-height: 45px; }
  .studio .portfolio_block .icons_box:hover {
    background-color: #424242; }

/* -----------------------------
	[ 6.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 6.5 Start Stats_block ]
	----------------------------- */
.studio .stats_block {
  position: relative;
  padding: 100px 0 60px;
  background-attachment: fixed;
  z-index: 1; }
  .studio .stats_block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .studio .stats_block .container {
    position: relative;
    z-index: 2; }
  .studio .stats_block .counter {
    margin-bottom: 10px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff; }
  .studio .stats_block p {
    font-size: 16px;
    color: #fff; }

/* -----------------------------
	[ 6.5 End Stats_block ]
	----------------------------- */
/* -----------------------------
	[ 6.6 Start Team_block ]
	----------------------------- */
.studio .team_block {
  padding-bottom: 70px; }
  .studio .team_block .team_box {
    position: relative;
    max-width: none;
    margin-bottom: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1; }
    .studio .team_block .team_box:hover img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .studio .team_block .team_box:hover .social_list {
      padding: 0; }
    .studio .team_block .team_box:hover .img_box {
      opacity: 1; }
  .studio .team_block .img_box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    color: #fff;
    background-color: rgba(66, 66, 66, 0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 2; }
  .studio .team_block .box_text {
    width: 100%;
    padding: 0; }
    .studio .team_block .box_text h4 {
      font-size: 20px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700; }
    .studio .team_block .box_text p {
      margin-bottom: 35px;
      color: #fff; }
    .studio .team_block .box_text .social_list {
      position: relative;
      bottom: 0;
      max-height: none;
      background-color: transparent; }

/* -----------------------------
	[ 6.6 End Team_block ]
	----------------------------- */
/* -----------------------------
	[ 6.7 Start Pricing_block ]
	----------------------------- */
.studio .pricing_block {
  padding-bottom: 70px;
  background-color: #f9f9f9; }
  .studio .pricing_block .pricing_box {
    margin-bottom: 30px;
    padding: 40px 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .studio .pricing_block .pricing_box:hover {
      -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
    .studio .pricing_block .pricing_box h3 {
      margin-bottom: 20px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      text-transform: none; }
    .studio .pricing_block .pricing_box .price {
      margin-bottom: 27px;
      font-size: 50px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      line-height: 50px;
      color: #424242; }
      .studio .pricing_block .pricing_box .price .sup {
        font-size: 25px; }
    .studio .pricing_block .pricing_box .times {
      display: inline-block;
      margin-left: 10px;
      margin-bottom: 0;
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      text-transform: none; }
    .studio .pricing_block .pricing_box .list {
      margin-bottom: 28px; }
      .studio .pricing_block .pricing_box .list li {
        color: #424242; }
        .studio .pricing_block .pricing_box .list li:before {
          display: none; }
    .studio .pricing_block .pricing_box .order {
      position: relative;
      padding: 12px 40px;
      bottom: 0;
      color: #51B683;
      background-color: transparent;
      border: 2px solid #51B683; }
      .studio .pricing_block .pricing_box .order:hover {
        color: #fff;
        background-color: #51B683; }
  .studio .pricing_block .active .price {
    color: #424242; }
  .studio .pricing_block .active .order {
    color: #fff;
    background-color: #51B683; }
    .studio .pricing_block .active .order:hover {
      color: #51B683;
      background-color: transparent; }

/* -----------------------------
	[ 6.7 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 6.8 Start Comment_block ]
	----------------------------- */
.studio .comment_block .slider_comment_3 {
  margin: 0 -15px; }

.studio .comment_block .slide {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.studio .comment_block .box_comment {
  padding: 0 60px; }
  .studio .comment_block .box_comment img {
    width: 70px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .studio .comment_block .box_comment p {
    max-width: 700px;
    font-size: 14px;
    line-height: 24px; }
  .studio .comment_block .box_comment h3 {
    margin-bottom: 5px;
    font-weight: 700; }
  .studio .comment_block .box_comment h5 {
    font-family: 'Roboto', sans-serif;
    color: #424242; }

.studio .slick-prev,
.studio .slick-next {
  top: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: transparent;
  border: 1px solid #51B683;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 3; }
  .studio .slick-prev:before,
  .studio .slick-next:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    margin: auto;
    border-right: 2px solid #51B683;
    border-bottom: 2px solid #51B683;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-45deg) translate(-2px, -2px);
        -ms-transform: rotate(-45deg) translate(-2px, -2px);
            transform: rotate(-45deg) translate(-2px, -2px); }
  .studio .slick-prev:hover,
  .studio .slick-next:hover {
    background-color: #51B683; }
    .studio .slick-prev:hover:before,
    .studio .slick-next:hover:before {
      border-right-color: #fff;
      border-bottom-color: #fff; }

.studio .slick-prev {
  left: 0; }
  .studio .slick-prev:before {
    -webkit-transform: rotate(135deg) translate(-2px, -2px);
        -ms-transform: rotate(135deg) translate(-2px, -2px);
            transform: rotate(135deg) translate(-2px, -2px); }

.studio .slick-next {
  right: 0; }

/* -----------------------------
	[ 6.8 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 6.9 Start Contact_block ]
	----------------------------- */
.studio .contact_block {
  background-color: #f9f9f9; }

.studio .box_contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px; }
  .studio .box_contact:hover .icon_box {
    background-color: #424242; }
  .studio .box_contact .icon_box {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    background-color: #51B683;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .studio .box_contact .titles {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700; }
  .studio .box_contact a {
    color: #424242; }
    .studio .box_contact a:hover {
      text-decoration: underline; }

.studio form input[type="text"],
.studio form input[type="tel"],
.studio form input[type="email"],
.studio form textarea {
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-color: #51B683; }

/* -----------------------------
	[ 6.9 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Studio Version ]
	******************* */
/* *******************
	[ 07 Start Business Version ]
	******************* */
/* -----------------------------
	[ 7.0 Start Basic ]
	----------------------------- */
.business {
  color: #424242; }
  .business h1,
  .business h2,
  .business h3,
  .business h4 {
    font-weight: 700; }
  .business h2 {
    margin-bottom: 70px; }
  .business .order {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 14px 38px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #424242;
    background-color: #ffc70a;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .business .order:after {
      display: none; }
    .business .order:hover {
      color: #fff;
      background-color: #424242; }
  .business .box_order {
    width: auto;
    max-width: none;
    height: auto;
    background-color: transparent; }
    .business .box_order:after {
      display: none; }
  .business nav.nav_bar .menu li a:after {
    display: none; }
  .business nav.nav_bar .menu li a:hover, .business nav.nav_bar .menu li a.active {
    color: #ffc70a; }
  .business .slick-prev:hover:before,
  .business .slick-next:hover:before {
    border-color: #ffc70a; }

/* -----------------------------
	[ 7.0 End Basic ]
	----------------------------- */
/* -----------------------------
	[ 7.1 Start Header ]
	----------------------------- */
.business header {
  text-align: left; }
  .business header:before {
    background-color: rgba(79, 134, 166, 0.7); }
  .business header h1 {
    margin-bottom: 10px; }
  .business header p {
    max-width: 539px;
    font-size: 20px; }
  .business header .order {
    margin-top: 20px; }

.business header.slider_header .slider_top .slide:before {
  background-color: rgba(79, 134, 166, 0.7); }

.business .slick-dotted.slick-slider .slick-dots li button:before {
  color: rgba(255, 199, 10, 0.35); }

.business .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #ffc70a; }

/* -----------------------------
	[ 7.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 7.2 Start About_block ]
	----------------------------- */
.business .about_block {
  padding-bottom: 30px; }
  .business .about_block h2 {
    margin-bottom: 25px;
    text-align: left; }
  .business .about_block .stats_box {
    margin-top: 30px;
    text-align: center; }
    .business .about_block .stats_box .counter {
      margin-bottom: 5px;
      font-size: 30px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      line-height: 36px; }
    .business .about_block .stats_box p {
      margin-bottom: 0;
      font-size: 16px; }
  .business .about_block .box_img {
    max-width: 540px;
    margin: 0 auto; }
    .business .about_block .box_img img {
      -webkit-border-radius: 10px;
              border-radius: 10px; }

/* -----------------------------
	[ 7.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 7.3 Start Services_block ]
	----------------------------- */
.business .services_block {
  padding-top: 40px;
  background-color: #fff; }
  .business .services_block .services_box {
    text-align: left;
    color: #424242;
    background-color: #fff;
    border: 1px solid #ffc70a;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .business .services_block .services_box:before {
      display: none; }
    .business .services_block .services_box:hover {
      border-color: #424242;
      color: #424242; }
      .business .services_block .services_box:hover .icons_box {
        color: #424242; }
    .business .services_block .services_box .icons_box {
      color: #ffc70a;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .business .services_block .services_box h4 {
      margin-bottom: 10px; }
    .business .services_block .services_box p {
      color: #424242; }

/* -----------------------------
	[ 7.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 7.4 Start Portfolio_block ]
	----------------------------- */
.business .portfolio_block {
  background-color: #f9f9f9; }
  .business .portfolio_block .portfolio_grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .business .portfolio_block .portfolio_item {
    display: block; }
    .business .portfolio_block .portfolio_item .desc_item {
      padding: 0;
      background-color: rgba(79, 134, 166, 0.9); }
      .business .portfolio_block .portfolio_item .desc_item h3 {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none; }
      .business .portfolio_block .portfolio_item .desc_item p {
        font-size: 14px; }
      .business .portfolio_block .portfolio_item .desc_item a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px; }
        .business .portfolio_block .portfolio_item .desc_item a:hover {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }

/* -----------------------------
	[ 7.4 End Portfolio_block ]
	----------------------------- */
/* -----------------------------
	[ 7.5 Start Team_block ]
	----------------------------- */
.business .team_block .team_box {
  max-width: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .business .team_block .team_box:hover {
    color: #424242;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
    .business .team_block .team_box:hover h4 {
      color: #ffc70a; }
  .business .team_block .team_box h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .business .team_block .team_box p {
    font-size: 14px;
    color: #424242; }
  .business .team_block .team_box .social_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0;
    list-style-type: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .business .team_block .team_box .social_list li {
      margin: 0 10px; }
      .business .team_block .team_box .social_list li a {
        display: block;
        color: #424242; }
        .business .team_block .team_box .social_list li a:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }

/* -----------------------------
	[ 7.5 End Team_block ]
	----------------------------- */
/* -----------------------------
	[ 7.6 Start Pricing_block ]
	----------------------------- */
.business .pricing_block {
  padding-bottom: 70px;
  background-color: #f9f9f9; }
  .business .pricing_block .pricing_box {
    margin-bottom: 30px;
    padding: 40px 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .business .pricing_block .pricing_box:hover {
      -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 38px rgba(0, 0, 0, 0.1); }
    .business .pricing_block .pricing_box h3 {
      margin-bottom: 20px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: none; }
    .business .pricing_block .pricing_box .price {
      margin-bottom: 27px;
      font-size: 50px;
      font-family: 'Montserrat', sans-serif;
      line-height: 50px;
      font-weight: 700;
      color: #424242; }
      .business .pricing_block .pricing_box .price .sup {
        font-size: 25px; }
      .business .pricing_block .pricing_box .price:after {
        content: '';
        display: block;
        width: 160px;
        height: 2px;
        margin: 0 auto;
        background-color: #424242; }
    .business .pricing_block .pricing_box .times {
      display: inline-block;
      margin-left: 10px;
      margin-bottom: 0;
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      text-transform: none; }
    .business .pricing_block .pricing_box .list {
      margin-bottom: 28px; }
      .business .pricing_block .pricing_box .list li {
        color: #424242; }
        .business .pricing_block .pricing_box .list li:before {
          display: none; }
    .business .pricing_block .pricing_box .order {
      position: relative;
      padding: 12px 40px;
      bottom: 0;
      color: #fff;
      background-color: #424242; }
      .business .pricing_block .pricing_box .order:hover {
        color: #424242;
        background-color: #ffc70a; }
  .business .pricing_block .active .price {
    color: #424242; }
  .business .pricing_block .active .order {
    color: #424242;
    background-color: #ffc70a; }
    .business .pricing_block .active .order:hover {
      color: #fff;
      background-color: #1d2124; }

/* -----------------------------
	[ 7.6 End Pricing_block ]
	----------------------------- */
/* -----------------------------
	[ 7.7 Start Comment_block ]
	----------------------------- */
.business .comment_block {
  background-color: #fff; }
  .business .comment_block .slider_comment_3 {
    margin: 0 -15px; }
  .business .comment_block .slide {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .business .comment_block .box_comment {
    padding: 0 15px; }
    .business .comment_block .box_comment .box_text {
      padding: 30px;
      padding-bottom: 15px;
      background-color: #f9f9f9; }
    .business .comment_block .box_comment img {
      width: 70px;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .business .comment_block .box_comment p {
      font-size: 14px;
      line-height: 24px; }
    .business .comment_block .box_comment h3 {
      margin-bottom: 5px;
      font-weight: 700; }
    .business .comment_block .box_comment h5 {
      font-family: 'Roboto', sans-serif;
      color: #424242; }

/* -----------------------------
	[ 7.7 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 7.8 Start Contact_block ]
	----------------------------- */
.business .contact_block {
  position: relative;
  background-image: url(../img/contact_block_business.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1; }
  .business .contact_block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(79, 134, 166, 0.8);
    z-index: 1; }
  .business .contact_block .container {
    position: relative;
    z-index: 2; }
  .business .contact_block h2 {
    color: #fff; }
  .business .contact_block form {
    padding: 50px 30px;
    background-color: #fff; }
    .business .contact_block form h3 {
      margin-bottom: 33px;
      text-align: center; }
    .business .contact_block form input[type="text"],
    .business .contact_block form input[type="tel"],
    .business .contact_block form input[type="email"],
    .business .contact_block form textarea {
      padding: 13px 10px;
      font-family: 'Roboto', sans-serif;
      background-color: #f9f9f9;
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0; }
  .business .contact_block .box_info {
    padding: 50px 30px;
    background-color: #fff; }
    .business .contact_block .box_info .box_contact {
      margin-bottom: 50px;
      font-size: 14px;
      line-height: 24px; }
      .business .contact_block .box_info .box_contact .titles {
        margin-bottom: 15px;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
      .business .contact_block .box_info .box_contact a {
        color: #424242; }
        .business .contact_block .box_info .box_contact a:hover {
          text-decoration: underline; }
    .business .contact_block .box_info .maps_box iframe {
      height: 300px; }

/* -----------------------------
	[ 7.8 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Business Version ]
	******************* */
/* *******************
	[ 08 Start Portfolio Version ]
	******************* */
/* -----------------------------
	[ 8.0 Start Basic ]
	----------------------------- */
.portfolio_version {
  color: #424242; }
  .portfolio_version h1,
  .portfolio_version h2,
  .portfolio_version h3,
  .portfolio_version h4 {
    font-weight: 700; }
  .portfolio_version h2 {
    margin-bottom: 60px;
    text-align: left; }
  .portfolio_version .order {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 14px 38px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #424242;
    background-color: #ffc70a;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .portfolio_version .order:after {
      display: none; }
    .portfolio_version .order:hover {
      color: #fff;
      background-color: #424242; }
  .portfolio_version .box_order {
    width: auto;
    max-width: none;
    height: auto;
    background-color: transparent; }
    .portfolio_version .box_order:after {
      display: none; }
  .portfolio_version nav.nav_bar .menu li a:after {
    display: none; }
  .portfolio_version nav.nav_bar .menu li a:hover, .portfolio_version nav.nav_bar .menu li a.active {
    color: #ffc70a; }
  .portfolio_version nav.nav_scroll {
    background-color: #a64f97;
    border: none; }
    .portfolio_version nav.nav_scroll:before {
      background-color: #a64f97; }
    .portfolio_version nav.nav_scroll .menu li a {
      color: #fff; }

/* -----------------------------
	[ 8.0 End Basic ]
	----------------------------- */
/* -----------------------------
	[ 8.1 Start Header ]
	----------------------------- */
.portfolio_version header {
  height: auto;
  max-height: none;
  padding-bottom: 70px;
  background-position: center top;
  -webkit-background-size: auto auto;
          background-size: auto;
  background-attachment: initial;
  border-bottom: 1px solid #424242; }
  .portfolio_version header:before {
    display: none; }
  .portfolio_version header h1 {
    margin: 200px auto 80px;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 70px;
    color: #424242;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

.portfolio_version .portfolio_item {
  position: relative;
  margin-bottom: 30px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }
  .portfolio_version .portfolio_item a {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: rgba(166, 79, 151, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
    .portfolio_version .portfolio_item a:hover {
      opacity: 1; }

/* -----------------------------
	[ 8.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 8.2 Start About_block ]
	----------------------------- */
.portfolio_version .about_block {
  padding-bottom: 70px;
  text-align: left;
  border-bottom: 1px solid #424242; }
  .portfolio_version .about_block h2 {
    margin-bottom: 17px;
    text-align: left; }
  .portfolio_version .about_block h4 {
    margin-bottom: 12px;
    font-size: 18px; }

/* -----------------------------
	[ 8.2 End About_block ]
	----------------------------- */
/* -----------------------------
	[ 8.3 Start Services_block ]
	----------------------------- */
.portfolio_version .services_block {
  padding-bottom: 70px;
  background-color: #fff;
  border-bottom: 1px solid #424242; }
  .portfolio_version .services_block .list_services {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    list-style-type: none;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .portfolio_version .services_block .list_services li {
      margin-bottom: 10px; }

/* -----------------------------
	[ 8.3 End Services_block ]
	----------------------------- */
/* -----------------------------
	[ 8.4 Start Skills_block ]
	----------------------------- */
.portfolio_version .skills_block {
  padding: 100px 0 70px;
  font-weight: 500;
  border-bottom: 1px solid #424242; }
  .portfolio_version .skills_block .skills_box:first-of-type {
    margin-top: 0; }
  .portfolio_version .skills_block .line_skills {
    margin-top: 10px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .portfolio_version .skills_block .line_skills span {
      background-color: #a64f97;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .portfolio_version .skills_block .line_skills:before {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 500; }

/* -----------------------------
	[ 8.4 End Skills_block ]
	----------------------------- */
/* -----------------------------
	[ 8.5 Start Comment_block ]
	----------------------------- */
.portfolio_version .comment_block h2 {
  text-align: center; }

.portfolio_version .comment_block .slider_comment_3 {
  margin: 0 -15px; }

.portfolio_version .comment_block .slide {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.portfolio_version .comment_block .box_comment {
  padding: 0 15px; }
  .portfolio_version .comment_block .box_comment .box_text {
    padding: 30px;
    padding-bottom: 15px;
    background-color: #f9f9f9; }
  .portfolio_version .comment_block .box_comment img {
    width: 70px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .portfolio_version .comment_block .box_comment p {
    font-size: 14px;
    line-height: 24px; }
  .portfolio_version .comment_block .box_comment h3 {
    margin-bottom: 5px;
    font-weight: 700; }
  .portfolio_version .comment_block .box_comment h5 {
    font-family: 'Roboto', sans-serif;
    color: #424242; }

/* -----------------------------
	[ 8.5 End Comment_block ]
	----------------------------- */
/* -----------------------------
	[ 8.6 Start Contact_block ]
	----------------------------- */
.portfolio_version .contact_block {
  padding: 70px 0 60px;
  color: #fff;
  background-color: #a64f97; }
  .portfolio_version .contact_block h3 {
    margin-bottom: 10px; }

/* -----------------------------
	[ 8.6 End Contact_block ]
	----------------------------- */
/* *******************
	[ End Portfolio Version ]
	******************* */
/* *******************
	[ 09 Start Other Page ]
	******************* */
/* -----------------------------
	[ 9.1 Start Portfolio Grid Page ]
	----------------------------- */
.portfolio_grid_page {
  padding-top: 70px;
  color: #424242; }
  .portfolio_grid_page .portfolio_block {
    background-color: #fff; }
    .portfolio_grid_page .portfolio_block h1 {
      margin-bottom: 70px;
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      line-height: 36px; }
    .portfolio_grid_page .portfolio_block .list_filter li:hover, .portfolio_grid_page .portfolio_block .list_filter li.active {
      text-decoration: none; }
    .portfolio_grid_page .portfolio_block .portfolio_grid {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .portfolio_grid_page .portfolio_block .portfolio_item .desc_item {
      padding: 0;
      background-color: rgba(79, 134, 166, 0.9); }
      .portfolio_grid_page .portfolio_block .portfolio_item .desc_item h3 {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none; }
      .portfolio_grid_page .portfolio_block .portfolio_item .desc_item p {
        font-size: 14px; }
      .portfolio_grid_page .portfolio_block .portfolio_item .desc_item a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px; }
        .portfolio_grid_page .portfolio_block .portfolio_item .desc_item a:hover {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }

/* -----------------------------
	[ 9.1 End Portfolio Grid Page ]
	----------------------------- */
/* -----------------------------
	[ 9.2 Start Portfolio Details ]
	----------------------------- */
.portfolio_details {
  padding-top: 70px;
  color: #424242; }
  .portfolio_details h1 {
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 36px; }
  .portfolio_details .box_img {
    margin-bottom: 40px; }
  .portfolio_details h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: left; }
  .portfolio_details h3 {
    font-size: 18px; }
  .portfolio_details .list_info {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none; }
    .portfolio_details .list_info li {
      margin-bottom: 4px;
      font-size: 14px;
      line-height: 24px; }
      .portfolio_details .list_info li b {
        display: inline-block;
        min-width: 75px;
        padding-right: 10px; }
      .portfolio_details .list_info li a {
        color: #424242; }
        .portfolio_details .list_info li a:hover {
          text-decoration: underline; }
  .portfolio_details .social_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 25px;
    list-style-type: none;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .portfolio_details .social_list li {
      margin-right: 20px; }
      .portfolio_details .social_list li:last-child {
        margin-right: 0; }
      .portfolio_details .social_list li a {
        display: block;
        color: #4f86a6; }
        .portfolio_details .social_list li a:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2);
          color: #4f86a6; }

/* -----------------------------
	[ 9.2 End Portfolio Details ]
	----------------------------- */
/* -----------------------------
	[ 9.3 Start Blog Grid Page ]
	----------------------------- */
.blog_grid_page {
  padding-top: 70px;
  color: #424242; }
  .blog_grid_page .blog_grid_block h1 {
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 36px; }
  .blog_grid_page .blog_grid_block .box_text {
    margin-bottom: 50px; }
  .blog_grid_page .blog_grid_block h3 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 700; }
    .blog_grid_page .blog_grid_block h3 a {
      color: #424242; }
      .blog_grid_page .blog_grid_block h3 a:hover {
        text-decoration: underline; }
  .blog_grid_page .blog_grid_block .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b4b4b4; }
  .blog_grid_page .blog_grid_block .more {
    margin-top: 10px;
    display: inline-block;
    padding: 13px 39px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 17px;
    color: #424242;
    border: 1px solid #424242;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .blog_grid_page .blog_grid_block .more:hover {
      color: #fff;
      background-color: #424242; }

/* -----------------------------
	[ 9.3 End Blog Grid Page ]
	----------------------------- */
/* -----------------------------
	[ 9.4 Start Blog Details ]
	----------------------------- */
.blog_details {
  padding-top: 70px;
  color: #424242; }
  .blog_details .blog_details_block h1 {
    margin-bottom: 10px;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    line-height: 36px; }
  .blog_details .blog_details_block h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: left; }
  .blog_details .blog_details_block h3 {
    font-size: 18px; }
  .blog_details .blog_details_block .date {
    margin-bottom: 30px;
    font-size: 14px;
    color: #b4b4b4; }
  .blog_details .blog_details_block .box_img {
    margin: 50px auto; }
  .blog_details .blog_details_block .box_img_title {
    margin-top: 0; }
  .blog_details .blog_details_block .box_share {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px 0 70px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    .blog_details .blog_details_block .box_share .social_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      margin-left: 30px;
      padding: 0;
      list-style-type: none; }
      .blog_details .blog_details_block .box_share .social_list li {
        margin-right: 20px;
        font-size: 16px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .blog_details .blog_details_block .box_share .social_list li a {
          color: #424242; }
        .blog_details .blog_details_block .box_share .social_list li:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .blog_details .blog_details_block .box_share .social_list li:last-child {
          margin-right: 0; }
  .blog_details .post_comment {
    padding: 70px 0;
    border-top: 2px solid #424242; }
    .blog_details .post_comment h2 {
      font-size: 30px;
      line-height: 36px; }
    .blog_details .post_comment .box_comment {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #424242; }
      .blog_details .post_comment .box_comment .box_img {
        min-width: 70px;
        width: 70px;
        height: 70px;
        margin: 0 30px 0 15px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        overflow: hidden; }
      .blog_details .post_comment .box_comment .box_text h4 {
        margin-bottom: 5px; }
      .blog_details .post_comment .box_comment .date {
        margin-bottom: 8px;
        font-size: 14px;
        color: #b4b4b4; }
  .blog_details .form_comment {
    padding-top: 70px;
    border-top: 2px solid #424242; }
    .blog_details .form_comment h2 {
      margin-bottom: 50px;
      font-size: 30px;
      line-height: 36px; }
    .blog_details .form_comment form {
      margin: 0; }
      .blog_details .form_comment form input[type="text"],
      .blog_details .form_comment form input[type="tel"],
      .blog_details .form_comment form input[type="email"],
      .blog_details .form_comment form textarea {
        font-family: 'Roboto', sans-serif;
        border-color: #424242;
        -webkit-border-radius: 0;
                border-radius: 0; }
      .blog_details .form_comment form .order {
        display: inline-block;
        width: auto;
        padding: 13px 52px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        background-color: #424242;
        border: 1px solid #424242;
        -webkit-border-radius: 0;
                border-radius: 0; }
        .blog_details .form_comment form .order:hover {
          color: #424242;
          background-color: transparent; }

/* -----------------------------
	[ 9.4 End Blog Details ]
	----------------------------- */
/* *******************
	[ End Other Page ]
	******************* */
/* *******************
	[ 10 Start Footer ]
	******************* */
footer {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #424242;
  overflow: hidden; }
  footer .social_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 25px;
    list-style-type: none;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    footer .social_list li {
      margin: 0 10px; }
      footer .social_list li a {
        display: block;
        color: #fff; }
        footer .social_list li a:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2);
          color: #4f86a6; }
  footer .white {
    color: #fff;
    opacity: 0.7; }
    footer .white:hover {
      text-decoration: underline;
      opacity: 0.9; }
  footer p {
    margin-bottom: 0;
    font-size: 14px; }

.dark_home footer {
  background-color: #424242; }

/* *******************
	[ End Footer ]
	******************* */
/* *******************
	[ 11 Start Responsive ]
	******************* */
/* ******  Desktop First Method  ****** */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  header h1 {
    font-size: 50px; }
  /* team_block */
  .team_block .team_box {
    max-width: 255px;
    margin: 0 auto 30px; }
  /* About_block */
  .about_block .img_box {
    max-width: 540px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .about_block .contents_box {
    width: 100%;
    max-width: 540px;
    margin: 30px auto 0;
    padding: 20px 0px; }
  /* skills_block  Classic Version */
  .skills_block .skills_box:first-of-type {
    margin-top: 40px; }
  /* pricing_block  Classic Version */
  .pricing_block .pricing_box {
    height: auto;
    margin-bottom: 75px; }
  .pricing_block .list li {
    font-size: 14px;
    line-height: 21px; }
  .slider_top .slick-prev {
    left: 15px; }
  .slider_top .slick-next {
    right: 15px; }
  /* stats_block  Person Version */
  .person .stats_block .stats_box {
    margin-bottom: 50px; }
  /* maps_box  Person Version */
  .person .maps_box {
    margin-top: 50px; }
  /* Slide current Creative Agency Version */
  .creative_agency .comment_block .slick-current + .slide {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  /* form Studio Version */
  .studio form {
    margin-bottom: 30px; }
  /* form Business Version */
  .business .contact_block form {
    margin-bottom: 30px; }
  /* about_block Business Version */
  .business .about_block .box_img {
    margin-top: 50px; }
  /* Portfolio Grid Masonry */
  .portfolio_grid_masonry {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* Title home_block */
  header h1,
  .studio header h1,
  .portfolio_version header h1 {
    font-size: 40px;
    line-height: 50px; }
  .creative_agency header h1 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px; }
  /* Mob menu */
  .mob_button {
    display: block; }
  nav.nav_bar .logo {
    position: relative;
    z-index: 11; }
  nav.nav_bar .row {
    height: 101px;
    z-index: 1; }
  nav.nav_bar .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    min-height: 100vh;
    padding: 10px;
    padding-top: 25vh;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
    nav.nav_bar .menu li {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
      text-align: center; }
      nav.nav_bar .menu li:last-child {
        margin-bottom: 0; }
      nav.nav_bar .menu li a {
        display: inline-block;
        color: #000; }
        nav.nav_bar .menu li a:hover, nav.nav_bar .menu li a.active {
          color: #4f86a6; }
  nav.nav_bar .menu_vissible {
    opacity: 1;
    visibility: visible;
    z-index: 5; }
  nav.nav_scroll .logo {
    position: relative;
    z-index: 11; }
  nav.nav_scroll:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0; }
  nav.nav_bar_mob {
    bottom: 0; }
  /* Portfolio Version */
  .portfolio_version nav.nav_bar .menu {
    background-color: #a64f97; }
    .portfolio_version nav.nav_bar .menu li a {
      color: #fff; }
  /* dark_home */
  .dark_home nav.nav_scroll:before {
    background-color: #1d2124; }
  .dark_home nav.nav_bar .menu {
    background-color: #1d2124; }
    .dark_home nav.nav_bar .menu li a {
      color: #fff; }
      .dark_home nav.nav_bar .menu li a:hover, .dark_home nav.nav_bar .menu li a.active {
        color: #4f86a6; }
  .hidden {
    overflow: hidden; }
  /* contact_block */
  .contact_block .list_contact li {
    width: 100%; }
  /* comment_block */
  .comment_block p {
    font-size: 14px; }
  /* footer */
  footer p {
    font-size: 12px; }
  /* Margin bottom */
  .services_block .mb30,
  .portfolio_block .portfolio_item,
  .stats_block .stats_box,
  .dark_home .team_block .team_box,
  form {
    margin-bottom: 50px; }
  /* comment_block Studio Version */
  .studio .comment_block .box_comment {
    padding: 0 15px; }
  .studio .comment_block .slick-prev,
  .studio .comment_block .slick-next {
    display: none; }
  /* Studio Version */
  .studio header .slick-prev {
    left: 5px; }
  .studio header .slick-next {
    right: 5px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px; }
  .left,
  .right {
    float: none; }
  header h5 {
    margin-bottom: 40px; }
  /* portfolio_block */
  .portfolio_block {
    padding-bottom: 20px; }
  .portfolio_block .list_filter li {
    margin-bottom: 20px; }
  /* about_block */
  .about_block .contents_box,
  .skills_block {
    text-align: center; }
    .about_block .contents_box .order,
    .about_block .contents_box .order_2,
    .skills_block .order,
    .skills_block .order_2 {
      margin-right: auto;
      margin-left: auto; }
  /* Portfolio Version */
  .portfolio_version header h1 {
    margin-top: 170px; }
  /* Portfolio Grid Masonry */
  .portfolio_grid_masonry {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
  /* Studio Version */
  .studio header .slick-prev,
  .studio header .slick-next {
    width: 30px;
    height: 30px; } }

/* *******************
	[ End Responsive ]
	******************* */
