/*===========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%;
  vertical-align: baseline;
}
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;
  font-family: 'Arial' !important;
}

 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: 'futura_tmedium'; */
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  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;
/*   font-family: 'futura_tmedium'; */
}

 .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; */
  color: #000000;
  font-weight: 300;
}

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

.simple-text.md p {
  font-size: 14px;
  line-height: 32px;
}

  .simple-text.lg p {
  font-size: 20px;
  line-height: 40px;
}
 
 .simple-text p a {
 
  color: #000000;
  position: relative;
}


.simple-text p a:hover {
/*   color: #6BA9A9; */
	border-bottom: 2px solid black;
} 

/*  .font-type {
  font-family: 'futura_tmedium', serif;
} */

.quote {
  padding-bottom: 50px;
}

.quote p {
/*   font-family: 'futura_tmedium', serif; */
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}
 
 .sub-title {
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: right;
  display: block;
  padding-bottom:15px;
}

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

.sub-title:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #272b2b;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s 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: #000000;
  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: #000000;
}

.link-type-2 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  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; */
  color: #000000;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

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

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

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

 .nav-menu.slide .nav-list li {
  opacity: 1;
  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;
} 

/* No media queries */
.activity-box {
  height: 50px !important;
  background-color: #131212;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-btm-box {
  height: 40px !important;
  background-color: #131212;
}



  @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: 42px 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: 0 0px 20px 40px;
/*     font-family: 'futura_tmedium', sans-serif; */
  }
  .style-8 .nav-list>li {
    padding: 25px 0px 25px 40px;
  }
  .style-2 .nav-list>li:first-child {
    padding-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;
    margin-left: -70px;
    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 {
    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);
    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: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;
  }
}
 

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


/* 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;
  margin: 0px 0px 100px;
}

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

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

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

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

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

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

.slider-number {
  position: absolute;
  top: 50%;
  font-size: 13px;
  color: #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;
}
.top-baner {
  position: relative;
  width: 100%;
  min-height: 477px;
  height: 477px !important;
}
 
 .VideoBanner .top-baner.bottom-margin .block-bg .bg-wrap {
  top: -55px !important;
}

.VideoBanner .top-baner {
  position: relative;
  width: 100%;
  min-height: 620px;
  height: 100vmin !important;
}
.top-baner.nvg-margin {
  margin-top: 0px;
  height: 600px !important;
}

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

.block-bg .bg-wrap {
  width: 100%;
  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;
  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 img {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

.filter-mob-list li {
  list-style: none;
  position: relative;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #c2c6cd;
  line-height: 14px;
  margin-left: 35px;
  font-weight: 500;
  cursor: pointer;
  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: 0px;
}

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

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

.wh-50 {
  width: 50%
}

.wh-25 {
  width: 25%;
}

.wh-30 {
  width: 33.333%;
}

.wh-100 {
  width: 100%;
} 

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

.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 {
  padding: 15px;
  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 {
  font-size: 18px;
  line-height: 20px;
  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 {
  color: #4e65ad;
  font-size: 18px;
  vertical-align: top;
  font-weight: 600;
}

.service-item .title .h4 {
  color: #4e65ad;
}

.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 {
  display: none;
  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: "futura_tmedium"; */
  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 span {
  color: #ffffff;
}

.copyright {
  background-color: black;
  text-align: center;
  /*   padding: 40px 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;
}

@media(max-width: 767px) {
  .main-footer {
    padding: 0 15px;
  }
  .burger-menu {
    right: 0px;
  }
}
 
@media (max-width: 1600px) {
  .content,
  .block-bg {
    padding: 0px 60px;
  }
  /* noted for header top */
   .top-baner.nvg-margin {
    margin-top: 0px;
  }
  .single-portfolio .top-baner {
    padding-bottom: 60px !important;
  }
  .content.top-padd {
    padding: 60px 0px 0px;
  } 
  .header {
    margin: 0px 60px;
  }
   .block-bg .bg-wrap {
    left: 0px;
    top: 35px;
    right: 0px;
    bottom: 60px;
  }
  .nav-menu.slide {
    padding-top: 60px;
  } 
  header {
    height: 55px;
  }
   .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 (min-width: 1200px) {
  .coursetopcss .container {
    margin-bottom: -30px;
    margin-top: -30px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
} 

 @media (max-width: 1200px) {
/*   .logo img {
    max-width: 95px;
    height: 22px;
  } */
  .burger-menu {
    width: 35px;
  }
/*   .copyright,
  .folow-icon.right-side {
    padding: 25px 0px;
  } */
  .content,
  .block-bg {
    padding: 0px 15px;
  }
  .block-bg .bg-wrap {
    left: 0px;
    top: 0px;
    right: 0px;
    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: 15px;
  }
  .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: 0;
  }
  .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%;
  }
  .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) {
  .Rowalignjustify .row {
    display: block !important;
  }
  .wh-25,
  .wh-50 {
    width: 100%;
  }
  .service-item,
  .price-item {
    margin: 0 auto 15px;
  }
  .item,
  .team-item {
    margin-bottom: 15px;
  }
  .folow-info {
    padding: 0px 15px 20px;
  }
  .footer-logo {
    margin: 0 auto 30px;
  }
  .service-item {
    padding: 30px 0px;
  }
  .top-baner.smal-size .title-style-1 {
    margin-left: 15px;
  }
  .top-baner .title-style-1 {
    margin-right: 15px;
  }
  .Course-banner .course-style .title-style-1 {
    margin-left: 20px !important;
    margin-top: 0 !important;
  }
  .Aboutus-banner .title-style-1 {
    margin-left: 25% !important;
    margin-top: 0 !important;
  }
  .Course-banner .mu-style .title-style-1 {
    margin-left: 20px !important;
    margin-top: 0 !important;
  }
  .Studio-banner .title-style-1 {
    margin-left: 20px !important;
    margin-top: 0 !important;
  }
  .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;
} 
 .title-style-3 {
  padding-left: 0px;
  margin-top: 40px;
} 



.block-bg.type-2 .bg-wrap .bg {
  position: absolute;
  width: 100%;
  left: auto;
  right: 0px;
}
div.pp_default .pp_description{
	display:none !important;
}
.background-block, .bg-cover, .top-baner .bg{
	background-position:center !important;
}
.block-bg.type-2 .bg-wrap {
  background: #f4f7fc;
}



.title-style-3 {
	margin-top:135px;
}
.title-style-3 .h1 {
  padding-bottom: 30px;
  color: #000000;
  font-size: 40px;
}

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

.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: unset;
		 right:0px;
  }
	 .swipe-arrow-type-1{
		 bottom:17px;
	 }
  .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: unset;
  }
  .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;
  }
} 



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


/* 10 - SLIDER ANIMATION */


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

 @media (min-width: 992px) {
  .swiper-anime .sub-title:before {
    width: 0px;
  }
	   .top-baner.bottom-margin.swiper-anime-2{
		 height:1000px !important;
	 }
	 
  .swiper-anime .swiper-slide.active .sub-title:before {
    width: 100%;
  }
  .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 .swiper-slide.active .block-bg .bg {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .swiper-anime .h1 {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out;
  }
  .swiper-anime .swiper-slide.active .h1 {
    opacity: 1;
    -webkit-animation: typing 0.6s steps(30, end);
    -moz-animation: typing 0.6s steps(30, end);
  }
  .swiper-anime .sub-title {
    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
  }
  .swiper-anime .swiper-slide.active .sub-title {
    opacity: 1;
  }
  .swiper-anime .swiper-slide.active .title-link {
    opacity: 1;
    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 .swiper-slide.active .h1,
  .swiper-anime-2 .swiper-slide.active .sub-title-2,
  .swiper-anime-2 .swiper-slide.active .slide-button {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
  .swiper-anime-2 .swiper-slide.active .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 .swiper-slide.active .h1,
  .swiper-anime-3 .swiper-slide.active .sub-title-2 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .swiper-anime-3 .swiper-slide.active .image-front {
    opacity: 1;
    bottom: 0px;
  }
  .adress-list li a:hover {
    color: #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;
  margin-top: 100px;
}

.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: 'futura_tmedium', 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: 'futura_tmedium', 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;
  }
  
  .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) {
  .container {
    width: 100%;
  }
  .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%
  }
  
  .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%;
  }
  .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*/

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

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

.album-slider.swiper-container .swiper-wrapper {
  margin-left: 25%;
}

.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 .swiper-slide.swiper-slide-active .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 .swiper-slide.swiper-slide-active {
  -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;
 
  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;
   
  }
  .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 .swiper-wrapper {
    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: 20px;
    padding-bottom: 20px !important;
  }
  .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;
  }
}



/* Added Css */


.muservice-img .wpb_single_image .vc_single_image-wrapper{
	height: auto;
    width: auto;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 2s linear 0s;
}
.muservice-img .wpb_single_image img{
	width:auto;
	height:auto;
}


.enable-btn{
	padding: 10px;
    border-radius: 5px;
    margin: 10px;
    color: white;
    background: black;
    font-size: 14px;
}
.btn-div{
	position: absolute;
    margin-top: -35%;
    margin-left: 20px; 
	display:grid;
}
.event-sec{
	height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0% 25% 0 25%;
    background-color: black;
}
.event-link{
	color:white; font-size:20px;
}
.News-letter .item-padd-mob .simple-text{
	padding-bottom:0px !important;
}
.News-letter .wpb_content_element{
	margin-bottom:0px !important;
}
.News-letter .wpb_single_image img {
	margin-top: 10px;
    height: 100%;
	max-width: 85%;
}
.News-letter .wpb_single_image img{
	-webkit-transition:unset;
}
.News-letter .item-padd-mob{
	width:90%;
	padding:10px !important;
}
.News-letter{
	height:310px;
}
.tnp-email{
	height: 40px !important;
	border-radius: 4px;
	margin-bottom:0px !important;
	width:100% !important;
}
.tnp-subscription{
	margin-bottom:0px !important;
	margin:0px !important;
	max-width: 100% !important;
}
.tnp-field input[type="submit"]{
	width: 35% !important;
	height:40px !important;
    border-radius: 5px !important;
	margin-bottom:0px !important;
}
.join-news{
	color: white !important; 
	font-size: 28px !important; 
	text-align: center; 
	padding: 20px !important;
}
.subs-email{
	color: white !important; 
	font-size: 16px; 
	text-align: center; 
	padding: 0px !important;
}
.slogan{
	text-align: center;
    color: black !important;
    font-size: 40px;
    word-spacing: 10px !important;
    letter-spacing: 2px;
}
.slogan-box .item-padd-mob.section-text.text-block{
	background-color: white !important;
}
.int-tel{
	margin-bottom: 25px;
	font-weight:100;
}
.con-us select, input, textarea {
	width:450px !important;
}
.con-us textarea {
	height:100px !important;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md{
	font-size:25px !important;
}
 .VideoBanner button:hover{
	background-color: white !important;
	color:black !important;
}
.home-activity .row{
	display:flex;
}
.HomeCourse .row{
	display:flex;
}

.Account-popup div p:nth-child(2){
	font-weight:700;
}
.btn-center-both{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.seson-buton:hover{
	background-color:white;
	color:black;
}
.session-buton:hover{
	background-color:white;
	color:black !important;
}
.btn-studio-booknow:hover{
	background-color:white;
	color:black;
}
.test-buton:hover{
	background-color:white;
	color:black;
}
.seson-buton{
color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 10px 10px 10px;
}
.test-buton{
color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 10px 10px 10px;
}

.wpcf7-form-control.wpcf7-radio{
	margin-top: 15px;
	width: 100%;
    display: inline-flex;
}
.wpcf7-radio .wpcf7-list-item{
	width:20%;
}
.copy-text-size {
  color: white !important;
  text-align: center;
  font-size: 12px !important;
}

.Homepg-mob div h2 {
  word-spacing: 5px;
}
svg:not(:root) {
  height: 12px;
}
.white-text {
  color: white;
}

/* .div-top {
  position: absolute;
  margin-top: -100px;
  right: 70px;
} */
.div-top {
  position: absolute;
  margin-top: -50px;
  right: 120px;
} 
.div-top-p {
  word-spacing: 5px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
}
.course-text {
  text-align: center;
  color: white;
  padding: 1px;
}
.session-join-btn {
	margin-bottom:5px;
  padding: 5px;
  width: 175px;
  border-bottom: 3px solid white;
}
a:hover {
  color: white;
}
.session-buton {
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  padding: 0px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0px 10px 0px;
}
.session-buton.a:hover {
  color: white;
}
.course-subtext {
  text-align: unset;
  color: white;
}
.edu-font {
  font-size: 16px;
  padding: 4px !important;
}

.session-btn {
  color: black;
  border: 1px solid black;
  padding: 5px;
}
.header .logo {
  width: 70px !important;
}
.img-wid {
  width: 50px;
}
.GalleryPage .vc_gitem-animated-block {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.GalleryPage .vc_gitem-animated-block div {
  height: 100%;
}
.slider-number {
  display: none !important;
}

.Blog-banner .sub-title {
  display: none;
}
.Video-gallery-plugin .video-outer-row .vpg-first {
  clear: none;
}
.Video-gallery-plugin .vpg-medium-3 {
  width: 20%;
}


div:has(section.comingsoon) {
  width:100% !important;
} 

.comingsoon {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}
.comingsoon .row {
  height: 100%;
}
.comingsoon .wpb_column {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Vide banner size start*/
.video-size {
  height: 650px;
  width: 100%;
  overflow: hidden;
}
.video-size>video {
  min-width: 100%;
  min-height: 100%;
}
/* Vide banner size end*/
.news-banner .sub-title {
  display: none !important;
}
#vid {
  width: 100%;
}
.Hidesection {
  display: none;
}
.artistnew-box .section {
  width: 100% !important;
  margin-left: 0px !important;
}
.artistnew-box .container {
  width: 100%;
}
.Image-without-effect .wpb_single_image .vc_single_image-wrapper {
  -webkit-transition: unset !important;
}
.Image-without-effect .wpb_single_image .vc_single_image-wrapper:hover {
  transform: unset !important;
}
.artistnew-box .left-artbox {
  height: 341px;
  padding-left: 0px;
  padding-right: 0px;
}
.artistnew-box .wpb_single_image {
  height: auto;
	width:auto;
}

.artistnew-box .wpb_single_image .vc_figure {
  height: 100%;
}

.artistnew-box .left-artbox .wpb_single_image img {
  height: 100%;
}
.artistnew-box .rightart-box {
  height: 341px;
  background: none;
}
.rightart-box .item-padd-mob .simple-text {
  padding-top: unset;
  padding-bottom: 20px;
}
.artistnew-box .item-padd-mob {
  padding: 5px;
}
.input-send {
  width: 150px !important;
}
.Course-banner .activitypg-style .mainact .title-style-1 {
  margin-left: 70%;
  margin-top: 12%;
}
.Course-banner .activitypg-style .title-style-1 {
  margin-left: 58%;
  margin-top: 12%;
}
.Course-banner .activitypg-style .sub-title {
  display: unset !important;
}
.Course-banner .mu-mainpg-style .sub-title {
  display: unset !important;
}
.Aboutus-banner .sub-title {
  display: none !important;
}
.Studio-banner .sub-title {
  display: unset !important;
}
.Studio-banner .sub-title .h5 {
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
}
.Course-banner .course-style .title-style-1 {
  margin-left: 55%;
  margin-top: 18%;
}
.Course-banner .course-style .self-makeup .sub-title {
  display: unset !important;
}
.Course-banner .course-style .self-makeup .title-style-1 {
  margin-left: 58%;
  margin-top: 12%;
}
.Course-banner .course-style .special-eff .sub-title {
  display: unset !important;
}
.Course-banner .course-style .special-eff .title-style-1 {
  margin-left: 58%;
  margin-top: 12%;
}
.Course-banner .course-style .sub-title {
  display: unset !important;
}
.Course-banner.white-banner .sub-title .h5 {
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
.Course-banner .sub-title .h5 {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
.Course-banner .studio-style .title-style-1 {
  margin-left: 45%;
  margin-top: 13%;
}
.Course-banner .mu-style .sub-title {
  display: unset !important;
}
.Course-banner .studio-style .sub-title {
  display: none !important;
}
.Course-banner .mu-style .title-style-1 {
  margin-left: 60%;
  margin-top: 13%;
}
.paoc-popup-modal-cnt {
  height: 600px;
  overflow: auto;
}
#paoc-modal-1 .paoc-popup-modal-cnt {
  height: 300px;
  overflow: auto;
}

#paoc-modal-2 .paoc-popup-modal-cnt {
  height: 300px;
  overflow: auto;
}
.vc_gitem-post-data {
  margin-top: 15px;
}
.contact-us-footer .item-padd-mob .simple-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-us-text .simple-text.md p {
  line-height: 30px !important;
}
/* Blog page header hiding start */
.single .top-baner.smal-size {
  display: none;
}
.twit-desc .title {
  font-size: 30px;
  line-height: 45px;
}
.twit-desc.post-title {
  margin-left: -18.6%;
  padding: unset;
}
.first.wow img {
  width: 100%;
}
.twit-author img {
  display: none !important;
}
.twit-desc.border-bottom {
  border-bottom: unset !important;
}
.post-txt {
  margin-left: 0px !important;
}
.twit-author .h6 {
  display: none;
}
.share {
  display: none;
}
.comment-form {
  padding-bottom: 40px;
}
/* Blog page header hiding end */
/* WP Masonry blog start */
.wmle_container .wmle_item .wmle_post_meta {
  display: none;
}
.wmle_container .wmle_item {
  border: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.wmle_container .wmle_item .wmle_post_title {
  text-align: center;
  border-bottom: unset !important;
  border-top: unset !important;
  font-size: 15px !important;
  color: #000000 !important;
}
.wmle_container .wmle_item .wmle_post_excerpt {
  display: none;
}
/* WP Masonry blog end */
.popular-head {
  padding-top: 20px;
}
.cat-btn {
  background-color: #000000;
  border: none;
  color: white;
  width: 250px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.category-section .wpb_content_element {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-seperate-category {
  border-left: 3px solid #ccc8c8;
  height: 300px;
  padding-left: 15px;
}
.New-blog-view .twit-author {
  display: none;
}
.New-blog-view .twit-item {
  box-shadow: none;
}
.New-blog-view .h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.popular-blog-view .twit-author {
  display: none;
}
.popular-blog-view .twit-item {
  box-shadow: none;
}
.popular-blog-view .h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.white-banner .h1.big-heading {
  color: white !important;
}
.head-color-b {
  color: black;
}
.activity-page .wpb_single_image img {
  height: 100%;
}
.activity-page .wpb_single_image .vc_figure {
  height: 250px;
}
.activity-img .wpb_single_image img {
  height: 100%;
}
.nav-list>li a {
  margin-bottom: 30px;
}
.gallery-img {
  height: 350px;
}
.gallery-img .wpb_content_element {
  height: 45px;
  margin-bottom: 0px !important;
}
.gallery-img .wpb_single_image.wpb_content_element {
  width: 100%;
  height: 300px;
}
.gallery-img .wpb_single_image .vc_figure {
  height: 100%;
  width: 100%;
}
.gallery-img .wpb_single_image img {
  width: 100%;
  height: 100%;
}
.allmakeup-btntxt:hover {
  color: white;
}
.btn-studio-booknow:hover {
/*   color: white; */
}
.btn-bts-video {
  color: white;
  background: black;
  font-size: 18px;
  margin: 0px 15px;
  padding: 10px 20px;
}
.btn-bts-image {
  color: white;
  background: black;
  margin: 0px 15px;
  font-size: 18px;
  padding: 10px 20px;
}
.btn-bts-video:hover {
  color: white;
}
.btn-bts-image:hover {
  color: white;
}
.event-list {
  line-height: 25px !important;
}
.event-list li {
  padding: 5px 0 !important;
}
.head-seperate {
  border-bottom: 2px solid black;
  width: 245px;
}
.business-row .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-seperate-events {
  border-bottom: 2px solid black;
  width: 85px;
}
.head-seperate-business {
  border-bottom: 2px solid black;
  width: 248px;
}
.founder-sec {
  font-size: 12px;
  line-height: 28px;
}
.rightart-box .section-text .simple-text.md p {
  line-height: 20px;
	font-size:12px;
	color:black;
	text-align:justify;
}

.Hidesection {
  display: none;
}
.news-section-height .wpb_single_image img {
  height: 220px;
}
.news-section-height .wpb_single_image .vc_figure {
  height: 220px;
}
.news-section-height .item-padd-mob .simple-text {
  padding: 10px;
}
.tile-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.new-arrivals-link {
  line-height: 0;
}
.new-arrivals-link img {
  height: 210px;
	width:100%;
  transform: scale(1.01);
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.new-arrivals-link:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.new-arrivals-link img:hover {
  opacity: 0.8;
}
.tile-wrapper .text-overlay {
  position: absolute;
  margin: auto;
  top: 68%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.tile-wrapper:hover {
  background: linear-gradient(45deg, #000000, #27212100);
}
.text-overlay .top-seperator {
  width: 110px;
  border-bottom: 2px solid white;
  margin: 2px;
}
.tile-wrapper .text-overlay h2 {
  color: white;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0px;
}
.tile-wrapper .text-overlay p {
  color: white;
  font-size: 12px;
}
.Mobile-res .wpb_content_element {
  margin-bottom: 0px !important;
}
.Gallery-section .special-offer .col-md-2 {
  width: 20%;
}
.GalleryPage .vc_gitem-animate-slideBottom {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.GalleryPage .vc_gitem-zone:hover {
  transform: scale(1.2);
}
.GalleryPage .vc_gitem-zone {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 3s ease;
}
.GalleryPage .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  transition: all 3s ease;
}
.News-subpage .wpb_single_image .vc_figure {
  height: unset;
}
.back-btn {
  padding: 10px;
  border: 1px solid black;
}
.back-btn a:hover {
  color: unset !important;
}
.back-btn a {
  color: black;
}
.back-btn:hover {
  color: white;
  background-color: black;
}
.News-subpage .p1 {
  padding: 7px;
  font-size: 12px !important;
  line-height: 25px !important;
}
.vertical-news .row .wpb_single_image.vc_align_left {
  height: 130px;
}
.vertical-news .row .wpb_single_image img {
  height: 130px;
}
.News-section-more .more {
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.75px;
  color: #000;
}
.News-section-more .more:hover {
  color: black;
  margin-bottom: 2px;
  border-bottom: 2px solid black;
}
.news-row1 {
  display: inline-block;
}
.News-firstrow .wpb_single_image .vc_figure {
  height: unset;
}
.News-firstrow .wpb_single_image img {
  height: 300px;
}
.Center-alignment .row {
  height: 300px;
  border-right: 1px solid grey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Blog-banner .title-style-1 {
  margin-left: 70%;
  margin-top: 15%;
}
.Blog-banner .h1.big-heading {
  color: white;
  letter-spacing: 2.5px;
  font-size: 33px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.Aboutpg-artist .wpb_single_image .vc_figure {
  height: unset;
}
.Aboutus-banner .h1.big-heading {
  color: white;
  letter-spacing: 2.5px;
  font-size: 25px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.Aboutus-banner .title-style-1 {
  margin-left: 70%;
  margin-top: 13%;
}
.Aboutpg-artist .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Studio-banner .title-style-1 {
  margin-left: 59%;
  margin-top: 13%;
}
.Studio-banner .top-baner {
  height: 480px;
}
.Studio-banner .h1.big-heading {
  color: white;
  letter-spacing: 2.5px;
  font-size: 25px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.bullet-txt-studio ul li,
ol li {
  list-style: unset !important;
  padding: 10px 0;
  font-size: 13px !important;
}
.bullet-txt-studio {
  padding: 20px;
}

.contact-more {
  color: white;
  font-size: 18px;
  padding: 5px;
}
.btn-studio-booknow {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border: 3px solid #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0px 10px 0px;
}
.left-studio-div {
  width: 500px;
  padding: 10px;
  position: relative;
  z-index: 10;
  margin: -30px 0 5px;
  background-color: black;
}
.leftstudio-txt {
  font-size: 25px;
  text-align: center;
  color: white;
  line-height: 30px;
}
.top-studio-seperator {
  width: 175px;
  border-bottom: 3px solid white;
  margin-bottom: 5px;
}
.allmakeup-btntxt {
  color: white;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.allmakeup-btn {
  width: 500px;
  padding: 20px;
  background-color: black;
}
.guideline-btn {
	margin-bottom:5px;
  width: 500px;
  padding: 20px;
  background-color: black;
}
.director-btn {
	margin-bottom:5px;
  width: 500px;
  padding: 20px;
  background-color: black;
}
.leftmu-txt {
  font-size: 35px;
  text-align: center;
  color: white;
  line-height: 50px;
}
.leftmu-info-txt {
  font-size: 15px;
  text-align: center;
  color: white;
  line-height: 25px;
}
.top-mu-seperator {
  width: 221px;
  border-bottom: 3px solid white;
}
.btn-mu-booknow:hover {
  background-color: white;
  color: black;
}
.btn-mu-booknow {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border: 3px solid #fff;
  padding: 5px 20px;
/*   font-family: 'Futura-Book'; */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0px 25px 0px;
}
.left-mu-div {
  width: 500px;
  padding: 10px;
  position: relative;
  z-index: 10;
  margin: -30px 0 5px;
  background-color: black;
}

.newright-mu-div {
  width: 500px;
  padding: 10px;
  position: relative;
  z-index: 10;
  margin: 0px 0px 5px;
  background-color: black;
}
.newcontact-box .title-style-2.text-next {
    margin-top: 6px;
    margin-bottom: 5px;
    background-color: black;
}
.newcontact-box .sub-title .h5 {
    color: #fff;
    line-height: 34px;
}
.newcontact-box .simple-text.md p {
    color: white;
    padding: 6px;
    font-size: 13px;
    line-height: 30px;
}
.newcontact-box .sub-title{
	text-align: center !important;
	padding-bottom:0px !important;
}
.newcontact-box .item-padd-mob {
	background-color: black;
}
.copy-text-size a{
	color:white !important;
}
.terms h4 {
    margin-top: 12px;
}
.terms ol li{
	padding: 5px 0;
	font-size:13px !important;
}
.Homepg-mob .item-padd-mob.section-text.text-block {
	background-color:black;
}
.rightart-box .item-padd-mob.section-text.text-block {
	background-color: unset;
}
.Homepg-mob div h2 {
    color: white;
    margin-bottom: 10px;
    margin-top: 30px;
    word-spacing: 5px;
}
.terms .simple-text.md p {
    font-size: 13px;
    line-height: 25px;
}
.prof-div{
background-color: black; margin-top: 10px;
    width: 50%;
    color: white;	
}
.prof-halfbox{
display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;	
}
.prof-text{
color: white;
    font-size: 20px;	
}
.founder-text {
    color: white;
    width: 500px;
    padding: 50px;
    line-height: 25px;
	background-color:black;
}
.newright-mu-div ul li{
	padding: 5px;
    color: white;
    line-height: 15px;
    font-size: 12px !important;
	list-style:unset !important;
}
.muservice-img .wpb_single_image .vc_figure {
/*   width: 100%;
  height: 250px; */
  width: auto;
  height: auto;
}
.muservice-img .wpb_single_image img {
  width: 100%;
  height: 100%;
}
.mu-btm-box {
  height: 40px;
  background-color: black;
}
.icon-font-size {
  font-size: 16px;
}
.map-class .wpb_gmaps_widget .wpb_wrapper {
  margin: 15px 50%;
  width: 40%;
}
.btm-head {
  border-left: 1px solid white;
  height: 175px;
  margin-top: 40px;
}
.btm-txt {
  margin-left: 40px;
  color: white;
  padding: 25px;
  letter-spacing: 1px;
}
.btm-txt-p {
  font-size: 15px;
  line-height: 23px;
}
.special-offer .wpb_single_image.vc_align_left {
  text-align: center;
  margin-bottom: 0px !important;
  border: 1px solid lightgray;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center
}
.Coursepg {
  max-width: 1460px;
  padding: 0 35px;
  margin: 0 auto;
}
.main-div-course {
  padding-bottom: 60px;
  position: relative;
  z-index: 10;
}
.leftsec-txt {
  text-align: center;
  color: white;
  line-height: 25px;
}
.left-course-div {
  width: 500px;
  padding: 10px;
  position: relative;
  z-index: 10;
  margin: -30px 0 5px;
  background-color: black;
}
.right-course-div ul li,
ol li {
  list-style: circle;
  padding: 5px 0;
  line-height: 20px;
  font-size: 14px !important;
}
.right-course-div {
  margin-top: 125px;
}
.right-course-div.bb-right-content{
	 margin-top: 100px;
}
.right-course-div.bb-right-content .simple-text.md p{
	font-size: 18px;
    line-height: 35px;
}
.right-course-div .simple-text.md p{
	font-size: 18px;
    line-height: 50px;
}
.allcourse-btntxt a {
  color: white;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.allcourse-btn {
  width: 500px;
  padding: 20px;
  background-color: black;
}
.allcourse-btntxt a:hover {
  border-bottom: 2px solid white;
}
.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-join-btn {
  width: 175px;
  border-bottom: 3px solid white;
}
.top-seperator {
  width: 110px;
  border-bottom: 2px solid white;
  margin: 10px;
}
.leftsec-txt {
  text-align: center;
  color: white;
  line-height: 25px;
}

.left-section {
  padding: 0 35px;
  margin: 0 auto;
}
.Course-banner .title-style-1 {
  margin-left: 59%;
  margin-top: 13%;
}
.Course-banner .top-baner {
  height: 480px;
}
.Course-banner .h1.big-heading {
  letter-spacing: 0.5px;
  color: black;
  font-size: 23px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.Course-banner .h1.big-heading:after {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.detail-pgm {
/*   font-family: 'Futura-Book'; */
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.detail-txt {
  background: #000;
  padding: 37px 80px 38px;
  color: #fff;
}
.Homepg-elicos {
  text-align: center;
  font-size: 30px;
  line-height: 25px;
  word-spacing: 5px;
}
.Homepg-pgms {
  text-align: center;
  font-size: 30px;
  word-spacing: 5px;
  line-height: 25px;
}
.Homepg-learn {
  text-align: center;
}
.vertical-news .wpb_single_image .vc_figure {
  height: 150px;
}
@media (max-width: 992px) {
/* 	.artistnew-box .rightart-box {
    height: 275px;
  } */
	
	
	.guideline-btn{
		width: 330px;
    margin: -25px 20px 5px;
	}
	.director-btn{
		width:100%;
	}
	.newright-mu-div {
    margin: 0px 20px 5px;
    width: 330px;
	}
	.founder-text{
		width:100%;
		padding:25px;
	}
  .new-arrivals-link img {
    height: 250px;
	  width:100%;
  }
  .bullet-txt-studio {
    padding: 15px;
  }
  .contact-more {
    font-size: 14px;
  }
  .btn-studio-booknow {
    font-size: 12px;
    padding: 4px 16px;
    margin: 5px 0px 5px 0px;
  }
  .btn-mu-booknow {
    font-size: 12px;
    padding: 1px 15px;
    margin: 15px 0px 10px 0px;
  }
  .leftmu-info-txt {
    font-size: 12px;
  }
  .allmakeup-btntxt {
    font-size: 14px;
  }
  .top-mu-seperator {
    width: 135px;
  }
  .allmakeup-btn {
    padding: 15px;
  }
  .muservice-img .wpb_single_image .vc_figure {
    height: auto;
  }
  .top-studio-seperator {
    width: 130px;
    margin-bottom: 0px;
  }
  .leftstudio-txt {
    font-size: 20px;
    line-height: 15px;
  }
  .copy-text-size {
    color: white !important;
    text-align: center;
    font-size: 9px !important;
  }
  .edu-font {
    font-size: 14px;
  }
  .left-course-div .leftsec-txt.h3 {
    font-size: 20px;
  }
  #hidebtn {
    padding: 5px;
    margin: 10px;
    font-size: 12px;
  }
  .Homepg-mob .item-padd-mob {
    padding-bottom: 0;
  }
  .News-firstrow .wpb_single_image img {
    height: 200px;
  }
  .vertical-news .row .wpb_single_image img {
    height: 150px !important;
  }
  .news-banner .top-baner {
    height: 360px !important;
  }
  .Blog-banner .top-baner {
    height: 360px !important;
  }
  .Act-Banner .top-baner {
    height: 360px !important;
  }
  .twit-desc .title {
    font-size: 25px;
    line-height: 35px;
  }
  .Aboutpg-img .wpb_single_image img {
    height: 100%;
  }
  .twit-desc.post-title {
    margin-left: 0px;
  }
  .activitypg-style .allmakeup-btntxt {
    font-size: 14px;
  }
  .Studio-banner .top-baner {
    height: 360px !important;
  }
  .mu-style .top-baner {
    height: 360px !important;
  }
  .left-studio-div {
    width: 330px;
    margin: -25px 97px 5px;
  }
  .Studio-banner .allmakeup-btntxt {
    font-size: 14px;
  }
  .left-mu-div {
    width: 330px;
    margin: -25px 97px 5px;
  }
  .allmakeup-btn {
    width: 330px;
    margin: 10px 97px 10px;
  }
  .MU-Banner {
    height: 360px;
  }
  .muservice-img {
    padding: 40px;
    padding-top: 0px;
  }
  .gallery-img {
    height: 300px;
    margin: 25px;
  }
  .gallery-img .wpb_content_element {
    height: 40px;
  }
  .gallery-img .wpb_single_image.wpb_content_element {
    height: 260px;
  }
  .Gal-Mob h2 {
    font-size: 20px;
  }
  .BooknowSection select,
  input,
  textarea {
    width: 342px !important;
  }
  .Book-Mob h3 {
    font-size: 18px;
    line-height: 25px;
	  margin-top:50px;
  }
	.Account-popup div p{
		font-size:15px !important;
	}
  .section-text .simple-text.md p {
    font-size: 13px;
  }
  .pro-course .leftsec-txt {
    font-size: 13px;
    line-height: 10px;
  }
  .session-join-btn {
    padding: 0px;
  }
  .session-buton {
    margin: 10px 0px 10px 0px;
  }
  .left-course-div {
    height: 615px;
  }
  .pro-course .left-course-div {
    height: auto;
    margin-top: -30px;
  }
  .top-course .leftsec-txt {
    line-height: 25px;
  }
  .top-course .left-course-div {
    height: 315px;
  }
  .self-course .leftsec-txt {
    line-height: 25px;
  }
  .self-course .left-course-div {
    height: 270px;
  }
  .effect-course .leftsec-txt {
    line-height: 25px;
  }
  .effect-course .left-course-div {
    height: 340px;
  }
  .Course-mob h1 {
    font-size: 20px;
    line-height: 35px !important;
  }
  .Course-mob .simple-text.lg p {
    font-size: 13px;
    line-height: 26px;
  }
  .Course-mob .new-arrivals-link img {
    height: 210px;
	  width:100%;
  }
  .business-row.first {
    height: 380px;
  }
  .business-row.second {
    height: 480px;
  }
  .business-row.third {
    height: 370px;
  }
  .business-row.fourth {
    height: 400px;
  }
  .Aboutus-banner {
    height: 360px;
  }
  .business-row .wpb_column {
    height: 180px;
  }
  .business-row .wpb_single_image.vc_align_center {
    margin-bottom: 0px !important;
  }
  .business-row .container.Aboutus-banner section:first-child {
    height: 375px;
  }
  
  .gallery-img .wpb_single_image img {
    max-width: 100% !important;
  }
  .Aboutpg-artist .row {
    display: unset;
  }
  .business-row .row {
    display: unset;
  }
  .wpb_single_image .vc_figure {
    height: 150px;
  }
  .map-class .wpb_gmaps_widget .wpb_wrapper {
    margin: 10px 16%;
    width: 70%;
  }
  .left-course-div {
    width: 330px;
    height: 340px;
    padding: 4px;
    margin: -160px 97px 5px;
  }
  .allcourse-btn {
    width: 330px;
    padding: 10px;
    margin: 5px 97px 5px;
  }
  .right-course-div {
    margin-top: 0px;
    padding: 30px;
  }
  .Course-banner .h1.big-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .btm-head {
    border-left: unset;
    margin-top: 0px;
    height: 100px;
  }
  .btm-txt {
    margin-left: 0px;
    padding: 0px;
    text-align: center;
  }
  .btm-txt-p {
    font-size: 10px;
    line-height: 20px;
  }
  .copyright {
    display: none;
  }
  .Right-seperate .row {
    display: inline-flex;
  }
  .Right-seperate {
    border-right: none !important;
  }
  .product-img .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .activity-img .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .special-offer .col-md-2 {
    width: unset !important;
    margin: 30px;
    margin-top: 0px;
  }
  .product-img .wpb_content_element {
    margin-bottom: 0px !important;
  }
  .product-img .wpb_single_image .vc_figure {
    width: 100%;
    height: 210px;
  }
  .activity-img .wpb_content_element {
    margin-bottom: 0px !important;
  }
  .activity-img .wpb_single_image .vc_figure {
    width: 100%;
    height: 210px;
  }
  .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
  .home-activity .wpb_single_image img {
    max-width: 100% !important;
    width: 100%;
  }
  .home-activity .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .Homepg .wpb_single_image img {
    max-width: 100% !important;
  }
}
/* Added mediaquery */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.artistnew-box .wpb_single_image{
		height:100% !important;
	}
	.rightart-box .section-text .simple-text.md p {
    line-height: 18px;
    font-size: 9.6px;
		text-align:justify;
}
	
	.section-text .simple-text.md p{
		font-size:11.5px;
	}
	.left-studio-div{
		width:475px;
		margin: -30px 0px 5px -25px;
	}
	.allmakeup-btn.center-align{
		width: 475px;
    margin-left: 20px;
}
	.left-section{
		margin-left:0px !important;
		width:100% !important;
	}
	 .activity-name{
		font-size:13px !important;
	}
	.tile-wrapper .text-overlay h2 {
    font-size: 10px;
    line-height: 15px;
}
	.btn{
		padding:0px 0px !important;
		font-size:10px !important;
	}
	.left-course-div{
		width: 475px;
	}
	.allcourse-btn{
		width: 475px;
	}
	.left-mu-div{
		width: 475px;
    margin: -30px 0 5px 20px;
	}
	.mu-style .allmakeup-btn {
    width: 475px;
    margin-left: 20px;
	}
	.mu-style .section{
		width:100% !important;
		margin-left:0px !important;
	}
	.session-btn {
    padding: 5px;
    font-size: 8px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	
  .contact-top h2 {
    margin-top: 20px !important;
    font-size: 20px !important;
  }
  .left-studio-div {
    width: 465px !important;
	  margin-right:50px;
  }
  .left-mu-div {
    width: 465px !important;
  }
  .allmakeup-btn {
    width: 465px !important;
  }
  .Gal-Mob h2 {
    font-size: 25px !important;
  }
  .GalleryPage .vc_gitem-animated-block {
    height: 150px !important;
  }
  .gallery-img .wpb_content_element {
    height: 65px !important
  }
  .gallery-img .wpb_single_image.wpb_content_element {
    height: auto !important;
  }
  .gallery-img {
    height: auto !important;
  }
  .BooknowSection select,
  input,
  textarea {
    width: 735px !important;
  }
  .input-send {
    width: 200px !important;
  }
  .left-course-div {
    width: 465px !important;
  }
  .allcourse-btn {
    width: 465px !important;
  }
  .business-row.first {
    height: 490px !important;
  }
  .business-row.first .wpb_column {
    height: 300px !important;
  }
  .business-row.second .wpb_column {
    height: 185px !important;
  }
  .business-row.third {
    height: 470px !important;
  }
  .business-row.fourth .wpb_column {
    height: 175px !important;
  }
  .business-row.fourth {
    height: 525px !important;
  }
  .business-row .wpb_column {
    height: 300px !important;
  }
  .Aboutus-banner {
    height: 360px !important;
  }
  .about-artist .wpb_single_image img {
    height: auto !important;
  }
  .Homepg-elicos {
    font-size: 30px !important;
  }
  .btm-txt-p {
    font-size: 15px !important;
  }
  .copy-text-size {
    font-size: 15px !important;
  }
  .section-text .simple-text.md p {
    font-size: 14px !important;
  }
  .artistnew-box .rightart-box {
    height: 190px;
  }
  .artistnew-box .left-artbox {
    height: auto !important;
  }
  svg:not(:root) {
    height: 20px !important;
  }
  .inside {
    height: 55px !important;
  }
  .more {
    font-size: 25px !important;
  }
  .btn {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 22px !important;
  }
  .tile-wrapper .text-overlay h2 {
    font-size: 25px !important;
    line-height: 45px !important;
  }
  .text-overlay .top-seperator {
    width: 50% !important;
  }
  .tile-wrapper .text-overlay p {
    font-size: 25px !important;
    line-height: 45px !important;
  }
  .col-md-3.Mobile-res {
    margin: 20px;
  }
  .new-arrivals-link img {
    height: auto;
	  width:100%;
  }
  .activity-img {
    margin: 20px;
  }
  .activity-img .wpb_single_image .vc_figure {
    height: auto;
  }
  .Homepg-mob .item-padd-mob .simple-text h2 {
    font-size: 30px !important;
  }
  .Homepg-mob .vc_sep_width_100 {
    width: 28% !important;
  }
  .activity-name {
    font-size: 25px !important;
  }
  .activity-more {
    font-size: 23px !important;
  }
  .activity-btm-box {
    height: 55px !important;
  }
  .activity-btm-box {
    height: 50px;
  }
  .item-padd-mob .simple-text {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {
	
	.artistnew-box .wpb_single_image {
    height: 100%;
		max-width: 65%;}
	
  .Course-banner .course-style .title-style-1 {
    margin-left: 70%;
    margin-top: 12%;
  }
  .Course-banner .course-style .self-makeup .sub-title {
    display: unset !important;
  }
  .Course-banner .course-style .self-makeup .title-style-1 {
    margin-left: 70%;
    margin-top: 12%;
  }
  .Course-banner .course-style .special-eff .sub-title {
    display: unset !important;
  }
  .Course-banner .course-style .special-eff .title-style-1 {
    margin-left: 70%;
    margin-top: 12%;
  }
  .Course-banner .activitypg-style .mainact .title-style-1 {
    margin-left: 70%;
    margin-top: 12%;
  }
  .Course-banner .activitypg-style .title-style-1 {
    margin-left: 70%;
    margin-top: 12%;
  }
}

@media (max-width: 480px) {
	
	.Newsletter-image{
		margin-top:-300px !important;
	}
	.home-activity .row{
	display:unset;
}
.HomeCourse .row{
	display:unset;
}
	.BooknowAdjust input[type=checkbox], input[type=radio]
	{
		width:100% !important;
	}
	.wpcf7-radio .wpcf7-list-item{
		width:5% !important;
	}
	
	.btn-center-both{
		display:grid;
	}
	.test-buton{
		margin:10px 10px 10px 10px;
	}
  .contact-top h2 {
    font-size: 20px !important;
  }
  .contact-top {
    margin-top: 15px !important;
  }
  .tile-wrapper .text-overlay {
    top: 70%;
  }
  .artistsection .wpb_wrapper {
    height: 500px;
    width: 100%;
  }
  .artistsection .wrap {
    height: 100%;
    width: 100%;
  }
  .artistsection .artistbox {
    height: 100%;
    width: 100%;
  }
  .artistsection .artistbox .txt {
    padding-top: 90%;
    height: 50%;
    width: 100% !important;
    margin: 3px;
  }
  .artistsection .artistbox p {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .artistsection .artistbox .img {
    background-image: url(https://www.elicosmetics.me/wp-content/uploads/2019/10/art-smal.jpg);
    width: 100% !important;
    height: 50%;
  }
  .container .section.VideoBanner:first-child {
    height: 225px;
    padding-top: 50px;
  }
  .Course-banner .title-style-1 {
    margin-left: 10%;
    margin-top: 10%;
  }
  .product-img.col-md-3 {
    padding: 25px;
  }
  .activity-img.col-md-3 {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 25px;
    padding-top: 0px;
  }
  .Mobile-res.col-md-3 {
    margin-left: 25px;
    margin-right: 25px;
    height: auto;
    margin-bottom: 25px;
  }
  .Homepg .block-bg {
    height: 225px;
  }
  .Homepg .Homepg-elicos {
    font-size: 20px;
  }
  .Homepg .Homepg-pgms {
    font-size: 20px;
  }
}

.text-activity {
  text-align: center;
  font-size: 11px;
  padding: 12px;
  color: white;
  line-height: 18px;
}
.activity-more {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
}
.activity-more:hover {
  color: white;
  margin-bottom: 5px;
  border-bottom: 2px solid white;
}
.activity-name {
  color: white;
/*   font-size: 13px !important; */
}
.product-img .wpb_single_image .vc_figure {
  height: 210px;
}
.activity-img .wpb_single_image .vc_figure {
  height: auto;
}
.special-offer .col-md-2 {
  width: 20%;
}
.home-activity .wpb_content_element {
  margin-bottom: 0px !important;
}
.buy-btn {
  float: right;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 0 20px;
  display: inline-block;
/*   font-family: 'Futura-Book'; */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 15px 0px 0px;
}
.buy-btn:hover {
  background-color: white;
  color: black;
}
.inside-box {
  height: 50px;
  background-color: #131212;
}
.more-info {
  float: left;
  margin: 15px 0px 0 15px;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.75px;
  color: #fff;
}
.more-info:hover {
  color: white;
  margin-bottom: 5px;
  border-bottom: 2px solid white;
}
.Right-seperate {
  height: 250px;
  border-right: 1px solid grey;
}
.artistsection {
  background-repeat: unset;
  background-image: url(https://www.elicosmetics.me/wp-content/uploads/2019/10/black_BG-1.jpg);
}
.artistbox .img {
  width: 50%;
  background-image: url(https://www.elicosmetics.me/wp-content/uploads/2019/10/Eli_photo.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.artistbox .txt {
  width: 50%;
  height: 375px;
  float: left;
  padding: 75px 41px 30px;
}
.artistbox .post {
  display: block;
/*   font-family: 'Futura-Bold'; */
  font-size: 12px;
  line-height: 1.5em;
}
.artistbox .expert {
  display: block;
  font-size: 18px;
  line-height: 1em;
/*   font-family: 'Futura-Light'; */
  text-transform: uppercase;
  margin-bottom: 4px;
}
.artistbox p {
/*   font-family: 'Futura-Light'; */
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.artistbox p .quotes {
  line-height: 0.4em;
  height: 33px;
  display: inline-block;
  position: relative;
  margin: 0 8px -13px 0;
}
.qt-left {
  float: left;
}
.qt-right {
  float: right;
}
p .quotes {
  font-family: "Times New Roman", Times, Georgia, serif;
/*   font-size: 55px; */
	font-size:30px;
}
.artistbox {
  max-width: 680px;
  margin: 35px auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.wrap {
  max-width: 1460px;
  padding: 0 35px;
  margin: 0 auto;
}
.HomeCourse .wpb_single_image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.HomeCourse .wpb_single_image.vc_align_left {
  text-align: center;
  margin-bottom: 0px !important;
}
/* .inside {
  height: 45px;
  background-color: #131212;
} */
.inside {
  height: 45px;
  background-color: #131212;
	display: flex;
    align-items: center;
    justify-content: center;
}

.HomeCourse .more:hover {
  color: white;
  margin-bottom: 5px;
  border-bottom: 2px solid white;
}
.more {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
}
.HomeCourse .btn:hover {
  background-color: white;
  color: black;
}
.btn {
  float: right;
  color: #fff;
  font-size: 10px;
  height: 26px;
	width:50%;
  line-height: 25px;
  border: 1px solid #fff;
  padding: 0px 0px;
  display: inline-block;
/*   font-family: 'Futura-Book'; */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 15px 0px 0px;
}
.wpb_single_image .vc_figure {
  height: 300px;
  overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 2s linear 0s;
}
.wpb_single_image .vc_single_image-wrapper:hover {
  transform: scale(1.2);
}
.background-block,
.bg-cover,
.top-baner .bg {
  background-position: unset;
}
.companyname1 {
  font-family: 'tunga'!important;
  font-weight: 500;
}
.main-footer .section-bg {
  display: none;
}
.BooknowSection textarea {
  height: 100px !important;
}
.BooknowSection select,
input,
textarea {
  font-size: 15px;
  background: white;
  border: 1px solid #a7a7a7 !important;
  border-radius: unset !important;
  width: 544px;
  height: 40px;
  margin-bottom: 25px !important;
}
.BooknowSection .input-field,
input[type="password"] {
  font-size: 15px;
  padding: 0px 8px;
  border-radius: 5px;
}
.BooknowSection .simple-text.md p {
  line-height: 25px;
}
.input-field,
input[type="password"] {
  border: 1px solid #8c8c8c;
}
.theme-background-color {
  background-color: #000000 !important;
}
#formSubmit,
#formSubmit-pc {
  background-color: #060606 !important;
}
#tawkToContent {
  display: none !important;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
  outline: 0;
  box-shadow: inset 0 0 10px 20px #5a5a5a;
}
#sb_instagram .sbi_follow_btn a {
  background: #333;
  color: #fff;
}
.GalleryPage .vc_gitem_row .vc_gitem-col {
  height: 100%
}
.GalleryPage .vc_grid.vc_row .vc_grid-item {
  vertical-align: bottom;
}
.HoverMediaGridHide {
  display: none;
}
.GalleryPage .vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
  top: 0
}
.GalleryPage .vc_grid-item-mini.vc_clearfix {
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.GalleryPage .vc_gitem-post-data {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HomeGalleryHover .vc_grid-item-mini vc_clearfix {
  border: 5px solid whitesmoke;
}
.HomeGalleryHover .vc_gitem_row .vc_gitem-col {
  height: 100%
}
.HomeGalleryHover .vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
  top: 0
}
.HomeGalleryHover .vc_gitem-post-data {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GalleryPage .ih-item.square {
  border: 2px solid #fff;
}
.GalleryPage .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  font-size: 15px;
}
.GalleryPage .na-prefix [class*='col-'] {
  padding-right: 25px;
  padding-bottom: 25px;
}
.GalleryPage .na-prefix .col-1-4,
.na-prefix .col-3-12 {
  height: 350px;
}
@media handheld,
only screen and (max-width: 480px) {
  .GalleryPage .na-prefix [class*='col-'] {
    padding-right: unset;
    padding-bottom: unset;
  }
  .GalleryPage .na-prefix .grid-pad {
    padding-left: unset;
  }
}
.copyright .follow-icon {
  display: unset;
}
@media screen and (max-width: 479px) {
  .Centerlogo-menu {
    position: absolute;
    height: 30px;
    z-index: 103;
    right: 26% !important;
  }	
}
/* special codes */
/* ipad pro */
@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape){
	.artistnew-box .wpb_single_image{
		height:100%;
	}	
	.home-activity .row{
		display:flex !important;
	}
	.HomeCourse .row{
		display:flex !important;
	}

}
@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait){
	
	.inside {
    height: 25px !important;
}
	.more {
    font-size: 10px !important;
}
	.tile-wrapper .text-overlay h2 {
    font-size: 10px !important;
    line-height: 20px !important;
}
	.home-activity .row{
		display:flex !important;
	}
	.HomeCourse .row{
		display:flex !important;
	}
	.activity-box {
    height: 25px !important;
}
	.activity-name {
    font-size: 10px !important;
}
	.activity-more {
    font-size: 10px !important;
}
	.text-activity{
		line-height:10px !important;
	}
	.activity-btm-box {
    height: 25px !important;
}
	
	.terms .section-text .simple-text.md p {
    font-size: 14px !important;
}
	.terms{
		padding:100px 10px !important;
	}
.Homepg-mob div h2{
		margin-bottom:17px;
	}
	.artistnew-box .left-artbox{
		margin-top:0px !important;
	}
.BooknowSection select, input, textarea {
    width: 345px !important;
}
	.section-text .simple-text.md p{
		font-size:7px !important;
	}
	.artistnew-box .rightart-box {
    height: 272px !important;
}
	
	
	.Video-adjust .wpb_single_image img {
    height: 235px !important;
	}
}
/* ipad */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
	.artistnew-box .left-artbox .wpb_single_image img{
		max-width:100% !important;
		width:100%;
	}
	.artistnew-box .wpb_single_image .vc_figure{
		width:100%;
	}
	.News-letter{
		height:600%;
	}
	.News-letter .wpb_single_image .vc_figure{
		width:100%;
	}
	.News-letter .item-padd-mob{
		width:100%;
	}
	.News-letter .wpb_single_image img{
		max-width:100% !important;
		width:100%;
	}
	
	.logo img {
    height: 30px !important;
}
	.For-ipad .row{
		display:unset;
	}
	.home-activity .row{
		display:unset;
	}
	.HomeCourse .row{
		display:unset;
	}
	.activity-box {
    height: 50px;
}

	.activity-more {
    font-size: 25px;
}
	.text-activity{
		line-height:25px;
	}
	.activity-btm-box {
    height: 50px;
}
	
.terms{
		padding:50px 20px !important;
	}
	.left-course-div{
		padding:15px;
	}
	.right-course-div{
		padding:40px;
	}
	.Homepg-mob .item-padd-mob .simple-text h2 {
    font-size: 25px !important;
}
	.bridal-gap-gal {
    margin-top: 20px !important;
}
	.artistnew-box .rightart-box {
    height: 200px;
}
	.artistnew-box .left-artbox {
    height: auto !important;
		margin-top:25px;
}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
	.burger-menu{
		width:25px;
		height:25px;
	}
	.header .logo{
	width:50px !important;	
	}
	.terms{
		padding:100px 20px !important;
	}
	.Homepg-mob div h2{
		margin-bottom:17px;
	}
	.left-course-div{
		padding:15px;
	}
	.right-course-div{
		padding:40px;
	}
.BooknowSection select, input, textarea{
		width: 290px !important;
	}	
	.Homepg-mob .item-padd-mob .simple-text h2{
		font-size:15px !important;
	}
	.prof-text{
		font-size:12px !important;
	}
	.artistnew-box .rightart-box{
		height:320px !important;
	}
	.artistnew-box .left-artbox{
		height:300px;
		margin-top:10px;
	}
	.guideline-btn {
    width: 320px;
    margin: -25px 0px 5px;
}
	.newright-mu-div {
    margin: 0px 0px 5px;
    width: 320px;
}
}
/* iphone6,7,8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
.BooknowSection select, input, textarea{
		width: 342px !important;
	}	
	.News-letter .wpb_single_image img{
		max-width:100% !important;
	}
	.bialty-container .wpb_single_image img{
		max-width:100% !important;
	}
	.News-letter .item-padd-mob{
		width:100%;
	}
	.artistnew-box .left-artbox .wpb_single_image img{
		margin-top:10px;
		max-width:100% !important;
	}
	.artistnew-box .rightart-box{
		height:265px !important;
	}
	.guideline-btn {
    width: 375px;
    margin: -25px 0px 5px;
}
	.newright-mu-div {
    margin: 0px 0px 5px;
    width: 375px;
}
}
/* iphone 6,7,8plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px){
.BooknowSection select, input, textarea{
		width: 380px !important;
	}	
		
	.guideline-btn {
    width: 415px;
    margin: -25px 0px 5px;
}
	.newright-mu-div {
    margin: 0px 0px 5px;
    width: 415px;
}
	.artistnew-box .rightart-box{
		height:260px !important;
	}
	.Homepg-mob {
    margin-top: 0px !important;
}
	.artistnew-box .left-artbox{
		height: 400px !important;
	}
}
/* iphoneX */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px){
/* 	.artistnew-box .rightart-box{
		height:275px !important;
	} */
		.logo img {
    height: 40px;
  } 
	.event-detail.pt-100{
		padding-top:100px;
	}
	.Homepg-mob div h2{
		margin-bottom:17px;
	}
	.artistnew-box .left-artbox{
		height: auto !important;
	}
	.about-artist .wpb_single_image img{
		height:auto !important;
		max-width:100% !important;
	}
}

@media (max-width: 1200px) {
  .Centerlogo-menu {
    position: absolute;
    height: 30px;
    z-index: 103;
    right: 38%;
  }
}
.Centerlogo-menu {
  position: absolute;
  height: 33px;
  z-index: 103;
  right: 43.5%;
}
.GalleryPage .wpb_content_element .wpb_tabs_nav {
  margin-left: 18px;
}
.ActivitySection .vc_separator.vc_separator_align_center h4 {
  font-size: 13px;
}
.whatwedo-col {
  top: 0px;
}
.whatwedo-col .sub-title {
  max-width: unset;
}
.whatwedo-col .sub-title .h5 {
  font-size: 20px;
  line-height: unset;
  text-transform: unset;
}
.buttonalign ul li {
  list-style: unset;
  font-size: 14px;
}
.content ul li,
.content ol li {
  font-size: 14px;
}
.ListText ul,
ol {
  list-style: unset;
  padding: 8px 0;
}
.ListText .content ul li {
  list-style: unset;
  padding: 8px 0;
}

.buttonalign ul,
ol {
  list-style: unset;
}
.Viewevents {
  margin-top: 15px;
}
.HomeGallery .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #ffffff;
}
.HomeGallery .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  color: #ffffff;
}
.HomeGallery .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
}
.GalleryPage .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
}
@media only screen and (max-width: 667px),
(orientation:landscape) {
  .NewsletterSection {
    height: 650px !important;
  }
  .MobileNewsletter {
    top: 50px !important;
  }
}
@media only screen and (max-width: 414px),
(orientation:portrait) {
  .NewsletterSection {
    height: 440px !important;
  }
  .MobileNewsletter {
    top: 10px !important;
  }
}
@media only screen and (max-width: 320px),
(max-width: 375px) {
	
  .NewsletterSection {
    height: 430px !important;
  }
  .NewsletterSection .wpb_column.col-md-6 {
    padding-bottom: 15px;
    padding-top: 15px;
    height: 50%;
  }
}

@media (min-width: 768px) {
  .NewsletterSection {
    height: 690px !important;
  }
  .MobileNewsletter {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .NewsletterSection {
    height: 400px !important;
  }
  .NewsletterSection .item-padd-mob {
    top: 0px !important;
  }
  .MobileNewsletter {
    margin-top: 0px;
  }
}
.BooknowAdjust a,
input,
textarea,
button {
  border: 1px solid #f5eeee;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.BooknowAdjust input,
select {
  border-radius: 1px !important;
  width: 560px;
  height: 40px;
}
.BooknowAdjust textarea {
  height: 150px;
}
.Arrowremove.swiper-anime-2 .swipe-arrow-type-1 {
  display: none;
}
.Hidewhatwedo {
  display: none;
}
.tnp-subscription div.tnp-field-button {
  display: flex;
  justify-content: center;
}
.tnp-field label {
  font-size: 18px;
}
.NewsletterSection .item-padd-mob {
  top: 60px;
}
.NewsletterSection .wpb_column.col-md-6 {
  padding-bottom: 15px;
  padding-top: 15px;
  height: 100%;
}
.NewsletterSection .simple-text.md p {
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  color: black;
  font-family: 'Newsletter-font';
}
.NewsletterSection input,
textarea,
select {
  padding-left: 10px;
  font-weight: 300;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #f5eeee;
  margin-bottom: 10px;
}
.NewsletterSection {
  height: 400px;
  background-color: #ffffff;
}
.NewsletterSection .container {
  height: 100%;
}
.NewsletterSection .row {
  height: 100%;
}
.NewsletterSection .wpb_single_image .vc_figure {
  height: 100%;
}
.NewsletterSection .wpb_single_image.vc_align_left {
  margin-bottom: 0px !important;
  height: 100%;
}
.NewsletterSection .wpb_single_image .vc_single_image-wrapper {
  height: 100%;
}
.NewsletterSection .wpb_single_image img {
  height: 100%;
}
.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  color: black;
  font-size: 15px;
}
@media (max-width: 992px) {
	
	.event-detail.section{
		margin-left:-15px !important;
	}
  .bridal-gap {
    margin-top: 0px;
  }

  .Gal-Mob {
    margin-top: 12px;
  }
  .Gallary-section {
    padding-top: 0px !important;
  }
  .Aboutus-banner {
    margin-top: 30px !important;
    height: 150px;
  }
  .mu-mainpg-style {
    margin-top: 30px !important;
  }
  .studio-style {
    margin-top: 30px !important;
  }
  .mu-style {
    margin-top: 30px !important;
  }
  .course-style {
    margin-top: 30px !important;
  }
  .activitypg-style {
    margin-top: 30px !important;
  }
  .div-top-p {
    font-size: 15px;
    line-height: 20px;
  }
  .div-top {
    margin-top: -45px;
    right: 35px;
  }
  .about-artist .wpb_single_image img {
    height: 275px;
  }
  .Homepg-mob {
    margin-top: -30px;
  }
  .Homepg-mob .item-padd-mob .simple-text h2 {
    font-size: 20px;
    margin-top: 15px;
  }
  .Homepg-mob .vc_sep_width_100 {
    width: 40%;
  }
  .Homepg-pgms {
    font-size: 20px;
  }
  .Homepg-elicos {
    font-size: 20px;
  }
  .BooknowSection select {
    width: 342px;
    height: 42px;
  }
  .wpb_gmaps_widget .wpb_map_wraper iframe {
    height: 150px;
  }
  .wpb_single_image img {
    max-width: 85% !important;
  }
  .NewsletterSection {
    height: 530px;
  }
  .NewsletterSection .wpb_single_image .vc_figure {
    height: 100%;
    width: 100%;
  }
  .NewsletterSection .wpb_single_image img {
    height: 100%;
    width: 100%;
  }
  .NewsletterSection .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
  }
  .NewsletterSection .container {
    height: 50%;
  }
  .NewsletterSection .item-padd-mob {
    top: -20px;
  }
  .NewsletterSection span input {
    width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .NewsletterSection {
    height: 440px;
  }
  .MobileNewsletter {
    margin-top: -2px;
  }
  .MobileNewsletter .tnp-subscription input[type=email] {
    height: 35px;
  }
  .NewsletterSection .simple-text.md p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-footer .section {
    padding: 40px 0 !important;
  }
}
.PopularpostBox .item-padd-mob .simple-text {
  padding-bottom: 0px;
}
.PopularpostBox .item-padd-mob .simple-text p {
  padding-bottom: 0px;
  color: #e305f3;
}
.PopularBlogPostSection .wmle_container .wmle_item {
  box-shadow: none;
  border: none;
}
.PopularBlogPostSection .wmle_container .wmle_item .wmle_post_meta {
  display: none;
}
.PopularBlogPostSection .wmle_container .wmle_item .wmle_post_title {
  font-size: 15px;
  color: #151414;
  border: none;
  text-align: center;
}
.PopularBlogPostSection .wmle_container .wmle_item .wmle_post_excerpt {
  border-bottom: 1px solid grey;
  padding-top: 0px;
  font-size: 15px;
}
@media (max-width: 992px) {
  .section,
  .testi-item {
    padding: 10px 0px;
  }
  .EventpageMapSection,
  .testi-item {
    margin-top: -100px;
  }
}

@media screen and (max-width: 480px) {
  .item-padd-mob div {
    margin-top: 0px;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
  .link-type-1 {
    padding-top: 10px;
  }
}
.wmle_container .wmle_item .wpme_image {
  width: 100%;
}
.wmle_container .wmle_item .wpme_image img {
  width: 90%;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 15px !important;
}
.SeeAllCourseHomeButton {
  padding-top: 20px;
}
.BlogContent .wmle_container .wmle_item .wmle_post_meta {
  display: none;
}
.BlogContent .wmle_container .wmle_item .wmle_post_title {
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.BlogContent .wmle_container .wmle_item .wmle_post_excerpt {
  font-size: 15px;
  color: #333230;
  text-align: center;
}
.BlogBox {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.BlogBox .simple-text.md p {
  font-size: 15px;
  line-height: 20px;
}
.BlogSpace .vc_separator.vc_separator_align_center h4 {
  font-size: 16px;
}
.BlogSpace .wpb_column.col-md-4 {
  padding: 40px;
}
.BlogSpace .twit-item {
  margin-bottom: 35px;
}
.BlogSpace .newBlogitem {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.Blogsection .link-type-1 {
  color: #af19d1;
}
.Blogsection .vertical-point {
  display: none;
}
.Blogsection .h1 {
  color: #000000;
  line-height: 50px;
  font-size: 30px;
}
.Blogsection .sub-title {
  display: none;
}
.CourseImgAdjust .wpb_single_image .vc_figure {
  width: 100%;
}
.CourseImgAdjust .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.CourseImgAdjust .wpb_single_image img {
  width: 90%;
}
.ImageHeight .wpb_single_image img {
  height: 250px;
}
.FeatureCourseImageHeight .wpb_single_image img {
  height: 500px;
}
.companyinfo .sub-title {
  max-width: 100%;
  text-align: left;
  margin-left: 30px;
}
.subtitlealign .sub-title {
  max-width: 100%;
  text-align: center;
}
.companyinfo .sub-title .h5 {
  font-size: 17px;
  color: #000;
}
.academy-title .sub-title .h5 {
  font-size: 18px;
}
.TopHeadAdjust .price-head {
  padding: 30px 0px 0px;
}
.ServiceItemAdjust .service-item {
  padding: 40px 0px;
}
.Servicesbox .service-item {
  padding: 40px 0px;
}
.Homeacademy .service-item {
  padding: 40px 0px;
}
.Servicesbox .service-item .title .h4 {
  color: #000;
}
.main-footer .inner-footer .container {
  margin-top: -25px;
  margin-bottom: -60px;
}
#course1 .simple-text p:nth-child(2) {
  text-align: center;
}
.Rowalignjustify .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Academybanner .block-bg.type-2 .bg-wrap .bg {
  width: 100%;
}
.Academybanner .block-bg.type-2 .bg-wrap {
  background: #ffffff;
}
.vc_separator.vc_separator_align_center h4 {
  color: black;
  font-size: 20px;
}
.studio-beautypic .row .wpb_column {
  padding-right: 0px;
  padding-left: 0px;
}
.studio-beautypic .wpb_single_image.wpb_content_element {
  width: 100%;
  margin-bottom: 0px;
}
.studio-beautypic .wpb_single_image .vc_figure {
  width: 100%;
}
.studio-beautypic .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.studio-beautypic .wpb_single_image img {
  width: 100%;
}
