/*-----------------------------------------

	Theme Name: Trindy
	Theme URI: https://themeforest.net/item/trindy-multi-purpose-html-template/25717938
	Description: Html Multi-Purpose Template
	Author: Roelnie
	Author URI: http://themeforest.net/user/roelnie
	Version: 1.0

	---------------------------------*/
/* ***********************************
	Table Of Content

	01 Basic
		1.1 Typography
		1.2 Button
		1.3 Navbar
		1.4 Section
	02 Home
	03 Landing Page
		3.1 Header
		3.2 Services
		3.3 About
		3.4 Stats
		3.5 Info
		3.6 Skills
		3.7 Portfolio
		3.8 Pricing
		3.9 Team
		3.10 Testimonials
		3.11 Brands
		3.12 Contact
	04 Footer
	05 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-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #0b0b0c;
  -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; }

/* 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; }

/* align text */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

a {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

/* Spacing */
.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_50 {
  margin-bottom: 50px; }

.mt_50 {
  margin-top: 50px; }

/* -----------------------------
	[ 1.1 Start Typography ]
	----------------------------- */
h1,
h2,
h3,
h4 {
  font-weight: 700; }

h1 {
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px; }

h2 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px; }

h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px; }

h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px; }

p {
  margin-bottom: 15px; }

.box_title {
  margin-bottom: 50px; }
  .box_title p {
    color: rgba(11, 11, 12, 0.8); }

/* -----------------------------
	[ 1.1 End Typography ]
	----------------------------- */
/* -----------------------------
	[ 1.2 Start Button ]
	----------------------------- */
.order {
  display: inline-block;
  margin: 0;
  padding: 10px 22px!important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background-color: #1c8bf2;
  background: -webkit-gradient(linear, left top, right top, from(#40a1fa), to(#1a8af2));
  background: -webkit-linear-gradient(left, #40a1fa, #1a8af2);
  background: -o-linear-gradient(left, #40a1fa, #1a8af2);
  background: linear-gradient(to right, #40a1fa, #1a8af2);
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  z-index: 0; }
  .order:hover {
    color: #fff; }

.order_2 {
  display: inline-block;
  margin: 0;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  color: #40a1fa;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #40a1fa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
  z-index: 0; }
  .order_2:hover {
    color: #fff;
    background-color: #40a1fa; }

.order_border {
  padding: 9px 21px;
  background: none;
  background-color: #1c8bf2;
  border: 1px solid #1c8bf2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  .order_border:hover {
    color: #1c8bf2;
    background-color: transparent; }

.gradient_button {
  position: relative; }
  .gradient_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1; }

.gradient_btn_hover {
  position: relative; }
  .gradient_btn_hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#1a8af2), to(#40a1fa));
    background: -webkit-linear-gradient(left, #1a8af2, #40a1fa);
    background: -o-linear-gradient(left, #1a8af2, #40a1fa);
    background: linear-gradient(to right, #1a8af2, #40a1fa);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    opacity: 0;
    z-index: -1; }
  .gradient_btn_hover:hover:after {
    opacity: 1; }
  .gradient_btn_hover.btn_hover_lrt:after {
    left: initial;
    right: 100%;
    opacity: 1; }
  .gradient_btn_hover.btn_hover_lrt:hover:after {
    right: 0; }
  .gradient_btn_hover.btn_hover_rtl:after {
    left: 100%;
    opacity: 1; }
  .gradient_btn_hover.btn_hover_rtl: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;
  opacity: 1;
  z-index: 100; }
nav.nav_bar .logo {
    display: block;
    max-width: 210px;
    width: 100%;
    padding: 0 15px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

nav.nav_bar .logo:hover {

    color: #1c8bf2;

}
  nav.nav_bar .order,
  nav.nav_bar .order_2 {
    margin: 0 15px;
    font-size: 14px;
    line-height: 18px; }
  nav.nav_bar .order_2 {
    line-height: 16px; }
  nav.nav_bar .menu > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 15px; }
    nav.nav_bar .menu > ul li {
      margin-right: 20px;
      list-style: none;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px; }
      nav.nav_bar .menu > ul li > a {
        display: block;
        padding: 26px 10px;
        color: #0b0b0c; }
        nav.nav_bar .menu > ul li > a:hover {
          color: #1c8bf2; }
      nav.nav_bar .menu > ul li:last-child {
        margin-right: 0; }
    nav.nav_bar .menu > ul .active > a,
    nav.nav_bar .menu > ul .current-menu-item > a {
      color: #1c8bf2; }

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);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

nav.nav_scroll_animed {
  position: fixed;
  top: -100px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.mob_button {
  position: relative;
  display: none;
  width: 24px;
  height: 18px;
  margin-right: 25px;
  padding: 0;
  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: #0b0b0c;
    -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 section ]
	----------------------------- */
/* Block */
section {
  padding: 100px 0 50px;
  overflow: hidden; }

section.elementor-section {
  padding: 0; }

.container {
  max-width: 1140px; }

/* Sidebar */
.sidebar {
  padding-left: 30px; }
  .sidebar section {
    margin-bottom: 30px;
    padding: 0; }

iframe {
  border: none; }

/* Section background image */
.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

/* -----------------------------
	[ 1.4 End Section ]
	----------------------------- */
/* *******************
	[ End Basic ]
	******************* */
/* *******************
	[ 03 Start Landing Page ]
	******************* */
/* -----------------------------
	[ 3.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;
  min-height: 100vh;
  padding: 70px 0;
  overflow: hidden; }
  .header h1 {
    margin: 0 0 30px;
    font-size: 72px;
    font-weight: 700;
    line-height: 82px; 
	color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);}
  .header p {
    font-size: 18px;
    line-height: 30px; }
  .header .order,
  .header .order_2 {
    margin-top: 35px;
    margin-right: 13px; }
    .header .order:last-child,
    .header .order_2:last-child {
      margin-right: 0; }

.bg_overlay {
  position: relative;
  z-index: 0; }
  .bg_overlay .container {
    position: relative;
    z-index: 2; }
  .bg_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    /* background-color: rgba(255, 255, 255, 0.4); */
    z-index: 1; }

/* -----------------------------
	[ 3.1 End Header ]
	----------------------------- */
/* -----------------------------
	[ 3.2 Start Services ]
	----------------------------- */
.services_block {
  padding-bottom: 20px;
  background-color: #f8fafb; }

.services_box {
  position: relative;
  padding: 40px 15px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .services_box:hover {
    border-color: #1c8bf2; }
    .services_box:hover .icon_box {
      background-color: #1c8bf2; }
      .services_box:hover .icon_box .icon svg {
        fill: #fff; }
  .services_box a.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .services_box h4 {
    margin-bottom: 35px; }
  .services_box .icon_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;
    width: 109px;
    height: 109px;
    margin: 0 auto 35px;
    background-color: rgba(72, 64, 255, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .services_box .icon_box .icon svg {
      width: 68px;
      height: 68px;
      fill: #40a1fa;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .services_box .list_service {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .services_box .list_service li {
      position: relative;
      margin-bottom: 6px;
      font-size: 14px;
      font-weight: normal;
      line-height: 24px;
      list-style: none; }
      .services_box .list_service li:before {
        content: '- ';
        display: inline; }

.service_arrows a {
  color: #0b0b0c; }

.service_arrows .title {
  position: relative; }
  .service_arrows .title:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-left: 20px;
    vertical-align: middle;
    background-image: url(../img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5; }

.service_arrows:hover .title:after {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 1; }

.services_p {
  max-width: 230px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 11, 12, 0.8); }

/* -----------------------------
	[ 3.2 End Services ]
	----------------------------- */
/* -----------------------------
	[ 3.3 Start About ]
	----------------------------- */
.about_block {
  padding: 50px 0;
  background-color: #f8fafb; }

.slider_about {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  .slider_about .slide {
    padding: 0 15px; }
    .slider_about .slide .img_box {
      -webkit-border-radius: 4px;
              border-radius: 4px;
      overflow: hidden; }

/* -----------------------------
	[ 3.3 End About ]
	----------------------------- */
/* -----------------------------
	[ 3.4 Start Stats ]
	----------------------------- */
.stats_block {
  padding: 50px 0 70px;
  background-color: #f8fafb; }

.stats_box .counter {
  position: relative;
  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: 113px;
  height: 113px;
  margin: 0 auto 25px;
  padding: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: rgba(11, 11, 12, 0.7);
  background-color: #ffffff;
  border: 5px solid #ececfc;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.stats_box p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

/* -----------------------------
	[ 3.4 End Stats ]
	----------------------------- */
/* -----------------------------
	[ 3.5 Start Info ]
	----------------------------- */
.info_block {
  padding: 120px 0;
  color: #fff; }
  .info_block.bg_overlay:before {
    background-color: rgba(26, 30, 94, 0.9); }
  .info_block h2 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 46px; }
  .info_block p {
    opacity: 0.7; }
  .info_block .order {
    margin-top: 35px; }

/* -----------------------------
	[ 3.5 End Info ]
	----------------------------- */
/* -----------------------------
	[ 3.6 Start Skills ]
	----------------------------- */
.skills_block {
  padding: 100px 0 100px;
  color: #fff;
  background-color: #007ec6;
  background-image: url(../img/bg_skills.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.skills_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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; }
  .skills_box:last-child {
    margin-bottom: 0; }
  .skills_box .line_skills {
    position: relative;
    max-width: 512px;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .skills_box .line_skills span {
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #fff;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      z-index: 2; }
      .skills_box .line_skills span:before {
        content: attr(data-value);
        position: absolute;
        right: 0;
        bottom: 100%;
        display: block;
        margin-bottom: 5px; }

/* -----------------------------
	[ 3.6 End Skills ]
	----------------------------- */
/* -----------------------------
	[ 3.7 Start Portfolio ]
	----------------------------- */
.portfolio_block {
  padding: 100px 0 50px;
  background-color: #f8fafb; }
  .portfolio_block .order_2 {
    margin-top: 20px; }

.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;
  width: 100%; }

.portfolio_item {
  position: relative;
  overflow: hidden; }
  .portfolio_item img {
    display: block;
    margin: auto; }
  .portfolio_item:hover .desc_item {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8); }
  .portfolio_item .desc_item {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    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: 30px;
    text-align: center;
    color: #0b0b0c;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
    .portfolio_item .desc_item .text_box {
      position: relative;
      z-index: 2; }
    .portfolio_item .desc_item .title_item {
      margin: 0 0 20px;
      font-size: 24px;
      line-height: 34px; }
    .portfolio_item .desc_item .cats_link {
      color: #0b0b0c; }
      .portfolio_item .desc_item .cats_link a {
        color: #0b0b0c; }
        .portfolio_item .desc_item .cats_link a:hover {
          text-decoration: underline; }
    .portfolio_item .desc_item .links {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }

/* -----------------------------
	[ 3.7 End Portfolio ]
	----------------------------- */
/* -----------------------------
	[ 3.8 Start Pricing ]
	----------------------------- */
.pricing_block {
  position: relative;
  padding: 50px 0 70px;
  background-color: #f8fafb;
  overflow: hidden;
  z-index: 0; }
  .pricing_block .container {
    position: relative;
    z-index: 2; }
  .pricing_block:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 350px;
    background-image: url(../img/bg_pricing.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1; }

.pricing_box {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(28, 139, 242, 0.1);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .pricing_box:hover, .pricing_box.general {
    border: 1px solid #1c8bf2;
    background-color: #fff; }
    .pricing_box:hover .title.title_box, .pricing_box.general .title.title_box {
      color: #fff; }
      .pricing_box:hover .title.title_box:before, .pricing_box.general .title.title_box:before {
        background-color: #1c8bf2; }
  .pricing_box .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0b0b0c;
    line-height: 34px; }
    .pricing_box .title.title_box {
      position: relative;
      margin: -50px 0 30px;
      padding: 25px 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
      .pricing_box .title.title_box:before {
        content: '';
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 0;
        left: -20px;
        background-color: rgba(28, 139, 242, 0.1);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: -1; }
  .pricing_box .price {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #0b0b0c; }
    .pricing_box .price .sup {
      vertical-align: super;
      font-size: 15px; }
    .pricing_box .price .sub {
      font-size: 15px; }
  .pricing_box .times {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    opacity: 0.5; }
  .pricing_box .status {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #1c8bf2;
    line-height: 34px; }
  .pricing_box .list {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 30px; }
    .pricing_box .list li {
      position: relative;
      margin: 0;
      list-style: none; }
      .pricing_box .list li:last-child {
        margin-bottom: 0; }

/* -----------------------------
	[ 3.8 End Pricing ]
	----------------------------- */
/* -----------------------------
	[ 3.9 Start Team ]
	----------------------------- */
.team_box {
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .team_box .box_text {
    padding: 30px;
    color: #fff; }
  .team_box .name {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .team_box .job {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .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-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;
    margin: 20px 0 0;
    list-style-type: none;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .team_box .social_list li {
      margin: 0 20px 0 0;
      font-size: 20px;
      list-style: none; }
      .team_box .social_list li:last-of-type {
        margin-right: 0; }
      .team_box .social_list li a {
        display: block;
        width: auto;
        height: auto;
        color: #fff;
        background: none; }
        .team_box .social_list li a:hover {
          background: none; }
  .team_box .img_box {
    position: relative;
    overflow: hidden; }
    .team_box .img_box img {
      width: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .team_box .img_box .box_wrap {
      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 15px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background-color: rgba(28, 139, 242, 0.8);
      opacity: 0;
      z-index: 2; }
      .team_box .img_box .box_wrap .box_text {
        width: 100%;
        padding: 0; }
        .team_box .img_box .box_wrap .box_text .social_list {
          position: relative;
          margin-top: 20px;
          opacity: 1; }
  .team_box:hover .img_box .box_wrap {
    opacity: 1; }
  .team_box:hover .img_box .social_list {
    opacity: 1; }
    .team_box:hover .img_box .social_list.slide_in_up {
      max-height: 70px;
      padding: 8px; }

/* -----------------------------
	[ 3.9 End Team ]
	----------------------------- */
/* -----------------------------
	[ 3.10 Start Testimonials ]
	----------------------------- */
.testimonials_block {
  padding: 100px 0;
  background-color: #fff; }

.slider_testimonials {
  margin: -10px -15px; }
  .slider_testimonials .slide {
    position: relative;
    padding: 30px 0;
    -webkit-transform: translateX(77%) scale(0.85);
        -ms-transform: translateX(77%) scale(0.85);
            transform: translateX(77%) scale(0.85);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5;
    z-index: 0; }
  .slider_testimonials .slick-current + .slide {
    -webkit-transform: translateX(-77%) scale(0.85);
        -ms-transform: translateX(-77%) scale(0.85);
            transform: translateX(-77%) scale(0.85); }
  .slider_testimonials .slick-current {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: 1; }
  .slider_testimonials .box_testimonials {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 50px 35px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(105, 105, 115, 0.1);
            box-shadow: 0 10px 20px rgba(105, 105, 115, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .slider_testimonials .box_testimonials .box_avatar {
      min-width: 120px;
      width: 120px;
      height: 120px;
      margin-right: 50px;
      margin-bottom: 30px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
    .slider_testimonials .box_testimonials .name {
      margin: 0 0 20px;
      font-size: 18px;
      font-weight: bold;
      line-height: 28px; }
    .slider_testimonials .box_testimonials p {
      font-size: 16px;
      line-height: 30px;
      color: rgba(11, 11, 12, 0.8); }

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 32px; }
  .slick-dotted.slick-slider .slick-dots {
    bottom: 0; }
    .slick-dotted.slick-slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin: 0;
      margin-right: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .slick-dotted.slick-slider .slick-dots li:last-of-type {
        margin-right: 0; }
      .slick-dotted.slick-slider .slick-dots li button {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: rgba(28, 139, 242, 0.35);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 1 !important; }
        .slick-dotted.slick-slider .slick-dots li button:before {
          display: none; }
      .slick-dotted.slick-slider .slick-dots li:hover button {
        background-color: #1c8bf2; }
      .slick-dotted.slick-slider .slick-dots li.slick-active button {
        background-color: #1c8bf2; }

.slider_testimonials_2 {
  margin: -10px -15px; }
  .slider_testimonials_2 .slide {
    position: relative;
    padding: 30px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .slider_testimonials_2 .box_testimonials {
    display: block;
    margin: 0 auto;
    padding: 55px 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(105, 105, 115, 0.1);
            box-shadow: 0 10px 20px rgba(105, 105, 115, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .slider_testimonials_2 .box_testimonials .box_avatar {
      width: 120px;
      height: 120px;
      margin: 0 auto 45px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
    .slider_testimonials_2 .box_testimonials .name {
      margin: 0 0 20px;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px; }
    .slider_testimonials_2 .box_testimonials p {
      font-size: 14px;
      line-height: 24px;
      color: rgba(11, 11, 12, 0.8); }

/* -----------------------------
	[ 3.10 End Testimonials ]
	----------------------------- */
/* -----------------------------
	[ 3.11 Start Brands ]
	----------------------------- */
.brands_block {
  padding: 50px 0;
  background-color: #f1f1f1; }

.slider_brands {
  width: 100%; }
  .slider_brands .slide {
    padding: 10px 15px; }
    .slider_brands .slide img {
      margin: 0 auto; }

/* -----------------------------
	[ 3.11 End Brands ]
	----------------------------- */
/* -----------------------------
	[ 3.12 Start Contact ]
	----------------------------- */
.contact_block {
  color: #0b0b0c;
  background-color: #f2f2f2; }
  .contact_block h4 {
    margin-bottom: 30px; }
  .contact_block p {
    color: rgba(11, 11, 12, 0.8); }
  .contact_block a {
    color: rgba(11, 11, 12, 0.8); }
    .contact_block a:hover {
      text-decoration: underline; }
  .contact_block ul {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none; }
    .contact_block ul li {
      margin-bottom: 10px;
      list-style: none;
      font-size: 16px;
      line-height: 24px;
      color: rgba(11, 11, 12, 0.8); }
  .contact_block .social_list {
    margin-bottom: 0; }
    .contact_block .social_list li {
      margin-bottom: 0; }

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 50px;
  background-color: #e0e2e3; }

.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; }
  .social_list li {
    margin-right: 15px;
    margin-bottom: 0; }
    .social_list li:before {
      margin-right: 0; }
    .social_list li 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: 40px;
      height: 40px;
      color: rgba(11, 11, 12, 0.7);
      font-size: 20px;
      background-color: #e2e4e5;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .social_list li a:hover {
        color: #fff;
        background-color: #1c8bf2;
        text-decoration: none; }

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 25px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -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,
  form textarea:focus {
    outline: none; }

form textarea {
  display: block;
  height: 110px;
  padding: 10px 20px;
  resize: none; }
  form textarea:focus {
    outline: none; }

form input[type="submit"] {
  margin: 0 auto;
  padding: 9px 21px;
  background: none;
  background-color: #1c8bf2;
  border: 1px solid #1c8bf2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  form input[type="submit"]:hover {
    color: #1c8bf2;
    background-color: transparent; }

/* -----------------------------
	[ 3.12 End Contact ]
	----------------------------- */
/* -----------------------------
	[ 3.6 Start Portfolio ]
	----------------------------- */
/* -----------------------------
	[ 3.6 End Portfolio ]
	----------------------------- */
/* *******************
	[ End Landing Page ]
	******************* */
/* *******************
	[ 04 Start Footer ]
	******************* */
.footer {
  padding: 25px 0;
  background-color: #0b0b0c; }
  .footer .copyright {
    margin: 0;
    color: #989898;
    opacity: 0.6; }
    .footer .copyright a {
      color: #989898; }
      .footer .copyright a:hover {
        text-decoration: underline; }

/* *******************
	[ End Footer ]
	******************* */
/* *******************
	[ 05 Start Responsive ]
	******************* */
/* ******  Desktop First Method  ****** */
/* Large Devices, Wide Screens */
/* @media only screen and (max-width : 1200px) */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* menu */
  nav.nav_bar .menu > ul li {
    margin-right: 10px; }
  /* pricing_box */
  .pricing_box {
    max-width: 345px;
    margin-right: auto;
    margin-left: auto; }
  /* bg_overlay_tablet */
  .bg_overlay_tablet {
    position: relative;
    z-index: 0; }
    .bg_overlay_tablet .container {
      position: relative;
      z-index: 2; }
    .bg_overlay_tablet:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 1; }
  /* aligment */
  .tablet_tal {
    text-align: left; }
  .tablet_tac {
    text-align: center; }
  .tablet_tar {
    text-align: right; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header br,
  .about_block br,
  .info_block br {
    display: none; }
  /* header */
  .header h1 {
    font-size: 36px;
    line-height: 46px; }
  /* Start Mob menu */
  .mob_button {
    display: block; }
  nav.nav_bar {
    padding: 15px 0; }
    nav.nav_bar:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: 0;
      z-index: 0; }
    nav.nav_bar .logo {
      position: relative;
      z-index: 11; }
    nav.nav_bar .order {
      display: none; }
    nav.nav_bar .menu {
      position: absolute; }
      nav.nav_bar .menu > ul {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        min-height: 100vh;
        padding: 10px;
        padding-top: 100px;
        -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 > ul > li {
          width: 100%;
          margin: 0;
          padding: 0 15px;
          text-align: center; }
          nav.nav_bar .menu > ul > li:last-child {
            margin-bottom: 0; }
          nav.nav_bar .menu > ul > li > a {
            display: block;
            padding: 6px 8px 6px 0;
            color: #000; }
            nav.nav_bar .menu > ul > li > a:after {
              display: none; }
            nav.nav_bar .menu > ul > li > a:before {
              display: block; }
            nav.nav_bar .menu > ul > li > a.active_link {
              color: #1c8bf2; }
              nav.nav_bar .menu > ul > li > a.active_link:before {
                border-color: #1c8bf2;
                -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                        transform: rotate(45deg); }
          nav.nav_bar .menu > ul > li > ul {
            position: initial;
            display: none;
            min-width: 0;
            width: 100%;
            background-color: transparent;
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            visibility: visible;
            opacity: 1; }
            nav.nav_bar .menu > ul > li > ul li {
              padding-right: 0;
              font-size: 14px; }
              nav.nav_bar .menu > ul > li > ul li > a {
                padding: 6px 8px 6px 0;
                color: #000; }
              nav.nav_bar .menu > ul > li > ul li > ul {
                position: initial;
                display: none;
                min-width: 0;
                width: 100%;
                background-color: transparent;
                -webkit-box-shadow: none;
                        box-shadow: none;
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none;
                visibility: visible;
                opacity: 1; }
        nav.nav_bar .menu > ul .menu-item-has-children > a:before {
          border-color: #000; }
        nav.nav_bar .menu > ul .menu-item-has-children > a.active_link {
          color: #1c8bf2; }
          nav.nav_bar .menu > ul .menu-item-has-children > a.active_link:before {
            border-color: #1c8bf2;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
    nav.nav_bar .menu_vissible > ul {
      visibility: visible;
      opacity: 1;
      z-index: 5; }
  nav.nav_scroll .logo {
    position: relative;
    z-index: 11; }
  nav.nav_bar_mob {
    bottom: 0; }
    nav.nav_bar_mob:before {
      opacity: 1; }
  /* End Mob menu */
  /* Testimonials */
  .slider_testimonials .slide,
  .slider_testimonials .slick-current + .slide {
    padding: 30px 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .slider_testimonials .box_testimonials {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 20px;
    text-align: center; }
    .slider_testimonials .box_testimonials .box_avatar {
      margin-right: auto;
      margin-left: auto; }
  /* Skills */
  .skills_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .skills_box .line_skills {
      margin-top: 5px; }
  /* aligment */
  .mobile_tal {
    text-align: left; }
  .mobile_tac {
    text-align: center; }
  .mobile_tar {
    text-align: right; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .left,
  .right {
    float: none; } }

/* Custom, iPhone Retina */
/* @media only screen and (max-width : 320px) */
/* ******  Mobile First Method  ****** */
/* Custom, iPhone Retina */
/* @media only screen and (min-width : 320px) */
/* Extra Small Devices, Phones */
/* @media only screen and (min-width : 480px) */
/* Small Devices, Tablets */
/* @media only screen and (min-width : 768px) */
/* Medium Devices, Desktops */
/* @media only screen and (min-width : 992px) */
/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 1200px) */
/* *******************
	[ End Responsive ]
	******************* */
	
#map {
    min-width: 100%;
    min-height: 600px;
}

.round {width:12px;height:12px;border-radius:50%;background:#1c8bf2;display:inline-block;}
.mm2 {
	display:none;
}