/*STYLE.CSS*/


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


/*This is main CSS file that contains custom style rules used in this template*/


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


/* Template Name: photosy.*/


/* Version: 1.0 Initial Release*/


/* Build Date: 8-04-2016*/


/* Author: gfxbucket.*/


/* Copyright: (C) 2016 */


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


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


/* TABLE OF CONTENTS: */


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


/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */


/* 02 - HOME PAGE 1 */


/* 03 - HOME PAGE 2 */


/* 04 - HOME PAGE 3 */


/* 05 - HOME PAGE 4 */


/* 06 - HOME PAGE 5 */


/* 07 - CASE STUDY */


/* 08 - CONTACT */


/* 09 - BLOG PAGE */


/* 10 - SLIDER ANIMATION */


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


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


/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */


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


/*===========RESET==============*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

address {
  line-height: 1.6em;
}






/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0px none;
}

select::-ms-expand {
  display: none;
}

a {
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: 'Arimo', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  color: #666;
  font-weight: 300;
}

ul,
ol {
  list-style: none;
}

b {
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

textarea::-webkit-input-placeholder {
  color: #666;
}

textarea::-moz-placeholder {
  color: #666;
}

textarea:-moz-placeholder {
  color: #666;
}

textarea:-ms-input-placeholder {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arimo', sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #111;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

dd {
  margin: 0 0 1.75em;
  line-height: 1.6em;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #e9e9e9;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 15px 20px;
}

table {
  margin-bottom: 30px;
  width: 100%;
}






/*===========HELP CLASS==============*/

.table-align {
  display: table;
  width: 100%;
  height: 100%;
}

.table-align.h-100 {
  height: 100%;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

.cell-view.cell-bottom {
  vertical-align: bottom;
}

.vertical-align {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.vertical-align.w-full {
  width: 100%;
  left: 0px;
}

.line-through {
  display: inline-block;
  position: relative;
}

.line-through:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: currentColor;
  content: "";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

.bg-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.bg {
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bg.fix {
  background-attachment: fixed;
}

body.mobile .bg.fix {
  background-attachment: scroll;
}

.text-center {
  text-align: center;
}

.col-white {
  color: #fff;
}

.black-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.full-height {
  height: 100vmin;
  position: relative;
  width: 100%;
}

.padd-bot-20 {
  padding-bottom: 20px;
}

.marg-bot-80 {
  margin-bottom: 80px;
}

.marg-bot-100 {
  margin-bottom: 100px;
}

.link-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
}

.load-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0px;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
}

.load-title img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}

.load-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.load-circle:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  border-top: 2px solid transparent;
  border-right: 2px solid #111;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50em;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}






/*===========TITLE STYLE==============*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  color: #111111;
  font-family: 'Arimo', sans-serif;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
  font-weight: 300;
}

.h1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}

.h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.h7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.section-bg {
  background: #f5f5f5;
}

.section-bg-2 {
  background: #eef2fb;
}

.col-white .simple-text p,
.col-white .h1,
.col-white .h2,
.col-white .h3,
.col-white .h4,
.col-white .h5,
.col-white .h6,
.col-white .h7,
.col-white a,
.col-white span {
  color: #fff;
}

.simple-text p {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  font-weight: 300;
}

.simple-text i {
  font-style: italic;
  color: #111111;
}

.simple-text.md p {
  font-size: 16px;
  line-height: 26px;
}

.simple-text.lg p {
  font-size: 24px;
  line-height: 38px;
}

.simple-text p a {
  color: #111111;
  position: relative;
}

.simple-text p a:hover {
  color: #6BA9A9;
}

.font-type {
  font-family: 'Arimo', serif;
}

.quote {
  padding-bottom: 50px;
}

.quote p {
  font-family: 'Arimo', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}

.sub-title {
  max-width: 170px;
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff;
  text-transform: none;
}

.sub-title .h5 {
  line-height: 34px;
}

.white-layer,
.dark-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/layer_white.png) no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}

.dark-layer {
  background: url(../img/shadow_3.png);
}

.title-style-1 h1 {
  color: #fff;
}

.title-style-2 {
  position: relative;
  width: 100%;
}

.title-style-2.text-next {
  margin-top: 6px;
}






/*===========BUTTON STYLE==============*/

.link-type-1 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  color: #111111;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.link-type-1 i {
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: -2px;
}

.link-type-1:hover {
  letter-spacing: 2px;
  color: #676a6a;
}

.link-type-2 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #111111;
  padding: 0px 80px;
  text-align: center;
  height: 50px;
  line-height: 52px;
  font-weight: 700;
}

.link-type-2.w-100 {
  width: 100%;
}

.link-type-2:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2 span:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2 span:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2:hover {
  color: #AEB8CD;
}

.link-type-2:hover:before {
  height: 0px;
}

.link-type-2:hover:after {
  width: 0px;
}

.link-type-2:hover span:before {
  height: 0px;
}

.link-type-2:hover span:after {
  width: 0px;
}

.link-type-3 {
  position: relative;
  display: inline-block;
  padding: 0px 60px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-type-3 span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.link-type-3 span:before,
.link-type-3 span:after {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  width: 60%;
  background: #E0EBF1;
  z-index: -1;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-type-3 span:before {
  left: -10%;
  -ms-transform: skewX(20deg) translateX(-100%);
  transform: skewX(20deg) translateX(-100%);
  -webkit-transform: skewX(20deg) translateX(-100%);
}

.link-type-3 span:after {
  right: -10%;
  -ms-transform: skewX(20deg) translateX(100%);
  transform: skewX(20deg) translateX(100%);
  -webkit-transform: skewX(20deg) translateX(100%);
}

.link-type-3:hover span:before {
  -ms-transform: skewX(20deg) translateX(0%);
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
}

.link-type-3:hover span:after {
  -ms-transform: skewX(20deg) translateX(0%);
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
}

.link-type-3:before,
.link-type-3:after {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  width: 60%;
  background: #111111;
  z-index: -1;
  -ms-transform: skewX(20deg) translateX(0%);
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-type-3:before {
  left: -10%;
  margin-left: 1px;
}

.link-type-3:after {
  right: -10%;
  margin-right: 1px;
}

.link-type-3:hover:before {
  -webkit-transform: skewX(20deg) translateX(-100%);
  -ms-transform: skewX(20deg) translateX(-100%);
  transform: skewX(20deg) translateX(-100%);
}

.link-type-3:hover:after {
  -webkit-transform: skewX(20deg) translateX(100%);
  -ms-transform: skewX(20deg) translateX(100%);
  transform: skewX(20deg) translateX(100%);
}

.link-type-3:hover {
  color: #676a6a;
}






/*===========HEADER==============*/

header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 101;
}

.header {
  position: relative;
  margin: 0px 100px;
  height: inherit;
}

.logo {
  left: 0px;
  z-index: 102;
}

.nav-menu {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  overflow-y: auto;
}

.nav-menu-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.nav-menu-layer span {
  position: absolute;
  width: 400%;
  height: 400px;
  background: rgba(255, 255, 255, 0.9);
  left: -86%;
  top: 153%;
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -webkit-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.nav-list {
  position: relative;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0px 0px 50px;
}

.nav-list>li {
  position: relative;
  width: 100%;
  opacity: 0;
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -webkit-transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
  -o-transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
  transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
}

.nav-list>li a {
  font-size: 36px;
  text-transform: capitalize;
  color: #111111;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.nav-list .drop-menu a {
  font-size: 28px;
  margin-bottom: 25px;
}

.nav-list li a:hover,
.nav-list li.active>a,
.drop-link-next.active {
  color: #abaeaf;
}

.nav-menu.slide {
  visibility: visible;
  opacity: 1;
}

.nav-menu.slide .nav-list li {
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.nav-menu.slide .nav-menu-layer span {
  -ms-transform: rotate(45deg) scale(6);
  transform: rotate(45deg) scale(6);
  -webkit-transform: rotate(45deg) scale(6);
}

.drop-menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

.drop-menu-next {
  display: none;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.open-drop {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 25px;
  top: 3px;
  display: none;
}

.open-drop span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.open-drop span:nth-child(1):before,
.open-drop span:nth-child(1):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #111111;
  top: 50%;
  margin-top: -1px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(1):before {
  left: 6px;
}

.open-drop span:nth-child(1):after {
  right: 6px;
}

.open-drop span:nth-child(2):before,
.open-drop span:nth-child(2):after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #111111;
  left: 50%;
  margin-left: -1px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(2):before {
  top: 6px;
}

.open-drop span:nth-child(2):after {
  bottom: 6px;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):before,
.drop-link-next.active .open-drop span:nth-child(1):before {
  left: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):after,
.drop-link-next.active .open-drop span:nth-child(1):after {
  right: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):before,
.drop-link-next.active .open-drop span:nth-child(2):before {
  top: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):after,
.drop-link-next.active .open-drop span:nth-child(2):after {
  bottom: -3px;
  background: #abaeaf;
}

.burger-menu {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 43px;
  z-index: 103;
}

.burger-menu i {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #111111;
  position: relative;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.burger-menu i:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -9px;
  width: 100%;
  height: 3px;
  background: #111111;
  border-radius: 4px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.burger-menu i:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background: #111111;
  border-radius: 4px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.burger-menu.active i {
  background: rgba(0, 0, 0, 0);
}

.burger-menu.active i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0px;
}

.burger-menu.active i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: 0px;
}

body.fix {
  overflow: hidden;
}

.success {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.success.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  background: #fff;
  height: 120px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #222;
  color: #fff;
  line-height: 33px;
  font-size: 22px;
  cursor: pointer;
}

.close-popup span {
  display: block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -2px;
}

@media (min-width: 992px) {
  .style-2 .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    overflow: visible;
  }
  .style-2 .nav-menu .table-align {
    display: block;
    height: auto;
  }
  .style-2 .nav-menu-layer {
    display: none;
  }
  .style-2 .nav-list.cell-view {
    display: inline-block;
    width: auto;
    float: right;
    font-family: 'Arimo', sans-serif;
    padding: 40px 0px;
  }
  .style-2 .nav-list>li {
    position: relative;
    float: left;
    width: auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    margin: 0;
    padding: 0px 0px 20px 40px;
    font-family: 'Poppins', sans-serif;
  }
  .style-2 .drop-menu {
    position: absolute;
    width: 180px;
    left: 50%;
    top: 100%;
    display: block;
    border: 1px solid rgba(39, 43, 43, 0.1);
    background: #fff;
    text-align: left;
    margin-left: -70px;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
  }
  .style-2 .drop-menu li {
    border-bottom: 1px solid #f1f1f1;
  }
  .style-2 .nav-list>li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
  .style-2 .nav-list .drop-menu a {
    font-size: 13px;
    padding: 16px 19px 13px 19px;
    line-height: 17px;
    color: #676a6a;
  }
  .style-2 .nav-list .drop-menu a:hover {
    color: #111111;
  }
  .style-2 .nav-list .drop-menu li {
    position: relative;
  }
  .style-2 .burger-menu {
    display: none;
  }
  .style-2 .nav-list>li a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .style-2 .nav-list .drop-menu:before {
    content: '';
    margin-left: -11px;
    position: absolute;
    left: 50%;
    width: 23px;
    height: 9px;
    top: -9px;
    background: url(../img/menu-point.png) no-repeat;
    z-index: 1;
  }
  .style-2 .nav-list li:last-child .drop-menu {
    left: auto;
    margin-left: 0px;
    right: 0%;
  }
  .style-2 .nav-list li:last-child .drop-menu:before {
    left: auto;
    right: 10px;
    margin-left: 0px;
  }
  .style-2 .drop-menu-next {
    position: absolute;
    left: -100%;
    background: #fff;
    border: 1px solid rgba(39, 43, 43, 0.1);
    /*padding: 25px 0px 25px 25px;
        */
    display: block;
    margin-bottom: 0px;
    margin-left: -10px;
    min-width: 180px;
    top: 100%;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
  }
  /* .style-2 .nav-list .drop-menu-next li {
         padding-bottom: 15px;
    }
    */
  .style-2 .nav-list .drop-menu-next li:last-child {
    padding-bottom: 0px;
  }
  .style-2 .nav-list .drop-menu li:hover .drop-menu-next {
    visibility: visible;
    opacity: 1;
    margin-top: -30px;
  }
}






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


/* 02 - HOME PAGE 1 */


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


/*.home.blog .content {
     padding: 100px 0;
}
 */

.content,
.main-footer {
  position: relative;
  width: 100%;
  padding: 0px 100px;
}

.main-footer .section {
  padding: 95px 0;
  overflow: hidden;
}

.content.no-padd {
  padding: 0px;
}

.content.top-padd {
  padding: 100px 0px 0px;
}

.section {
  position: relative;
}

.section-first.section {
  padding-top: 0px;
}

.section.section-box {
  padding: 185px 0px;
  margin: 0px 0px 100px;
}

.section.section-box.no-margin {
  margin-bottom: 0px;
}

.section.section-box:last-of-type {
  margin-bottom: 0px;
}

.section.no-padd {
  padding: 0px;
}

.section.padd-sm {
  padding: 60px 0px;
}

.section.padd-xs {
  padding: 50px 0px;
}

.section.section-slider {
  padding: 0px;
  margin-bottom: 100px;
}

.slider-number {
  position: absolute;
  top: 50%;
  font-size: 13px;
  color: #111111;
  right: 25px;
  z-index: 5;
  width: 50px;
  text-align: center;
}

.slider-number:before,
.slider-number:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #a9aaaa;
}

.slider-number:before {
  top: -62px;
}

.slider-number:after {
  bottom: -62px;
}

.top-baner {
  position: relative;
  width: 100%;
  min-height: 620px;
  /*height: calc(100vmin - 100px);
    */
  height: 100vmin;
}

.type-10 .top-baner,
.type-4 .top-baner {
  padding-top: 100px;
  height: calc(100vmin - 100px);
}

.type-8 .top-baner {
  height: calc(100vmin - 100px);
}

.top-baner.nvg-margin {
  margin-top: -100px;
}

.single-portfolio .top-baner {
  padding-bottom: 100px;
}

.top-baner.bottom-margin {
  padding-bottom: 100px;
}

.top-baner.bottom-margin .block-bg .bg-wrap {
  top: 0px;
}

.top-baner.smal-size {
  height: 360px;
  min-height: 100%;
}

.single .top-baner.smal-size.top-featured-image {
  min-height: 620px;
}






/*.single .top-baner.smal-size {
     margin-top: 40px;
}
 */

.block-bg .bg-wrap {
  top: 100px;
  left: 100px;
  right: 100px;
  width: auto;
  background: #f4f7fc;
}

.block-bg .video-bg-wrap {
  background: transparent;
}

.block-bg .video-bg-wrap.overflow-visible {
  overflow: visible !important;
}

.block-bg .video-bg-wrap.overflow-hidden {
  overflow: hidden !important;
}

.block-bg.full-wh .bg-wrap {
  left: 0px;
  right: 0px;
}

.block-bg {
  padding: 0px 100px;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.service-item {
  position: relative;
  width: 100%;
  border: 1px solid #eef1f5;
  background: #fff;
  text-align: center;
  padding: 80px 0px;
}

.item-hov {
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.item-hov:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.item-padd-mob {
  position: relative;
  width: 100%;
  display: inline-block;
}

.item-padd-mob .simple-text {
  padding-bottom: 20px;
}

.service-item img {
  margin-bottom: 30px;
}

.service-item .title {
  padding-bottom: 20px;
}

.service-item .simple-text {
  padding: 0px 45px 20px;
}

.filters {
  position: relative;
  float: right;
  margin-bottom: 50px;
}

.center-filter.filters {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.center-filter.filters li {
  float: none;
  display: inline-block;
  margin: 0px 18px;
}

.left-filter.filters {
  float: left;
}

.left-filter.filters li {
  margin: 0px 30px 0px 0px;
}

.drop-filter {
  display: none;
  position: relative;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #c2c6cd;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 80px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.drop-filter i {
  padding-left: 5px;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0%;
}

.filter-mob-list li {
  list-style: none;
  position: relative;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #c2c6cd;
  line-height: 14px;
  margin-left: 35px;
  font-weight: 500;
  cursor: pointer;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.filter-mob-list li:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #111111;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.filter-mob-list li.active,
.filter-mob-list li:hover {
  color: #111111;
}

.filter-mob-list li.active:before,
.filter-mob-list li:hover:before {
  width: 100%;
}

.izotope-container {
  position: relative;
}

.grid-sizer {
  width: 0px;
}

.item {
  position: relative;
  margin-bottom: 30px;
  float: left;
}

.item:after {
  content: '';
  display: block;
  clear: both;
}

.wh-50 {
  width: 50%
}

.wh-25 {
  width: 25%;
}

.wh-30 {
  width: 33.333333%;
}

.wh-60 {
  width: 66.666666%;
}

.wh-40 {
  width: 40%;
}

.wh-100 {
  width: 100%;
}

.wh-20 {
  width: 20%;
}

.link-wrap {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  opacity: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2, 2, 2, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: -o-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: linear-gradient(transparent, rgba(2, 2, 2, 0.5))
  opacity: 0;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.resp-img {
  width: 100%;
  height: auto;
  display: block;
}

.item-drid-size {
  position: relative;
  padding: 0px 15px;
  width: 100%;
  height: 100%;
}

.link-wrap span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0px;
  top: 0px;
}

.link-wrap span:before,
.link-wrap span:after {
  content: '';
  position: absolute;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  background: #111111;
  opacity: 0.2;
}

.link-wrap span:nth-child(1):before,
.link-wrap span:nth-child(1):after {
  top: 50%;
  margin-top: -1px;
  width: 50%;
  height: 2px;
}

.link-wrap span:nth-child(1):after {
  left: 50%;
}

.link-wrap span:nth-child(1):before {
  right: 50%;
}

.link-wrap span:nth-child(2):before,
.link-wrap span:nth-child(2):after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 50%;
}

.link-wrap span:nth-child(2):after {
  top: 50%;
}

.link-wrap span:nth-child(2):before {
  bottom: 50%;
}

.item:hover .link-wrap {
  opacity: 1;
}

.item:hover .link-wrap span:before,
.item:hover .link-wrap span:after {
  opacity: 1;
}

.item:hover .link-wrap span:nth-child(1):before {
  width: 25px;
}

.item:hover .link-wrap span:nth-child(1):after {
  width: 25px;
}

.item:hover .link-wrap span:nth-child(2):before {
  height: 25px;
}

.item:hover .link-wrap span:nth-child(2):after {
  height: 25px;
}

.team-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.item-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.team-desc .h4 {
  padding-bottom: 5px;
}

.team-desc span {
  font-size: 13px;
  font-weight: 400;
}

.item-hov:hover .item-layer {
  opacity: 1;
}

.team-desc .vertical-align {
  margin-top: 15px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.team-item:hover .team-desc .vertical-align {
  margin-top: 0px;
}

.twit-item {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.twit-item .title {
  padding-bottom: 5px;
}

.twit-desc {
  padding: 25px 30px 30px;
}

.twit-desc .title:hover a {
  color: #abaeaf;
}

.twit-author img {
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  border-radius: 50%;
}

.post-meta a {
  color: #666 !important;
}

.post-meta .post-in,
.post-meta .post-label {
  color: #b5b5b5;
}

.twit-author p a:hover {
  color: #6BA9A9;
}

.twit-author .h6 {
  font-weight: 700;
}

.site-twit {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  min-height: 50px;
}

.site-twit span {
  position: relative;
  display: block;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 300;
}

.site-twit img {
  max-width: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.site-twit-txt {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px 0px 60px;
  font-size: 13px;
  color: #111111;
}

.site-twit-txt p a {
  color: #676a6a;
}

.site-twit-txt p a:hover {
  color: #55acee;
}

.site-twit-top {
  margin-bottom: 25px;
}

.site-twit-top i {
  color: #55acee;
  font-size: 30px;
  padding: 5px 15px 0px 10px;
  display: inline-block;
}

.site-twit-top .title {
  display: inline-block;
}

.site-twit-top .title a {
  color: #676a6a;
  font-size: 13px;
  font-weight: 500;
}

.site-twit-top .title .h5 {
  font-size: 16px;
  text-transform: none;
}

.price-item {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #eef1f5;
}

.price-head {
  border-bottom: 1px solid #eeeeee;
  padding: 45px 0px 30px;
}

.price-head b {
  font-size: 48px;
  color: #111111;
  line-height: 48px;
}

.price-head span {
  font-size: 20px;
  vertical-align: top;
  font-weight: 300;
}

.price-item ul {
  list-style: none;
  padding: 35px 0px 15px;
}

.price-item ul li {
  font-size: 16px;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  font-weight: 300;
}

.price-item ul li.disable {
  text-decoration: line-through;
}

.price-item .link-type-2 {
  margin-bottom: 40px;
}

.logo-item {
  text-align: center;
  opacity: 0.5;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.logo-item img {
  vertical-align: middle;
}

.logo-item:hover {
  opacity: 1;
}

.testimonial-swiper-slider .testi-item {
  padding: 70px 0;
}

.testi-item {
  padding: 90px 0px;
  position: relative;
  width: 100%;
  min-height: 400px;
  display: inline-block;
}

.testi-text {
  position: relative;
  padding: 25px 30px 30px;
  background: #fafbfd;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  margin-bottom: 25px;
}

.testi-text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.testi-text p a {
  font-weight: 700;
  color: #111111;
}

.testi-text:before {
  content: '';
  position: absolute;
  background: url(../img/testi-point.png) no-repeat;
  width: 30px;
  height: 14px;
  bottom: -14px;
  z-index: 1;
  left: 35px;
}

.testi-sign {
  margin-bottom: 25px;
}

.testi-author a {
  color: #111111;
}

.right-half {
  position: relative;
  float: right;
  width: 50%;
}

.image-testi {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
}

.image-testi img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.count-item {
  position: relative;
  width: 100%;
  text-align: center;
  color: #111111;
  font-weight: 700;
}

.count-item .timer,
.count-item b {
  font-size: 48px;
  margin-bottom: 5px;
  line-height: 48px;
  display: inline-block;
}

.count-item i {
  vertical-align: top;
  font-size: 20px;
}

.count-item .h6 {
  font-weight: 300;
  color: #676a6a;
}

.folow-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.folow-item img {
  margin-bottom: 10px;
}

.folow-info {
  display: inline-block;
  padding: 0px 25px 20px;
}

.folow-info b {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.folow-info span {
  font-size: 13px;
}

.folow-item .simple-text {
  padding-bottom: 15px;
}

.folow-item .title {
  padding-bottom: 10px;
}

.folow-icon {
  text-align: center;
  position: relative;
}

.folow-icon ul {
  list-style: none;
}

.folow-icon ul li {
  display: inline-block;
  margin: 0 3px;
}

.folow-icon ul li a {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.60);
}

.folow-icon.right-side {
  float: right;
  display: block;
  padding: 45px 0px 0px;
}

.folow-icon i {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.folow-icon a:hover i {
  color: #111111;
}

.folow-icon i:after {
  position: absolute;
  left: -20px;
  top: 0px;
  content: '';
  font-family: "fontello";
  font-size: 16px;
  color: #111111;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.folow-icon i:before {
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.folow-icon .icon-facebook:after {
  content: '\e800';
}

.folow-icon .icon-twitter:after {
  content: '\e801';
}

.folow-icon .icon-pinterest:after {
  content: '\e802';
}

.folow-icon .icon-dribbble:after {
  content: '\e803';
}

.folow-icon .icon-rss:after {
  content: '\e804';
}

.folow-icon .icon-gplus:after {
  content: '\e809';
}

.folow-icon a:hover i:after {
  left: 9px;
}

.folow-icon a:hover i:before {
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
}

.footer-logo {
  display: block;
  margin: 0px auto 33px;
  max-width: 95px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-item {
  position: relative;
  width: 100%;
  font-family: 'Arimo', sans-serif;
}

.footer-item .h6 {
  font-size: 13px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111111;
}

.footer-item ul li {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  list-style: none;
  font-family: 'Arimo', sans-serif;
  line-height: 2em;
  font-weight: 400;
}

.footer-item ul li a {
  color: #676a6a;
}

.footer-item ul li a:hover {
  color: #111111;
}

.footer-item.fr {
  text-align: right;
}

.copyright {
  text-align: center;
  padding: 40px 0px;
  position: relative;
  color: #676a6a;
  font-weight: 400;
  font-family: 'Arimo', sans-serif
}

.copyright.left-side {
  display: block;
  float: left;
}

.load-item {
  display: none;
}

.no-item {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
}

.white-mobile-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.white-mobile-layer.act {
  opacity: 1;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.video-bg .block-bg .bg-wrap {
  top: 0px;
}

.video-bg .title-style-1 {
  z-index: 5;
  margin-top: 0px;
}

.video-bg .title-style-1.white .sub-title .h5,
.video-bg .title-style-1.white .h1 {
  color: #fff;
}

.video-bg .title-style-1.white .sub-title:before {
  background: #fff;
}

.video-bg .bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

.video-iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.video-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.footer-text-widget p {
  font-size: 13px;
  color: #666666;
  line-height: 1.615;
  margin-bottom: 15px;
}

.common-footer-style .footer-item ul li {
  color: #666666;
}

.common-footer-style .footer-item ul li a:hover {
  color: #111111;
}



/*.common-footer-style .footer-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
*/

.common-footer-style .footer-widget-wrap {
  padding: 75px 0 35px;
}

.footer-newsletter p {
  font-size: 13px;
  color: #666666;
  line-height: 21px;
}

.newsletter {
  position: relative;
  max-width: 265px;
  margin: auto;
}

.newsletter input {
  background-color: #f2f2f2;
  width: 100%;
  padding: 9px 60px 9px 20px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #f2f2f2;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsletter input:focus {
  background: transparent;
}

.newsletter button {
  position: absolute;
  height: 40px;
  width: 40px;
  border: none;
  cursor: pointer;
  background-color: #b5b5b5;
  font-size: 12px;
  color: rgb(245, 245, 245);
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsletter button:hover {
  background-color: #a2a1a1;
}

.newsletter input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.502);
}

.newsletter input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.502);
}

.newsletter input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.502);
}

.newsletter input:-moz-placeholder {
  color: rgba(17, 17, 17, 0.502);
}

.common-footer-style .footer-widget-wrap {
  display: block;
}

.footer-separator {
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}

.common-footer-style .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 0;
  font-size: 12px;
  color: #666666;
}

.common-footer-style .copyright span {
  padding: 6px 0;
  display: inline-block;
}

.common-footer-style .footer-social-btn a {
  color: #b5b5b5;
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  margin-left: 20px;
}

.common-footer-style .footer-social-btn a:first-child {
  margin-left: 0;
}

.common-footer-style .footer-social-btn a:hover {
  color: #111111;
}

.top-footer {
  text-align: center;
  width: 100%;
  max-width: 340px;
  margin: auto;
  padding: 60px 0;
  font-family: 'Arimo', sans-serif;
}

.top-footer .footer-logo {
  margin-bottom: 25px;
}

.top-footer h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.common-footer-style.site-footer-2 .footer-widget-wrap {
  padding-top: 60px;
}

.top-footer .footer-newsletter p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.footer-text-widget {
  max-width: 470px;
}

.site-footer-4 .footer-logo {
  margin: initial;
}

.site-footer-4 .footer-contact-widget {
  width: initial;
  margin: 0;
}

.site-footer-4 .footer-contact-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer-4.common-footer-style .footer-contact-widget ul li {
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 12px;
}

.site-footer-4.common-footer-style .footer-contact-widget ul li:not(:last-child) {
  margin-right: 30px;
}

.site-footer-4.common-footer-style .footer-contact-widget ul li i {
  margin-right: 10px;
}

.site-footer-5:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
}

.site-footer-5 .container {
  position: relative;
  z-index: 1;
}

.site-footer-5 .top-footer h2 {
  font-size: 30px;
  margin-bottom: 22px;
}

.site-footer-5 .top-footer {
  max-width: 470px;
}

.dark-version .top-footer h2 {
  color: #fff;
}

.dark-version .top-footer .footer-newsletter p {
  color: rgba(255, 255, 255, 0.8);
}

.dark-version .newsletter button {
  background-color: #1a1a1a;
}

.dark-version .newsletter button:hover {
  background-color: #464646;
}

.dark-version .newsletter input:focus {
  background-color: #fff;
}

.dark-version .footer-separator {
  background-color: rgba(255, 255, 255, 0.102);
}

.dark-version .footer-item .h6 {
  color: #fff;
}

.dark-version .footer-text-widget p {
  color: rgba(255, 255, 255, 0.502);
}

.dark-version .footer-item ul li a {
  color: rgba(255, 255, 255, 0.502);
}

.dark-version .footer-item ul li a:hover {
  color: #fff;
}

.dark-version.common-footer-style .copyright {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.302);
}

.dark-version .footer-social-btn {
  text-align: left;
}

.common-footer-style.dark-version .footer-social-btn a {
  color: rgba(255, 255, 255, 0.302);
}

.common-footer-style.dark-version .footer-social-btn a:hover {
  color: #fff;
}

.common-footer-style.dark-version .footer-widget-wrap {
  padding: 60px 0 35px;
}

.dark-version .footer-newsletter p {
  color: rgba(255, 255, 255, 0.502);
}

.site-footer-6 {
  background: #262626;
}

.site-footer-6 .top-footer {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-footer .top-footer-head {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-top: 0;
  max-width: 540px;
  text-align: left;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 0;
  width: 100%;
}

.top-footer .support-tmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-footer .support-tmail i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.302);
  margin-right: 10px;
}

.top-footer .support-tmail a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.702);
  font-weight: 400;
  font-family: 'Arimo', sans-serif;
}

.top-footer .support-tmail a:hover {
  color: #fff;
}

.footer-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-instagram a {
  display: block;
  height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.footer-instagram a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-instagram a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.dark-version .footer-contact-widget ul li {
  color: rgba(255, 255, 255, 0.502);
}

.dark-version .footer-contact-widget ul li i {
  color: rgba(255, 255, 255, 0.502);
  margin-right: 8px;
}

.dark-version .footer-contact-widget ul li a {
  color: rgba(255, 255, 255, 0.502);
}

.dark-version .footer-contact-widget ul li a:hover {
  color: #fff;
}

@media (max-width: 1600px) {
  .content,
  .block-bg,
  .main-footer,
  .vc_row-fluid.vc_row-no-padding .hero-banner {
    padding: 0px 60px;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry {
    margin:0 45px;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry.no-gutter {
    margin:0 60px;
  }

  .type-8 .top-baner {
    height: calc(100vmin - 60px);
  }
  .top-baner {
    /*height: calc(100vmin - 60px);
        */
  }
  .portfolio-single-details-wrapper {
    padding-right: 60px;
  }
  .type-10 .top-baner,
  .type-4 .top-baner,
  .about-block-wrapper {
    height: calc(100vmin - 60px);
  }
  .type-4 .top-baner {
    padding-top: 60px;
  }
  .top-baner.nvg-margin {
    margin-top: -60px;
  }
  .single-portfolio .top-baner {
    padding-bottom: 60px !important;
  }
  .content.top-padd {
    padding: 60px 0px 0px;
  }
  .header {
    margin: 0px 60px;
  }
  .block-bg .bg-wrap {
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
  }
  .nav-menu.slide {
    padding-top: 60px;
  }
  header {
    height: 60px;
  }
  .top-baner.bottom-margin {
    padding-bottom: 60px;
  }
  .slider-number {
    right: 5px;
  }
  .title-style-1 {
    margin-left: 30px;
  }
  .section-first.section {
    padding-top: 40px;
  }
  .style-2 .nav-list.cell-view {
    padding: 24px 0px;
  }
}

@media (max-width: 1300px) {
  .content {
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  .burger-menu {
    width: 35px;
  }
  .copyright,
  .folow-icon.right-side {
    padding: 25px 0px;
  }
  .content,
  .block-bg {
    padding: 0px 15px;
  }
  .block-bg .bg-wrap {
    left: 15px;
    top: 0px;
    right: 15px;
    bottom: 15px;
  }
  .title-style-1 {
    margin-left: 30px;
  }
  .header {
    margin: 0px 15px;
  }
  .slider-number {
    right: 25px;
  }
  .top-baner {
    height: 620px;
  }
}

@media (max-width: 992px) {
  .section-first.section {
    padding-top: 60px;
  }
  .top-baner.bottom-margin {
    padding-bottom: 0px;
  }
  .top-baner.bottom-margin.section-scroll {
    padding-bottom: 60px;
  }
  /*.section,*/
  .testi-item {
    padding: 60px 0px;
  }
  .top-baner {
    min-height: 480px;
  }
  .item-padd-mob {
    padding-bottom: 30px;
  }
  .simple-text.lg p {
    font-size: 20px;
    line-height: 26px;
  }
  .simple-text.md p {
    font-size: 16px;
    line-height: 26px;
  }
  .quote {
    padding-bottom: 30px;
  }
  .service-item .simple-text {
    padding: 0px 15px 20px;
  }
  .content {
    padding: 0px;
  }
  .service-item {
    max-width: 460px;
    margin: 0 auto 30px;
    padding: 60px 0px;
  }
  .price-item {
    max-width: 460px;
    margin: 0 auto 30px;
  }
  .drop-filter {
    display: block;
  }
  .filters,
  .twit-item {
    margin-bottom: 30px;
  }
  .filter-mob-list li:before {
    display: none;
  }
  .filter-mob-list {
    position: absolute;
    right: 0px;
    top: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    width: 100%;
    padding: 10px 20px 0px;
    z-index: 5;
    display: none;
  }
  .filter-mob-list li {
    width: 100%;
    padding-bottom: 15px;
    margin: 0px;
    text-align: right;
  }
  .count-item {
    margin-bottom: 30px;
  }
  .open-drop {
    display: inline-block;
  }
  .common-footer-stylesite-footer-4 .copyright {
    padding: 60px 0;
  }
  .common-footer-style.site-footer-4 .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 30px;
  }
  .site-footer-4 .copyright>.footer-logo {
    margin-bottom: 25px;
  }
  .site-footer-4 .footer-contact-widget {
    margin-bottom: 20px;
  }
  .site-footer-6 .top-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .top-footer .top-footer-head {
    text-align: center;
    margin-bottom: 30px;
  }
  .site-footer-4 .footer-social-btn {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .about-block-wrapper {
    height: auto;
  }
  .about-block-wrapper .about-content {
    padding-left: 0 !important;
  }
  .about-block-wrapper.style2 h2 {
    margin-top: 30px !important;
    margin-left: 0 !important;
    word-break: break-all;
  }
  .nav-list>li a {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .nav-list .drop-menu a {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .h1 {
    font-size: 52px;
    line-height: 56px;
  }
  .h2 {
    font-size: 30px;
  }
  .white-mobile-layer {
    opacity: 1;
  }
  .wh-25 {
    width: 50%;
  }
  .filters {
    width: 100%;
    text-align: center;
  }
  .drop-filter {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
  }
  .filter-mob-list {
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  .filter-mob-list li {
    text-align: center;
  }
  .image-testi {
    left: auto;
    right: 0px;
  }
  .right-half {
    width: 100%;
  }
  .slider-number {
    display: none;
  }
  .footer-item.fr,
  .footer-item {
    text-align: center;
  }
  .footer-item.fl {
    padding-bottom: 30px;
  }
  .copyright.left-side {
    width: 100%;
    text-align: center;
  }
  .folow-icon.right-side {
    width: 100%;
    padding: 0px 0px 25px;
  }
  .common-footer-style .footer-widget-wrap .row>div:not(:last-child) .footer-item {
    margin-bottom: 30px;
  }
  .common-footer-style .footer-social-btn {
    margin-top: 12px;
  }
  .common-footer-style .copyright {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .common-footer-style .footer-widget-wrap {
    padding: 60px 0;
  }
  .footer-text-widget,
  .footer-newsletter p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .common-footer-style.site-footer-4 .footer-social-btn {
    margin-top: 0;
  }
  .site-footer-4 .footer-contact-widget ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-footer-4.common-footer-style .footer-contact-widget ul li:not(:last-child) {
    margin-right: 0;
  }
  .dark-version .footer-social-btn {
    text-align: center;
  }
  .footer-instagram {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-instagram a {
    margin-right: 3px;
    margin-left: 3px;
  }
}

@media (max-width: 480px) {
  .section,
  .section.padd-xs {
    /*padding: 55px 0px 45px;
        */
    padding: 0 !important;
  }
  .wh-25,
  .wh-50 {
    width: 100%;
  }
  .service-item,
  .price-item {
    margin: 0 auto 15px;
  }
  .item,
  .team-item {
    margin-bottom: 15px;
  }
  .folow-info {
    padding: 0px 15px 20px;
  }
  .footer-logo {
    margin: 0 auto 30px;
  }
  .service-item {
    padding: 30px 0px;
  }
  .top-baner.smal-size .title-style-1 {
    margin-left: 15px;
  }
  .top-baner {
    height: 480px;
  }
  .team-desc.item-layer {
    height: 50%;
    opacity: 1;
    top: auto;
    bottom: 0px;
  }
  .team-desc .vertical-align {
    margin-top: 0px;
  }
}






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


/* 03 - HOME PAGE 2 */


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

.block-bg.type-2 .bg-wrap .bg {
  position: absolute;
  width: 50%;
  left: auto;
  right: 0px;
}

.block-bg.type-2 .bg-wrap {
  background: #f4f7fc;
}

.title-style-3 {
  padding-left: 160px;
  margin-top: 40px;
}

.title-style-3 .h1 {
  padding-bottom: 30px;
}

.sub-title-2 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 30px;
}

.swipe-arrow-type-1 {
  position: absolute;
  bottom: 50px;
  left: 0px;
}

.swiper-anime-2 .swipe-arrow-type-1 {
  left: 568px;
}

.swipe-arrow-type-1 .swipe-arrow {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #beccd1;
  margin-right: 8px;
  cursor: pointer;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.swipe-arrow i {
  font-size: 28px;
  color: #acb0b3;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.swipe-arrow:hover {
  background: #111111;
  border: 1px solid #111111;
}

.swipe-arrow:hover i {
  color: #fff;
}

.testimonial-swiper-slider .swipe-arrow-type-1 .swipe-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-right: 4px;
  line-height: 32px;
}

.testimonial-swiper-slider .swipe-arrow-type-1 .swipe-arrow i {
  font-size: 18px;
  color: #676a6a;
}

@media (max-width: 1600px) {
  .swiper-anime-2 .swipe-arrow-type-1 {
    left: 220px;
  }
  .testimonial-swiper-slider .swipe-arrow-type-1 {
    left: 570px;
  }
}

@media (max-width: 1200px) {
  .swiper-anime-2 .swipe-arrow-type-1 {
    left: 45px;
    bottom: 30px;
  }
  .title-style-3 {
    margin-top: 20px;
  }
  .title-style-3 {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .block-bg.type-2 .bg-wrap .bg {
    width: 100%;
  }
  .swipe-arrow-type-1 {
    display: none;
  }
  .sub-title-2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 360px) {
  .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .title-style-3 .h1 {
    padding-bottom: 10px;
  }
  .title-style-3 {
    padding-left: 15px;
  }
  .title-style-1 {
    margin-left: 15px;
  }
  .nav-list>li a {
    margin-bottom: 10px;
  }
}






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


/* 04 - HOME PAGE 3 */


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

.header-style-1 {
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.header-style-1 .container {
  height: inherit;
}

.header-style-1 .header {
  margin: 0px;
}

.block-bg.type-3 .bg-wrap {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.block-bg.type-3 {
  padding: 0px;
}

.title-style-4 {
  margin-top: 50px;
}

.title-style-4 .h1 {
  font-size: 150px;
  color: rgba(39, 43, 43, 0.3);
  line-height: 160px;
}

.title-style-4 .sub-title-2 {
  font-size: 36px;
  line-height: 40px;
  color: rgba(39, 43, 43, 0.3);
}

.arrow-container {
  text-align: center;
}

.arrow-container .container {
  position: relative;
  display: inline-block;
}

.arrow-container .swipe-arrow-type-1 {
  padding: 0px 15px;
}

.image-front {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  z-index: 2;
}

.image-front img {
  display: block;
  margin: 0 auto;
  width: 79%;
}

.swiper-anime-3 .slider-number {
  right: 50%;
  z-index: 5;
  top: auto;
  bottom: 100px;
  width: 50px;
  text-align: center;
}

@media (max-width: 1200px) {
  .title-style-4 {
    margin-top: 20px;
  }
  .title-style-4 .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .title-style-4 .sub-title-2 {
    font-size: 24px;
    line-height: 30px;
  }
}






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


/* 05 - HOME PAGE 4 */


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

.title-link {
  padding: 15px 0px 0px;
}

.vertical-point {
  position: absolute;
  right: 40px;
  top: 50%;
  display: block;
  z-index: 50;
}

.vertical-point.right-align {
  right: -40px;
}

.vertical-point .swiper-pagination-switch {
  display: block;
  width: 20px;
  height: 2px;
  background: #eaeaea;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}

.vertical-point .swiper-pagination-switch:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #2d3132;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.vertical-point .swiper-active-switch:before {
  width: 100%;
}

.section.section-slider .block-bg .bg-wrap {
  top: 0px;
}

.padd-wrap {
  padding: 0px 15px;
}

.team-slider {
  margin-top: 50px;
}

.input-field,
input[type="password"] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

input[type="password"] {
  line-height: 40px;
  height: 40px;
  border: 1px solid #e9e9e9;
  margin-bottom: 0;
  padding: 0 10px;
}

.input-field:focus {
  border-color: #111;
}

textarea.input-field {
  height: 55px;
  resize: none;
}

.input-send {
  position: relative;
  padding: 0px 35px;
  line-height: 40px;
  font-weight: 700;
  font-size: 13px;
  margin-top: 8px;
  color: #fff;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #181818;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.input-send:hover {
  background: #111111;
  border-color: #111111;
  color: #fff;
}

.section-slider .title-style-1 {
  margin-top: 0px;
}

@media (max-width: 1600px) {
  .vertical-point {
    right: 20px;
  }
  .section.section-box {
    margin: 0px 0px 100px;
  }
}

@media (max-width: 1370px) {
  .section.section-box {
    padding: 100px 0px;
    margin-bottom: 80px;
  }
  .section.section-slider,
  .marg-bot-100 {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .vertical-point {
    right: 30px;
  }
  .vertical-point.right-align {
    right: 15px;
  }
  .section.section-box {
    margin: 0px 0px 80px;
  }
}

@media (max-width: 992px) {
  .section.section-box {
    margin: 0px 0px 60px;
    padding: 60px 0px;
  }
  .section.section-slider,
  .marg-bot-100 {
    margin-bottom: 60px;
  }
  .section-slider .top-baner {
    max-height: 480px;
  }
}

@media (max-width: 768px) {
  .vertical-point .swiper-pagination-switch {
    background: rgba(0, 0, 0, 0.3);
  }
  .vertical-point.right-align {
    right: 30px;
  }
}

@media (max-width: 480px) {
  .section.section-box {
    padding: 45px 0px;
  }
  .vertical-point.right-align {
    top: 65%;
  }
}

@media (max-width: 360px) {
  .vertical-point {
    right: 30px;
  }
}






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


/* 06 - HOME PAGE 5 */


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

.big-more {
  width: 100%;
  height: 400px;
  border: 1px solid #eeeeee;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.big-more b {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 400px;
  color: #111111;
  opacity: 0;
  -o-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
  -webkit-transition: all 0.45s ease-in;
  letter-spacing: 1px;
}

.border-top {
  border-top: 1px solid #eee;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.border-top-2 {
  border-top: 1px solid #dadee6;
}

.big-more .link-wrap {
  opacity: 1;
  background: none;
}

.big-more .link-wrap span:before,
.big-more .link-wrap span:after {
  opacity: 1;
}

.big-more .link-wrap span:nth-child(1):before {
  width: 25px;
}

.big-more .link-wrap span:nth-child(1):after {
  width: 25px;
}

.big-more .link-wrap span:nth-child(2):before {
  height: 25px;
}

.big-more .link-wrap span:nth-child(2):after {
  height: 25px;
}

.big-more:hover b {
  opacity: 1;
  letter-spacing: 3px;
}

.big-more:hover .link-wrap span:before,
.big-more:hover .link-wrap span:after {
  opacity: 0;
}

.big-more:hover .link-wrap span:nth-child(1):before {
  right: 70%;
  width: 160px;
}

.big-more:hover .link-wrap span:nth-child(1):after {
  left: 70%;
  width: 160px;
}

.big-more:hover .link-wrap span:nth-child(2):before {
  bottom: 70%;
  height: 160px;
}

.big-more:hover .link-wrap span:nth-child(2):after {
  top: 70%;
  height: 160px;
}

.no-gitter.item {
  margin-bottom: 0px;
}

.no-gitter .link-wrap {
  left: 0px;
  right: 0px;
}

@media (max-width: 1200px) {
  .big-more {
    height: 200px;
  }
  .big-more b {
    line-height: 200px;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .center-filter.filters li {
    margin: 0px;
    text-align: center;
  }
  .center-filter.filters .drop-filter {
    float: none;
  }
}






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


/* 07 - CASE STUDY */


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

.case-info {
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}

.case-info:last-child {
  padding-bottom: 0px;
}

.case-info .h4 {
  font-weight: 500;
  line-height: 28px;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  height: 80px;
  width: 95px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  margin-top: -40px;
  overflow: hidden;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.nav-arrow img {
  vertical-align: middle;
  margin: 19px auto;
  display: block;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.preiew-img.bg {
  width: 95px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.nav-arrow.swiper-arrow-left .preiew-img.bg {
  left: auto;
  right: 0px;
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
}

.nav-arrow.swiper-arrow-right .preiew-img.bg {
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
}

.nav-arrow.swiper-arrow-left:hover .preiew-img.bg,
.nav-arrow.swiper-arrow-right:hover .preiew-img.bg {
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.nav-arrow.swiper-arrow-left {
  left: -47px;
}

.nav-arrow.swiper-arrow-right {
  right: -47px;
}

.nav-arrow.swiper-arrow-left:hover img {
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
}

.nav-arrow.swiper-arrow-right:hover img {
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
}

.case-slider {
  position: relative;
  width: 100%;
}

.folow-icon.caption span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.folow-icon.caption a {
  font-size: 20px;
  color: #292d2e;
  margin: 0px;
}

.folow-icon.caption i:after {
  font-size: 20px;
  color: #98EEF3;
}

.case-folow {
  margin: 80px 0px 100px;
}

.case-nav {
  position: relative;
  width: 100%;
  height: 470px;
  background: #f4f7fc;
}

.case-nav .title-style-1 {
  position: absolute;
  bottom: 40px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.case-nav .title-style-1 .h2 {
  clear: both;
}

.right-case-nav .title-style-1 {
  text-align: right;
  right: 0px;
  margin-right: -100px;
}

.right-case-nav .sub-title {
  text-align: left;
  float: right;
}

.left-case-nav .title-style-1 {
  margin-left: -100px;
}

.top-image.block-bg .bg-wrap {
  height: auto;
  bottom: 0px;
}

.item-desc {
  position: absolute;
  left: 45px;
  bottom: 30px;
  opacity: 0;
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.item-desc .h4 {
  padding-bottom: 6px;
}

.item-desc span {
  font-size: 13px;
  color: #676a6a;
  font-weight: 300;
}

.item:hover .item-desc {
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.point-style {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 30px;
  text-align: center;
  margin: 0px;
}

.point-style .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}

.point-style .swiper-pagination-switch.swiper-active-switch {
  border: 2px solid #222;
}






/*.point-style.alb-point {
    bottom: 60px;
}
*/

.point-style.alb-point {
  bottom: -38px;
}

@media (max-width: 1200px) {
  .right-case-nav .title-style-1 {
    margin-right: 30px;
  }
  .left-case-nav .title-style-1 {
    margin-left: 30px;
  }
}

@media (max-width: 992px) {
  .izotope-container .wh-25,
  .izotope-container .wh-30 {
    width: 50%;
  }
  .case-info:last-child {
    padding-bottom: 30px;
  }
  .case-folow {
    margin: 30px 0px 60px;
  }
  .nav-arrow.swiper-arrow-left {
    left: 0px;
  }
  .nav-arrow.swiper-arrow-right {
    right: 0px;
  }
  .point-style.alb-point {
    bottom: 30px;
  }
}

@media (max-width: 768px) {
  .case-nav {
    height: auto;
  }
  .case-nav .bg {
    display: none;
  }
  .case-nav .title-style-1 {
    position: relative;
  }
  .right-case-nav .title-style-1,
  .left-case-nav .title-style-1 {
    margin: 30px 0px 0px 0px;
  }
  .nav-arrow {
    display: none;
  }
  .pagination.hidden {
    display: block!important;
  }
  .case-slider .swiper-container {
    padding-bottom: 80px;
  }
  .case-nav .sub-title {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .izotope-container .wh-25,
  .izotope-container .wh-30 {
    width: 100%;
  }
  .case-nav .title-style-1 .h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .top-baner {
    height: 360px;
    min-height: 360px;
  }
  .block-bg {
    height: 360px;
  }
  .video-bg .h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .container section:first-child {
    padding-bottom: 5px;
  }
  .h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .top-baner .bg {
    background-position: center center !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .case-nav:hover .white-mobile-layer {
    opacity: 1;
  }
  .left-case-nav:hover .title-style-1 {
    margin-left: 30px;
  }
  .right-case-nav:hover .title-style-1 {
    margin-right: 30px;
  }
}






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


/* 08 - CONTACT */


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

.adress-list li {
  list-style: none;
  padding: 0;
  font-size: 24px;
  line-height: 39px;
  color: #676a6a;
  font-weight: 300;
}

.adress-list li a {
  color: #676a6a;
}

.map-wrapper {
  height: 400px;
  position: relative;
  width: 100%;
}

.blog_item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.blog_item .twit-author {
  padding-bottom: 23px;
  padding-top: 11px;
}

.blog_item .twit-desc {
  position: relative;
  padding: 38px 30px 15px;
}

.blog_item.sticky .post-sticky-icon,
.sticky .blog_item .post-sticky-icon {
  position: absolute;
  right: 30px;
  top: 35px;
  color: #b5b5b5;
}

.sticky .blog_item .post-sticky-icon {
  right: 24px;
}

.blog_item .link-type-1 {
  padding-bottom: 15px;
}

.blog_item .simple-text {
  padding-bottom: 19px;
}

.blog_item_slider {
  position: relative;
}

.nav-arrow-2 {
  position: absolute;
  width: 36px;
  top: 110px;
  overflow: hidden;
  height: 36px;
  background: #fff;
  text-align: center;
  color: #676a6a;
  cursor: pointer;
  z-index: 5;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.nav-arrow-2 i {
  line-height: 36px;
  font-size: 24px;
}

.swiper-arrow-left.nav-arrow-2:before,
.swiper-arrow-right.nav-arrow-2:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #111111;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.swiper-arrow-left.nav-arrow-2 {
  left: 0px;
}

.swiper-arrow-right.nav-arrow-2 {
  right: 0px;
}

.swiper-arrow-left.nav-arrow-2:before {
  left: -100%;
}

.swiper-arrow-right.nav-arrow-2:before {
  right: -100%;
}

.swiper-arrow-left.nav-arrow-2:hover:before {
  left: 0px;
}

.swiper-arrow-right.nav-arrow-2:hover:before {
  right: 0px;
}

.nav-arrow-2:hover {
  color: #fff;
}






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


/* 09 - BLOG PAGE */


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

.video-item {
  height: 255px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.play-button,
.nw-play-btn {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
  cursor: pointer;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.play-button i,
.nw-play-btn i {
  font-size: 24px;
  line-height: 50px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.play-button:hover,
.nw-play-btn:hover {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
  background: #fff;
  color: #292d2e;
}

.bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.close-video {
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 8;
  color: #111111;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.close-video span {
  display: block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.video-item.act .video-title {
  opacity: 0;
}

.video-item.act .close-video {
  opacity: 1;
}

.video-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background: #000;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.sound-item iframe {
  position: relative;
  width: 100%;
  height: 160px;
}

.video-item.act .video-wrapper {
  opacity: 1;
  visibility: visible;
}

.blog-nav {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0px;
  /*padding-bottom: 50px;
    */
}

.blog-nav a,
.blog-nav span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  line-height: 30px;
  font-size: 12px;
  color: #676a6a;
  margin: 0 4px;
}

.blog-nav a:hover,
.blog-nav span:hover,
.blog-nav .current {
  background: #111111;
  color: #fff;
  border-color: #111111;
}

.sidebar {
  padding-left: 70px;
}

.search {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 100%;
  border: 1px solid #e9e9e9;
}

.search input[type="text"] {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  line-height: 40px;
}

.serch-link {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  z-index: 5;
  text-align: center;
  color: #aeafaf;
  background: none;
  line-height: 40px !important;
}

.serch-link i {
  line-height: 40px !important;
}

.serch-link input {
  background: none;
  border: 0px none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.sidebar-item {
  padding-bottom: 50px;
}

.widget ul {
  list-style: none;
}

.sidebar-item .h5 {
  font-weight: 800;
  text-transform: none;
  padding-bottom: 15px;
}

.cat-list,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li {
  position: relative;
  width: 100%;
}

.cat-list li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li {
  margin-bottom: 10px;
}

.cat-list li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0px;
}

.cat-list li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
  padding-bottom: 10px;
  font-size: 13px;
  width: 100%;
  /*line-height: 34px;
    */
  line-height: 27px;
  color: #676a6a;
  letter-spacing: 1px;
}

.widget_nav_menu ul li ul {
  padding-left: 20px;
}

.mini-post {
  margin-bottom: 20px;
  overflow: hidden;
}

.mini-post:last-of-type {
  margin-bottom: 0px;
}

.mini-post img {
  position: relative;
  float: left;
  max-width: 80px;
  height: auto;
  display: block;
}

.mini-post .title {
  margin-left: 100px;
}

.mini-post .title a {
  font-size: 13px;
  color: #111111;
  padding-bottom: 10px;
  display: block;
  line-height: 1.4em;
}

.mini-post .title a:hover {
  color: #676a6a;
}

.mini-post .title span {
  color: #abaeaf;
  font-size: 12px;
}

.instagrm-img {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.instagrm-img a {
  position: relative;
  float: left;
  padding: 0px 10px 20px;
  width: 33.333%;
}

.instagrm-img a img {
  display: block;
  width: 100%;
  height: auto;
}

.instagrm-img a:hover {
  opacity: 0.5;
}

.widget select {
  width: 100%;
}

#wp-calendar {
  width: 100%;
  border: 1px solid #ededed;
}

#wp-calendar caption {
  border: 1px solid #ededed;
  border-bottom: none;
  padding: 10px;
}

#wp-calendar td,
#wp-calendar th {
  padding: 10px;
  text-align: center;
}

#wp-calendar thead {
  border-bottom: 1px solid #ededed;
}

#wp-calendar tfoot {
  border-top: 1px solid #ededed;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

#wp-calendar tfoot #next {
  text-align: right;
}

.padd-15 .item {
  padding: 0px 15px;
  margin-bottom: 0px;
}

.twit-desc.post-title {
  padding: 0px 0px 30px;
  margin-bottom: 30px;
}

.share {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}

.share a {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  padding: 0px 5px;
}

.share a aimg {
  display: block;
  width: 100%;
  height: auto;
}

article p {
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Arimo', serif;
  font-weight: 400;
}

article p.first:first-letter {
  font-size: 100px;
  font-weight: 700;
  color: #111111;
  position: relative;
  float: left;
  padding-right: 15px;
  line-height: 100px;
  padding-top: 10px;
}

article blockquote,
article blockquote p {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Arimo', serif;
  padding: 35px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  color: #111111;
  max-width: 560px;
  margin: 0 auto 35px;
}

article blockquote p {
  padding: 0;
}

article blockquote:before,
article blockquote:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 170px;
  height: 2px;
  background: #f1f2f2;
  margin-left: -85px;
}

article blockquote:before {
  top: 0px;
}

article blockquote:after {
  bottom: 0px;
}

article blockquote span {
  font-size: 20px;
  display: block;
  color: #abaeaf;
  line-height: 22px;
  font-weight: 400;
  padding-top: 10px;
}

.align-left {
  margin-left: -290px;
}

.tag-link {
  padding: 25px 0px 48px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.tagcloud a,
.tag-link a {
  font-size: 13px !important;
  border: 1px solid #eee;
  padding: 0px 15px;
  text-align: center;
  color: #abaeaf;
  height: 30px;
  line-height: 27px;
  float: left;
  margin-right: 10px;
}

.tagcloud {
  overflow: hidden;
}

.tagcloud a,
.tag-link a {
  margin-bottom: 10px;
}

.tagcloud a:hover,
.tag-link a:hover {
  background: #111111;
  color: #fff;
  border-color: #111111;
}

.image-post {
  position: relative;
  max-width: 470px;
  width: 100%;
  float: left;
  margin-right: 35px;
  margin-bottom: 15px;
}

.image-post img {
  width: 100%;
  height: auto;
  display: block;
}

.image-post .title {
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.image-post .title .h6 {
  padding-bottom: 5px;
  font-weight: 500;
}

.image-post .title i {
  font-size: 13px;
  font-style: italic;
  color: #abaeaf;
}

.coment-item .title {
  padding-bottom: 30px;
}

.coment-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.coment-block:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.coment-block .image {
  position: relative;
  float: left;
  max-width: 45px;
}

.coment-block textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #e9e9e9;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  resize: none;
  margin-bottom: 20px;
}

.comm-area {
  margin-left: 60px;
}

.comm-area input[type="submit"] {
  position: relative;
  float: right;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #dfdfdf;
  padding: 0px 40px;
  color: #111111;
  height: 36px;
  line-height: 36px;
  background: #fff;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.comm-area input[type="submit"]:hover {
  background: #111111;
  color: #fff;
  border-color: #111111;
}

.comm-title {
  padding-bottom: 15px;
}

.comm-title .h6 {
  display: inline-block;
  padding-right: 10px;
}

.comm-title span {
  display: inline-block;
  font-size: 12px;
  color: #abaeaf;
  padding-left: 10px;
  position: relative;
}

.comm-title span:before {
  left: -2px;
  top: 3px;
  width: 4px;
  height: 4px;
  background: #e0e1e1;
  content: '';
  position: absolute;
  border-radius: 2px;
}

.coment-block .simple-text {
  padding-bottom: 10px;
}

.reply {
  position: relative;
  display: inline-block;
  width: 100%;
}

.reply a {
  font-size: 12px;
  color: #abaeaf;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
  margin-right: 10px;
}

.reply-arrow {
  display: inline-block;
  padding-right: 20px;
}

.reply-arrow a {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #676a6a;
  height: 15px;
  margin: 0px;
}

.reply-arrow a:first-child {
  padding: 0px 10px 0px 0px;
  border-right: 1px solid #dddfdf;
}

.reply-arrow a:last-child {
  padding: 0px 0px 0px 10px;
}

.reply a:hover {
  color: #111111;
}

.second-coment {
  padding-left: 60px;
}

.center-title {
  text-align: center;
  margin-bottom: 40px;
}

.center-title.twit-author img {
  float: none;
  margin: 0px;
  display: inline-block;
}

.center-title.twit-author .post-txt {
  margin-left: 0px;
}

.share-border {
  border: 1px solid #e9e9e9;
  text-align: center;
}

.share-border .title {
  color: #abaeaf;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.share-border.share {
  padding-top: 0px;
  margin-bottom: 0px;
}

.share-border .title b {
  color: #111111;
}

.share-border a {
  max-width: 180px;
  margin: 0 auto 10px;
  display: block;
  width: 100%;
  float: none;
}

.share-border a:last-child {
  margin-bottom: 0px;
}

.sidebar.left-sidebar {
  padding-left: 0px;
  padding-right: 70px;
}

@media (max-width: 1200px) {
  .sidebar {
    padding-left: 0px;
  }
  .sidebar.left-sidebar {
    padding-right: 0px;
  }
}

@media (max-width: 992px) {
  .align-left {
    margin-left: 0px;
  }
  .sidebar-item {
    padding-bottom: 40px;
  }
  .sidebar-item .h5 {
    padding-bottom: 20px;
  }
  .share-border.share {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .nav-arrow-2 {
    display: none;
  }
  .blog_item_slider .swiper-container {
    padding-bottom: 80px;
  }
  .blog_item_slider .blog_item {
    margin-bottom: 0px;
  }
  .image-post {
    max-width: 100%;
  }
  article p {
    font-size: 18px;
    line-height: 30px;
  }
  .tag-link {
    padding: 30px 0px 40px;
  }
}

@media (max-width: 650px) {
  .masonry-blog .wh-30 {
    width: 100%;
  }
  .blog_item .twit-desc .title {
    padding-bottom: 10px;
  }
  .padd-15 .item {
    padding: 0px;
  }
  .share a {
    width: 177px;
    margin: 0px auto 5px;
    display: block;
    float: none;
  }
  article blockquote {
    font-size: 30px;
    line-height: 36px;
  }
  article blockquote span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  article .post-txt p {
    padding-bottom: 0px;
  }
}

@media (max-width: 420px) {
  .comm-area {
    margin-left: 0px;
    text-align: center;
  }
  .coment-block .image {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .second-coment {
    padding-left: 0px;
  }
  article p {
    font-size: 14px;
    line-height: 26px;
  }
}






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


/* 10 - SLIDER ANIMATION */


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

@media (min-width: 992px) {
  .swiper-anime .sub-title:before {
    width: 0px;
  }
  .swiper-anime .swiper-slide.active .sub-title:before {
    width: 100%;
  }
  .swiper-anime .block-bg .bg {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
  }
  .swiper-anime .title-link {
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
  }
  .swiper-anime .swiper-slide.active .block-bg .bg {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .swiper-anime .h1 {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out;
  }
  .swiper-anime .swiper-slide.active .h1 {
    opacity: 1;
    -webkit-animation: typing 0.6s steps(30, end);
    -moz-animation: typing 0.6s steps(30, end);
  }
  .swiper-anime .sub-title {
    opacity: 0;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }
  .swiper-anime .swiper-slide.active .sub-title {
    opacity: 1;
  }
  .swiper-anime .swiper-slide.active .title-link {
    opacity: 1;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .swiper-anime-2 .h1,
  .swiper-anime-2 .sub-title-2,
  .swiper-anime-2 .title-style-3 .slide-button {
    opacity: 0;
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
  }
  .swiper-anime-2 .block-bg.type-2 .bg-wrap .bg {
    opacity: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transition: all 0.35s ease-out 0.4s;
    transition: all 0.35s ease-out 0.4s;
    -webkit-transition: all 0.35s ease-out 0.4s;
  }
  .swiper-anime-2 .sub-title-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .swiper-anime-2 .title-style-3 .slide-button {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .swiper-anime-2 .swiper-slide.active .h1,
  .swiper-anime-2 .swiper-slide.active .sub-title-2,
  .swiper-anime-2 .swiper-slide.active .slide-button {
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
  .swiper-anime-2 .swiper-slide.active .block-bg.type-2 .bg-wrap .bg {
    opacity: 1;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .swiper-anime-3 .h1,
  .swiper-anime-3 .sub-title-2 {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }
  .swiper-anime-3 .sub-title-2 {
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  .swiper-anime-3 .image-front {
    opacity: 0;
    bottom: -30%;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }
  .swiper-anime-3 .swiper-slide.active .h1,
  .swiper-anime-3 .swiper-slide.active .sub-title-2 {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .swiper-anime-3 .swiper-slide.active .image-front {
    opacity: 1;
    bottom: 0px;
  }
  .adress-list li a:hover {
    color: #111111;
  }
}






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


/* 11 - MARGINS & PADDINGS */


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

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}






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


/* 12 - FORM STYLED */


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

.form-control {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #dfe2e7;
  background: #fff;
  padding: 0px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  border-radius: 0px;
  color: #676a6a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  background: #F5F5F5;
  border-color: #F5F5F5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 100px;
  resize: none;
  border-radius: 0px;
  color: #676a6a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-submit #comment_submit {
  position: relative;
  float: right;
  padding: 0px 35px;
  line-height: 42px;
  font-weight: 700;
  font-size: 13px;
  color: #111111;
  height: 40px;
  border: 1px solid #dfe2e7;
  display: inline-block;
  border-radius: 0px!important;
  text-align: center;
  background: #fff;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.form-submit #comment_submit:hover {
  background: #111111;
  border-color: #111111;
  color: #fff;
}

#reply-title {
  color: #111111;
  font-weight: 700;
  display: block;
  font-size: 30px;
  line-height: 38px;
}

.blog_item {
  border: 1px solid #eaeaea;
}

.content ul li,
.content ol li {
  padding: 7px 0;
  line-height: 1.6em;
}

.content ul li ul,
.content ol li ol {
  padding-left: 30px;
}

.sidebar .widget ul li {
  padding: 0 !important;
}

.widget_latest_tweets_widget .site-twit-txt {
  padding: 0 55px 0 60px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.comment-list .bypostauthor {
  border: 1px solid transparent;
}

ul.comment-list {
  list-style: none;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.admin-bar header.style-2,
.admin-bar header {
  top: 32px;
}

.page .coment-item {
  margin-top: 45px;
  margin-bottom: 25px;
}

.logged-in .form-submit #comment_submit {
  margin-right: 15px;
}

.ajax-load-more.pagination-executed {
  display: none;
}

.pb-0>.simple-text {
  padding-bottom: 0;
}






/*-------------------------LIVE PREVIEW CSS *******************/

.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.background-block {
  background-size: cover;
  background-position: center center;
}

.img-full {
  width: 100%;
}



/*nopadding class*/

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.nomargin {
  margin-left: 0;
  margin-right: 0;
}

a,
input,
textarea,
button {
  outline: none !important;
}

a:focus {
  text-decoration: none;
}

.page-404-content h1 {
  font-size: 125px;
  color: #111111;
  margin-bottom: 15px;
  margin-top: 0;
}

.page-404-content p {
  margin-bottom: 30px;
}






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


/* 03 - ELEMENTS */


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

.c-btn,
.post-password-required input[type="submit"] {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #f4f7fc;
  overflow: hidden;
  text-transform: uppercase;
  background: #111111;
  border: 2px solid #111111;
  padding: 11px 21px 9px 21px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.post-password-required input[type="submit"]:hover {
  background: #111;
  color: #fff !important;
}

.c-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.c-btn:hover,
.post-password-required input[type="submit"]:hover {
  color: #111111;
}

.c-btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.c-btn.size-2 {
  font-size: 16px;
  line-height: 20px;
  text-transform: inherit;
  padding: 1em 4em;
  font-family: 'Arimo', sans-serif;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .container-fluid {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    width: 100%;
  }
}






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


/* 04 - TT-HEADER */


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

.tt-header {
  padding-top: 30px;
  height: 100px;
}

.tt-header .c-btn {
  float: right;
  font-family: 'Arimo', sans-serif;
  margin-top: -10px;
}






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


/* 05 - TT-BANNER */


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

.tt-banner {
  display: table;
  position: relative;
  width: 100%;
  height: 979px;
  /*background: #fcefe7;
    */
  margin-bottom: 100px;
  /*padding: 50px;
    */
}

.tt-banner-inner {
  display: table-cell;
  vertical-align: middle;
}






/* .tt-banner-info {
     margin-top: 80px;
}
 */

.tt-banner-label {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  border-top: 2px solid #111111;
  padding-left: 71px;
  padding-top: 5px;
  margin-bottom: 22px;
}

.tt-banner-title {
  font-size: 58px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 19px;
  color: #111111;
}

.tt-banner-img {
  position: absolute;
  top: 80px;
  /*right: 160px;
    */
  width: 100%;
  z-index: 999;
  height: auto;
}

.page-template-landing p {
  font-family: 'Arimo', sans-serif;
  line-height: 1.6em;
}

.page-template-landing .tt-banner p {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .tt-banner-img {
    max-width: 50%;
  }
  .tt-banner-title {
    font-size: 60px;
    line-height: 67px;
  }
}

@media (max-width: 991px) {
  .tt-banner {
    height: 500px;
    padding: 40px 30px;
    margin-bottom: 60px;
  }
  .tt-banner-info {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .tt-banner-title {
    font-size: 50px;
    line-height: 55px;
  }
  .tt-banner-img {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .tt-banner {
    height: 400px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .tt-banner-title {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 1600px) {
  .tt-banner {
    height: 810px;
  }
  .tt-banner-title {
    font-size: 54px;
  }
  .page-template-landing .tt-banner p {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .tt-banner {
    height: 705px;
  }
}





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


/* 06 - TT-TITLE */


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

.tt-title {
  text-align: center;
  margin-bottom: 42px;
}

.tt-title-count {
  font-size: 90px;
  line-height: 80px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111111;
  margin-top: 100px;
}

.tt-title-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
}

.tt-title-text {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  line-height: 24px;
  font-weight: 300;
  color: #676a6a;
}

@media (max-width: 768px) {
  .tt-title {
    margin-bottom: 30px;
  }
}






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


/* 07 - TT-PAGE */


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

.tt-page {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tt-page:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #e1e1e1;
  box-shadow: 0px 10px 20px 0px #e1e1e1;
}

.tt-page-img {
  display: block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

.tt-page-img img {
  width: 100%;
}

.tt-page-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Arimo', sans-serif;
  color: #111111;
  text-align: center;
  padding: 15px 0;
}

.tt-page-title:hover {
  color: #676a6a;
}

.tt-page-more {
  display: block;
  margin-bottom: 30px;
}

.isotope-content {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .isotope-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .isotope-item {
    width: 100%;
  }
  .isotope-content {
    margin-bottom: 0;
  }
}

.tt-page-testimonial {
  padding: 30px 30px 45px 30px;
  border-bottom: 1px solid #e1e1e1;
}

.tt-page-rating {
  overflow: hidden;
  padding: 15px 30px;
}

.test-author {
  text-align: left;
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  padding: 0;
  float: left;
}

.tt-text {
  margin-top: 18px;
  font-family: 'Arimo', sans-serif;
  line-height: 20px;
}

.tt-rating {
  display: inline-block;
  float: right;
  list-style: none;
}

.tt-rating ul {
  text-align: right;
  list-style: none;
}

.tt-rating ul li {
  display: inline-block;
  margin-left: 3px;
}

.tt-rating ul li i {
  color: #F2B827;
}






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


/* 08 - TT-FOOTER-INNER */


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

.tt-footer {
  text-align: center;
}

.tt-footer-inner {
  background: #fcefe7;
  padding-top: 106px;
  padding-bottom: 100px;
}

.tt-footer-title {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #111111;
  margin-bottom: 11px;
}

.tt-footer-text {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  font-family: 'Arimo', sans-serif;
  color: #676a6a;
  margin-bottom: 31px;
}

.tt-footer-line {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #676a6a;
  font-family: 'Arimo', sans-serif;
  padding: 42px 0;
}

@media (max-width: 991px) {
  .tt-footer-inner {
    padding: 60px 15px;
  }
  .tt-footer-line {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .tt-footer-inner {
    padding: 30px 15px;
  }
}

.gallery-caption {
  display: block;
  padding-top: 10px;
  font-style: italic;
  font-weight: 600;
  color: #888;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}






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


/* 09 - TT-SLIDERS */


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


/* slider-1 */

.content .swiper-container {
  height: 100%!important;
}

.slider-1.type-1 .tt-slider-content-wrapp {
  position: relative;
  top: 50%;
  width: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.tt-slider-content ul {
  list-style: none;
}

.tt-slider-content {
  padding: 120px 200px;
  background: #000;
  margin-right: -70px;
}

.tt-slider-content .tt-slider-title {
  color: #fefefe;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tt-slider-content .tt-subtitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-family: 'Arimo', monospace;
}

.img-block-wrapp {
  width: 50%;
  float: left;
  position: relative;
  display: block;
  height: inherit;
}

.type-10 .img-block-wrapp {
  position: absolute;
  right: 0;
}

.bg-slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.slider-1 .slider-number {
  position: absolute;
  top: auto;
  font-size: 13px;
  color: #1e1e1e;
  right: auto;
  z-index: 5;
  width: 44px;
  text-align: center;
  left: 50%;
  margin-left: -22px;
  padding-top: 41px;
  font-weight: 500;
}

.slider-1 .slider-number p b {
  font-weight: 500;
  font-size: 10px;
  padding-left: 5px;
  line-height: 10px;
  display: inline-block;
}

.slider-1 .slider-number span {
  padding-right: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
}

.slider-1 .slider-number p {
  display: inline-block;
  line-height: 10px;
  font-size: 10px;
  vertical-align: top;
  padding-top: 1px;
}

.slider-1 .slider-number p:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background: #1e1e1e;
  display: inline-block;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.slider-1 .slider-number:before,
.slider-1 .slider-number:after {
  content: none;
}

.slider-1 .swiper-arrow:hover {
  border: 0;
  color: #000;
}

.swiper-arrow-type-2 {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: 2;
}

.swiper-arrow-type-2 .swiper-arrow-left {
  position: relative;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  background: none;
  display: inline-block;
  margin-top: 0;
}

.swiper-arrow-type-2 .swiper-arrow-right {
  position: relative;
  margin-left: 21px;
  width: 30px;
  height: 30px;
  background: none;
  display: inline-block;
  margin-top: 0;
}

.swiper-arrow-type-2 i {
  color: #000;
  font-size: 24px;
}

.slider-1 .swiper-pagination-switch {
  border: 1px #000 solid;
}

.slider-1 .swiper-active-switch {
  background: #000;
  border-color: #000;
}

.tt-hold-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
}

@media (max-width: 1600px) {
  .swiper-arrow-type-2 {
    bottom: 12px;
  }
  .slider-1 .slider-number {
    padding-top: 22px;
  }
}

@media (max-width: 1300px) {
  .tt-slider-content {
    padding: 100px 90px;
  }
}

@media (max-width: 991px) {
  .slider-1.content {
    padding: 0px 30px;
  }
  .top-baner.bottom-margin {
    padding-bottom: 60px;
  }
  .slider-1 .swiper-arrow-type-2,
  .slider-1 .slider-number {
    display: none;
  }
  .pagination.hidden {
    display: block!important;
    text-align: center;
  }
  .tt-slider-content {
    padding: 60px;
    margin-right: -40px;
  }
}

@media (max-width: 768px) {
  .top-baner {
    height: 100%;
    min-height: 480px;
    height: 100vh;
  }
  .slider-1 .img-block-wrapp {
    width: 100%;
    float: none;
  }
  .slider-1 .top-baner.bottom-margin {
    padding-bottom: 30px;
  }
  .slider-1 .pagination {
    margin: 10px 0;
  }
  .slider-1.type-1 .tt-slider-content-wrapp {
    width: 100%;
  }
  .slider-1.type-1 .tt-slider-content {
    padding: 10px 15px;
    margin-right: 0;
  }
  .slider-1.content {
    padding: 0px 15px;
  }
}






/* slider-2 */

.slider-1.type-2 .tt-slider-content-wrapp {
  position: relative;
  top: 50%;
  width: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.slider-1.type-2 .tt-slider-content {
  padding: 0;
  background: none;
  margin-right: -120px;
  padding-left: 274px;
}

.slider-1.type-2 .tt-slider-content .tt-slider-title {
  color: #111111;
  text-align: left;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 20px;
}

.slider-1.type-2 .tt-slider-content .tt-subtitle {
  color: #1e1e1e;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  display: block;
  font-family: 'Arimo', monospace;
}

@media (max-width: 1600px) {
  .slider-1.type-2 .tt-slider-content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .slider-1.type-2 .tt-slider-content .tt-slider-title,
  .slider-1.type-5 .tt-slider-content .tt-slider-title {
    font-size: 80px;
  }
}

@media (max-width: 1024px) {
  .slider-1.type-2 .tt-slider-content {
    padding-left: 0;
  }
  .slider-1.type-2 .tt-slider-content .tt-slider-title,
  .slider-1.type-5 .tt-slider-content .tt-slider-title {
    font-size: 65px !important;
  }
}

@media (max-width: 768px) {
  .slider-1.type-2 .tt-slider-content {
    margin-right: 0;
  }
  .slider-1.type-2 .tt-slider-content .tt-slider-title {
    font-size: 42px;
    margin-top: 0;
  }
  .slider-1.type-2 .tt-slider-content-wrapp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 15px;
  }
}






/* slider-3 */

.slider-1.type-3 .tt-slider-content-wrapp {
  position: relative;
  top: 50%;
  width: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.slider-1.type-3 .tt-slider-content {
  padding: 0;
  background: none;
  margin-right: -110px;
  padding-left: 308px;
}

.slider-1.type-3 .tt-slider-content .tt-slider-title {
  color: #ebc1c1;
  text-align: left;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Arimo', sans-serif;
}

.slider-1.type-3 .tt-slider-content .tt-subtitle {
  color: #1e1e1e;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  display: block;
  font-family: 'Arimo', monospace;
}

.content.slider-1.type-3:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background: #ebc1c1;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .slider-1.type-3 .tt-slider-content {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .slider-1.type-3 .tt-slider-content {
    padding-left: 0;
  }
  .content.slider-1.type-3:before {
    bottom: 45px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .content.slider-1.type-3:before {
    bottom: 15px;
  }
  .slider-1.type-3 .tt-slider-content {
    margin-right: 0;
  }
  .slider-1.type-3 .tt-slider-content .tt-slider-title {
    font-size: 42px;
  }
  .slider-1.type-3 .tt-slider-content-wrapp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
  }
}






/* slider-4 */

.slider-1.type-4 .img-block-wrapp {
  width: 100%;
}

.slider-1.type-4 .swiper-container.custom-pagination-slider {
  width: 66.6%;
  float: left;
}

.slider-1.type-4 .tt-slider-content-wrapp.custom-pagination {
  width: 33.3%;
  height: 100%;
}

.slider-1.type-4 .tt-slider-content-wrapp {
  font-family: 'Arimo', sans-serif;
  position: relative;
  width: 100%;
  float: left;
  z-index: 5;
  height: inherit;
}

.slider-1.type-4 .tt-slider-content {
  padding: 20px 55px;
  background: transparent;
  margin-right: 0;
  position: absolute;
  bottom: 0;
}

.slider-1.type-4 .tt-slider-content ul li {
  font-size: 30px;
  color: #aaaaaa;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-4 .tt-slider-content ul li:hover {
  color: #000;
}

.slider-1.type-4 .tt-slider-content ul li.active {
  color: #000;
  text-decoration: line-through;
}

.slider-1.type-4 .swiper-arrow-type-2,
.slider-1.type-4 .slider-number {
  display: none;
}

@media (max-width: 1300px) {
  .slider-1.type-4 .tt-slider-content {
    padding: 5px 20px;
  }
}

@media (max-width: 991px) {
  .slider-1.type-4 .tt-slider-content {
    padding: 0 15px;
  }
  .slider-1.type-4 .tt-slider-content ul li {
    font-size: 26px;
  }
  .slider-1.type-4 .pagination.hidden {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .slider-1.type-4 .swiper-container.custom-pagination-slider,
  .slider-1.type-4 .tt-slider-content-wrapp.custom-pagination {
    width: 100%;
  }
  .slider-1.type-4 .tt-slider-content-wrapp {
    position: absolute;
    top: 0;
  }
  .slider-1.type-4 .tt-slider-content {
    bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
  }
}






/* slider-5 */

.slider-1.type-5 .tt-slider-content-wrapp {
  position: relative;
  top: 50%;
  width: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.slider-1.type-5 .tt-slider-content {
  padding: 0;
  background: none;
  margin-right: -120px;
  padding-left: 278px;
}

.slider-1.type-5 .tt-slider-content .tt-slider-title {
  color: #111111;
  text-align: left;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 20px;
}

.slider-1.type-5 .tt-slider-content .tt-subtitle {
  color: #1e1e1e;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  display: block;
}

.slider-1.type-5 .bg-slide {
  position: absolute;
  left: -30px;
  top: -30px;
}

.slider-1.type-5 .img-block-wrapp .tt-border {
  content: "";
  position: absolute;
  width: 100%;
  top: 30px;
  bottom: 0;
  background: transparent;
  right: 0;
  border: 10px solid #000;
  z-index: -1;
}

@media (max-width: 1600px) {
  .slider-1.type-5 .tt-slider-content {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .slider-1.type-5 .tt-slider-content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .slider-1.type-5 .tt-slider-content {
    margin-right: 0;
  }
  .slider-1.type-5 .img-block-wrapp .tt-border {
    display: none;
  }
  .slider-1.type-5 .tt-slider-content .tt-slider-title {
    font-size: 42px;
  }
  .slider-1.type-5 .bg-slide {
    position: absolute;
    left: 0;
    top: 0;
  }
  .slider-1.type-5 .tt-slider-content-wrapp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
  }
}






/* slider-7 */

.slider-1.type-7 {
  overflow: hidden;
}

.slider-1.type-7 .top-baner.bottom-margin {
  padding-bottom: 160px;
}

.slider-1.type-7 .img-block-wrapp {
  width: 100%;
}

.slider-1.type-7 .slider-number {
  margin-top: -33px;
  padding-top: 0;
  color: #fff;
}

.slider-1.type-7 .swiper-arrow-type-2 {
  position: absolute;
  bottom: 167px;
}


.slider-1.type-7 .slider-number p:before {
  background: #fff;
}

.slider-1.type-7 .swiper-arrow-type-2 i {
  color: #fff;
}

.slider-1.type-7 .bottom-thumbs {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.slider-wth-thumbs .swiper-container.thumbnails {
  height: 160px!important;
  background: #000;
}

.thumb-item {
  background: rgba(0, 0, 0, 0.90);
  width: 100%;
  float: left;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.thumb-item .thumb-image img {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.thumb-item .thumb-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 120px;
}

.thumb-info .thumb-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4d4d4d;
  font-family: 'Arimo', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.thumb-info .thumb-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: 'Arimo', monospace;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-7 .thumbnails .swiper-slide.current .thumb-item .thumb-image img {
  opacity: 1;
}

.slider-1.type-7 .thumbnails .swiper-slide.current .thumb-title,
.thumb-item:hover .thumb-title {
  color: #fff;
}

.slider-1.type-7 .thumbnails .swiper-slide.current .thumb-subtitle,
.thumb-item:hover .thumb-subtitle {
  color: rgba(255, 255, 255, 0.40);
}

@media (max-width: 1600px) {
  .slider-1.type-7 .top-baner.bottom-margin {
    padding-bottom: 100px;
  }
  .thumb-item {
    padding: 15px;
  }
  .thumb-item .thumb-info {
    padding-left: 80px;
  }
  .thumb-image img {
    width: 70px;
  }
  .slider-1.type-7 .swiper-arrow-type-2 {
    bottom: 108px;
  }
}

@media (max-width: 1300px) {
  .slider-1.type-7 .swiper-arrow-type-2 {
    bottom: 108px;
  }
}

@media (max-width: 991px) {
  .slider-1.type-7 .pagination.hidden {
    display: none!important;
  }
  .slider-1.type-7.content {
    padding: 0;
  }
  .slider-wth-thumbs .swiper-container.thumbnails {
    height: 100px!important;
  }
}

@media (max-width: 768px) {
  .thumb-item {
    width: 100%;
  }
}






/* slider-8 */

.slider-1.type-8 .container {
  padding: 0;
}

.slider-1.type-8 .swiper-container {
  overflow: visible;
}

.slider-1.type-8 .swiper-slide .bg-slide {
  top: 30px;
  bottom: 0;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .swiper-slide.swiper-slide-active .bg-slide {
  top: 0;
  bottom: 0;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .swiper-slide .img-block-wrapp:before,
.slider-1.type-8 .swiper-slide .img-block-wrapp:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  background: #fff;
  z-index: 99999;
  left: -15px;
}

.slider-1.type-8 .swiper-slide .img-block-wrapp:after {
  left: auto;
  right: -15px;
}

.slider-1.type-8 .img-block-wrapp {
  width: 100%;
}

.slider-1.type-8 .swiper-slide {
  position: relative;
}

.slider-1.type-8 .swiper-slide .tt-slider-content-wrapp {
  position: absolute;
  float: left;
  z-index: 5;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .swiper-slide .tt-slider-content {
  padding: 10px 40px 10px 55px;
  background: none;
  margin-right: 0;
}

.slider-1.type-8 .swiper-slide.swiper-slide-active .tt-slider-content-wrapp {
  top: auto;
  bottom: 30px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .swiper-slide .tt-slider-content .tt-slider-title {
  font-size: 36px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .swiper-slide.swiper-slide-active .tt-slider-content .tt-slider-title {
  color: #f9f9f9;
  text-align: left;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-1.type-8 .tt-slider-content .tt-subtitle {
  color: #fcfdfe;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

@media (max-width: 991px) {
  .slider-1.type-8.content {
    padding: 0;
  }
  .slider-1.type-8 .swiper-container {
    overflow: hidden;
  }
  .slider-1.type-8 .swiper-slide .img-block-wrapp:before,
  .slider-1.type-8 .swiper-slide .img-block-wrapp:after {
    display: none;
    left: 0;
  }
  .slider-1.type-8 .swiper-slide .bg-slide {
    top: 0;
  }
  .slider-1.type-8 .swiper-slide .tt-slider-content {
    padding: 10px 40px;
  }
}

@media (max-width: 768px) {
  .slider-1.type-8 .swiper-slide {
    position: relative;
  }
  .slider-1.type-8 .swiper-slide .tt-slider-content {
    padding: 0 15px;
  }
  .slider-1.type-8 .swiper-slide.swiper-slide-active .tt-slider-content .tt-slider-title {
    font-size: 42px;
    line-height: 44px;
  }
}






/* slider-9 */

.slider-1.type-9 .img-block-wrapp {
  width: 100%;
}

.slider-1.type-9 .slider-number {
  padding-top: 0;
  bottom: 17px;
  color: #fff;
}

.slider-1.type-9 .slider-number p:before {
  background: #fff;
}

.slider-1.type-9 .swiper-arrow-type-2 {
  bottom: 21px;
}

.slider-1.type-9 .swiper-arrow-type-2 i {
  color: #fff;
}

@media (max-width: 991px) {
  .slider-1.type-9.content {
    padding-right: 0;
    padding-left: 0;
  }
  .slider-1.type-9 {
    padding-bottom: 60px;
  }
  .slider-1.type-9 .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider-1.type-9 {
    padding-bottom: 30px;
  }
}






/* slider-10 */

.slider-1.type-10 .tt-slider-content-wrapp {
  position: relative;
  top: 50%;
  width: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.slider-1.type-10 .swiper-slide {
  overflow: hidden;
  position: relative;
}

.slider-1.type-10 .container {
  padding: 0;
  height: inherit;
}

.slider-1.type-10 .tt-slider-content {
  padding: 90px 110px;
  background: #f9f9f9;
  margin-right: -320px;
  padding-left: 0;
  position: relative;
}

.slider-1.type-10 .tt-slider-content-wrapp:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 10000px;
  background: #f9f9f9;
  display: block;
}

.slider-1.type-10 .tt-slider-content .tt-slider-title {
  color: #000;
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}

.tt-simple-text p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Arimo', monospace;
}

.slider-1.type-10 .swiper-arrow-type-2,
.slider-1.type-10 .slider-number {
  display: none;
}

@media (max-width: 1600px) {
  .slider-1.type-10 .tt-slider-content {
    padding: 30px;
  }
}

@media (max-width: 1300px) {
  .slider-1.type-10 .tt-slider-content {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .content.slider-1.type-10 .top-baner {
    height: auto;
  }
  .slider-1.type-10 .tt-slider-content-wrapp {
    position: relative;
    z-index: 5;
    top: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 15px;
  }
  .slider-1.type-10 .img-block-wrapp {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    top: auto;
    height: 600px;
  }
  .slider-1.type-10 .img-block-wrapp .bg-slide {
    padding: 0 200px;
    width: auto;
  }
  .slider-1.type-10 .tt-slider-content-wrapp:before {
    display: none;
  }
  .slider-1.type-10 .tt-slider-content {
    margin-right: 0;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .slider-1.type-10 .tt-slider-content .tt-slider-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .slider-1.type-10 .tt-slider-content {
    padding: 5px;
  }
  .slider-1.type-10 .img-block-wrapp {
    height: 360px;
  }
  .slider-1.type-10 .img-block-wrapp .bg-slide {
    padding: 0 120px;
  }
}






/* my css */

.case-slider .swiper-arrow-left,
.case-slider .swiper-arrow-right {
  background: none;
}

.about-block-wrapper {
  position: relative;
  overflow: hidden;
}

.about-block-wrapper.style2 h2 {
  margin-left: -100px;
}

.about-block-wrapper h2,
.text-block-with-button h2 {
  font-size: 60px;
  color: #111111;
  margin-top: 0;
  font-weight: 700;
  line-height: 70px;
  font-family: 'Arimo', sans-serif;
}

.about-block-wrapper p,
.text-block-with-button p {
  font-size: 18px;
  color: #111;
  opacity: 0.6;
  font-family: 'Arimo', sans-serif;
  line-height: 1.7em;
}

.about-block-wrapper .about-content {
  padding-right: 180px;
  padding-left: 25px;
}

.about-block-wrapper .about-image-block,
.about-block-wrapper .about-content {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
  height: calc(100vmin - 200px);
}

.about-block-wrapper .about-content {
  display: table;
}

.about-block-wrapper .about-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.about-block-wrapper .signature-img {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.marg-lg-b0 {
  height: 0px;
}

.marg-lg-b5 {
  height: 5px;
}

.marg-lg-b10 {
  height: 10px;
}

.marg-lg-b15 {
  height: 15px;
}

.marg-lg-b20 {
  height: 20px;
}

.marg-lg-b25 {
  height: 25px;
}

.marg-lg-b30 {
  height: 30px;
}

.marg-lg-b35 {
  height: 35px;
}

.marg-lg-b40 {
  height: 40px;
}

.marg-lg-b45 {
  height: 45px;
}

.marg-lg-b50 {
  height: 50px;
}

.marg-lg-b55 {
  height: 55px;
}

.marg-lg-b60 {
  height: 60px;
}

.marg-lg-b65 {
  height: 65px;
}

.marg-lg-b70 {
  height: 70px;
}

.marg-lg-b75 {
  height: 75px;
}

.marg-lg-b80 {
  height: 80px;
}

.marg-lg-b85 {
  height: 85px;
}

.marg-lg-b90 {
  height: 90px;
}

.marg-lg-b95 {
  height: 95px;
}

.marg-lg-b100 {
  height: 100px;
}

.marg-lg-b105 {
  height: 105px;
}

.marg-lg-b110 {
  height: 110px;
}

.marg-lg-b115 {
  height: 115px;
}

.marg-lg-b120 {
  height: 120px;
}

.marg-lg-b125 {
  height: 125px;
}

.marg-lg-b130 {
  height: 130px;
}

.marg-lg-b135 {
  height: 135px;
}

.marg-lg-b140 {
  height: 140px;
}

.marg-lg-b145 {
  height: 145px;
}

.marg-lg-b150 {
  height: 150px;
}

.marg-lg-b155 {
  height: 155px;
}

.marg-lg-b160 {
  height: 160px;
}

.marg-lg-b165 {
  height: 165px;
}

.marg-lg-b170 {
  height: 170px;
}

.marg-lg-b175 {
  height: 175px;
}

.marg-lg-b180 {
  height: 180px;
}

.marg-lg-b185 {
  height: 185px;
}

.marg-lg-b190 {
  height: 190px;
}

.marg-lg-b195 {
  height: 195px;
}

.marg-lg-b200 {
  height: 200px;
}

.marg-lg-b205 {
  height: 205px;
}

.marg-lg-b210 {
  height: 210px;
}

.marg-lg-b400 {
  height: 400px;
}

@media (max-width:1600px) {
  .marg-md-b0 {
    height: 0px!important;
  }
  .marg-md-b5 {
    height: 5px!important;
  }
  .marg-md-b10 {
    height: 10px!important;
  }
  .marg-md-b15 {
    height: 15px!important;
  }
  .marg-md-b20 {
    height: 20px!important;
  }
  .marg-md-b25 {
    height: 25px!important;
  }
  .marg-md-b30 {
    height: 30px!important;
  }
  .marg-md-b35 {
    height: 35px!important;
  }
  .marg-md-b40 {
    height: 40px!important;
  }
  .marg-md-b45 {
    height: 45px!important;
  }
  .marg-md-b50 {
    height: 50px!important;
  }
  .marg-md-b55 {
    height: 55px!important;
  }
  .marg-md-b60 {
    height: 60px!important;
  }
  .marg-md-b65 {
    height: 65px!important;
  }
  .marg-md-b70 {
    height: 70px!important;
  }
  .marg-md-b75 {
    height: 75px!important;
  }
  .marg-md-b80 {
    height: 80px!important;
  }
  .marg-md-b85 {
    height: 85px!important;
  }
  .marg-md-b90 {
    height: 90px!important;
  }
  .marg-md-b95 {
    height: 95px!important;
  }
  .marg-md-b100 {
    height: 100px!important;
  }
  .marg-md-b105 {
    height: 105px!important;
  }
  .marg-md-b110 {
    height: 110px!important;
  }
  .marg-md-b115 {
    height: 115px!important;
  }
  .marg-md-b120 {
    height: 120px!important;
  }
  .marg-md-b125 {
    height: 125px!important;
  }
  .marg-md-b130 {
    height: 130px!important;
  }
  .marg-md-b135 {
    height: 135px!important;
  }
  .marg-md-b140 {
    height: 140px!important;
  }
  .marg-md-b145 {
    height: 145px!important;
  }
  .marg-md-b150 {
    height: 150px!important;
  }
  .marg-md-b155 {
    height: 155px!important;
  }
  .marg-md-b160 {
    height: 160px!important;
  }
  .marg-md-b165 {
    height: 165px!important;
  }
  .marg-md-b170 {
    height: 170px!important;
  }
  .marg-md-b175 {
    height: 175px!important;
  }
  .marg-md-b180 {
    height: 180px!important;
  }
  .marg-md-b185 {
    height: 185px!important;
  }
  .marg-md-b190 {
    height: 190px!important;
  }
  .marg-md-b195 {
    height: 195px!important;
  }
  .marg-md-b200 {
    height: 200px!important;
  }
  .marg-md-b205 {
    height: 205px!important;
  }
  .marg-md-b210 {
    height: 210px!important;
  }
}

@media (max-width:991px) {
  .marg-sm-b0 {
    height: 0px!important;
  }
  .marg-sm-b5 {
    height: 5px!important;
  }
  .marg-sm-b10 {
    height: 10px!important;
  }
  .marg-sm-b15 {
    height: 15px!important;
  }
  .marg-sm-b20 {
    height: 20px!important;
  }
  .marg-sm-b25 {
    height: 25px!important;
  }
  .marg-sm-b30 {
    height: 30px!important;
  }
  .marg-sm-b35 {
    height: 35px!important;
  }
  .marg-sm-b40 {
    height: 40px!important;
  }
  .marg-sm-b45 {
    height: 45px!important;
  }
  .marg-sm-b50 {
    height: 50px!important;
  }
  .marg-sm-b55 {
    height: 55px!important;
  }
  .marg-sm-b60 {
    height: 60px!important;
  }
  .marg-sm-b65 {
    height: 65px!important;
  }
  .marg-sm-b70 {
    height: 70px!important;
  }
  .marg-sm-b75 {
    height: 75px!important;
  }
  .marg-sm-b80 {
    height: 80px!important;
  }
  .marg-sm-b85 {
    height: 85px!important;
  }
  .marg-sm-b90 {
    height: 90px!important;
  }
  .marg-sm-b95 {
    height: 95px!important;
  }
  .marg-sm-b100 {
    height: 100px!important;
  }
  .marg-sm-b105 {
    height: 105px!important;
  }
  .marg-sm-b110 {
    height: 110px!important;
  }
  .marg-sm-b115 {
    height: 115px!important;
  }
  .marg-sm-b120 {
    height: 120px!important;
  }
  .marg-sm-b125 {
    height: 125px!important;
  }
  .marg-sm-b130 {
    height: 130px!important;
  }
  .marg-sm-b135 {
    height: 135px!important;
  }
  .marg-sm-b140 {
    height: 140px!important;
  }
  .marg-sm-b145 {
    height: 145px!important;
  }
  .marg-sm-b150 {
    height: 150px!important;
  }
  .marg-sm-b155 {
    height: 155px!important;
  }
  .marg-sm-b160 {
    height: 160px!important;
  }
  .marg-sm-b165 {
    height: 165px!important;
  }
  .marg-sm-b170 {
    height: 170px!important;
  }
  .marg-sm-b175 {
    height: 175px!important;
  }
  .marg-sm-b180 {
    height: 180px!important;
  }
  .marg-sm-b185 {
    height: 185px!important;
  }
  .marg-sm-b190 {
    height: 190px!important;
  }
  .marg-sm-b195 {
    height: 195px!important;
  }
  .marg-sm-b200 {
    height: 200px!important;
  }
  .marg-sm-b205 {
    height: 205px!important;
  }
  .marg-sm-b210 {
    height: 210px!important;
  }
}

@media (max-width:767px) {
  .marg-xs-b0 {
    height: 0px!important;
  }
  .marg-xs-b5 {
    height: 5px!important;
  }
  .marg-xs-b10 {
    height: 10px!important;
  }
  .marg-xs-b15 {
    height: 15px!important;
  }
  .marg-xs-b20 {
    height: 20px!important;
  }
  .marg-xs-b25 {
    height: 25px!important;
  }
  .marg-xs-b30 {
    height: 30px!important;
  }
  .marg-xs-b35 {
    height: 35px!important;
  }
  .marg-xs-b40 {
    height: 40px!important;
  }
  .marg-xs-b45 {
    height: 45px!important;
  }
  .marg-xs-b50 {
    height: 50px!important;
  }
  .marg-xs-b55 {
    height: 55px!important;
  }
  .marg-xs-b60 {
    height: 60px!important;
  }
  .marg-xs-b65 {
    height: 65px!important;
  }
  .marg-xs-b70 {
    height: 70px!important;
  }
  .marg-xs-b75 {
    height: 75px!important;
  }
  .marg-xs-b80 {
    height: 80px!important;
  }
  .marg-xs-b85 {
    height: 85px!important;
  }
  .marg-xs-b90 {
    height: 90px!important;
  }
  .marg-xs-b95 {
    height: 95px!important;
  }
  .marg-xs-b100 {
    height: 100px!important;
  }
  .marg-xs-b105 {
    height: 105px!important;
  }
  .marg-xs-b110 {
    height: 110px!important;
  }
  .marg-xs-b115 {
    height: 115px!important;
  }
  .marg-xs-b120 {
    height: 120px!important;
  }
  .marg-xs-b125 {
    height: 125px!important;
  }
  .marg-xs-b130 {
    height: 130px!important;
  }
  .marg-xs-b135 {
    height: 135px!important;
  }
  .marg-xs-b140 {
    height: 140px!important;
  }
  .marg-xs-b145 {
    height: 145px!important;
  }
  .marg-xs-b150 {
    height: 150px!important;
  }
  .marg-xs-b155 {
    height: 155px!important;
  }
  .marg-xs-b160 {
    height: 160px!important;
  }
  .marg-xs-b165 {
    height: 165px!important;
  }
  .marg-xs-b170 {
    height: 170px!important;
  }
  .marg-xs-b175 {
    height: 175px!important;
  }
  .marg-xs-b180 {
    height: 180px!important;
  }
  .marg-xs-b185 {
    height: 185px!important;
  }
  .marg-xs-b190 {
    height: 190px!important;
  }
  .marg-xs-b195 {
    height: 195px!important;
  }
  .marg-xs-b200 {
    height: 200px!important;
  }
  .marg-xs-b205 {
    height: 205px!important;
  }
  .marg-xs-b210 {
    height: 210px!important;
  }
}

.title-style-1.title-wrapper {
  position: absolute;
  bottom: 0;
  max-width: 800px;
  margin-left: 100px;
  padding-bottom: 100px;
}

.title-style-1.title-wrapper.title-wrapper-header {
  padding-bottom: 50px;
  margin-left: 50px;
}

.contact-form p {
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  font-size: 0.6em;
  margin-top: -18px;
}

.custom-lightbox.lg-outer .lg-image {
  max-height: calc(100% - 100px);
}

body .lg-backdrop,
.custom-lightbox.lg-outer {
  background-color: #fff;
}

.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-lightbox .lg-sub-html {
  margin: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 15px;
}

.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar {
  background: none;
}

.custom-lightbox #lg-counter,
.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar .lg-icon,
.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  color: #000;
}

.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  background: none;
}

.custom-lightbox .lg-toolbar #lg-actual-size,
.custom-lightbox .lg-toolbar .lg-icon {
  font-size: 20px;
  width: 36px;
}

.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  font-size: 16px;
}

.custom-lightbox #lg-counter {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding-top: 12px;
}

.custom-lightbox.lg-outer .lg-thumb-item {
  text-align: center;
}

body.lg-on {
  overflow: hidden;
}

.custom-lightbox .lg-sub-html {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.custom-lightbox .lg-progress-bar {
  background: none;
}

.custom-lightbox .lg-progress-bar,
.custom-lightbox .lg-progress-bar .lg-progress {
  height: 2px;
  z-index: 20000;
}

.custom-lightbox .lg-sub-html h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.custom-lightbox .entry-content {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 15px;
}

.lightbox-text-wrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.lightbox-purchase {
  position: relative;
  padding-top: 5px;
}

.lightbox-purchase .custom-button {
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 0;
  min-width: 0;
  padding: 5px 18px;
}

.lightbox-purchase>a {
  border: 2px solid #000;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  padding: 5px 14px;
  border-radius: 20px;
}

.lightbox-purchase>a:hover {
  background-color: #000;
  color: #fff;
}

.portfolio-single-details-wrapper {
  position: fixed;
  padding-right: 100px;
}






/*.portfolio-single-title .h2 {
     font-size: 48px;
}
*/

.portfolio-single-category h6 {
  font-size: 12px;
  margin-top: 10px;
  color: #9f9f9f;
}

.portfolio-single-details li {
  display: inline-block;
  margin-right: 50px;
}

.portfolio-single-details li:last-child {
  margin-right: 0;
}

.portfolio-single-details .details-field {
  color: #111;
}

.portfolio-single-details .details-field span {
  display: block;
  font-size: 10px;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #9f9f9f;
}

.portfolio-single-description p {
  font-size: 15px !important;
  line-height: 1.6em !important;
}

.swiper-container.thumbnails {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
}

@media (max-width: 1600px) {
  .about-block-wrapper .about-content {
    padding-right: 0;
    height: calc(100vmin - 120px);
  }
  .title-style-1.title-wrapper {
    padding-bottom: 50px;
  }
  .content,
  .block-bg,
  .main-footer {
    padding: 0px 60px;
  }
  .top-baner {
    /*height: calc(100vmin - 60px);
        */
  }
  .type-10 .top-baner,
  .type-4 .top-baner,
  .about-block-wrapper .about-image-block {
    height: calc(100vmin - 60px);
  }
  .top-baner.nvg-margin {
    margin-top: -60px;
  }
  .single-portfolio .top-baner {
    padding-bottom: 60px !important;
  }
  .content.top-padd {
    padding: 60px 0px 0px;
  }
  .header {
    margin: 0px 60px;
  }
  .block-bg .bg-wrap {
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
  }
  .nav-menu.slide {
    padding-top: 60px;
  }
  header {
    height: 60px;
  }
  .top-baner.bottom-margin {
    padding-bottom: 60px;
  }
  .slider-number {
    right: 5px;
  }
  .title-style-1.title-wrapper {
    margin-left: 50px;
  }
  .section-first.section {
    padding-top: 40px;
  }
  .style-2 .nav-list.cell-view {
    padding: 24px 0px;
  }
  /*.single.has-featured-image:not(.header-style3) .top-baner {
    padding-top: 35px;
  }
  .single.has-featured-image .twit-desc.post-title {
    margin-top: 45px;
  }
  .single.no-featured-image .twit-desc.post-title {
    margin-top: 85px;
  }*/
}

.single.no-featured-image .content {
  padding-top: 125px;
}

.single.has-featured-image .content {
  padding-top: 45px;
}

.logged-in-as {
  margin-bottom: 15px;
}

.blog_item p {
  margin-bottom: 0;
}

.logged-in-as a {
  color: #111;
}

.sub-title a {
  color: inherit;
}

.blog-pagination .sub-title {
  max-width: 100%;
}

.widget label {
  display: none;
}

.widget select {
  padding: 12px 10px;
  border: 1px solid #eaeaea;
  background: transparent;
}

.widget_rss li {
  margin-bottom: 20px;
}

#searchform input[type="search"] {
  line-height: 36px;
  width: 100%;
  padding-left: 10px;
}






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


/* 09 - Side Header, Portfolio, Multi Scroll Slider */


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


/*== Start Site Header ==*/


/*===========HEADER==============*/

.site-header {
  width: 315px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  padding: 100px 65px 100px 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.site-branding {
  margin-bottom: 28px;
}

.custom-logo-link {
  display: inline-block;
}

.site-title {
  line-height: 30px;
  display: inline-block;
}

.site-title a {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  display: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}

.title-style-1.title-wrapper {
  position: absolute;
  bottom: 0;
  max-width: 800px;
  margin-left: 100px;
  padding-bottom: 100px;
}

.contact-form p {
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  font-size: 0.6em;
  margin-top: -18px;
}

.custom-lightbox.lg-outer .lg-item {
  background: url(img/loading.gif) no-repeat scroll center center transparent;
}

.custom-lightbox.lg-outer .lg-image {
  max-height: calc(100% - 100px);
}

body .lg-backdrop,
.custom-lightbox.lg-outer {
  background-color: #fff;
}

.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-lightbox .lg-sub-html {
  margin: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 15px;
}

.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar {
  background: none;
}

.lg-close {
  padding-right: 13px !important;
}

.custom-lightbox #lg-counter,
.custom-lightbox .lg-sub-html,
.custom-lightbox .lg-toolbar .lg-icon,
.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  color: #000;
}

.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  background: none;
}

.custom-lightbox .lg-toolbar #lg-actual-size,
.custom-lightbox .lg-toolbar .lg-icon {
  font-size: 20px;
  width: 36px;
}

.custom-lightbox .lg-actions .lg-next,
.custom-lightbox .lg-actions .lg-prev {
  font-size: 16px;
}

.custom-lightbox #lg-counter {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding-top: 12px;
}

.custom-lightbox.lg-outer .lg-thumb-item {
  text-align: center;
}

body.lg-on {
  overflow: hidden;
}

.custom-lightbox .lg-sub-html {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.custom-lightbox .lg-progress-bar {
  background: none;
}

.custom-lightbox .lg-progress-bar,
.custom-lightbox .lg-progress-bar .lg-progress {
  height: 2px;
  z-index: 20000;
}

.custom-lightbox .lg-sub-html h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.custom-lightbox .entry-content {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 15px;
}

.lightbox-text-wrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.lightbox-purchase {
  position: relative;
  padding-top: 5px;
}

.lightbox-purchase .custom-button {
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 0;
  min-width: 0;
  padding: 5px 18px;
}

.lightbox-purchase>a {
  border: 2px solid #000;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  padding: 5px 14px;
  border-radius: 20px;
}

.lightbox-purchase>a:hover {
  background-color: #000;
  color: #fff;
}

.portfolio {
  margin-left: -15px;
  margin-right: -15px;
}

.portfolio-single-details-wrapper {
  position: fixed;
  padding-right: 100px;
}

.portfolio-single-category h6 {
  font-size: 12px;
  margin-top: 10px;
  color: #9f9f9f;
}

.portfolio-single-details li {
  display: inline-block;
  margin-right: 50px;
}

.portfolio-single-details li:last-child {
  margin-right: 0;
}

.portfolio-single-details .details-field {
  color: #111;
}

.portfolio-single-details .details-field span {
  display: block;
  font-size: 10px;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #9f9f9f;
}

.portfolio-single-description p {
  font-size: 15px !important;
  line-height: 1.6em !important;
}

.swiper-container.thumbnails {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
}

@media (max-width: 1600px) {
  .about-block-wrapper .about-content {
    padding-right: 0;
    height: calc(100vmin - 120px);
  }
  .title-style-1.title-wrapper {
    padding-bottom: 50px;
  }
  .content,
  .block-bg,
  .main-footer {
    padding: 0px 60px;
  }
  .type-10 .top-baner,
  .about-block-wrapper .about-image-block {
    height: calc(100vmin - 120px);
  }
  .type-4 .top-baner {
    height: calc(100vmin - 60px);
  }
  .top-baner.nvg-margin {
    margin-top: -60px;
  }
  .single-portfolio .top-baner {
    padding-bottom: 60px !important;
  }
  .content.top-padd {
    padding: 60px 0px 0px;
  }
  .header {
    margin: 0px 60px;
  }
  .block-bg .bg-wrap {
    left: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
  }
  .nav-menu.slide {
    padding-top: 60px;
  }
  header {
    height: 60px;
  }
  .top-baner.bottom-margin {
    padding-bottom: 60px;
  }
  .slider-number {
    right: 5px;
  }
  .title-style-1.title-wrapper {
    margin-left: 50px;
  }
  .section-first.section {
    padding-top: 40px;
  }
  .style-2 .nav-list.cell-view {
    padding: 24px 0px;
  }
}

.no-menu {
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}







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


/* 09 - Side Header, Portfolio, Multi Scroll Slider */


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


/*== Start Site Header ==*/


/*===========HEADER==============*/

.site-header {
  width: 315px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  padding: 100px 65px 100px 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}






/*Site Branding*/

.site-header .custom-logo {
  /*  max-width: 200px;
  max-height: 60px;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-branding {
  margin-bottom: 28px;
}

.site-header.small-height .custom-logo {
  max-width: 180px;
  max-height: 60px;
}

.custom-logo-link {
  display: inline-block;
}

.site-title {
  line-height: 30px;
  display: inline-block;
}

.site-title a {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  display: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}






/*End Site Branding*/


/*Navigation*/

.primary-nav {
  margin-bottom: 20px;
}

.primary-nav ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.primary-nav .primary-nav-list {
  height: 100%;
}

.primary-nav .menu-item {
  position: relative;
  padding: 2px 0;
  line-height: 25px;
}

.primary-nav .menu-item:last-child {
  margin-right: 0px;
}

.menu-item a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.6);
  display: inline-block;
  font-family: 'Arimo', sans-serif;
}

.menu-item a:hover {
  color: rgba(17, 17, 17, 1);
}

.primary-nav-list ul {
  padding-left: 20px;
}

.primary-nav .menu-item-has-children>ul>li {
  padding: 5px 0;
  margin: 0;
  position: relative;
}

.primary-nav .menu-item-has-children>ul>li:first-child {
  padding-top: 10px;
}

.primary-nav .menu-item-has-children>ul>li:last-child {
  padding-bottom: 0;
}






/*Mobile Menu Button*/

.m-menu-btn {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 27px;
  margin: 15px 0px 15px 25px;
  cursor: pointer;
  display: none;
  z-index: 103;
}

.m-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.m-menu-btn span:before,
.m-menu-btn span:after {
  position: absolute;
  content: '';
}

.m-menu-btn span,
.m-menu-btn span:before,
.m-menu-btn span:after {
  width: 36px;
  height: 2px;
  background-color: #111111;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-menu-btn span:before {
  margin-top: -9px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.m-menu-btn span:after {
  margin-top: 9px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.m-menu-btn-ext span {
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.m-menu-btn-ext span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.m-menu-btn-ext span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}






/*End Mobile Menu Button*/

.primary-nav .primary-nav-list,
.h-bottom.ms-menu1 {
  display: block !important;
}

.primary-nav .primary-nav-list {
  display: block;
  max-height: 450px;
  overflow: auto;
}

.social-btn a {
  font-size: 14px;
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 6px;
  color: rgba(17, 17, 17, 0.302);
  line-height: 25px;
}

.social-btn a:last-child {
  margin-right: 0;
}

.social-btn a:hover {
  color: rgba(17, 17, 17, 1);
}

.h-bottom-in .copyright {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.6);
  margin-bottom: 0;
  padding: 0;
  line-height: 25px;
  text-align: left;
}

.m-social-btn {
  display: none;
}






/*Top Header Style*/

.site-header-top.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  padding: 0 100px;
  height: 100px;
  display: initial;
  overflow: initial;
}

.site-header-top.site-header .header-wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header-top.site-header .primary-nav {
  margin-bottom: 0;
  height: 100%;
}

.site-header-top.site-header .primary-nav .primary-nav-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-height: initial;
  overflow: initial;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header-top.site-header .site-branding {
  margin-bottom: 0;
}

.site-header-top.site-header .primary-nav .menu-item {
  padding: 0;
  height: 100%;
  position: relative;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li:not(:last-child) {
  margin-right: 28px;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children {
  position: relative;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children>a:before {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #b5b5b5;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children:hover>a:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children>a {
  padding-right: 20px;
  position: relative;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li>a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555555;
  font-size: 14px;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li:hover>a {
  color: #111111;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul {
  padding-left: 20px;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(225, 225, 225, 0.6);
  box-shadow: 0 1px 4px 0 rgba(225, 225, 225, 0.6);
  width: 225px;
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  top: 80%;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header-top.site-header .primary-nav .primary-nav-list .menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: initial;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul ul {
  left: 100%;
  top: -15px;
}

.site-header-top.site-header .primary-nav .menu-item-has-children ul a {
  color: #666666;
  font-size: 13px;
  padding: 15px 22px 15px 18px;
  display: block;
  line-height: 1.2;
  position: relative;
}

.site-header-top.site-header .primary-nav .menu-item-has-children ul li:hover>a {
  color: #fff;
  background: #111;
}

.site-header-top.site-header .menu-item-has-children .menu-item-has-children>a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  font-size: 13px;
  color: #a1a1a1;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-header-top.site-header .menu-item-has-children .menu-item-has-children:hover>a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header-top.site-header .social-btn a {
  margin-left: 20px;
  color: #555555;
  margin-bottom: 0;
  margin-right: 0;
}

.site-header-top.site-header .social-btn a:first-child {
  margin-left: 0;
}

.site-header-top.site-header .social-btn a:last-child {
  margin-right: 0;
}

.site-header-top.site-header .social-btn a:hover {
  color: #111111;
}

.site-header-top.site-header .social-btn span {
  font-size: 20px;
  color: #111111;
  line-height: 25px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 20px;
}

.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children.mega-menu {
  position: initial;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .container:before,
.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .container:after {
  display: none;
}

.site-header-top.site-header .primary-nav-list ul.mega-menu-wrap .mega-menu-item h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  color: #333333;
}

.site-header-top.site-header .primary-nav .primary-nav-list .mega-menu:hover .mega-menu-wrap .mega-menu-item ul {
  opacity: 1;
  visibility: initial;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .mega-menu-item ul {
  position: initial;
  margin: 0;
  width: 100%;
}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .mega-menu-item ul li {}

.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap .mega-menu-item ul li a {
  padding-left: 0;
}






/*blue-header-version*/

.blue-header-version.site-header-top.site-header {
  background-color: #4f42d0;
}

.blue-header-version.site-header-top.site-header .primary-nav .primary-nav-list>li>a {
  color: rgba(255, 255, 255, 0.702);
}

.blue-header-version.site-header-top.site-header .primary-nav .primary-nav-list>li:hover>a {
  color: #fff;
}

.blue-header-version.site-header-top.site-header .primary-nav .primary-nav-list>li.menu-item-has-children>a:before {
  color: rgba(181, 181, 181, 0.502);
}

.blue-header-version.site-header-top.site-header .social-btn a,
.blue-header-version.site-header-top.site-header .social-btn span {
  color: rgba(255, 255, 255, 0.702);
}

.blue-header-version.site-header-top.site-header .social-btn a:hover {
  color: #fff;
}






/*dark-header-version*/

.dark-header-version.site-header-top.site-header {
  background-color: #363636;
}

.dark-header-version.site-header-top.site-header .primary-nav .primary-nav-list>li>a {
  color: #a6a6a6;
}

.dark-header-version.site-header-top.site-header .primary-nav .primary-nav-list>li:hover>a {
  color: #fff;
}

.dark-header-version.site-header-top.site-header .social-btn a,
.dark-header-version.site-header-top.site-header .social-btn span {
  color: #a6a6a6;
}

.dark-header-version.site-header-top.site-header .social-btn a:hover {
  color: #fff;
}

.dark-header-version.site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap {
  background-color: #303030;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
}

.dark-header-version.site-header-top.site-header .primary-nav .primary-nav-list ul {
  background-color: #303030;
}

.dark-header-version.site-header-top.site-header .primary-nav-list ul.mega-menu-wrap .mega-menu-item h3 {
  color: rgba(255, 255, 255, 0.8);
}

.dark-header-version.site-header-top.site-header .primary-nav .menu-item-has-children ul a {
  color: rgba(255, 255, 255, 0.4);
}

.dark-header-version.site-header-top.site-header .primary-nav .menu-item-has-children ul a:hover {
  color: rgba(255, 255, 255, 0.702);
}

.header-img-version.site-header-top.site-header .primary-nav .menu-item-has-children ul a {
  padding: 0;
  margin-bottom: 30px;
}

.header-img-version .megamenu-item-meta {
  font-family: 'Arimo', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-img-version .megamenu-item-meta .megamenu-item-name {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  margin-right: 10px;
}

.header-img-version .megamenu-item-meta .megamenu-item-number {
  font-size: 11px;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark-header-version.header-img-version .megamenu-item-meta .megamenu-item-name {
  color: #a6a6a6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark-header-version.header-img-version .megamenu-item-meta .megamenu-item-number {
  color: #888888;
}

.dark-header-version.header-img-version .mega-menu-item:hover .megamenu-item-meta .megamenu-item-name {
  color: #fff;
}

.dark-header-version.header-img-version .mega-menu-item:hover .megamenu-item-meta .megamenu-item-number {
  color: #d2d1d1;
}

.sp-site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-site-menu .social-btn {
  margin-left: 30px;
}

.sp-site-menu .site-branding {
  margin-right: 30px;
}

.center-header.site-header-top.site-header {
  height: 150px;
}

.center-header .sp-site-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center-header.site-header-top.site-header .site-branding {
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.center-header.site-header-top.site-header .primary-nav {
  height: 76px;
}

.center-header .show-mobile-bar {
  font-size: 20px;
  color: #111111;
  line-height: 25px;
  min-width: 140px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  visibility: hidden;
  align-items: center;
}

.center-header .social-btn {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-header.site-header-top.site-header .header-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  /*== Home page Header ==*/
  .site-header.site-header-top {
    height: 60px;
  }
  .site-branding {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 85%;
    z-index: 102;
    margin: 0;
  }
  .site-branding {
    margin-bottom: 0;
  }
  .m-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 101;
  }
  .m-menu:before {
    content: '';
    height: 234%;
    width: 400px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
    transition: all 0.6s ease 0.1s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
  .m-menu .drop-menu {
    margin-bottom: 10px;
  }
  .m-menu-btn.m-menu-btn-ext+.m-menu:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(6);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(6);
    transform: translate(-50%, -50%) rotate(-45deg) scale(6)
  }
  .m-menu-btn.m-menu-btn-ext+.m-menu {
    opacity: 1;
    visibility: visible;
  }
  .m-menu-btn {
    display: block;
    margin: 0;
  }
  .small-height .primary-nav-list {
    top: 70px;
    margin: 0;
  }
  .m-menu ul.primary-nav-list {
    list-style: none;
    overflow: auto;
    max-height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    overflow-y: auto;
  }
  .m-menu ul.primary-nav-list>.menu-item>a {
    display: block;
    padding: 0;
    color: #111111;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .m-menu ul.primary-nav-list>.menu-item.active>a {
    color: #abaeaf;
  }
  .m-menu ul.primary-nav-list .drop-menu .menu-item a {
    font-size: 24px;
    margin-bottom: 20px;
    color: #111111;
  }
  .m-menu .menu-item.active .drop-link {
    pointer-events: none;
  }
  .m-menu ul .menu-item ul {
    display: none;
    padding-left: 0px;
  }
  .m-menu ul>.menu-item {
    position: relative;
  }
  .h-bottom.ms-menu0 {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 100px;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding-bottom: 100px;
  }
  .m-social-btn {
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    color: rgba(17, 17, 17, 0.6);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-social-btn:hover {
    color: rgba(17, 17, 17, 1);
  }
  .h-bottom-in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*Top Header*/
  .site-header-top.site-header .site-branding {
    min-width: initial;
  }
  .site-header-top.site-header .m-social-btn {
    display: none;
  }
  .site-header-top.site-header .social-btn {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 102;
  }
  .site-header-top.site-header .menu-item-has-children .menu-item-has-children>a:before {
    display: none;
  }
  .m-menu ul .menu-item ul .mega-menu-item ul {
    display: block;
    padding-left: 15px;
  }
  .m-menu ul .menu-item ul .mega-menu-item ul a {
    padding-left: 0;
    padding-right: 0;
  }
  .m-menu ul .menu-item ul.mega-menu-wrap {
    padding-left: 20px;
  }
  .m-menu ul .menu-item ul.mega-menu-wrap .container .row>div {
    width: 100%;
  }
  /*Blue Version*/
  .blue-header-version .m-menu-btn span,
  .blue-header-version .m-menu-btn span:before,
  .blue-header-version .m-menu-btn span:after {
    background-color: rgba(255, 255, 255, 0.702);
  }
  .blue-header-version .m-menu-btn-ext span {
    background-color: transparent;
  }
  /*Dark Version*/
  .dark-header-version .primary-nav-list {
    background: #363636;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
    box-shadow: 0px 1px 10px 0px rgba(20, 22, 24, 0.15);
  }
  .dark-header-version .menu-item a {
    color: rgba(255, 255, 255, 0.4);
  }
  .dark-header-version .menu-item a:hover {
    color: rgba(255, 255, 255, 0.702);
  }
  .dark-header-version.site-header-top.site-header .primary-nav-list ul.mega-menu-wrap .mega-menu-item h3 {
    color: rgba(255, 255, 255, 0.6);
  }
  .dark-header-version .m-menu-btn span,
  .dark-header-version .m-menu-btn span:before,
  .dark-header-version .m-menu-btn span:after {
    background-color: #a6a6a6;
  }
  .dark-header-version .m-menu-btn-ext span {
    background-color: transparent;
  }
  /*header-img-version*/
  .header-img-version .m-menu ul .menu-item .mega-menu-item {
    padding: 10px 0px;
  }
  .center-header .show-mobile-bar {
    display: none;
  }
  .center-header.site-header-top.site-header {
    height: 60px;
  }
}

@media screen and (max-width: 575px) {
  .m-menu ul.primary-nav-list {
    padding-top: 20px;
  }
  .m-menu ul.primary-nav-list>.menu-item>a {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .m-menu .drop-menu {
    margin-bottom: 5px;
  }
  .m-menu ul.primary-nav-list .drop-menu .menu-item a {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ms-left .slider-fixed-test {
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
}



/*== End Site Header ==*/


/*Full Width Portfolio*/

.full-width-portfolio .item-drid-size {
  padding: 0;
}

.full-width-portfolio .item {
  margin-bottom: 0;
}

.full-width-portfolio .link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}



/*Home Page*/

.hero {
  position: relative;
  margin-bottom: 50px;
}

.hero-bg {
  background-color: #E1E1E1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-bg .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2, 2, 2, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: -o-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: linear-gradient(transparent, rgba(2, 2, 2, 0.5));
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-logo-wrap {
  max-height: 285px;
  max-width: 270px;
  border: 5px solid #fff;
  border-radius: 5px;
  margin-bottom: -50px;
  margin-right: 30px;
  margin-top: 60px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}



/*End Animation*/

.hero-text {
  margin-top: 40px;
}

.hero-text h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.hero-text h1 b {
  font-weight: bold;
}

.signature {
  margin-top: 25px;
}



/*Home Portfolio*/

.home-portfolio .link-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2, 2, 2, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: -o-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: linear-gradient(transparent, rgba(2, 2, 2, 0.5))
}

.home-portfolio .item-desc .h4,
.item-desc .h4 {
  color: #fff;
}

.home-portfolio .item-desc span,
.item-desc span {
  color: rgba(255, 255, 255, 0.6);
}

.home-portfolio .isotope-filter {
  list-style: none;
  margin-bottom: 22px;
}

.home-portfolio .isotope-filter li {
  padding: 0;
  display: inline-block;
  margin: 0 15px 5px 0;
}

.home-portfolio .isotope-filter li a {
  color: #777777;
  line-height: 1.2;
  font-family: 'Arimo', sans-serif;
}

.home-portfolio .isotope-filter li.active a,
.home-portfolio .isotope-filter li a:hover {
  color: #111111;
}

.home-portfolio-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.home-portfolio-arrow .left-arrow,
.home-portfolio-arrow .right-arrow {
  width: 19px;
  height: 14px;
  position: relative;
  display: block;
  cursor: pointer;
}

.home-portfolio-arrow .left-arrow:before,
.home-portfolio-arrow .right-arrow:before {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  border: 1px solid #666666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-portfolio-arrow .left-arrow:before {
  border-right: 0;
  left: 2px;
  border-top: 0;
}

.home-portfolio-arrow .right-arrow:before {
  right: 2px;
  border-left: 0;
  border-bottom: 0;
}

.home-portfolio-arrow .left-arrow:after,
.home-portfolio-arrow .right-arrow:after {
  content: '';
  background-color: #666666;
  height: 1px;
  width: 18px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-portfolio-arrow .left-arrow:after {
  left: 0px;
}

.home-portfolio-arrow .right-arrow:after {
  right: 0;
}

.home-portfolio-arrow .left-arrow:hover:before,
.home-portfolio-arrow .right-arrow:hover:before,
.home-portfolio-arrow .left-arrow:hover:after,
.home-portfolio-arrow .right-arrow:hover:after {
  border-color: #111111;
}

.footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-footer .container:before,
.main-footer .container:after {
  display: none;
}

.site-footer-middle-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-btn {
  text-align: center;
}

.footer-social-btn a {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.6);
  margin: 4px 3px;
  display: inline-block;
}

.footer-social-btn a:hover {
  color: rgba(17, 17, 17, 1);
}



/*Instragram*/

.instagram-pics {
  overflow: hidden;
}

.null-instagram-feed h3 {
  display: none;
}

ul.instragram-feed-wrap li,
ul.instragram-feed-wrap {
  padding: 0;
  list-style: none;
  margin: 0;
}

.instragram-feed {
  position: relative;
  width: 25%;
  float: left;
}

.sidebar-item .instragram-feed {
  width: 33.333%;
}

.instragram-feed i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2, 2, 2, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: -o-linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  background: linear-gradient(transparent, rgba(2, 2, 2, 0.5));
  padding-top: 80px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.instragram-feed:hover i {
  padding-top: 0;
  opacity: 1;
}

.home-portfolio2 .grid-sizer {
  width: 33.333333%;
}

.hero-banner-style2 .hero-bg,
.hero-banner-style3 .hero-bg {
  background: transparent;
}

.hero-banner-style2 .hero-overlay,
.hero-banner-style3 .hero-overlay {
  display: none;
}

.hero-banner-style2 .hero-text h1,
.hero-banner-style3 .hero-text h1,
.hero-banner-style4 .hero-text h1 {
  color: #111111;
}

.hero-banner-style3 .hero-logo-wrap {
  display: none;
}

.hero-banner-style3 .hero-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-banner-style3 .hero,
.hero-banner-style4 .hero {
  margin-bottom: 0;
}

.home-portfolio3 .isotope-filter,
.home-portfolio4 .isotope-filter {
  text-align: center;
}

.hero-banner-style4 .hero-bg {
  position: inherit;
  height: 280px;
}

.hero-banner-style4 .hero-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.hero-banner-style4 .hero-logo-wrap {
  margin-right: 0;
  margin-top: -200px;
  margin-bottom: 1px;
}

.special-portfolio-1 .content {
  padding: 0;
}

.special-portfolio-2 .full-width-portfolio .item {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.special-portfolio-2 .content {
  padding: 0px 15px;
}

.special-portfolio-2 .grid-sizer {
  width: 20%;
}

.special-portfolio-3 .item {
  padding: 5%;
}






/*scroll-slider-wrap*/

.ss-top-padding,
.ss-bottom-padding {
  position: absolute;
  height: 100px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  left: 0;
}

.ss-top-padding {
  top: 0;
}

.ss-bottom-padding {
  bottom: 0;
}

.scroll-slider-content {
  padding-left: 100px;
  padding-right: 100px;
}

#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.scroll-slider-wrap {
  position: relative;
}

.scroll-control-btn {
  position: fixed;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#scroll-count {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  position: relative;
}

#scroll-count:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background: #1e1e1e;
  display: inline-block;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  right: 5px;
  top: 4px;
}

#scroll-count li {
  display: none;
}

#scroll-count li.active {
  display: inline-block;
}

#scroll-count li a {
  color: #1e1e1e;
  font-size: 16px;
}

.total-slide {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -3px;
}

.sb_up,
.sb_down {
  position: fixed;
  height: 10px;
  width: 10px;
  position: fixed;
  top: 41%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border: 2px solid #1e1e1e;
  cursor: pointer;
}

.sb_up {
  left: -16px;
  border-top: 0;
  border-right: 0;
}

.sb_up:before {
  content: '';
}

.sb_down {
  right: -9px;
  border-bottom: 0;
  border-left: 0;
}

.sb_down:before {
  content: '';
}

.ms-tableCell img {
  left: 0px;
  top: 0px;
  position: absolute;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ms-tableCell a {
  display: block;
  height: 100%;
  width: 100%;
}

#multiscroll-nav.right {
  display: none !important;
}

.with-padding .ms-left .ms-section {
  padding-right: 15px;
}

.with-padding .ms-right .ms-section {
  padding-left: 15px;
}

.scroll-control-btn {
  bottom: 37px;
}

.slider-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 60px;
  background: -webkit-gradient( linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient( bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient( bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.ms-tableCell a:hover .slider-hover {
  padding-bottom: 140px;
  opacity: 1;
}

.slider-hover h2 {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0px;
}

.slider-hover p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  font-family: 'Arimo', monospace;
}

.slider-fixed-test {
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 890px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.slider-5 .slider-fixed-test {
  background-color: #fff;
}

.ms-left .slider-fixed-test {
  right: -444.5px;
}

.ms-right .slider-fixed-test {
  left: -444.5px;
}

.with-padding .ms-left .slider-fixed-test {
  margin-right: -15px;
}

.with-padding .ms-right .slider-fixed-test {
  margin-left: -15px;
}

.slider-fixed-test h2 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 0;
  font-weight: bold;
  color: #111111;
}

.slider-fixed-test p {
  margin-bottom: 0;
  color: #111111;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 4px;
  font-family: 'Arimo', monospace;
  font-weight: 500;
}

.ms-tableCell {
  position: relative;
}

.ms-section.ms-table {
  overflow: hidden;
}

.slider-3 .ss-top-padding,
.slider-3 .ss-bottom-padding {
  display: none;
}

.slider-3 .scroll-control-btn {
  bottom: 30px;
}

.slider-3 #scroll-count li a,
.slider-3 .total-slide {
  color: #fff;
}

.slider-3 .sb_up,
.slider-3 .sb_down {
  border-color: #fff;
}

.slider-3 #scroll-count:after {
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .scroll-slider-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .site-header-top.site-header {
    padding: 0 60px;
  }
  .site-header-top.site-header .primary-nav .primary-nav-list ul.mega-menu-wrap {
    padding-left: 45px;
    padding-right: 45px;
  }
  .hero-banner.hero-banner-style1 .hero {
    margin-bottom: 90px;
  }
  .scroll-control-btn {
    bottom: 22px;
  }
  .scroll-slider-content.slider-5 .ss-top-padding,
  .scroll-slider-content.slider-5 .ss-bottom-padding {
    height: 60px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 991px) {
  .slider-fixed-test h2 {
    font-size: 50px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1500px) {
  .full-width-portfolio .wh-20,
  .special-portfolio-2 .grid-sizer {
    width: 25%;
  }
  .full-width-portfolio .wh-40 {
    width: 50%;
  }
}

@media screen and (max-width: 1299px) {
  .slider-hover h2 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 0;
  }
  .slider-hover {
    padding-left: 40px;
  }
  .full-width-portfolio .wh-25,
  .full-width-portfolio .wh-20,
  .special-portfolio-2 .grid-sizer {
    width: 33.333333%
  }
  .container {
    width: 100%;
  }
  .full-width-portfolio .wh-40 {
    width: 66.666666%;
  }
  .home-portfolio {
    padding: 0 45px;
  }
  .main-footer.site-footer-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .content .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-banner.hero-banner-style1 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-portfolio {
    padding: 0 60px;
  }
  .hero-banner-style4 .hero-text h1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .full-width-portfolio {
    padding-left: 0px;
  }
  .scroll-control-btn {
    display: none;
  }
  .ss-top-padding,
  .ss-bottom-padding {
    display: none;
  }
  .slider-1 .ms-left .ms-section {
    border-right: 0;
  }
  .slider-1 .ms-right .ms-section {
    border-left: 0;
  }
  .slider-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 150px;
  }
  .ms-tableCell a:hover .slider-hover {
    padding-bottom: 40px;
  }
  .ms-left .slider-fixed-test {
    right: initial;
    margin-right: 0;
  }
  .ms-left .slider-fixed-test {
    right: initial;
    margin-right: 0;
    max-width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .slider-fixed-test h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .ms-left .slider-fixed-test {
    right: initial;
    margin-right: 0;
    max-width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .with-padding .ms-left .ms-section {
    padding-right: 0px;
  }
  .with-padding .ms-right .ms-section {
    padding-left: 0px;
  }
  .scroll-slider-content.slider-3 {
    padding-right: 30px;
  }
  /*Portfolio*/
  .full-width-portfolio .wh-25,
  .full-width-portfolio .wh-20 {
    width: 50%;
  }
  .home-portfolio2 .wh-60,
  .home-portfolio3 .wh-60 {
    width: 100%;
  }
  .home-portfolio2 .grid-sizer,
  .home-portfolio2 .wh-30,
  .special-portfolio-2 .grid-sizer {
    width: 50%;
  }
  .full-width-portfolio .wh-40 {
    width: 100%;
  }
  .site-header-top.site-header {
    padding: 0 30px;
  }
  .site-header-top.site-header .social-btn {
    right: 30px;
  }
  .content,
  .block-bg,
  .main-footer {
    padding: 0px 30px;
  }
  .m-menu-btn {
    position: absolute;
    right: 30px;
  }
  .site-header-top.site-header .social-btn {
    right: inherit;
    left: 30px;
    margin-left: 0;
  }
  .content,
  .block-bg,
  .main-footer,
  .vc_row-fluid.vc_row-no-padding .hero-banner {
    padding: 0px 30px;
  }
  .vc_row-fluid.vc_row-no-padding .portfolio-masonry {
    margin:0 15px;
  }
  .vc_row-fluid.vc_row-no-padding .portfolio-masonry.no-gutter {
    margin:0 30px;
  }
  .hero-banner.hero-banner-style1 .hero {
    margin-bottom: 120px;
  }
  .home-portfolio {
    padding: 0 30px;
  }
  .header {
    margin: 0px 30px;
  }
  .type-4.slider-1 .top-baner {
    height: calc(100vh - 30px);
  }
  .type-4.slider-1+.empty-space {
    display: none;
  }
  .header-style5.header-style1 .m-menu-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .slider-1.type-9 .top-baner {
    height: calc(100vh - 88px);
  }
  .scroll-slider-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scroll-control-btn {
    bottom: 22px;
  }
  .scroll-slider-content {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 0;
  }
  .ms-left .slider-fixed-test {
    max-width: 75%;
  }
  .main-footer .section {
    padding: 50px 0 20px !important;
  }
  .footer-social-btn {
    text-align: center;
    margin-top: 30px;
  }
  .hero-content {
    display: block;
  }
  .hero-banner.hero-banner-style1 .hero-logo-wrap {
    max-height: initial;
    margin-bottom: initial;
    margin-top: 90px;
  }
  .hero-text {
    margin-bottom: 60px;
  }
  .hero-banner-style2 .hero-text {
    margin-bottom: 0;
  }
  .hero-banner-style2 .hero {
    margin-bottom: 0;
  }
  .hero-banner-style4 .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-banner-style3 .hero-text,
  .hero-banner-style4 .hero-text {
    margin-bottom: 0;
  }
  .site-header-top.site-header .social-btn span {
    display: none;
  }
  .site-header-top.site-header {
    padding: 0 15px;
  }
  .content,
  .block-bg,
  .main-footer {
    padding: 0px 15px;
  }
  .about-block-wrapper .about-content {
    display: block;
    height: inherit;
  }
  .about-block-wrapper h2,
  .text-block-with-button h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .folow-icon {
    margin-bottom: 15px;
  }
  .footer-item {
    margin-bottom: 25px;
  }
  .site-header-top.site-header .social-btn {
    left: 15px;
  }
  .m-menu-btn {
    right: 15px;
  }
  .content,
  .block-bg,
  .main-footer,
  .vc_row-fluid.vc_row-no-padding .hero-banner {
    padding: 0px 15px;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry {
    margin:0;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry.no-gutter {
    margin:0 15px;
  }

  .hero-banner.hero-banner-style1 .hero {
    margin-bottom: 0;
  }
  .home-portfolio .isotope-filter {
    list-style: none;
    margin-bottom: 15px;
  }
  .hero-text h1 br {
    display: none;
  }
  .home-portfolio {
    padding: 0;
  }
  .hero-banner-style3 .hero-text {
    margin-top: 60px;
  }
  .header {
    margin: 0px 15px;
  }
  .type-4.slider-1 .top-baner {
    height: calc(100vh - 15px);
  }
  .content.slider-1.type-8 .top-baner.bottom-margin {
    padding-bottom: 45px;
    height: calc(100vh - 16px);
  }
  .header-style5 .top-baner.smal-size.title-wrapper .bg-wrap {
    top: 100px;
  }
  .block-bg .bg-wrap {
    left: 15px;
    right: 15px;
    top: 100px;
  }
  .block-bg .bg-wrap {
    left: 15px;
    right: 15px;
  }
  .slider-1.type-9 .top-baner {
    height: calc(100vh - 82px);
  }
  .scroll-slider-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .scroll-slider-content {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .full-width-portfolio .wh-20,
  .full-width-portfolio .wh-25,
  .full-width-portfolio .wh-30,
  .full-width-portfolio .wh-50,
  .full-width-portfolio .wh-60,
  .home-portfolio2 .wh-30 {
    width: 100%;
  }
  .instragram-feed {
    position: relative;
    width: 33.333333%;
  }
  .site-header-top.site-header {
    position: absolute;
  }
}

@media screen and (max-width: 575px) {
  .slider-hover h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 2px;
  }
  .slider-fixed-test h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .slider-fixed-test p {
    font-size: 14px;
  }
  .ms-left .slider-fixed-test {
    max-width: 80%;
  }
  .ms-left .slider-fixed-test {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-header-top.site-header .social-btn {
    display: none;
  }
  .site-header-top .site-branding {
    left: 15px;
    margin: 0;
    transform: translateY(-50%);
  }
  .about-block-wrapper h2,
  .text-block-with-button h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-banner.hero-banner-style1 .hero-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner.hero-banner-style1 {
    text-align: center;
  }
}

body.ms-multi-scroll .vc_row[data-vc-full-width] {
  overflow: visible !important;
}

.blog-single-post a {
  color: #111;
}

.blog-single-post a:hover {
  color: #666;
}

.blog-single-post .twit-desc .title {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 12px;
}

.blog-single-post .blog-single-post p.post-meta {
  font-size: 18px;
}

.main-footer .section {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .vc_row-fluid.vc_row-no-padding .hero-banner {
    padding: 0 100px;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry {
    margin:0 85px;
  }

  .vc_row-fluid.vc_row-no-padding .portfolio-masonry.no-gutter {
    margin:0 100px;
  }
}

.page-links {
  clear: both;
}

.header-style5 .top-baner.smal-size.title-wrapper {
  height: 410px;
}

.header-style5 .top-baner.smal-size.title-wrapper .bg-wrap {
  top: 150px;
}

body.header-style5.single.no-featured-image .twit-desc.post-title {
  margin-top: 200px;
}

.logo-2x {
  display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
  .logo-2x {
    display: inline-block !important;
  }
  .logo-1x {
    display: none !important;
  }
}

.special-text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.slider-1.type-5 .top-baner.bottom-margin {
  padding-bottom: 200px;
  top: 100px;
}

.slider-1.type-5 .swiper-arrow-type-2 {
  bottom: 132px;
}

.header-style5 .slider-1.type-5 .top-baner.bottom-margin {
  padding-bottom: 250px;
  top: 150px;
}

.header-style5 .slider-1.type-5 .swiper-arrow-type-2 {
  bottom: 182px;
}

.admin-bar .site-header-top.site-header {
  top: 32px;
}

@media screen and (max-width: 768px) {
  .header-style5 .top-baner.smal-size.title-wrapper .bg-wrap {
    top: 100px;
  }
  .block-bg .bg-wrap {
    left: 15px;
    right: 15px;
    top: 100px;
  }
  .block-bg .bg-wrap {
    left: 15px;
    right: 15px;
  }
}

.breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  list-style: none;
  font-size: 16px;
  margin-top: 10px;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item+.breadcrumbs__item::before {
  content: "/ ";
  margin: 0 3px;
}

.breadcrumbs__link,
.breadcrumbs__item a {
  color: inherit;
  transition: .2s color;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #fff;
}

.footer-item.footer_widget {
  margin-bottom: 30px;
}

.blog_item .simple-text p {
  font-size: 16px;
  line-height: 24px;
}

.blog_item .link-type-1 {
  letter-spacing: 0;
}

.blog_item span.category {
  margin-bottom: 11px;
  color: #666;
  display: block;
}

.blog_item span.category a {
  color: #666;
}

.title-wrapper-header .h1 {
  font-size: 48px;
  line-height: 1em;
}

@media (max-width: 768px) {
  .single .top-baner.smal-size.top-featured-image {
    min-height: 360px;
  }
}



pre {
  display: block;
  padding: 25px 50px 45px 50px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

p strong,
th {
  color: #111;
}

.blog-single-post h6 {
  margin-bottom: 45px;
}

td a,
th a {
  color: #111;
  font-weight: bold;
}

.masonry-blog .h2 {
  font-size: 20px;
  line-height: 1.3em;
}

.masonry-blog .blog_item .twit-desc {
  padding: 28px 30px 8px;
}

.masonry-blog .blog_item span.category {
  margin-bottom: 6px;
}

.masonry-blog .blog_item .twit-author {
  padding-top: 8px;
  font-size: 14px;
  padding-bottom: 13px;
}

.masonry-blog .blog_item .simple-text {
  padding-bottom: 9px;
}

.masonry-blog .blog_item .simple-text p {
  font-size: 14px;
  line-height: 1.7em;
}

.masonry-blog .blog_item .link-type-1 {
  font-size: 12px;
}

.masonry-blog .blog_item span.category a {
  font-size: 13px;
}



/*Video Popup*/

.video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.video-popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.video-popup.active .video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.video-popup.active .video-popup-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1100px;
  width: 100%;
  vertical-align: middle;
}

.video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9,
.wistia_responsive_wrapper {
  padding-bottom: 65%;
}

.video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #1f6fcf;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-popup-close:hover:before,
.video-popup-close:hover:after {
  background: #000;
}

.video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.video-popup-align {
  overflow: hidden;
}

.scroll-slider-content.slider-3 {
  padding-left: 0;
  padding-right: 0;
}

.title-wrapper .bg {
  background-size: cover;
}

.content.slider-1.type-2 .swiper-slide,
.content.slider-1.type-4 .swiper-slide,
.content.no-padd.slider-1.type-7 .swiper-slide,
.content.no-padd.slider-1.type-9 .swiper-slide {
  overflow: hidden;
}

.content.slider-1.type-2 .bg-slide,
.content.slider-1.type-4 .bg-slide,
.content.no-padd.slider-1.type-7 .bg-slide,
.content.no-padd.slider-1.type-9 .bg-slide {
  position: relative;
  overflow-y: hidden;
  opacity: .4;
  transform: scale(1.06);
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.content.slider-1.type-2 .swiper-slide.swiper-slide-active .bg-slide,
.content.slider-1.type-4 .swiper-slide.swiper-slide-active .bg-slide,
.content.no-padd.slider-1.type-7 .swiper-slide.swiper-slide-active .bg-slide,
.content.no-padd.slider-1.type-9 .swiper-slide.swiper-slide-active .bg-slide {
  opacity: 1;
  transform: scale(1);
}



/*Blog*/

.tb-section-heading.style1 {
  padding: 0 15px;
}

.tb-section-heading.style1 p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}

.tb-section-heading.style1 h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}


/*Blog*/

.tb-section-heading.style1 {
  padding: 0 15px;
}

.tb-section-heading.style1 p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}

.tb-section-heading.style1 h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: none;
}

.tb-post-desc {
  padding-top: 20px;
}

.tb-post-title {
  line-height: 22px;
  margin-bottom: 5px;
}

.post-meta.tb-style1 {
  font-size: 12px;
  line-height: 24px;
  line-height: 22px;
  margin-bottom: 5px;
}

.post-meta.tb-style1 {
  font-size: 12px;
  line-height: 24px;
}

@media screen and (max-width: 575px) {
  .tb-section-heading.style1 h2 br {
    display: none;
  }
  .tb-section-heading.style1 h2 {
    font-size: 22px;
  }
}

@media (min-width: 769px) {
  .no-gitter.item,
  .no-gutter .item {
    margin-bottom: 0px;
  }
  .no-gutter .item-drid-size {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gitter .link-wrap,
  .no-gutter .link-wrap {
    left: 0px;
    right: 0px;
  }
}

.tb-btn__wrapper {
  text-align: right;
}

@media (max-width: 768px) {
  .tb-blog__shortcode .tb-single-post img {
    width: 100%;
  }
  .widget.null-instagram-feed {
    overflow: hidden;
    padding:0 15px;
  }

  .instragram-feed {
    width: 50%;
  }
  .tb-btn__wrapper {
    text-align: center;
  }
}

.portfolio-grid {
  overflow: hidden;
}

