/*STYLE.CSS*/


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


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


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


/* Template Name: ADIOS.*/


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






/* 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;
  box-sizing: border-box;
}

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

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

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

a {
  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: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  color: #676a6a;
  font-weight: 300;
}

ul,
ol {
  list-style: none;
}

b {
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  font-weight: 700;
}

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

dd {
  margin: 0 0 1.75em;
}

del {
  opacity: 0.8;
}

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

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: 10px;
}

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%);
  -moz-transform: translateY(-50%);
  -o-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;
  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%);
  -moz-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 #272b2b;
  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);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}






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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  color: #272b2b;
}

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

p {
  font-size: 13px;
  line-height: 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: #f4f7fc;
}

.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: #272b2b;
}

.simple-text.md p {
  font-size: 18px;
  line-height: 28px;
}

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

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

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

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

.quote {
  padding-bottom: 50px;
}

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

.sub-title {
  max-width: 170px;
  width: 100%;
  position: relative;
  text-align: right;
  display: block;
  padding-bottom: 15px;
}

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

.sub-title:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #272b2b;
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}

.title-style-1 {
  margin-left: -50px;
  margin-top: 60px;
}

.title-style-1.inside {
  margin-left: 50px;
}

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

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

.white-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;
}

.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: #272b2b;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.link-type-1 i {
  display: inline-block;
  font-size: 20px;
  padding-left: 5px;
  line-height: inherit;
  vertical-align: middle;
  margin-bottom: 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: #272b2b;
  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;
  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;
  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;
  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;
  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;
  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;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.3s;
  backface-visibility: hidden;
}

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

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

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

.link-type-3:hover span:after {
  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: #272b2b;
  z-index: -1;
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  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 {
  transform: skewX(20deg) translateX(-100%);
}

.link-type-3:hover:after {
  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;
  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%;
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -webkit-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;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -webkit-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: #272b2b;
  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:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-list > li:nth-child(2) {
  transition-delay: 0.4s;
}

.nav-list > li:nth-child(3) {
  transition-delay: 0.6s;
}

.nav-list > li:nth-child(4) {
  transition-delay: 0.8s;
}

.nav-list > li:nth-child(5) {
  transition-delay: 1s;
}

.nav-list > li:nth-child(6) {
  transition-delay: 1.2s;
}

.nav-list > li:nth-child(7) {
  transition-delay: 1.3s;
}

.nav-list > li:nth-child(8) {
  transition-delay: 1.4s;
}

.nav-list > li:nth-child(9) {
  transition-delay: 1.5s;
}*/

.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;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.nav-menu.slide .nav-menu-layer span {
  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: #272b2b;
  top: 50%;
  margin-top: -1px;
  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: #272b2b;
  left: 50%;
  margin-left: -1px;
  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: #272b2b;
  position: relative;
  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: #272b2b;
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  backface-visibility: hidden;
}

.burger-menu i:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background: #272b2b;
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  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;
  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;
  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;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -2px;
}

.header-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-social-icons a {
  color: #272b2b;
  font-size: 14px;
  padding: 5px 1px;
  display: inline-block;
  margin-right: 15px;
}

.header-social-icons a:last-child {
  margin-right: 0px;
}

.header-social-icons a:hover {
  color: #abaeaf;
}





/*Header Style 3*/

.style-3 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.style-3.style-2 .nav-menu {
  width: auto;
}

.style-3 .header-social-icons {
  margin-left: 40px;
}





/*Header Style 4*/

.style-4 .logo {
  position: initial;
  display: inline-block;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  margin-right: 35px;
}

.style-4 .header-social-icons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-4 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-2.style-4 .nav-menu {
  width: auto;
}





/*Header Style 5 and 6*/

.style-5 .header,
.style-6 .header,
.style-7 .header {
  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;
}

.style-6 .header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.style-5 .logo,
.style-6 .logo {
  left: 0px;
  z-index: 102;
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.style-5.style-2 .nav-menu,
.style-6.style-2 .nav-menu,
.style-7.style-2 .nav-menu {
  width: auto;
}

.style-7 .logo {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-2.style-7 .nav-list>li {
  padding-left: 20px;
}





/*Header Style 8*/

.style-8 {
  height: 144px;
}

.style-8 .logo {
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #eaecef;
  top: 76px;
  left: 0;
}

.style-8.style-2 .nav-menu {
  width: auto;
}

.style-8.style-2 .nav-list.cell-view {
  padding: 0;
}

.style-8 .header-social-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .style-2.style-7 .nav-list>li {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {

  .style-2.style-3 .nav-menu,
  .style-2.style-4 .nav-menu,
  .style-2.style-5 .nav-menu,
  .style-2.style-6 .nav-menu,
  .style-2.style-7 .nav-menu,
  .style-2.style-8 .nav-menu {
    width: 100%;
  }

  .style-2 .header-social-icons {
    margin-left: 0;
    margin-right: 70px;
  }

  .style-6 .header,
  .style-2 .header-social-icons {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .style-8 .header:before {
    display: none;
  }

  .style-8,
  .style-8 .logo,
  .style-2.style-8 .header-social-icons {
    height: 60px;
  }

  .style-8 .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .style-8 .header {
    border-bottom: 0;
  }
}

@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;
    padding: 23px 0 23px 0;
  }

  .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: 20px 0px 20px 0px;
    margin-left: 40px;
    font-family: 'Poppins', sans-serif;
  }

  .style-8 .nav-list>li {
    padding: 25px 0px 25px 0px;
  }

  .style-2 .nav-list>li:first-child {
    margin-left: 0;
  }

  .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;
    transform: translateX(-50%);
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    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: #272b2b;
  }

  .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,
  .style-2 .mega-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: -100px;
    min-width: 220px;
    top: 100%;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    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: -47px;
    margin-left: -42px;
  }
}

/*Mega menu*/
.style-2 .mega-menu-wrap {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  margin-top: 10px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transform: initial;
  border: none;
  background-color: transparent;
}

.style-2 .mega-menu-wrap:before {
  display: none;
}

.mega-menu-in .container {
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.mega-menu-in .row {
  margin: 0;
}

.mega-menu-in .row>div {
  padding: 0;
}

.mega-menu-col {
  text-align: left;
}

.mega-menu-title {
  font-size: 13px;
  color: #272b2b;
  margin-bottom: 15px;
  line-height: 17px;
  margin-top: 15px;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style-2 .nav-list .mega-menu-list li a {
  padding: 15px 0 !important;
  display: block;
}

.style-2 .drop-menu.mega-menu-wrap li {
  border: none;
}

.nav-list .mega-menu-list li a:hover {
  color: #272b2b;
}

.style-2 .mega-menu:before {
  top: initial;
  bottom: -11px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  opacity: 0;
  visibility: hidden;
}

.style-2 .mega-menu:hover:before {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .style-2 .mega-menu-wrap {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin: 0;
    left: 0 !important;
    transition: initial;
  }

  .mega-menu-in {
    width: 100%;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 28px !important;
    text-transform: capitalize;
    color: #272b2b;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 30px;
    padding: 0 !important;
  }

  .mega-menu-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .mega-menu-col {
    text-align: center;
  }

  .mega-menu-in .container {
    padding: 0 15px;
    background: transparent;
    border: none;
  }
}

@media (max-width: 767px) {
  .mega-menu-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 20px !important;
    margin-bottom: 15px;
    line-height: 22px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HOME PAGE 1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

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

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

.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;
}

.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: #272b2b;
  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
}

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

.pagination button {
  display: none;
}

.swiper-container .swiper-pagination-fraction {
  position: absolute;
  top: 50%;
  font-size: 13px;
  color: #272b2b;
  right: 25px;
  z-index: 5;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: initial;
  margin: 0;
  height: 16px;
}

.swiper-container .swiper-pagination-fraction:before,
.swiper-container .swiper-pagination-fraction:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #a9aaaa;
}

.swiper-container .swiper-pagination-fraction:before {
  top: -62px;
}

.swiper-container .swiper-pagination-fraction:after {
  bottom: -62px;
}

.swiper-pagination-total {
  font-weight: 600;
}

.top-baner {
  position: relative;
  width: 100%;
  min-height: 620px;
  height: 100vmin;
}

.top-baner .slick-slider,
.top-baner .slick-list,
.top-baner .slick-track,
.top-baner .slick-slide,
.top-baner .slick-slide>div,
.top-baner .swiper-slide,
.album-slider .slick-slider,
.album-slider .slick-list,
.album-slider .slick-track,
.album-slider .slick-slide,
.album-slider .slick-slide>div,
.album-slider .swiper-slide {
  height: 100%;
}

.slick-initialized .slick-slide:focus,
.slick-slide div:focus {
  outline: none !important;
}

.slick-list.draggable {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.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 {
  margin-top: 40px;
}

.top-baner.smal-size .title-style-1 {
  /*margin-top: 37px;*/
  margin-top: 57px;
}

.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 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.item-hov:hover {
  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 .icon-wrap i {
  font-size: 48px;
  color: #b5b5b5;
}

.service-item img,
.service-item .icon-wrap {
  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;
  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: #272b2b;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

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

.izotope-container {
  position: relative;
  overflow: hidden;
}

.grid-sizer {
  width: 0;
}

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

.izotope-container.gutter-less .item-drid-size {
  padding: 0;
}

.izotope-container.gutter-less .item {
  margin: 0;
}

.izotope-container.gutter-less .link-wrap {
  left: 0;
  right: 0;
}

.link-wrap {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  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;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  background: #272b2b;
  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;
}

.item-img {
  background-size: cover;
  background-position: center center;
}

.item-img.style1 {
  height: 600px;
}

.item-img.style2 {
  height: 300px;
}

.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;
  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;
  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%;
  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 {
  padding-bottom: 5px;
}

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

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

.twit-author p a,
.twit-author .post-date {
  font-style: italic;
  color: #abaeaf;
}

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

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

.post-txt {
  vertical-align: middle;
  padding-top: 5px;
  margin-left: 55px;
}

.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: #272b2b;
}

.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: #272b2b;
  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;
  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;
  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: #272b2b;
}

.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: #272b2b;
}

.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: #272b2b;
  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.right-side {
  float: right;
  display: block;
  padding: 45px 0px 0px;
}

.folow-icon a {
  display: inline-block;
  font-size: 16px;
  margin: 0px 5px;
  color: #c6c8cc;
}

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

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

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


.folow-icon i:before {
  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 {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
}

.footer-logo {
  display: block;
  margin: 0px auto 50px;
  width: 45px;
}

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

.footer-item {
  position: relative;
  width: 100%;
}

.footer-item .h6 {
  font-size: 12px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.footer-item ul li {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  line-height: 2em;
}

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

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

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

.copyright {
  text-align: center;
  padding: 45px 0px;
  position: relative;
}

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

@-moz-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;
}

.section-scroll:before {
  content: '';
  height: 100px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1111;
  bottom: 0;
  left: 0;
}

@media (min-width: 991px) {
  .section-scroll.section>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-scroll.section {
    height: 100vh;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 1600px) {
  .section-scroll:before {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .section-scroll.section {
    padding: 60px 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .section-scroll:before {
    display: none;
  }
}

@media(max-width: 767px) {
  .main-footer {
    padding: 0 15px;
  }

  .burger-menu {
    right: 0px;
  }
}

@media (max-width: 1600px) {

  .content,
  .block-bg {
    padding: 0px 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: 3px 0px;
  }
}

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

@media (max-width: 1200px) {
  .logo img {
    max-width: 60px;
  }

  .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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    width: 100%;
    padding: 10px 20px;
    z-index: 5;
    display: none;
  }

  .filter-mob-list li {
    width: 100%;
    padding-bottom: 15px;
    margin: 0px;
    text-align: right;
  }

  .count-item {
    margin-bottom: 30px;
  }

  footer {
    padding: 0px 15px;
  }

  .open-drop {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .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: right;
  }

  .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;
  }

  .footer-item.fr {
    padding-top: 0px;
  }

  .copyright.left-side {
    width: 100%;
    text-align: center;
  }

  .folow-icon.right-side {
    width: 100%;
    padding: 0px 0px 25px;
  }
}

@media (max-width: 480px) {

  .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 .title-style-1 {
    margin-right: 15px;
  }

  .top-baner {
    height: 480px;
  }

  .team-desc.item-layer {
    height: initial;
    opacity: 1;
    top: auto;
    bottom: 0px;
    min-height: 100px;
  }

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

  .filters {
    text-align: center;
  }
}

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

.swiper-anime-2 .testimonial-swiper-slider .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 #eaeaea;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  z-index: 1;
}

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

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

.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: 20px;
    line-height: 25px;
  }

  .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 {
  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 .swiper-container .swiper-pagination-fraction {
  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;
}

.swiper-container .vertical-point {
  position: absolute;
  right: 40px;
  left: initial;
  top: 50%;
  z-index: 50;
  width: 20px;
  bottom: initial;
  display: flex;
}

.swiper-container .vertical-point .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.swiper-container .vertical-point .slick-dots li {
  padding: 0;
  height: 2px;
  width: 100%;
  background: #eaeaea;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.swiper-container .vertical-point .slick-dots li:before,
.swiper-container .vertical-point .slick-dots li:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.swiper-container .vertical-point .slick-dots li:after {
  height: calc(100% + 8px);
  margin-top: -4px;
  width: 100%;
}

.swiper-container .vertical-point .slick-dots li:before {
  background-color: #2d3132;
}

.swiper-container .vertical-point .slick-dots li.slick-active:before {
  width: 100%;
}

.swiper-container .vertical-point .slick-dots li:last-child {
  margin-bottom: 0;
}

.swiper-container .vertical-point .slick-dots li .swiper-container .vertical-point.right-align {
  right: -40px;
}

.swiper-container .vertical-point .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 2px;
  background: #eaeaea;
  margin: 8px 0 !important;
  cursor: pointer;
  position: relative;
  opacity: 1;
}

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

.swiper-container .vertical-point .swiper-pagination-bullet-active: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: 40px;
  border: 1px solid #dfe2e7;
  background: #fff;
  padding: 0px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

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

.input-send {
  position: relative;
  float: right;
  padding: 0px 35px;
  line-height: 42px;
  font-weight: 700;
  font-size: 13px;
  color: #272b2b;
  height: 40px;
  border: 1px solid #dfe2e7;
  display: inline-block;
  text-align: center;
  background: #fff;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

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

@media (max-width: 1600px) {
  .swiper-container .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) {
  .swiper-container .vertical-point {
    right: 30px;
  }

  .swiper-container .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) {
  .swiper-container .vertical-point .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
  }

  .swiper-container .vertical-point.right-align {
    right: 30px;
  }
}

@media (max-width: 480px) {
  .section.section-box {
    padding: 45px 0px;
  }

  .swiper-container .vertical-point.right-align {
    top: 65%;
  }
}

@media (max-width: 360px) {
  .swiper-container .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: #272b2b;
  opacity: 0;
  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;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

.preiew-img.bg {
  width: 95px;
  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;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
}

.nav-arrow.swiper-arrow-right .preiew-img.bg {
  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 {
  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 {
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
}

.nav-arrow.swiper-arrow-right:hover img {
  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;
  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;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

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

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

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

.point-style .slick-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.point-style .slick-dots li {
  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;
  background-color: transparent;
  opacity: 1 !important;
  padding: 0;
}

.swiper-pagination-bullet:focus {
  outline: none !important;
}

.point-style .slick-dots li.slick-active {
  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: 25px;
    line-height: 30px;
  }

  .top-baner .bg {
    background-position: center center !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 60px !important;
  }

  .quote {
    padding-bottom: 0;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
  }

}

@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;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.blog_item .twit-author {
  padding-bottom: 15px;
}

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

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

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

.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;
  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: #272b2b;
  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 {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  box-shadow: inset 0px 0px 0px 5px #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

.play-button:hover {
  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: #272b2b;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  backface-visibility: hidden;
}

.close-video span {
  display: block;
  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 {
  background: #272b2b;
  color: #fff;
  border-color: #272b2b;
}

.sidebar {
  padding-left: 70px;
}

.search {
  position: relative;
  display: inline-block;
  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;
  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;
}

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

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

.widget ul {
  list-style: none;
}

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

.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;
  color: #676a6a;
  letter-spacing: 1px;
}

/*.cat-list li a:before,
.cat-list li a:after,
.widget_archive li a:before,
.widget_archive li a:after,
.widget_categories li a:before,
.widget_categories li a:after,
.widget_pages li a:before,
.widget_pages li a:after,
.widget_meta li a:after,
.widget_meta li a:before,
.widget_recent_comments li a:before,
.widget_recent_comments li a:after,
.widget_recent_entries li a:before,
.widget_recent_entries li a:after,
.widget_nav_menu li a:before,
.widget_nav_menu li a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 1px;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}

.cat-list li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.widget_recent_comments li a:before,
.widget_recent_entries li a:before,
.widget_nav_menu li a:before {
  left: 0px;
  background: #e9e9e9;
  width: 100%;
}

.cat-list li a:after,
.widget_archive li a:after,
.widget_categories li a:after,
.widget_pages li a:after,
.widget_meta li a:after,
.widget_recent_comments li a:after,
.widget_recent_entries li a:after,
.widget_nav_menu li a:after {
  right: 0px;
  width: 0px;
  background: #676a6a;
}

.cat-list li:hover a:before,
.widget_archive li:hover a:before,
.widget_categories li:hover a:before,
.widget_archive li:hover a:before,
.widget_pages li:hover a:before,
.widget_meta li:hover a:before,
.widget_recent_comments li:hover a:before,
.widget_recent_entries li:hover a:before {
  width: 0px;
}

.cat-list li:hover a:after,
.widget_archive li:hover a:after,
.widget_pages li:hover a:after,
.widget_meta li:hover a:after,
.widget_recent_comments li:hover a:after,
.widget_recent_entries li:hover a:after {
  width: 100%;
  transition-delay: 0.25s;
}

.cat-list li:hover a,
.widget_archive li:hover a,
.widget_categories li:hover a,
.widget_pages li:hover a,
.widget_meta li:hover a,
.widget_recent_comments li:hover a,
.widget_recent_entries li:hover a {
  letter-spacing: 2px;
}*/

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

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

.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;
  padding: 22px 0px;
}

.mini-post .title a {
  font-size: 13px;
  color: #272b2b;
  padding-bottom: 10px;
  display: block;
}

.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;
}

.share {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0px;
  padding: 30px 0px;
  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: 20px;
  line-height: 32px;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  padding-bottom: 30px;
}

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

article blockquote,
article blockquote p {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
  padding: 35px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  color: #272b2b;
  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;
}

/*article h4 {font-size: 24px; font-weight: 500; color: #272b2b; text-align: center; padding-bottom: 35px;}*/

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

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

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

.tag-link a:hover {
  background: #272b2b;
  color: #fff;
  border-color: #272b2b;
}

.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;
  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: #272b2b;
  height: 36px;
  line-height: 36px;
  background: #fff;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

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

.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: 14px;
  color: #abaeaf;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
  margin-right: 20px;
}

.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: #272b2b;
}

.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: #272b2b;
}

.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 .slick-current .sub-title:before {
    width: 100%;
    transition-delay: 0.4s;
  }

  .swiper-anime .block-bg .bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
  }

  .swiper-anime .title-link {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
  }

  .swiper-anime .slick-current .block-bg .bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.4s;
  }

  .swiper-anime .h1 {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
  }

  .swiper-anime .slick-current .h1 {
    opacity: 1;
    width: 100%;
    transition-delay: 0.4s;
  }

  .swiper-anime .sub-title {
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
  }

  .swiper-anime .slick-current .sub-title {
    opacity: 1;
    transition-duration: 0.4s;
  }

  .swiper-anime .slick-current .title-link {
    opacity: 1;
    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;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    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;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.35s ease-out 0.4s;
    -webkit-transition: all 0.35s ease-out 0.4s;
  }

  /*  .swiper-anime-2 .sub-title-2 {
    transition-delay: 0.2s;
  }

  .swiper-anime-2 .title-style-3 .slide-button {
    transition-delay: 0.4s;
  }*/

  .swiper-anime-2 .slick-current .h1,
  .swiper-anime-2 .slick-current .sub-title-2,
  .swiper-anime-2 .slick-current .slide-button {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
  }

  .swiper-anime-2 .slick-current .h1 {
    transition-delay: 0.6s;
  }

  .swiper-anime-2 .slick-current .sub-title-2 {
    transition-delay: 0.7s;
  }

  .swiper-anime-2 .slick-current .slide-button {
    transition-delay: 0.8s;
  }

  .swiper-anime-2 .slick-current .block-bg.type-2 .bg-wrap .bg {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .swiper-anime-3 .h1,
  .swiper-anime-3 .sub-title-2 {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }

  .swiper-anime-3 .sub-title-2 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .swiper-anime-3 .image-front {
    opacity: 0;
    bottom: -30%;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }

  .swiper-anime-3 .slick-current .h1,
  .swiper-anime-3 .slick-current .sub-title-2 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .swiper-anime-3 .slick-current .image-front {
    opacity: 1;
    bottom: 0px;
    transition-delay: 0.4s;
  }

  .swiper-anime-3 .slick-current .h1 {
    transition-delay: 0.5s;
  }

  .swiper-anime-3 .slick-current .sub-title-2 {
    transition-delay: 0.6s;
  }

  .adress-list li a:hover {
    color: #272b2b;
  }
}


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

.pt-0 {
  padding-top: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 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;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  border-radius: 0px;
  color: #676a6a;
  box-shadow: none;
}

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

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

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

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

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

.blog_item.sticky {
  border: 1px solid #ddd;
}

.blog_item.sticky .h2 {
  text-decoration: underline;
}

.content ul li,
.content ol li {
  padding: 15px 0;
  list-style: none;
}

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

.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 {
  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;
}

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

.background-block,
.bg-cover,
.top-baner .bg {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  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: #272b2b;
  margin-bottom: 15px;
}

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

.archive .content {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 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: #272b2b;
  border: 2px solid #272b2b;
  padding: 11px 21px 9px 21px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.post-password-required input[type="submit"]:hover {
  background: #272b2b;
  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);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

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

.c-btn:hover:before {
  -webkit-transform: scaleX(1);
  -moz-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;
}

.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: 767px) {
  .container-fluid {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - TT-HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

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

.tt-header .c-btn {
  float: right;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - TT-BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.tt-banner {
  display: table;
  position: relative;
  width: 100%;
  height: 574px;
  background: #fae6f6;
  margin-bottom: 100px;
  padding: 50px 0;
}

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

.tt-banner-info {
  margin-left: -50px;
  margin-top: 125px;
}

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

.tt-banner-title {
  font-size: 72px;
  line-height: 86px;
  font-weight: 700;
  color: #272b2b;
}

.tt-banner-img {
  position: absolute;
  top: 45px;
  right: 160px;
  max-width: 48%;
  z-index: 999;
  height: auto;
}

@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);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tt-banner {
    height: 400px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }

  .tt-banner-title {
    font-size: 40px;
    line-height: 44px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TT-TITLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

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

.tt-title-count {
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  color: #272b2b;
}

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

.tt-title-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #676a6a;
}

@media (max-width: 767px) {
  .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;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tt-page:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #e1e1e1;
  -moz-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: 700;
  color: #272b2b;
  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;
  padding: 0;
  float: left;
}

.tt-text {
  margin-top: 18px;
  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;
}

.tt-inner-block-label {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #84bf56;
  color: #fff;
  text-align: center;
  height: 17px;
  z-index: 9;
  line-height: 18px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - TT-FOOTER-INNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

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

.tt-footer-inner {
  background: #fae6f6;
  padding-top: 106px;
  padding-bottom: 100px;
}

.tt-footer-title {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #272b2b;
  margin-bottom: 11px;
}

.tt-footer-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #676a6a;
  margin-bottom: 31px;
}

.tt-footer-line {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #676a6a;
  padding: 42px 0;
}

@media (max-width: 991px) {
  .tt-footer-inner {
    padding: 60px 15px;
  }

  .tt-footer-line {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .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: 600;
}

.tt-header-btn {
  padding: 0.8em 2em;
}

/* MultiScroll Slider */

.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: 'Roboto Mono', 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: #272b2b;
}

.slider-fixed-test p {
  margin-bottom: 0;
  color: #272b2b;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 4px;
  font-family: 'Roboto Mono', 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;
  }

  /*Swiper*/
  .tt-slider-content {
    left: 50px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .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%;
  }
}

@media screen and (max-width: 1000px) {
  .full-width-portfolio {
    padding-left: 0px;
  }

  .scroll-control-btn {
    display: none;
  }

  .ss-top-padding,
  .ss-bottom-padding {
    display: none;
  }

  .scroll-slider-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .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;
  }
}

@media screen and (max-width: 991px) {

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

  /*Swiper*/
  .tt-slider-content-wrapp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    display: block;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 40px;
  }

  .tt-slider-content {
    margin-right: 0;
    left: 0;
  }

  .tt-slider-content .tt-slider-title {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 0;
  }

  .ms-left .slider-fixed-test {
    max-width: 75%;
  }

  .main-footer .section {
    padding: 60px 0 !important;
  }

  .footer-social-btn {
    text-align: center;
    margin-top: 30px;
  }

  .hero-content {
    display: block;
  }

  .hero-logo-wrap {
    margin-bottom: 0;
  }

  .hero-text {
    margin-bottom: 60px;
  }

  .home-2 .hero-text {
    margin-bottom: 0;
  }

  .home-2 .hero {
    margin-bottom: 0;
  }

  .home-4 .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-3 .hero-text,
  .home-4 .hero-text {
    margin-bottom: 0;
  }

  .site-header-top.site-header .social-btn span {
    display: none;
  }

  .swiper-slider-1.swiper-style-2 .tt-slider-content .tt-slider-title,
  .swiper-slider-1.swiper-style-3 .tt-slider-content .tt-slider-title {
    font-size: 35px;
  }

  .swiper-slider-1.swiper-style-2 .swiper-slide,
  .swiper-slider-1.swiper-style-2 .swiper-slide:nth-child(2n),
  .swiper-slider-1.swiper-style-2 .swiper-slide:nth-child(3n),
  .swiper-slider-1.swiper-style-2 .swiper-slide:nth-child(4n) {
    width: 100%;
  }

  .single-portfolio .player-mb {
    max-height: none !important;
    height: 360px;
  }
}

@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: initial;
    right: 0;
    margin: 0;
  }
}

body.ms-multi-scroll .vc_row[data-vc-full-width] {
  overflow: visible !important;
}

/* footer */

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

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

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

.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: #676a6a;
  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: #272b2b;
  -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: #676a6a;
}

.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: #272b2b;
}

.footer-item {
  position: relative;
  width: 100%;
}

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

.footer-item ul li {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  list-style: none;
  margin-bottom: 0;
  line-height: 2em;
  font-weight: 400;
}

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

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

.top-footer {
  text-align: center;
  width: 100%;
  max-width: 340px;
  margin: auto;
  padding: 60px 0;
}

.header-style8 .top-baner.smal-size {
  height: 400px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 45 - CUSTOM MARGINS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.marg-lg-b0 {
  height: 0px;
}

.marg-lg-b4 {
  height: 4px;
}

.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;
}

@media (max-width:1199px) {
  .marg-md-b0 {
    height: 0px;
  }

  .marg-md-b5 {
    height: 5px;
  }

  .marg-md-b10 {
    height: 10px;
  }

  .marg-md-b15 {
    height: 15px;
  }

  .marg-md-b20 {
    height: 20px;
  }

  .marg-md-b25 {
    height: 25px;
  }

  .marg-md-b30 {
    height: 30px;
  }

  .marg-md-b35 {
    height: 35px;
  }

  .marg-md-b40 {
    height: 40px;
  }

  .marg-md-b45 {
    height: 45px;
  }

  .marg-md-b50 {
    height: 50px;
  }

  .marg-md-b55 {
    height: 55px;
  }

  .marg-md-b60 {
    height: 60px;
  }

  .marg-md-b65 {
    height: 65px;
  }

  .marg-md-b70 {
    height: 70px;
  }

  .marg-md-b75 {
    height: 75px;
  }

  .marg-md-b80 {
    height: 80px;
  }

  .marg-md-b85 {
    height: 85px;
  }

  .marg-md-b90 {
    height: 90px;
  }

  .marg-md-b95 {
    height: 95px;
  }

  .marg-md-b100 {
    height: 100px;
  }

  .marg-md-b105 {
    height: 105px;
  }

  .marg-md-b110 {
    height: 110px;
  }

  .marg-md-b115 {
    height: 115px;
  }

  .marg-md-b120 {
    height: 120px;
  }

  .marg-md-b125 {
    height: 125px;
  }

  .marg-md-b130 {
    height: 130px;
  }

  .marg-md-b135 {
    height: 135px;
  }

  .marg-md-b140 {
    height: 140px;
  }

  .marg-md-b145 {
    height: 145px;
  }

  .marg-md-b150 {
    height: 150px;
  }

  .marg-md-b155 {
    height: 155px;
  }

  .marg-md-b160 {
    height: 160px;
  }

  .marg-md-b165 {
    height: 165px;
  }

  .marg-md-b170 {
    height: 170px;
  }

  .marg-md-b175 {
    height: 175px;
  }

  .marg-md-b180 {
    height: 180px;
  }

  .marg-md-b185 {
    height: 185px;
  }

  .marg-md-b190 {
    height: 190px;
  }

  .marg-md-b195 {
    height: 195px;
  }

  .marg-md-b200 {
    height: 200px;
  }

  .marg-md-b205 {
    height: 205px;
  }

  .marg-md-b210 {
    height: 210px;
  }
}

@media (max-width:991px) {
  .marg-sm-b0 {
    height: 0px;
  }

  .marg-sm-b5 {
    height: 5px;
  }

  .marg-sm-b10 {
    height: 10px;
  }

  .marg-sm-b15 {
    height: 15px;
  }

  .marg-sm-b20 {
    height: 20px;
  }

  .marg-sm-b25 {
    height: 25px;
  }

  .marg-sm-b30 {
    height: 30px;
  }

  .marg-sm-b35 {
    height: 35px;
  }

  .marg-sm-b40 {
    height: 40px;
  }

  .marg-sm-b45 {
    height: 45px;
  }

  .marg-sm-b50 {
    height: 50px;
  }

  .marg-sm-b55 {
    height: 55px;
  }

  .marg-sm-b60 {
    height: 60px;
  }

  .marg-sm-b65 {
    height: 65px;
  }

  .marg-sm-b70 {
    height: 70px;
  }

  .marg-sm-b75 {
    height: 75px;
  }

  .marg-sm-b80 {
    height: 80px;
  }

  .marg-sm-b85 {
    height: 85px;
  }

  .marg-sm-b90 {
    height: 90px;
  }

  .marg-sm-b95 {
    height: 95px;
  }

  .marg-sm-b100 {
    height: 100px;
  }

  .marg-sm-b105 {
    height: 105px;
  }

  .marg-sm-b110 {
    height: 110px;
  }

  .marg-sm-b115 {
    height: 115px;
  }

  .marg-sm-b120 {
    height: 120px;
  }

  .marg-sm-b125 {
    height: 125px;
  }

  .marg-sm-b130 {
    height: 130px;
  }

  .marg-sm-b135 {
    height: 135px;
  }

  .marg-sm-b140 {
    height: 140px;
  }

  .marg-sm-b145 {
    height: 145px;
  }

  .marg-sm-b150 {
    height: 150px;
  }

  .marg-sm-b155 {
    height: 155px;
  }

  .marg-sm-b160 {
    height: 160px;
  }

  .marg-sm-b165 {
    height: 165px;
  }

  .marg-sm-b170 {
    height: 170px;
  }

  .marg-sm-b175 {
    height: 175px;
  }

  .marg-sm-b180 {
    height: 180px;
  }

  .marg-sm-b185 {
    height: 185px;
  }

  .marg-sm-b190 {
    height: 190px;
  }

  .marg-sm-b195 {
    height: 195px;
  }

  .marg-sm-b200 {
    height: 200px;
  }

  .marg-sm-b205 {
    height: 205px;
  }

  .marg-sm-b210 {
    height: 210px;
  }
}

@media (max-width:767px) {
  .marg-xs-b0 {
    height: 0px;
  }

  .marg-xs-b5 {
    height: 5px;
  }

  .marg-xs-b10 {
    height: 10px;
  }

  .marg-xs-b15 {
    height: 15px;
  }

  .marg-xs-b20 {
    height: 20px;
  }

  .marg-xs-b25 {
    height: 25px;
  }

  .marg-xs-b30 {
    height: 30px;
  }

  .marg-xs-b35 {
    height: 35px;
  }

  .marg-xs-b40 {
    height: 40px;
  }

  .marg-xs-b45 {
    height: 45px;
  }

  .marg-xs-b50 {
    height: 50px;
  }

  .marg-xs-b55 {
    height: 55px;
  }

  .marg-xs-b60 {
    height: 60px;
  }

  .marg-xs-b65 {
    height: 65px;
  }

  .marg-xs-b70 {
    height: 70px;
  }

  .marg-xs-b75 {
    height: 75px;
  }

  .marg-xs-b80 {
    height: 80px;
  }

  .marg-xs-b85 {
    height: 85px;
  }

  .marg-xs-b90 {
    height: 90px;
  }

  .marg-xs-b95 {
    height: 95px;
  }

  .marg-xs-b100 {
    height: 100px;
  }

  .marg-xs-b105 {
    height: 105px;
  }

  .marg-xs-b110 {
    height: 110px;
  }

  .marg-xs-b115 {
    height: 115px;
  }

  .marg-xs-b120 {
    height: 120px;
  }

  .marg-xs-b125 {
    height: 125px;
  }

  .marg-xs-b130 {
    height: 130px;
  }

  .marg-xs-b135 {
    height: 135px;
  }

  .marg-xs-b140 {
    height: 140px;
  }

  .marg-xs-b145 {
    height: 145px;
  }

  .marg-xs-b150 {
    height: 150px;
  }

  .marg-xs-b155 {
    height: 155px;
  }

  .marg-xs-b160 {
    height: 160px;
  }

  .marg-xs-b165 {
    height: 165px;
  }

  .marg-xs-b170 {
    height: 170px;
  }

  .marg-xs-b175 {
    height: 175px;
  }

  .marg-xs-b180 {
    height: 180px;
  }

  .marg-xs-b185 {
    height: 185px;
  }

  .marg-xs-b190 {
    height: 190px;
  }

  .marg-xs-b195 {
    height: 195px;
  }

  .marg-xs-b200 {
    height: 200px;
  }

  .marg-xs-b205 {
    height: 205px;
  }

  .marg-xs-b210 {
    height: 210px;
  }
}

/*Album Slider*/
.swiper-container {
  height: 100%;
  position: relative;
}

.album-slider.swiper-container {
  padding-bottom: 50px;
}

.style2 .album-slider.swiper-container {
  padding-bottom: 140px;
}

.album-slider.swiper-container .slick-track {
  margin-left: -25%;
  padding-bottom: 50px;
}

.album-slider.swiper-container .album-desc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  padding: 0 15px;
  margin-top: 0px;
}

.album-slider .album-item {
  position: relative;
}

.album-desc .h2 {
  font-size: 48px;
  line-height: 52px;
}

.album-desc a {
  display: block;
}

.album-desc span {
  font-size: 14px;
  margin-top: 4px;
  display: block;
  font-weight: 400;
}

.album-slider .swiper-slide .album-desc {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.album-slider .slick-current .album-desc {
  margin-top: -27px;
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.album-slider .swipe-arrow-type-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.album-slider .swiper-slide {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.album-slider .slick-center .swiper-slide {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.album-slider .album-img {
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*album slider fullscreen*/

.album-slider-fullscreen.album-slider.swiper-container {
  padding-bottom: 136px;
  /*padding-top: 100px;*/
  height: calc(100vmin - 100px) !important;
}

.album-slider-fullscreen .album-padd-wrap {
  height: 100%;
}

.album-slider-fullscreen.album-slider .album-item {
  height: 100%;
}

.album-slider-fullscreen.album-slider .album-img {
  height: 100%;
}

/*Portfolio*/

.lg-portfolio-wrap {
  padding: 0 100px;
}

@media(min-width: 992px) {
  .lg-portfolio-wrap .ajax-load-more {
    margin-top: -90px;
  }
}

.lg-portfolio .item {
  padding: 0 100px 100px;
}

.lg-portfolio .album-desc {
  margin-top: -27px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1599px) {
  .album-slider-fullscreen.album-slider.swiper-container {
    padding-bottom: 110px;
    /* padding-top: 60px;*/
  }

  .lg-portfolio-wrap {
    padding: 0 60px;
  }

  .lg-portfolio .item {
    padding: 0 60px 60px;
  }
}

@media screen and (max-width: 1199px) {
  .album-slider-fullscreen.album-slider.swiper-container {
    height: 620px !important;
  }

  .lg-portfolio .item {
    padding: 0 30px 30px;
  }

  .lg-portfolio-wrap {
    padding: 0 45px;
  }
}

@media screen and (max-width: 991px) {
  .album-desc .h2 {
    font-size: 35px;
  }

  .album-slider-fullscreen.album-slider.swiper-container {
    height: 480px !important;
  }

  .section.mt-100 {
    padding-top: 0;
  }

  .section .row>div:last-child .count-item {
    margin-bottom: 0;
  }

  .team+.point-style.alb-point {
    bottom: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 784px) {
  .album-slider.swiper-container .slick-track {
    margin-left: 0;
  }

  .album-slider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .album-slider .album-padd-wrap {
    padding: 0;
  }

  .album-slider.swiper-container {
    padding-bottom: 110px;
  }

  .lg-portfolio .item {
    padding: 0 0px 15px;
  }

  .lg-portfolio-wrap {
    padding: 0 30px;
  }

  .lg-portfolio-wrap .album-desc .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .lg-portfolio .album-desc {
    margin-top: -17px;
  }
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0px auto 30px;
  }

  .main-footer .col-md-2:not(:first-child),
  .main-footer .col-md-3:not(:first-child),
  .main-footer .col-md-4:not(:first-child),
  .main-footer .col-md-5:not(:first-child),
  .main-footer .col-md-6:not(:first-child) {
    margin-top: 30px;
  }

  .mini-post {
    text-align: left;
    display: inline-block;
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .mini-post {
    margin-right: 0;
  }

  .testi-item {
    padding-top: 0;
  }

  .testi-text {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tt-switcher {
    width: 260px;
  }

  .item-padd-mob div {
    padding-bottom: 0 !important;
  }

  .section.pt-40.pb-100 {
    padding-top: 50px;
  }

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

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

  .image-testi {
    width: 85%;
  }

  .common-footer-style .footer-widget-wrap {
    padding: 60px 0 40px;
  }

  .section .row>div:last-child .service-item,
  .team .row>div:last-child .team-item {
    margin-bottom: 0;
  }

  .link-type-3 {
    padding: 0px 35px;
    height: 40px;
    line-height: 40px;
  }

  .item-padd-mob .simple-text {
    margin-bottom: -5px;
  }

  .team+.point-style.alb-point {
    bottom: 0px;
    z-index: 1;
    position: initial;
    margin-top: 20px;
  }

  .pb-100 .section,
  .pt-100 .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-nav {
    padding-bottom: 0px;
  }

  .sidebar {
    margin-top: 40px;
  }

  .sidebar>.sidebar-item:last-child {
    padding-bottom: 0
  }

  article blockquote,
  article blockquote p {
    font-size: 25px;
    line-height: 36px;
  }

  .common-footer-style .copyright {
    padding: 20px 0;
  }
}

@media screen and (max-width: 479px) {
  .lg-portfolio-wrap {
    padding: 0 15px;
  }
}


@media screen and (max-width: 575px) {
  .player-mb {
    width: 100%;
  }
}



/*Unity Test*/
.simple-text.tt-content p {
  font-size: 18px;
  line-height: 1.66em;
  margin-bottom: 25px;
  margin-top: 25px;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 48px !important;
}

.has-small-font-size {
  font-size: 13px !important;
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 18px !important;
}

.has-medium-font-size {
  font-size: 21px !important;
}

.has-large-font-size {
  font-size: 38px !important;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 48px !important;
}

.simple-text.tt-content ol,
.simple-text.tt-content ul {
  list-style: decimal;
  list-style-position: inside;
}

.simple-text.tt-content ol li,
.simple-text.tt-content ul li {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0;
  padding-left: 2px;
}

.simple-text.tt-content ol li {
  list-style: decimal;
}

.simple-text.tt-content ul li {
  list-style: initial;
}

.simple-text.tt-content .wp-block-latest-posts {
  margin: 35px 0 50px;
}

.wp-block-latest-posts a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #111;
  line-height: 30px;
}

.simple-text.tt-content .wp-block-latest-posts li {
  margin-top: 8px;
}

.wp-block-latest-posts a {
  font-weight: 500;
}

.wp-block-latest-posts a:hover {
  opacity: 0.7;
}

.wp-block-separator {
  border-top: 2px solid #eaeaea;
  margin: 50px auto;
  clear: both;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-preformatted {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
  background-color: transparent;
  line-height: 26px;
  color: #666;
  margin: 35px 0;
}

.wp-block-preformatted strong {
  color: #111;
}

.wp-block-verse {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #eaeaea;
  margin: 50px 0;
  color: #676a6a;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-table {
  border-color: #eaeaea;
}

.wp-block-table td {
  border-color: #eaeaea;
  font-size: 18px;
  line-height: 30px;
  padding: 9px 20px;
  border-radius: 18px;
}

.wp-block-table {
  margin: 50px 0;
}

.wp-block-table tr:first-child td {
  font-weight: 500;
  color: #111;
}

.wp-block-separator.is-style-dots:before {
  font-size: 40px;
  letter-spacing: 10px;
  color: #eaeaea;
}

.wp-block-quote,
.wp-block-quote.is-large {
  font-size: 18px;
  color: #111;
  padding: 55px 100px;
  border: 1px solid #eaeaea;
  margin: 40px 0;
}

.simple-text blockquote.wp-block-quote p {
  font-size: inherit;
}

.simple-text.tt-content .wp-block-quote cite {
  font-size: inherit;
  color: #111;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.simple-text.tt-content .wp-block-quote cite:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #111;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.simple-text.tt-content strong {
  color: #111;
  font-weight: 500;
}

.simple-text.tt-content .wp-block-audio figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 2px;
  line-height: 24px;
}

.simple-text.tt-content .aligncenter {
  margin: 30px 0;
}

.wp-block-button__link {
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #111;
  font-size: 16px;
  border-radius: 0;
}

.wp-block-button__link:hover {
  opacity: 0.85;
}

.wp-block-categories .cat-item a,
.wp-block-archives li a {
  color: #666;
}

.wp-block-categories .cat-item a:hover,
.wp-block-archives li a:hover {
  text-decoration: underline;
  color: #111;
}

.wp-block-pullquote {
  padding: 0;
  border: none;
  color: #40464d;
}

.simple-text.tt-content .wp-block-pullquote blockquote p {
  font-size: inherit;
  margin-bottom: 10px;
  margin-top: 0;
}

.wp-block-pullquote blockquote cite {
  text-transform: initial;
  font-size: 16px;
}

.simple-text.tt-content .wp-block-image img {
  margin: 0;
}

.wp-block-image figcaption {
  font-size: 14px;
  color: #666;
}

.simple-text.tt-content .wp-block-cover .alignleft,
.simple-text.tt-content .wp-block-cover.alignleft,
.simple-text.tt-content .wp-block-image .alignleft,
.simple-text.tt-content .wp-block-image.alignleft {
  margin-right: 35px;
  margin-bottom: 30px;
}

.simple-text.tt-content .wp-block-cover .alignright,
.simple-text.tt-content .wp-block-cover.alignright,
.simple-text.tt-content .wp-block-image .alignright,
.simple-text.tt-content .wp-block-image.alignright {
  margin-left: 35px;
  margin-bottom: 30px;
}

.simple-text.tt-content .wp-block-galler:not(:last-child) {
  margin-bottom: 40px;
}

.simple-text.tt-content .wp-block-gallery .blocks-gallery-item {
  margin-top: 0;
}

.simple-text.tt-content .wp-block-pullquote.alignleft blockquote,
.simple-text.tt-content .wp-block-pullquote.alignright blockquote {
  font-size: 24px;
  line-height: 30px;
  color: #111;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 56px 30px;
}

.wp-block-coblocks-accordion-item__title {
  background: #eaeaea;
  color: #666;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.simple-text.tt-content .wp-block-coblocks-accordion-item__title:focus {
  outline: none;
}

.wp-block-coblocks-accordion-item__content {
  border-color: #eaeaea;
}

.wp-block-coblocks-alert.is-default-alert {
  color: #5bbc2e !important;
  background-color: #f7fcf4 !important;
  padding: 20px 30px;
  border-radius: 4px;
  margin: 30px 0;
  border: 1px solid rgba(91, 188, 46, 0.3) !important;
}

.wp-block-coblocks-alert__title {
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 500;
  display: block;
  line-height: 30px;
  margin-bottom: 0 !important;
}

.wp-block-coblocks-alert__text {
  line-height: 28px;
  color: #666 !important;
  margin-top: 5px;
  display: block;
}

.wp-block-coblocks-author {
  background: transparent;
  border: 1px solid #eaeaea;
}

.wp-block-coblocks-highlight__content {
  color: #111;
}

.wp-block-coblocks-accordion {
  margin-bottom: 30px;
}

.simple-text.tt-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.wp-block-coblocks-author__heading {
  display: none;
}

.wp-block-coblocks-author__name {
  font-weight: 500;
  color: #111;
}

.simple-text.tt-content p.wp-block-coblocks-author__biography {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.simple-text.tt-content .wp-block-coblocks-author__content .wp-block-button__link {
  padding: 4px 25px;
  font-size: 14px;
}

.tt-progress.status-draft .tt-thumb {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.top-baner.video-bg #home {
  position: relative;
  padding-top: 56.25%;
  left: 0;
  top: 0;
}

.top-baner.video-bg {
  height: initial;
  min-height: inherit;
}

@media (max-width: 480px) {
  .top-baner.video-bg .block-bg {
    height: initial;
  }
}

.ilb,
.blog-category a {
  display: inline-block;
}

.elementor-page .content>.container,
.elementor-editor-post .content>.container {
  width: 100%;
  padding: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}


.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.elementor-section.elementor-section-boxed.elementor-section-height-full>.elementor-container,
.elementor-section.elementor-section-boxed.elementor-section-height-min-height>.elementor-container {
  display: flex;
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-container,
.container {
  padding-top: 1px;
  margin-top: -1px;
}

.elementor-row {
  width: auto !important;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.elementor-row>.elementor-column {
  margin-top: 30px;
}

.elementor-column {
  padding-left: 15px;
  padding-right: 15px;
}


.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor-section-stretched>.elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container>.elementor-row,
.elementor-section-boxed.elementor-inner-section>.elementor-container.elementor-column-gap-no>.elementor-row {
  margin-left: 0;
  margin-right: 0;
}

.elementor-section-stretched.elementor-section-full_width>.elementor-container>.elementor-row>.elementor-column,
.elementor-column-gap-no .elementor-column {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {

  .tb-top-header-body {
    padding-top: 0;
  }

}

@media (min-width: 992px) {

  .filter-mob-list {
    display: initial !important;
  }

}

@media screen and (max-width: 575px) {
  .player-mb {
    width: 100%;
  }
}

/*////////////////// End Preview //////////////////*/
