
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
button.navbar-toggler.collapsed {
    position: absolute;
    right: 0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    position: absolute;
    right: 5px;
	top: 15px;
}
body {
  color: #222;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #999;
  line-height: 30px;
  margin: 0;
	margin-bottom: 10px;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.curve {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #fff;
  right: -60px;
  bottom: -5px;
  -webkit-transform: skew(-50deg);
          transform: skew(-50deg);
  z-index: 3;
}
.curve.rev {
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  background-color: #fff;
  left: -60px;
}
.curve.rev:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-right: 100px solid transparent;
  border-left: 0;
  position: absolute;
  left: 170px;
  top: -96px;
  -webkit-transform: skew(-50deg);
          transform: skew(-50deg);
}
.curve:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  position: absolute;
  right: 170px;
  top: -96px;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
}

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

.section-head {
padding-bottom: 30px;
    position: relative;
    margin-bottom: 35px;
}
.section-head:after {
  content: '';
  width: 200px;
  height: 1px;
  background-color: rgba(200, 200, 200, 0.48);
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
.section-head:before {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #161616;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25px);
  border-radius: 2px;
  z-index: 1;
}
.section-head h6 {
    font-size: 13px;
    letter-spacing: 4px;
    color: #312f30;
    margin-bottom: 5px;
    margin-right: 0px;
}
.section-head h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-head p {
  font-size: 15px;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
	width: 100%;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
        background-color: #f6f6f6;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
        padding: 0px 70px;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background:rgba(255, 255, 255, 0.86);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
	h5 {
    font-size: 18px;
}
	.section-head h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
      padding: 8px 24px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
    background: #262626;
    border-color:#262626;
    color: #fff;
}
.butn-bg:hover span {
  color: #000;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #FF1053;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #FF1053;
}

.butn-bord {
  background: transparent;
  border: 1px solid #eee;
}
.butn-bord:before, .butn-bord:after {
  background: #FF1053;
}
.butn-bord:hover {
  border-color: #FF1053;
}
.butn-bord:hover span {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
       color: #fff;
    margin: 15px 9px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-shadow: 0 0 10px #383838;
}
.navbar .navbar-nav .active {
/*  color: #FF1053 !important;*/
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll img {
    width: 65px;
    padding: 6px 0px;
}
.nav-scroll .navbar-toggler {
    top: 20px !important;
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
           color: #222;
    margin: 15px 9px;
    font-size: 16px;
    letter-spacing: 0.7px;
    padding-left: 20px;
    padding-right: 0.5em;
    text-shadow: none !important;
}

.nav-scroll .navbar-nav {
        padding-left: 0px;
    width: 100%;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 2px 0;
  width: 140px;
}
.nav-scroll .logo {
    padding: 0px;
}
.social a {
    color: #333030;
    padding: 8px;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 4px;
	font-size: 13px;
}
.nav-scroll .social a {
    background: #000;
    color: #fff;
}
.nav-scroll .navbar-collapse {
    margin-top: 0px;
}
.navbar-collapse {
    margin-top: -34px;
}
.social {
    margin-top: 20px;
}

.dropdown-menu{
	padding: 6px 0 6px 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background: #000;
        top: 50px;
}
.dropdown-menu li a {
         margin: 5px !important;
    font-size: 13px !important;
    padding: 7px 20px !IMPORTANT;
    color: #fff !important;
    border-bottom: 1px solid #454545;
    line-height: 25px;
}
.dropdown-menu li .aa:last-child {
    border-bottom: none;
}
ul.dropdown-menu li a:hover {
    display: block;
}
.nav-scroll:hover .dropdown-menu {
    top: 50px;
}
ul.dropdown-menu {
    min-width: 240px !important;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
  background-position: center center;    
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
  margin: 15px 0;
  font-size: 60px;
  font-weight: 500;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
  text-shadow: 2px 1px 12px rgba(0,0,0,1);
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.curve-header {
  min-height: calc(100vh + 100px);
}

.slider-fade {
  position: relative;
}
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider-fade .item .caption {
  z-index: 9;
}
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.back {
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.fet-cont
{
    padding: 120px 30px;
}
.fet-cont p {
    line-height: 25px;
    color: #262323;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px !important;
}
.hero .intro h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF1053;
  margin-bottom: 15px;
}
.hero .intro h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hero .fet-img {
  padding-right: 30px;
}
.hero .fet-cont h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#3d3839;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.hero .fet-cont h6:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 5px;
  right: -65px;
}
.hero .fet-cont h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 6px;
}
.hero .fet-cont h5 b {
  font-weight: 600;
}
.hero .fet-cont .circle {
  float: left;
  margin-right: 50px;
  position: relative;
  line-height: 1.2;
}
.hero .fet-cont .circle:last-child {
  margin-right: 0;
}
.hero .fet-cont .circle canvas {
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
}
.hero .fet-cont .circle canvas:last-of-type {
  display: none;
}
.hero .fet-cont .circle span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.hero .fet-cont .circle p {
  text-align: center;
  font-size: 15px;
}
.header-ab {
    min-height: 55vh;
    overflow: hidden;
}
.about-page 
{
    z-index: 1;
    position: relative;
	padding-bottom:80px;
}
.ab-content 
{
     background: #ffffff;
    margin-top: -60px;
    position: relative;
    padding: 30px 30px 30px 30px;
    box-shadow:0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
.pp 
{
    padding-right: 40px;
    border-right-style: dotted;
    border-color: gray;
	border-width: 2px;
}
.pt 
{
    border: none;
	padding-left: 40px;
}
.ab-content p {
     text-align: left;
    margin-bottom: 10px;
    line-height: 30px;
    color: #262323;
    letter-spacing: 0.5px;
    font-weight: 400
}
.ab-content1 
{
       background: #fff;
    margin-top: -60px;
    position: relative;
    padding: 0px 10px 10px 10px;
    box-shadow:0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.tt {
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    right: 0;
}
.points {
    padding-top: 15px;
}
.points li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 24px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
}
.points > li::before {
    content: '';
    position: absolute;
    background: url(https://cdn0.iconfinder.com/data/icons/glyph_set/160/check_yes.png) no-repeat;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-position: center;
    height: 14px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.points ul li {
    list-style: circle !important;
    padding-left: 0;
    margin-left: 37px;
}
.service-page {
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}
.service-block-image-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-block-image-2:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.3);
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
}
.service-block-image-2 img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.service-block-image-overlay-2 {
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
/*    height: 100%;*/
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background:linear-gradient(transparent 0%,rgba(0, 0, 0, 0.38) 70%);
}
.service-block-image-overlay-2 h3 {
       width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    text-align: left;
    bottom: 46px;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-block-image-overlay-2 .read {
        width: 100%;
    display: block;
    color: #fff;
    opacity: .9;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    bottom: 18px;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.services .item {
  padding: 40px 20px;
  background-color: rgba(50, 50, 50, 0.7);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.services .item .icon {
  color: #FF1053;
  font-size: 60px;
  margin-bottom: 15px;
}
.services .item h5 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.ss-content
{
background: #ffffff;
    margin-top: -60px;
    position: relative;
    padding: 30px 15px 30px 15px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
.service-b img {
    box-shadow: 0 0 10px gainsboro;
    border-radius: 5px;
}
/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio
{
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
.portfolio .filtering .filter {
  display: inline-block;
  padding: 4px 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  font-size: 12px;
  font-weight: 500;
  margin: 0 5px;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.portfolio .filtering .active {
  background: #FF1053;
  -webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.portfolio .items {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
.portfolio .items.width2 {
  width: 25%;
}
.portfolio .item-img {
  position: relative;
}
.portfolio .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.portfolio .item-img-overlay {
     position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio .item-img-overlay .icon {
     position: absolute;
    right: 0;
    top: 45%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #313131;
    text-align: center;
    font-size: 20px;
    color: #3b3939;
    left: 0;
    margin: auto;
}
.portfolio .item-img-overlay p {
  color: #FF1053;
  font-weight: 400;
  font-size: 13px;
}
.portfolio .item-img-overlay h6 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .item .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF1053;
}
.numbers .item h2 {
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.numbers .item p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ccc;
    margin-bottom: 0;    
}

.clients .brand-c{ margin-bottom: 0 !important}
.clients .owl-dots{display: none !important;}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Featurse ]
-----------------------------------------------------------------*/
.featurse .content {
  padding: 0 45px 0 60px;
}
.featurse .item {
  padding: 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.featurse .item.active {
  position: relative;
  left: -50px;
}
.featurse .icon {
  float: left;
  font-size: 50px;
  color: #FF1053;
}
.featurse .cont {
  margin-left: 80px;
}
.featurse .cont h6 {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End Featurse ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.price .type h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.price .value {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.price .value:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
.price .value h3 {
  font-size: 50px;
  display: inline-block;
  position: relative;
}
.price .value h3 span {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
}
.price .features {
  margin-bottom: 30px;
}
.price .features li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.price .features li:last-child {
  margin-bottom: 0;
}
.price .active {
  -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
  background-color: #222;
  background: -webkit-gradient(linear, left top, right bottom, from(#222), to(#555));
  background: linear-gradient(to right bottom, #222, #555);
  color: #fff;
}
.price .active .features li {
  color: #eee;
}
.price .butn {
  padding: 10px 50px;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
}
.testimonials .client-area {
  margin-bottom: 30px;
}
.testimonials .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonials .client-area .img .icon {
  width: 50px;
  position: absolute;
  top: 70px;
}
.testimonials .client-area .img .icon:first-of-type {
  left: -70px;
}
.testimonials .client-area .img .icon:last-of-type {
  right: -70px;
}
.testimonials .client-area .author {
  width: 160px;
/*  height: 100px;*/
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonials .client-area h6 {
     font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}
.testimonials .client-area span {
     font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}
.testimonials p {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Ready ]
-----------------------------------------------------------------*/
.ready .video {
  margin-bottom: 50px;
}
.ready .video .vid {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #eee;
  font-size: 30px;
}
.ready .content h3 {
  margin-bottom: 15px;
}
.ready .content .butn {
  letter-spacing: 1px;
  padding: 12px 50px;
  margin-top: 30px;
}

/* ----------------------------------------------------------------
     [ End Ready ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Team ]
-----------------------------------------------------------------*/
.team {
    padding: 80px 0px;
    background: #fafafa;
}
.team-content {
    position: relative;
    border: 6px solid #bcbcbc;
    margin-bottom: 20px;
}
.team-content:hover .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background:#ffffffc9;
    visibility: visible;
    /* display: block; */
    transition: 0.6s;
}
.overlay {
    visibility: hidden;
	position: absolute;
 
}
.overlay h3 {
    color: #373636;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 25px;
    left: 0;
    right: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.overlay h4 {
    font-size: 14px;
    position: relative;
    top: 36px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    color: #424242;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.overlay p {
    color: #373636;
    font-size: 14px;
    text-align: center;
    position: relative;
    top:40px;
    left: 0;
    right: 0;
    font-weight: 500;
    padding: 0px 4px;
    line-height: 20px;
}
.team .item:hover .info .social {
  top: 0;
}
.team .info {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.team .info h6 {
  margin-bottom: 5px;
}
.team .info p {
  font-size: 14px;
  font-weight: 400;
}
.team .info .social {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team .info .social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #777;
  margin: 0 5px;
}
.team .info .social a:hover {
  border-color: #FF1053;
  background-color: #FF1053;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Blog ]
-----------------------------------------------------------------*/
.blog .post-img {
  position: relative;
  overflow: hidden;
}
.blog .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .post-img a {
  display: block;
}
.blog .post-img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog .post-cont {
  padding: 30px;
  background-color: #fff;
}
.blog .post-cont .tag {
  font-size: 12px;
  color: #FF1053;
  margin-bottom: 10px;
}
.blog .post-cont h5 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.blog .post-cont .info {
  margin-top: 30px;
}
.blog .post-cont .info a {
  font-size: 12px;
  color: #999;
}
.blog .post-cont .info a:last-of-type {
  float: right;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.gg {
       background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #e8e8e8;
    border-radius: 5px
}
.contact .contact-info h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #fff;
}
.contact .contact-info .item .cont {
  margin-left: 50px;
}
.contact .contact-info .item .cont h6 {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.contact .contact-info .item .cont p {
    font-size: 13px;
    color: #eeeeee;
    letter-spacing: 0.7px;
}
.contact .form .form-group {
  position: relative;
}
.contact .form .form-group .icon-form {
  position: absolute;
    left: 15px;
    top: 15px;
    color: #636363;
    font-size: 13px;
}
.contact .form input, .contact .form textarea {
       font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 13px 15px 15px 35px;
    border: 1px solid #444444;
    border-radius: 3px;
    background-color: #fff;
}
.contact .form textarea {
     padding: 12px 15px 15px 35px;
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}
.contact-page {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.contact .butn {
  max-width: 200px;
	float: right;
}
.contact-bb {
    width: 25% !important;
    float: right;
    background: #262626;
}
.conact-p h2 {
    font-size: 22px;
    color: #373737;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-style: dotted;
    line-height: 40px;
    margin-bottom: 30px;
}
.conact-p {
    border-right-style: dotted;
    border-color: #e6e6e6;
    border-width: 2px;
    padding-right: 40px;
}
.add {
    margin-bottom: 30px;
}
.adress-c {
    display: flex;
    color: #434343;
    margin-bottom: 6px;
}
.adress-c i {
    margin-right: 10px;
    margin-top: 2px;
}
.adress-c h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.add p {
       padding-left: 17px;
    font-size: 13px;
    letter-spacing: 0.7px;
    color: #1e1e1e;
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Footer ]
-----------------------------------------------------------------*/
footer {
     background: #222;
    background: -webkit-gradient(linear, left top, right bottom, from(#222), to(#555));
    background: linear-gradient(to right bottom, #222, #555);
    padding-top: 35px;
    padding-bottom: 10px;
}
footer .social a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  margin: 15px 5px;
}
footer .social a:hover {
  background: #FF1053;
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.list ul li a {
	color: #cfcaca;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 20px;
    letter-spacing: 1px;
    padding: 0px 15px;
    border-right: 1px solid #565656;
}
.list ul li {
    display: inline-block;
}
/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

.brand-c {
/*    background: #000;*/
    text-align: center;
	margin-bottom: 25px;
}
.brand-c img {
    /* width: 75%; */
    /* padding: 35px; */
    border: 1px solid #ccc;
}
.counters .numbers {
    background: #222;
    text-align: center;
    color: #fff;
    padding: 40px 0 40px;
    border-radius: 5px;
}

.counters .count-box .count {
    font-size: 28px;
    margin-bottom: 3px;
}

.counters .count-box p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ccc;
}

.counters {
    background: #fff;
}

.title-sub h2 {
    margin-bottom: 30px;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 10px;
}

.social-links li {
    margin: 0 11px;
}
.social-links li img {
    height: 39px;
    width: auto;
}
.social-portfolio {
    text-align: center;
    padding: 50px 0 30px;
}

.looks-salon h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.mlr-50{margin-left: 50px; margin-right: 50px}
.looks-salon {
    margin-bottom: 50px;
    text-align: center
}
.title-sub h2{font-size: 20px;letter-spacing: 0.6px;}
.looks-salon  img{width: auto}
.looks-salon img {
    width: auto;
    max-width: 80%;
}
.w100{width: 100% !important}
.col-md-6.w54 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 54%;
    max-width: 54%;
}
.pt-0{padding-top: 0 !important;}
.box-shadow-none{box-shadow: none}
.img-fit img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------------------------------------------------------------
 	 [ 17 Responsive ]
-----------------------------------------------------------------*/
.nav-scroll .social {
    margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.header-ab {
    min-height:40vh;
    overflow: hidden;
}
	h5 {
    font-size: 18px;
}
	.social-portfolio {
    text-align: center;
    padding: 0px 0 30px;
}
}
@media screen and (max-width: 1199px) {
	.contact .butn {
    max-width: 100%;
    float: right;
}
	.contact-bb {
    width: 100% !important;
    float: right;
    background: #262626;
}
 .ab-content {
    background: #ffffff;
    margin-top: -25px;
    position: relative;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
	.navbar .navbar-nav .nav-link {
    color: #fff;
    margin: 15px 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 20px;
    font-size: 16px;
	}
	.portfolio {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
	.logo {
    padding: 2px 0;
    width: 120px;
}
		.caption h4 {
    text-align: center;
    font-size: 22px;
}
	.team {
    padding: 50px 0px;
    background: #fafafa;
}
}
@media screen and (max-width: 991px) {
		.social {
    margin-top: 0;
}
	.logo {
    padding: 2px 0;
    width: 110px;
}
	.logo {
    padding: 2px 0;
    width: 110px;
}
	.caption h4 {
    text-align: center;
    font-size: 20px;
}
	.ab-content {
    background: #ffffff;
    margin-top: -22px;
    position: relative;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
  .mb-md50 {
    margin-bottom: 50px;
  }

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

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

  .bgimg-height {
    height: 400px;
  }

  .hide-md {
    display: none !important;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .curve {
    display: none;
  }

  .section-padding {
    padding: 50px 0 !important;
  }
  .section-padding .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .section-head {
    text-align: center;
  }
  .section-head .text-right {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .section-head .text-right h6 {
    margin-right: 0;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: left;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
.navbar .navbar-nav .nav-link {
    color: #fff;
    margin: 15px 9px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-shadow: 0 0 10px #383838;
}
  .nav-scroll {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #FF1053 !important;
  }

  .header {
    min-height: 100vh;
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .fet-img {
    padding: 0;
  }

  .portfolio .items.width2 {
    width: 50%;
  }

  .featurse .content {
    padding: 0;
    margin-bottom: 50px;
  }

  .featurse .item.active {
    left: 0;
  }
	.nav-scroll .social {
    margin-top: 24px;
}
}
@media screen and (max-width: 767px) {
	.contact-page {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.font-s {
    margin-top: 15px !important;
    font-size: 15px;
    margin-bottom: 10px;
}
	.contact .butn {
    max-width: 100%;
    float: right;
}
	.contact-bb {
    width: 100% !important;
    float: right;
    background: #262626;
}
	.pt {
    border: none;
    padding-left: 0px;
}
	.social-portfolio .title-sub h2 {
    margin-bottom: 10px;
}
	.look-s {
    margin-bottom: 0px !important;
}
.section-padding {
    padding: 30px 0 !important;
}
	.ndtv-top {
    margin-top: 65px;
	height: auto !IMPORTANT;
}
	.salon-bottom {
    margin-bottom:0px !important;
}
	.ss-content {
    background: #ffffff;
    margin-top: -20px;
    position: relative;
    padding: 30px 15px 30px 15px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
	.social a {
    color: #333030;
    padding: 8px;
    background: #fff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin: 1px;
    font-size: 12px;
}
	.portfolio-content {
    margin-bottom: 10px;
}
	.looks-salon {
    margin-bottom: 50px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
	.looks-salon img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
	.looks-salon {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
	.looks-salon img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}
	.social-portfolio {
    text-align: center;
    padding: 20px 0 20px;
}
	.logo {
    padding: 0px 0;
    width: 90px;
}
	.overlay h3 {
    color: #373636;
    font-size: 17px;
    text-align: center;
    position: relative;
    top: 25px;
    left: 0;
    right: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}
	.overlay h4 {
    font-size: 13px;
    position: relative;
    top: 36px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    color: #424242;
    letter-spacing: 0.5px;
    line-height: 18px;
}
	.overlay p {
    color: #373636;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    font-weight: 500;
    padding: 0px 4px;
    line-height: 20px;
}
	.caption h4 {
    text-align: center;
    font-size: 20px;
}
	.count {
    font-size: 30px;
}
	.ab-content {
    background: #ffffff;
    margin-top: -20px;
    position: relative;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
}
	.list ul li {
    display: block;
}
	.list li a {
    border-right: none !important;
    width: 100%;
    margin-right: 0px !important;
    line-height: 30px;
    text-align: left;
}
	.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 30px;
}
	.section-head h6 {
    font-size: 13px;
    letter-spacing: 4px;
    color: #312f30;
    margin-bottom: 10px;
    margin-right: 0px;
}
	.back {
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 310px;
}
  .mb-sm50 {
    margin-bottom: 50px;
  }

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

  .butn {
    padding: 12px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .header .caption h4 {
    font-size: 20px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .hero .intro h2 {
    font-size: 24px;
  }

  .hero .fet-cont h3 {
    font-size: 22px;
  }

  .hero .fet-cont .circle {
    margin-right: 15px;
  }

  .portfolio .items.width2, .portfolio .items {
    width: 100%;
  }

  .featurse .item {
    padding: 30px 15px;
    text-align: center;
  }

  .featurse .icon {
    float: none;
    margin-bottom: 15px;
  }

  .featurse .cont {
    margin: 0;
  }

  .ready .content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
	.fet-cont p {
    line-height: 25px;
    color: #262323;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 8px !important;
}
	.dropdown-toggle::after {
    top: 12px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 20px;
    font-size: 18px;
}
	p
	{
		font-size: 14px;
	}
	.service-page {
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}
.ss-content {
    background: #ffffff;
    margin-top: 0;
    position: relative;
    padding: 30px 0px 0px 0px;
    box-shadow: none;
    border-radius: 5px;
}
	.ab-content {
    background: #ffffff;
    margin-top: 0px;
    position: relative;
    padding:15px 15px 15px 15px;
    box-shadow: none;
    border-radius: 5px;
}
	.ab-content1 {
    background: #fff;
    margin-top: 0;
    position: relative;
    padding: 0px 10px 10px 10px;
    box-shadow: none;
    border-radius: 5px;
}
	.social-portfolio {
    text-align: center;
    padding: 10px 0 10px;
}
	.looks-salon {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}
	.title-sub h2 {
    font-size: 14px;
    letter-spacing: 0.6px;
}
	h5 {
    font-size: 18px;
}
	.portfolio {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
	.looks-salon img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
	.team .section-head {
    margin-bottom: 30px;
}
.team-content:hover .overlay {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #ffffffc9;
    visibility: visible;
    /* display: block; */
    transition: 0.6s;
	padding-top: 20px
}
	.overlay h3 {
    color: #373636;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}
	.overlay {
    visibility: hidden;
    position: absolute;
}
	.overlay h4 {
    font-size: 13px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    color: #424242;
    letter-spacing: 0.5px;
    line-height: 18px;
}
	.overlay p {
      color: #373636;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    padding: 0px 4px;
    line-height: 18px;
}
	.about-page {
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
	.team {
    padding: 30px 0px;
    background: #fafafa;
}
	.ab-content p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    color: #262323;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
}
	.logo {
    padding: 2px 0;
    width: 70px;
}
	.navbar {
     padding: 6px;
}
	.social {
    margin-top: 15px;
	}
	.numbers .item h2 {
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-size: 20px;
}
	.mb-md50 {
    margin-bottom: 25px;
}
  .header .caption h4 {
    font-size: 16px;
  }
  .header .caption h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-head h4 {
    font-size: 20px;
  }
.section-head {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 10px;
}
	.service-block-image-overlay-2 {
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    /* height: 100%; */
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: linear-gradient(transparent 0%,rgba(0, 0, 0, 0.52) 70%);
}
	.service-block-image-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
	.service-block-image-overlay-2 h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    text-align: left;
    bottom: 35px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
	.service-block-image-overlay-2 .read {
    width: 100%;
    display: block;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    bottom: 8px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
  .hero .fet-cont .circle canvas {
    width: 80px !important;
    height: 80px !important;
  }
.mb-sm50 {
    margin-bottom: 10px;
}
	.numbers .item p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ccc;
    margin-bottom: 0;
    line-height: 24px;
}
	.testimonials .client-area h6 {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}
	.testimonials .client-area h6 {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}
	.owl-carousel .owl-item .icon img {
    width: 60%;
}
  .hero .fet-cont .circle span {
    top: 25px;
  }

  .portfolio .filtering .filter {
    padding: 0;
  }

  .portfolio .filtering span {
    margin: 0;
    padding: 8px 15px;
  }
}
.nav-scroll .social {
    display: none;
}