/*
Theme Name: Dignify Pro
Theme URI: https://umbrellathemes.com
Author: umbrellathemes
Author URI: https://umbrellathemes.com
Description: Dignify Business corporate theme is the best wordpress theme which is clean and uniquely designed suitable for any kind of business like that startups, finance, corporate and the all the type of enterprises. This is SEO friendly theme so it is helpful in online business promotion. Theme is totally responsive and has the professional design that will attract your visitors for your bushiness ideas. Dignify have attractive color schemes and uniquely designed layouts which will help you to design your website quickly. Dignify is also helpful for bloggers. Superbly support for the shop owners and travellers. Dignify is SEO friendly works well on mobile and tablet devices for its responsive features. SO It works on all the browser and devices. Dignify is compatible with the different browsers and the user friendly characteristics. Dignify is very much suitable for the corporate businesses, digital product agencies and digital marketplace as well. Dignify comes with A good looking home included slider, services, portfolios/projets, clients and call our section. Since it is based on Bootstrap Framework, and comes with fontawesome icons to make your website stunning and creative.  It has compatibility with  the most popular page builders as Visual Composer, Elementor, SiteOrigin, Beaver Builder, Divi, brizy etc.. Since Dignify is translation ready with a clean and secure code. It's compatible also with woocommerce plugin.
Version: 5.0.0
License: umbrellathemes 
License URI: 
/*

	01-IMPORT FONTS
	02-VARIABLES
	03-ALL STYLES
	04-TO TOP
	05-PRELOADER
	06-MENU
	07-TITLE
	08-PAGE TITLE
	09-BREADCRUMBS
	10-CONTACT
	11-ABOUT US
	12-SERVICE
	13-PROCESS
	14-FEATURES
	15-COUNTERS
	16-CLIENTS
	17-SERVICEs SLIDER
	18-VIDEO
	19-PROGRESS BAR
	20-OUR TEAM
	21-TESTIMONIAL
	22-BLOG
	23-POST SINGLE
	24-COMMENTS
	25-PORTFOLIO
	26-FILTERS
	27-SINGLE WORK
	28-FOOTER

 */
/*--------------------------------------------------------*/
/*----------------------*/
/*   01-IMPORT FONTS    */
/*----------------------*/
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Lato:300i,400,400i,700');
/*----------------------*/
/*   02-VARIABLES       */
/*----------------------*/
/*----------------------*/
/*   03-ALL STYLES      */
/*----------------------*/
.frame-line {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  background: #e8e8e8;
  z-index: 888;
}
.frame-line.top-frame {
  height: 30px;
  top: -30px;
}
.frame-line.bottom-frame {
  height: 30px;
  bottom: -30px;
}
.frame-line.right-frame {
  width: 30px;
  right: -30px;
  height: 100%;
  left: auto;
  top: 0;
}
.frame-line.left-frame {
  width: 30px;
  left: -30px;
  height: 100%;
  right: auto;
  top: 0;
}
.frame-line.animated {
  transition: all 0.35s ease-in-out;
}
.frame-line.animated.top-frame {
  top: 0;
}
.frame-line.animated.bottom-frame {
  bottom: 0;
}
.frame-line.animated.right-frame {
  right: 0;
}
.frame-line.animated.left-frame {
  left: 0;
}
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: 'Lato', sans-serif;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #464646;
  margin:0px 30px;
      margin: 30px;
}
@media (max-width: 768px) {

  body {
    margin: 0 !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #673AB7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Archivo Black', sans-serif;
  margin: 15px 0;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: initial;
}
ul.list-none,
ol.list-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.theme-color{
background-color: #673AB7 !important;
}
.bg-blk{
  background-color: #000 !important;
}
.bg-grey{
  background-color:#e8e8e8;
}
.bg-wht{
  background-color:#fff;
}
.text-wht{
  color: #fff !important;
}
.text-blk{
  color:#000 !important;
}
.border-none{
  border:transparent !important;
}
.show-grid [class^="col-"] {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
}
.column-area p{
  border:1px solid #000;
  padding: 15px;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
blockquote {
  border-left: 1px solid #020033;
  font-style: italic;
  color: #161616;
  display: block;
  margin: 40px 0;
  padding-left: 30px;
}
blockquote::after {
  content: '';
  clear: both;
  display: table;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  outline: none;
  background-color: transparent;
  border: 3px solid #fff;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn::after {
  content: '';
  background-color: #673AB7;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #171717;
  text-decoration: none;
}
.btn:hover::after {
  width: 100%;
}
.btn-white {
  color: #fff;
}
.btn-white:hover {
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn.disable {
  cursor: default;
}
@media (min-width: 768px){
  .container {
      width: 690px;
  }
  }
  @media (min-width: 992px){
  .container {
      width: 910px;
  }
  }
  @media (min-width: 1200px){
  .container {
      width: 1110px;
  }
  }
@media (max-width: 480px) {
  .btn {
    padding: 5px 15px;
  }
}
@media (max-width: 300px) {
.title-home .main-detail {
  padding-top: 100px !important;
}
}
.btn-play {
    padding:15px;
}
.btn-play span {
  font-size: 20px;
  line-height: 1em;
}
.form-control {
  position: relative;
}
input,
textarea {
  border: none;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding: 13px 15px;
}
input:focus + .line-input,
textarea:focus + .line-input {
  transform: scaleX(1);
}
.line-input {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #673AB7;
  transform: scaleX(0);
  transition: all 0.35s ease-in-out;
}
.form-black input,
.form-black textarea {
  color: #171717;
  border-color: #171717;
}
.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.tlt {
  visibility: hidden;
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
 background-color: rgba(0, 0, 0, 0.85);
}
.overlay ~ .container {
  position: relative;
  z-index: 5;
}
.sep-line {
  display: block;
  position: relative;
}
.sep-line::after {
  content: '';
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background-color: #020033;
}
@media (min-width: 1500px) {
  .sep-line::after {
    left: -100px !important;
    right: -100px !important;
  }
}
@media (max-width:768px) {

  .frame-line {
    display: none;
  }
  body{
	margin:0;
  }
}
/*----------------------*/
/*   04-TO TOP          */
/*----------------------*/
.dignify-loading {
  background-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-top: 3px solid #020033;
  animation: fa-spin 2s infinite linear;
}
/*----------------------*/
/*   05-PRELOADER       */
/*----------------------*/
.toTop {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 24px;
  background-color: #673AB7;
  color: #fff !important;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  line-height: 50px;
  z-index: 666;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.toTop:hover {
  text-decoration: none;
}
.toTop:hover i {
  animation: animateIconTop 0.3s forwards;
}
.toTop.cd-is-visible,
.toTop.cd-top.cd-fade-out {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .toTop {
    display: none;
  }
}
/*----------------------*/
/*   06-MENU            */
/*----------------------*/
.dignify-navbar-three, 
.dignify-navbar-two, 
.dignify-navbar-one {
  position: fixed;
  left: 0;
  right: 0;
  top:30px;
  z-index: 100;
}
.dignify-navbar-two{
  -webkit-box-shadow:0px 0px 2px 0px #61616182;
  box-shadow: 0px 0px 2px 0px #61616182;
}
.dignify-navbar-three{
  background-color:#000;
}
.dignify-navbar-two{
  background-color:#fff;
}
.dignify-navbar-one {
  background-color:#673AB7;
}
.dignify-navbar-three .container,
.dignify-navbar-two .container,
.dignify-navbar-one .container {
  position: relative;
}
.dignify-logo {
  float: left;
  line-height:84px;
}
.dignify-nav {
  float: right;
}
.sf-menu {
  list-style: none;
}
.sf-menu li {
  position: relative;
  padding: 0 25px;
}
.sf-menu > li {
  padding: 26px 0;
}
.sf-menu ul {
  position: absolute;
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: calc(100%);
  min-width: 200px;
  padding: 10px 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px #9e9e9e91;
  box-shadow: 0px 2px 3px 0px #9e9e9e91;
  /* border-top: 3px solid #000; */
}
.sf-menu ul li a {
  display: block;
      text-transform: capitalize;
  color: #171717;
  line-height: 35px;
  font-size: 13px;
  letter-spacing: 1px;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #673AB7;
}
.sf-menu ul li a span{
	    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sf-menu ul li.current-page-item a {
  color: #673AB7;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
  animation: fadeMenu 0.25s forwards;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu {
  margin: 0;
  padding: 0;
}
.sf-menu > li {
  margin-left: 38px;

}
.sf-menu > li > a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding: 2px 0;
}

.sf-menu.type-two > li > a::after,
.sf-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  display: block;
  width: 0;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
.sf-menu.type-two > li > a::after{
  background-color: #000;
}
.sf-menu.type-two > li > a:hover,
.sf-menu > li > a:hover {
  text-decoration: none;
}

.sf-menu > li:hover > a::after,
.sf-menu > li.current-menu-item > a::after,
.sf-menu > li.sfHover > a::after {
  width: 25px;
}
.sf-menu.type-two > li:hover > a::after,
.sf-menu.type-two > li.current-menu-item > a::after,
.sf-menu.type-two > li.sfHover > a::after,{
  width: 25px;
}
@media (min-width: 1500px) {
}
.mobile-menu{
    padding: 0 15px;
}
.mobile-menu-wrap {
  display: none;
  position: relative;
  z-index: 888;
}
.mobile-menu-wrap nav {
  background-color: #fff;
  border-bottom: 3px solid #fff;
}
.mobile-menu-wrap nav ul {
  margin: 0;
  padding: 15px 45px;
}
.mobile-menu-wrap nav ul li {
  padding: 5px 0;
  position:relative;
  z-index:1;
}
.mobile-menu-wrap nav ul li span.back-expand,
.mobile-menu-wrap nav ul li span.expand{
	    position: absolute;
    right: 0;
    color: #fff;
    top: 0px;
    font-size: 20px;
    background-color: #2b2b2b;
    width: 35px;
    height: 35px;
    padding: 0 12px;
	cursor:pointer;
	z-index: -1;
}
.mobile-menu-wrap nav ul li span.back-expand:after,
.mobile-menu-wrap nav ul li span.expand:after{
    content: "\4c";
	font-family: 'ElegantIcons';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.mobile-menu-wrap nav ul li.has-submenu.open .has-submenu.open span.back-expand:after,
.mobile-menu-wrap nav ul li.dropdown.open span.expand:after{
	 content: "\4b";
	font-family: 'ElegantIcons';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.mobile-menu-wrap nav ul li > a {
  display: block;

}
.mobile-menu-wrap nav ul li:hover >a,
.mobile-menu-wrap nav ul li.current-menu-item >a {
  color: #673AB7;
  text-decoration: none;
}
.mobile-menu-wrap nav ul li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.mobile-menu-wrap nav ul li.current-page-item a {
  color: #673AB7;
}
.open-menu {
  float: right;
  display: none;
  text-align: center;
  position: relative;
  line-height: 122px;
  z-index: 222;
}
.open-menu.isActive .burger-icon i {
  background-color: transparent;
}
.open-menu.isActive .burger-icon i::before {
  transform: translateY(8px) rotate(45deg);
}
.open-menu.isActive .burger-icon i::after {
  transform: translateY(-8px) rotate(-45deg);
}
.burger-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 5px;
}
.burger-icon i {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.burger-icon i,
.burger-icon i::before,
.burger-icon i::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.dignify-navbar-two .burger-icon i,
.dignify-navbar-two .burger-icon i::before,
.dignify-navbar-two .burger-icon i::after{
  background-color: #000;
}
.burger-icon i::before,
.burger-icon i::after {
  content: '';
  position: absolute;
}
.burger-icon i::before {
  top: -8px;
}
.burger-icon i::after {
  top: 8px;
}


@media (max-width: 991px) {
  .open-menu {
    display: block;
	line-height: 85px;
  }
  .slider-img,
  .dignify-nav {
    display: none;
  }
.dropdown.open .dropdown-menu{
	display:block;
}
.title-home .main-detail{
  text-align: center;
}

.mobile-menu-wrap nav ul li .sub-sub-menu,
.mobile-menu-wrap nav ul li .dropdown-menu {
	overflow: hidden;
    max-height: 0;
	display:block;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.1, 1.03, 0, 0.87);
    -webkit-transition-timing-function: cubic-bezier(0.1, 1.03, 0, 0.87);
    -o-transition-timing-function: cubic-bezier(0.1, 1.03, 0, 0.87);
    transition-timing-function: cubic-bezier(0.1, 1.03, 0, 0.87);
}
.has-submenu .has-submenu.open .sub-sub-menu,
.dropdown.open .dropdown-menu{
  margin-top: 5px;
  display: block;
  opacity: 1;
  position: relative;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 200px;
  overflow: auto;
}
#main-slider .owl-controls .owl-nav{
  display: none;
}

}
@media (min-width: 992px) {
  .mobile-menu-wrap {
    display: none !important;
  }
 .mobile-menu-wrap nav ul li:hover > ul {
  display: block;
}
}
/*----------------------*/
/*   07-TITLE           */
/*----------------------*/
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h2 {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 60px;
  letter-spacing: 5px;
  position: relative;
  color: #4a4949;
  line-height: 1em;
  margin: 0;
}
.section-title em {
  display: block;
  margin-top: 35px;
  font-size: 18px;
  color: #464646;
  font-style: normal;
}
.section-title-sm {
  text-align: center;
  margin-bottom: 100px;
}
.section-title-sm h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.section-title-sm em {
  display: block;
  margin-top: 35px;
  font-size: 18px;
  color: #171717;
}
.slider-img {
  position: absolute;
  top: 125px;
}

#main-slider .owl-controls .owl-nav{
	position: absolute;
    top: 50%;
    width: 100%;
}
#main-slider .owl-controls .owl-nav .owl-next,
#main-slider .owl-controls .owl-nav .owl-prev{
      display: block !important;
    font-family: '';
    position: absolute;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#main-slider .owl-controls .owl-nav .owl-prev{
	left:15px;
}
#main-slider .owl-controls .owl-nav .owl-next{
    right:15px;
}
#main-slider .owl-controls .owl-nav .owl-next:hover ,
#main-slider .owl-controls .owl-nav .owl-prev:hover{
 background-color: #673ab7;

}
#main-slider .owl-controls .owl-nav .owl-next:hover:before ,
#main-slider .owl-controls .owl-nav .owl-prev:hover:before{
 color: #fff;
}
#main-slider .owl-controls .owl-nav .owl-next:before,
#main-slider .owl-controls .owl-nav .owl-prev:before {
    font-family: 'ElegantIcons';
    font-size: 35px;
    color: #020033;
    opacity: 1;
	position: absolute;
    left: 6px;
    top: -5px;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#main-slider .owl-controls .owl-nav .owl-prev:before {
    content: "\23";
}
#main-slider .owl-controls .owl-nav .owl-next:before{
		  content: "\24";
}
#main-slider .owl-dots{
	text-align:center;
	position: relative;
    bottom:60px;
}
#main-slider .owl-item.active .main-detail h1 {
  -webkit-animation: 1s .2s zoomInLeft both;
  animation: 1s .2s zoomInLeft both;
}

#main-slider .owl-item.active .main-detail em {
  -webkit-animation: 1s .4s zoomInRight both;
  animation: 1s .4s zoomInRight both;
  max-width: 700px;
  position: relative;
  display: block;
  margin: 0 auto;
}

#main-slider .owl-item.active .buttons .btn {
  -webkit-animation: 1s .6s zoomInRight both;
  animation: 1s .6s zoomInRight both;
}

#main-slider .owl-dot.active,
#main-slider .owl-dot {
    background-color: #adadad;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    margin: 0 12px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-align: center;
}
#main-slider .owl-dot:before{
	content: "";
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    left: -6px;
    text-align: center;
    top: -6px;
}
#main-slider .owl-dot.active{
	background: #fff;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size:40px;
  }
}

  .section-title em,
  .section-title-sm em {
    font-size: 16px;
  }

@media (max-width: 400px) {
  .section-title h2 {
    font-size:25px;
    letter-spacing: 1px;
  }
}

/*----------------------*/
/*   08-PAGE TITLE      */
/*----------------------*/
.title-home {
  background-size: cover;
  height:85vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
}
.title-home h1,
.title-home h1 span {
  font-size: 50px;
  min-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1em;
  color: #fff;
  letter-spacing:4px;
}
/* .title-home h1 span {
  color: #673AB7;
} */
.title-home em {
  color: #fff;
}
.title-home .buttons .btn {
	margin: 0 15px 30px 15px;
	border-color: #fff;
}
.title-home.static-home .inner-home {
  position: absolute;
 z-index: 5;
 top: 30%;
 left: 50%;
 transform: translateX(-50%);
}
.title-home.static-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.goto {
  position: relative;
  padding: 50px 0;
}
.goto a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 15px;
}
.goto a:hover {
  color: #673AB7;
  text-decoration: none;
}
.title-home .main-detail{
	padding-top:250px;
}
@media (max-width: 1200px) {
.title-home.static-home h1, .title-home.static-home h1 span {
  font-size: 40px;
  min-height: 0;}
}
@media (max-width: 992px) {
  .title-home h1,
  .title-home h1 span {
    font-size: 48px;
    min-height: 48px;
  }
  .title-home {
    background-size: cover;
    height:90vh;
  }
  .title-home.static-home .inner-home {
    left: 0;
    transform: translateX(0%);
    padding: 0 30px;
}
}
@media (max-width: 768px) {
  .title-home h1,
  .title-home h1 span {
    font-size: 34px;
    min-height: 34px;
  }
  .goto {
    display: none;
  }
  .title-home {
    background-size: cover;
    height:95vh;
  }
}
@media (max-width: 500px) {

  .title-home {
    background-size: cover;
    height:100vh;
  }
  .title-home .main-detail {
    padding-top: 170px;
}
.title-home .slider-buttons .btn {
  margin: 0 13px 20px 13px;
  border-color: #fff;
}
.title-home .slider-buttons.mt40{
  margin-top: 15px;
}
.title-home h1, .title-home h1 span {
  margin-bottom: 20px;
}
.title-home.static-home h1, .title-home.static-home h1 span {
  font-size: 30px;
  min-height: 0;
}
.title-home.static-home .inner-home {
  padding: 0 5px;
}
}
.page-title {
  position: relative;
  overflow: hidden;
  padding: 260px 0 150px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title h1 {
  font-size:50px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.page-title h1::before,
.page-title h1::after {
  content: '\e870';
  position: absolute;
  font-family: 'Linearicons-Free';
  top: 0;
  font-size: 16px;
}
.page-title h1::before {
  left: -46px;
}
.page-title h1::after {
  right: -46px;
}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .page-title h1 {
    font-size: 22px;
  }
  .page-title h1::before {
    left: -26px;
  }
  .page-title h1::after {
    right: -26px;
  }
}
/*----------------------*/
/*   09-BREADCRUMBS     */
/*----------------------*/
 .breadcrumbs {
  margin-top: 30px;
}
.breadcrumbs ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  float: left;
  color: #fff;
}
.breadcrumbs ul li +li::before {
  content: '/';
  margin: 0 5px;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #673AB7;
}
/*----------------------*/
/*   10-CONTACT         */
/*----------------------*/
.contacts-wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.contact-item {
  position: relative;
  padding-left: 70px;
  display: inline-block;
  margin-bottom: 30px;
}
.contact-item p {
  margin-bottom: 0;
  text-align: left;
  color: #393939;
}
.contact-item i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  font-size: 45px;
  color: #161616;
}
.map {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .contacts-wrap{
    text-align: left;
  }
}
/*----------------------*/
/*   11-ABOUT US        */
/*----------------------*/
.info-block-wrap {
  position: relative;
}
.info-block-wrap .info-block {
  background-color: #673ab7;
  margin-top: 95px;
  padding: 80px;
  color: #fff;
}
.info-block-wrap .info-block h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom:20px;
  color: #fff;
}
.info-block-wrap .info-block .about-img{
	display:block;
}
.info-block-wrap .info-block .about-img img{
  display:inline-block;
  max-width: 120px;
	margin-right: 10px;
    border-radius: 5px;
	cursor: pointer;
	position:relative;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.info-block-wrap .info-block .about-img img:hover{
	opacity:0.4;
}
.info-block-wrap .info-block .btn-white:hover{
color:#000;
}
.info-block-wrap .info-block .btn::after {
    background-color: #fff;
}
.info-block-wrap .image-block {
  position: absolute;
  top: 0;
  bottom: 95px;
  right: 0;
  margin-right: 15px;
  margin-left: 15px;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.info-block-wrap .owl-item {
  padding-right: 20px;
}
.info-block-wrap .owl-dots {
  display: block;
  margin-top: 20px;
}
.info-block-wrap .owl-dots .owl-dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  margin-right: 8px;
}
.info-block-wrap .owl-dots .owl-dot.active {
  background-color: #fff;
  transform: scale(1.5);
}
.love-block {
  text-align: center;
  margin: 100px 0;
}
.love-block h2 {
  text-transform: uppercase;
}
.love-block h2 i {
  font-size: 48px;
  transition: all 0.25s ease-in-out;
  animation: heartbeat 2s infinite;
}
@media (max-width: 992px) {
  .info-block-wrap .info-block {
    margin-top: 0;
  }
  .info-block-wrap .image-block {
    position: static;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .love-block h2 {
    font-size: 24px;
  }
  .love-block h2 i {
    font-size: 36px;
  }
  .info-block-wrap .info-block .about-img img{
	margin:0 auto 20px;
  }
  .info-block-wrap .info-block {
    padding: 15px;
    text-align: center;
}
}
@media (max-width: 480px) {
  .info-block-wrap .image-block {
    height: 400px;
  }
  .info-block-wrap .info-block {
    padding: 40px;
  }
}
/*----------------------*/
/*   12-SERVICE-two      */
/*----------------------*/
.inner-about a {
  border-color: #673AB7;
  border: 2px solid #673AB7;
  margin-top: 20px;
}
.inner-about a:hover {
  color: #fff;
}

.services-area {
  background-color: #e8e8e8;
}
/*----------------------*/ 
/*   11-ABOUT title      */ 
/*----------------------*/
.love-grid{
  width: 100%;
  margin-top: 0px;
  background-color: white;
}
.main-title h3 {
  font-size: 34px;
  font-family: 'Roboto', serif;
  letter-spacing: 1px;
  color: #f05421;
  margin-top: 0px;
  font-weight: 900;
  line-height: 30px;
}
.underline1 {
 height: 3px;
  width: 150px;
  background-color: black;
  /* margin: auto; */
  margin-top: 10px;
}
.underline2 {
  height: 15px;
  width: 15px;
  background-color: #d52557;
  /* margin: auto; */
  margin-top: -10px;
  transform: skew(-30deg);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.main-title p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #272727;
  padding: 0px;
  line-height: 27px;
  margin: 15px 0px;
  margin-bottom: 50px;
}

.love-row{
  padding: 0px 15px;
  padding-bottom: 0px;
  position: relative;
margin-top:-100px;
  z-index: 1;
}
.love-details {
  padding: 30px 30px;
  border: none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  background-color: #673AB7;
  border: 1px solid #7a4fc5;
}
.love-details:hover{
  background-color: black;
  border-color: black;
}

.love-details h3 {
  margin: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  font-weight: 600;
  /* margin-bottom: 25px; */
  margin-top: 20px;
}
.love-details p {
  color: #fff;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.light{
 /* background-color: #f34476;*/
}
.white-bg{
  background-color: white;
}
.love-icon {
  font-size: 33px;
  color: white;
  border-radius: 6px;
  text-align: center;
  transition: 1.4s;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
}
.no-padding{
  padding: 0px;
}
.love-details:hover .underline2{
  transform: skew(0deg);
}


.inner-about h3{
text-transform: uppercase;
  margin-top: 0;
}
.inner-about p{
}
.inner-about .about-progress{
padding-top: 10px;
}
/*----------------------*/
/*   12-SERVICE-ONE       */
/*----------------------*/
.services-one .inner-service {
  position: relative;
      padding: 30px;
}
.services-one  i {
      font-size: 43px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.services-one  .service-content {
  padding-left:0;
  padding-top:50px;
}
.services-one .service-content h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1em;
}
.services-one .inner-service:hover i {
  animation: animateIconTop2 0.3s forwards;
}
/*----------------------*/
/*   12-SERVICE-two       */
/*----------------------*/
.services-two .inner-service {
  position: relative;
      padding: 30px;
	      margin: 0 0 30px;
		      border: 1px solid #eaeaea;
		  	transition:.4s all ease-in-out;
}
.services-two .inner-service:hover{
    box-shadow: 0px 0px 12px 5px #c1c1c18c;
}
.services-two .inner-service:before{
	content: "";
    position: absolute;
    width:0;
    height:0;
    left: 0px;
    top: 0;
	transform:scale(1);
	opacity: 0;
    border: 1px solid #000;
    border-right: transparent;
    border-bottom: transparent;
	transition:.4s all ease-in-out;
}
.services-two .inner-service:hover:after,
.services-two .inner-service:hover:before{
	transform:scale(1);
	 width:150px;
    height:150px;
	opacity:1;
}
.services-two .inner-service:after{
	content:"";
	position:absolute;
	 width:0px;
    height:0px;
	right:0;
	opacity: 0;
	 border: 1px solid #000;
    bottom: 0;
    border-left: transparent;
    border-top: transparent;
	transition:.4s all ease-in-out;
		transform:scale(1);
}

.services-two  i {
      font-size: 43px;
   position:absolute;
	left:50%;
	top:30px;
	transform: translateX(-50%);
}
.services-two  .service-content {
  padding-left:0;
}
.services-two .service-content h6 {
  text-transform: uppercase;
  line-height: 1em;
}
.services-two .inner-service:hover i {
   animation: animateIconTop2 0.3s forwards;
 }
/*----------------------*/
/*   12-SERVICE-three       */
/*----------------------*/
.services-three .inner-service {
  position: relative;
      padding: 0px 10px;
}
.services-three .inner-service  i {
   font-size: 45px;
   color: #4a4949;
   position: absolute;
   right: -60px;
   transform: translateY(50px);
}
.services-three .inner-service.text-left  i {
 left:-50px;
}
.services-three  .service-content {
  padding-left:0;
 padding-top:50px;
 }
.services-three .service-content h6 {
  text-transform: uppercase;
  margin-top: 0;
 margin-bottom: 20px;
  line-height: 1em;
}
.services-three .service-img{
      padding-top: 40px;
}
 .services-three .service-img img{
   margin:0 auto;
}
@media (max-width: 1300px) {
  .services-three .inner-service {
    text-align: left;
  }
  
.services-three .inner-service i {
  right: -15px;
}
}
@media (max-width: 991px) {
    .services-three .service-img img{
      display:none;
    }
    .services-three .inner-service{
      text-align: center;
    }
    .services-three .inner-service i{
      position: relative;
      right: 0 !important;
      left: 0 !important;
    }
    .services-three .service-content {
      padding-left: 0;
      padding: 20px 0 40px;
  }
}
@media (max-width: 768px) {
 .inner-service.text-right{
   text-align:left;
 }
 .services-three .inner-service i {
       right: 50px;
   margin-top: -10px;

 }
.services-three .inner-service.text-left i {
      right: 50px;
   margin-top: -10px;
     left: inherit;
 }
}
/*----------------------*/
/*   13-PROCESS         */
/*----------------------*/
.process-item h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1em;
}

/*----------------------*/
/*   16-process         */
/*----------------------*/
.pad-rl{
	padding-left:0 ;
	padding-right:0;
}
.process-section {
  background-color: #e8e8e8;
  color: #020033;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
   color: #fff;
}
.process-section .inner-process .item-head {
    position: relative;
    display: inline-block;
    /* background: #673AB7; */
    text-align: center;
    /* width: 70px; */
    /* height: 70px; */
    /* padding: 15px 0; */
    margin-top: 10px;
    color: #14141c;
	
}
.process-section .inner-process .item-head i {
  font-size: 43px;
  color:#fff;
}

.process-section .inner-process h6 {
  text-transform: uppercase;
  margin:0;
  padding: 0;
  color: #4a4949;
}
.process-section .inner-process p {
  margin-bottom: 30px;
  padding: 0;
      color: #464646;
}
/*----------------------*/
/*   15-COUNTERS        */
/*----------------------*/
.counters {
  background-color: #673AB7;
  color:#fff;
  text-align: center;

  position: relative;
}
.counters.counters-one{
	 background-image:url(../img/bg6.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
  background-repeat: no-repeat;
}
.counters .counter-item .item-head {
  position: relative;
  display: block;
}
.counters .counter-item .item-head i {
  font-size: 43px;
}
.counters .counter-item h6 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
}
.counters .counter-item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .counter-item .col-sm-6,
  .feature-item .col-sm-6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .counter-item:last-child .item-head::after,
  .feature-item:last-child .item-head::after {
    display: none;
  }
}
/*----------------------*/
/*   16-CLIENTS         */
/*----------------------*/
.clients-two,
.clients {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.clients-two,
.clients img {
  display: inline-block;
}
/*----------------------*/
/*   16-CLIENTS-two         */
/*----------------------*/
.clients-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.62);
}
/*----------------------*/
/*   18-VIDEO           */
/*----------------------*/
.video-section {
  text-align: center;
  overflow: hidden;
}
.video-section h2 {
  font-size: 60px;
  line-height: 1em;
  margin: 0 0 55px 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}
.video-section em {
  color: #fff;
}
.video-img{
	width:100%;
    margin-left: auto;
}


.action-switch {
    position: absolute;
    width: 63px;
    height: 70px;
    left: 50%;
    top: 50%;
    /* padding-top: 30px; */
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 78;
    -webkit-transform: skew(7deg);
    -ms-transform: skew(7deg);
    transform: skew(7deg) translate(-50%,-50%);
    -webkit-transition: left 0.4s ease 0s;
    -o-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
}

.action-switch .front-style {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.71);
	z-index: 2;
}

.action-switch .front-style a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(119, 119, 119, 0.24);
	top: 10px;
	position: relative;
	padding-top: 11px;
	color: #b5b5b5;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease 0s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.action-switch .back-style {
	position: absolute;
	width: 90px;
	height: 90px;
	left: -10px;
	top: -10px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	z-index: 1;
	-webkit-box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
	box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
}

.action-switch:hover .front-style a {
	background: #111;
	color: #fff;
}
@media (max-width: 768px) {
  .video-section h2 {
    font-size: 34px;
	text-align:center;
  }
  .video-img{
	margin:40px auto 0;
  }
  .video-section .col-md-6.col-sm-6{
  text-align: center;
  }
  .team-item-2 .image blockquote:before {
  display: none;
  }
}
@media (max-width: 400px) {
.team-item-2 .image blockquote {
padding: 0 5px !important;
}
}
/*----------------------*/
/*   19-PROGRESS BAR    */
/*----------------------*/
ul.progress-bar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.progress-bar span {
  float: right;
}
ul.progress-bar li {
  margin-bottom: 30px;
  color: #171717;
}
ul.progress-bar li:last-child {
  margin-bottom: 0;
}
ul.progress-bar li strong {
  text-transform: uppercase;
}
ul.progress-bar li i {
  font-style: normal;
}
ul.progress-bar li p {
  margin-bottom: 7px;
}
.bar-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #e7e7e7;
}
.bar-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #673AB7;
}
/*----------------------*/
/*   20-OUR TEAM        */
/*----------------------*/
.team-item {
  position: relative;
}
.team-item .team-header {
  position: relative;
  overflow: hidden;
}
.team-item .team-footer {
  border-top: 2px solid #020033;
  margin-top: 30px;
  padding-top: 22px;
}
.team-item .team-footer h6 {
  margin-top: 0;
  color: #171717;
  text-transform: uppercase;
}
.social-wrap {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  left: 0;
  right: 0;
  background-color: #673AB7;
  padding: 16px 0;
  text-align: center;
  transition: all 0.45s ease;
}
.social-wrap ul {
  display: inline-block;
  margin-top: 10px;
}
.social-wrap ul li {
  float: left;
  margin: 0 10px;
}
.social-wrap ul li a {
  display: block;
  font-size: 22px;
  line-height: 1em;
  color: #020033;
}
.social-wrap a:hover {
  color: #fff;
}
.social-wrap a:hover i {
  animation: animateIconBottom 0.3s forwards;
}
.team-item:hover .social-wrap {
  bottom: 0;
  opacity: 1;
}
/*----------------------*/
/*	     team-area-2     */
/*----------------------*/

.team-item-2 {
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding: 0 0 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.team-item-2 .image {
  background-size: cover;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin: -1px;
  background-color: #e2e2e2;
  color: #fff;
}

.team-item-2 .image:after {
  content: "";
  display: block;
  padding-bottom: 85%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.8s ease;
}

.team-item-2:hover .image:after {
  background: #252a31;
  background: rgba(37, 42, 49, 0.7);
}

.team-item-2 .image blockquote {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.6s ease;
  margin: 0;
    color: #fff;
  padding: 0 25px;
}

.team-item-2:hover .image blockquote {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.team-item-2 .image blockquote:before {
    font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e08b";
  position: absolute;
  top: -100%;
  left: 50%;
  border: 1px solid;
  border-radius: 50%;
  font-size: 25px;
  padding-top: 8px;
  width: 45px;
  height: 45px;
  transform: translate(-50%,100%);
}
.team-item-2 h5 {
     margin: 20px 0 0px;
}
.team-item-2 .social-buttons {
    font-size: 16px;
  padding-top: 5px;

}
.team-item-2 .social-buttons a{
    margin: 0 5px;
  border: 1px solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top:10px;
}
.team-item-2 .social-buttons a:hover{
background-color:#000;
color:#fff;
}
/*----------------------*/
/*   21-TESTIMONIAL-ONE     */
/*----------------------*/
#testimonial-one{
	position:relative;
}
#testimonial-one .testimonial-item .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
#testimonial-one .testimonial-item .pic:before,
#testimonial-one .testimonial-item .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #673ab7;
    position: absolute;
    z-index: -1;
}
#testimonial-one .testimonial-item .pic:before{
    top: 0;
    right: -20px;
}
#testimonial-one .testimonial-item .pic:after{
    bottom: 0;
    left: -20px;
}
#testimonial-one .testimonial-item .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #673ab7;
}
#testimonial-one .testimonial-item .testimonial-content{
    width: 70%;
    float: right;
}
#testimonial-one .testimonial-item .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color:#4a4949;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
#testimonial-one .testimonial-item .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color:#464646;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
#testimonial-one .testimonial-item .description{
    font-size: 16px;
    color: #464646;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.portfolio-slider .owl-controls,
.timeline-slider .owl-controls,
#testimonial-one .owl-controls{
	position:relative;
}
.portfolio-slider .owl-dots,
.timeline-slider .owl-dots,
#testimonial-one .owl-dots{
	 text-align: center;
	max-width: 270px;
	    top: 20px;
    position: relative;
}
.portfolio-slider .owl-dots,
.timeline-slider .owl-dots{
  max-width: 100%;
}
.portfolio-slider .owl-dot.active,
.portfolio-slider .owl-dot,
.timeline-slider .owl-dot.active,
.timeline-slider .owl-dot,
#testimonial-one .owl-dot.active,
#testimonial-one .owl-dot {
    background-color: #adadad;
    height:5px;
    width:5px;
    border-radius: 50%;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-align: center;
}
.portfolio-slider .owl-dot:before,
.timeline-slider .owl-dot:before,
#testimonial-one .owl-dot:before{
	    content: "";
    position: absolute;
    border: 1px solid #673AB7;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    left: -4px;
    text-align: center;
    top: -4px;
}
.portfolio-slider .owl-dot.active,
.timeline-slider .owl-dot.active,
#testimonial-one .owl-dot.active{
	background: #673AB7;
}
@media only screen and (max-width: 992px){
	#testimonial-one .testimonial-item .title{
		padding-top:20px;
	}
   #testimonial-one .testimonial-item .pic {
    width: auto;
    margin: 0 auto;
    max-width: 300px;
    float: none;
   }
#testimonial-one .testimonial-item .testimonial-content {
    width: auto;
    float: left;
    text-align: center;
}
#testimonial-one .owl-dots {
    max-width: initial;
}
#testimonial-one .testimonial-item .pic:before {
    top: 10px;
    right: -10px;
}
#testimonial-one .testimonial-item .pic:after {
    bottom: 10px;
    left: -10px;
}
}
/*----------------------*/
/*   21-TESTIMONIAL-TWO     */
/*----------------------*/
.testimonial-wrap {
  position: relative;
  text-align: center;
  background-image:url(../img/bg9.jpg);
  display:block;
  color:#fff;
      background-size: cover;
    background-attachment: fixed;
}
.testimonial-wrap:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
	
}
.testimonial-wrap.style-light:before{
  background-color: rgba(103, 58, 183, 0.51);
}
.testimonial-wrap .owl-item {
  width: 100%;
}
.testimonial-wrap h3 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  color:#fff;
}
.testimonial-wrap p {
  padding: 0 60px;
  margin-bottom: 0;
}
.testimonial-wrap .avatar-wrap {
  display: inline-block;
}
.testimonial-wrap .avatar-wrap img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.owl-testimonial-slider .owl-controls{
position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owl-testimonial-slider .owl-nav{
    display: block;
    position: relative;
}
.owl-testimonial-slider .owl-nav .owl-next,
.owl-testimonial-slider .owl-nav .owl-prev{
	display:block !important;
	    position: absolute;
   font-size:0;
}
.owl-testimonial-slider .owl-nav .owl-next{
	right:0;
}
.owl-testimonial-slider .owl-nav .owl-prev{
	left:0;
}
.owl-testimonial-slider .owl-nav .owl-next:before,
.owl-testimonial-slider .owl-nav .owl-prev:before{
	position:absolute;
	font-family:'ElegantIcons';
	font-size:30px;
}
 .owl-testimonial-slider .owl-nav .owl-next:before{
	    content: "\24";
    right:15px;
}
.owl-testimonial-slider .owl-nav .owl-prev:before{
	content:"\23";
	left:15px;
} 

@media (max-width: 768px) {
  .testimonial-wrap .avatar-wrap img {
    height: 100px;
    width: 100px;
  }
  .testimonial-wrap p {
    padding: 0 30px;
  }
  
}
@media (max-width: 480px) {
  .owl-testimonial-slider .owl-nav{
	  display:none;
  }
  .testimonial-wrap .avatar-wrap img {
    height: 80px;
    width: 80px;
  }
  .testimonial-wrap p {
    padding: 0;
  }
}
/*----------------------*/
/*   28-testimonial-three */
/*----------------------*/

#testimonial-three{
	position:relative;
}
#testimonial-three .testimonial-item .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

#testimonial-three .testimonial-item .pic img{
    width: 100%;
    height: auto;
     border-radius: 15px;
}

#testimonial-three .testimonial-item .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
#testimonial-three .testimonial-item .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color:#fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
#testimonial-three .testimonial-item .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.slick-dots {
  bottom: -40px !important;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /* opacity: .25; */
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #673ab7;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff !important;
}
.slick-prev, .slick-next {
   display: none !important;
}

@media only screen and (max-width: 992px){
	#testimonial-three .testimonial-item .title{
		padding-top:20px;
	}
   #testimonial-three .testimonial-item .pic {
    width: auto;
    margin: 0 auto;
    max-width: 300px;
    float: none;
   }
#testimonial-three .testimonial-item .testimonial-content {
    width: auto;
    float: left;
    text-align: center;
}
#testimonial-three .owl-dots {
    max-width: initial;
}
#testimonial-three .testimonial-item .pic:before {
    top: 10px;
    right: -10px;
}
#testimonial-three .testimonial-item .pic:after {
    bottom: 10px;
    left: -10px;
}

}
/*----------------------*/
/*   22-BLOG            */
/*----------------------*/
/*---Blog Slider -----*/ 
.blog-slider {
  position: relative;
}
.blog-slider .owl-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  text-align: center;
}
.blog-slider .owl-dots .owl-dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #171717;
  margin-right: 8px;
}
.blog-slider .owl-dots .owl-dot.active {
  background-color: #171717;
  transform: scale(1.5);
}
.blog-slider .owl-dots .owl-dot {
  border-color: #fff;
}
.blog-slider .owl-dots .owl-dot.active {
  background-color: #fff;
}
/*----- End Blog Slider -------*/
.blog-masonry .isotope-item {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .blog-masonry .isotope-item {
    width: 50%;
  }
    .blog-item {
    margin: 0 auto 30px;
    position: relative;
    max-width: 500px;
}
}
@media (max-width: 768px) {
  .blog-masonry .isotope-item {
    width: 100%;
  }

}
.blog-item h6 {
  text-transform: uppercase;
  margin: 10px 0;
}
.blog-item h6 a:hover {
  text-decoration: none;
}
.blog-item {
  margin-bottom: 30px;
}
.blog-item .thumb {
  position: relative;
  margin-bottom: 30px;
}
.blog-meta span.date {
  color: #6a6a6a;
  line-height: 28px;
}
 
.blog-meta a:hover {
  text-decoration: none;
}
.blog-meta a i {
  color: #673AB7;
  margin-right: 4px;
}
.blog-item:not(.large):not(.full-img) .thumb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  z-index: 2;
  height: 0;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
.blog-item.large .thumb {
  margin-bottom: 0;
}
.blog-item.large .thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  z-index: 2;
  height: 0;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fff;
}
.blog-item.large .post-content {
  margin-top: 50px;
}
.blog-item.full-img {
  padding: 4px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 0px 4px #673AB7;
  text-align: center;
  margin-bottom: 30px;
}
.blog-item.full-img .post-content {
  margin: 70px 40px;
}
.post-content .blog-date{
	display:inline-block;
}
.post-content .blog-meta{
	display:inline;
	margin-right: 15px;
}
.post-content p{
margin-bottom:10px;
}
.post-content a.blog-btn{
	border: 0;
    color: #000;
    padding:0;
	  text-transform: capitalize;
}

.post-content a.blog-btn.btn::after {
	position:relative;
}
.post-content a.blog-btn:hover{
color:#673AB7;
}
/*----------------------*/
/*   23-Blog Details     */
/*----------------------*/

.sidebar{
	border: 1px solid #f0f0f0;
    padding: 20px;
}

.sidebar-widget-title, 
.comments-title{
	position: relative;
	border-bottom: 4px solid #f0f0f0;
	padding: 10px 0 16px 0;
}
.sidebar-widget-title:after,
.comments-title:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #673AB7;
	bottom: -4px;
	left: 0;
}

.widget-content{
	padding:0;
    margin-bottom: 30px;
}
.widget-content .sidebar-form{
	padding-top: 30px;
}
.widget-content .form-group{
	position: relative;
}
.widget-content .form-group .form-control{
	height: 50px;
	padding-left: 25px;
	border: 1px solid #f7f7f7;
	box-shadow: none;
}
.widget-content .form-group .form-control:focus{
	border: 1px solid #673AB7;
	box-shadow: none;
}
.widget-content .form-group .fa{
	position: absolute;
	color: #7c7c7c;
	top: 16px;
	right: 20px;
	cursor: pointer;
	font-size: 16px;
}
.catagories{
  padding-top: 22px;
  padding-left: 0;
}
.catagories li{
	border-bottom: 1px solid #f0f0f0;
  padding: 9px 0 14px 0;
  list-style: none;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.catagories li:first-child{
	padding-top: 0;
}
.catagories li:last-child{
	border-bottom: none;
}
.catagories li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #696969;
	text-transform: capitalize;
}
.catagories li a span{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	background: transparent;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.catagories li:hover{
	padding-left: 15px;
}
.catagories li:hover a{
	color: #673AB7;
}
.catagories li:hover a span{
	background: #673AB7;
	color: #fff;
}
.popular-news-option{
	overflow: hidden;
  padding-top: 32px;
  padding-left: 0;
}
.popular-news-option li{
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	overflow: hidden;
}
.popular-news-option li:first-child{
	padding-top: 0;
}
.popular-news-option li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.popular-news-img{
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}
.popular-news-img a{
    overflow: hidden;
   
}
.popular-news-img:hover  img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);


}
.popular-news-contant{
	display: table;
}
.popular-news-contant h5 a{
	font-weight: 600;
	color: #000;
	line-height: 24px;
    margin-top: 10px;
}
.popular-news-contant p{
	font-size: 14px;
}
.popular-news-option li:hover .popular-news-contant h5 a{
	color: #673AB7;
}
.gallery-instagram{
	overflow: hidden;
	padding-top: 23px;
}
.gallery-instagram a{
	float: left;
    margin: 2px 2px;
    width: 95px;
}
.gallery-instagram a:hover{
    opacity:0.7;
}
.tag-cloud{
	margin-top: 30px;
}

.tag-cloud .btn{
	font-size: 14px;
	font-weight: 600;
	color: #696969;
	text-transform: uppercase;
	border: 1px solid #f0f0f0;
	padding: 9px 20px;
	border-radius: 0;
	margin: 0 3px 10px 0;
}
.tag-cloud .btn:after{
  position: relative;
}
.tag-cloud .btn:hover{
	background: #673AB7;
	color: #fff;
	border: 1px solid #673AB7;
}

/*----------------------*/
/*   23-POST SINGLE     */
/*----------------------*/
.post-single h6 {
  font-size: 30px;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.post-single .thumb+.post-content h6 {
  margin-top: 80px;
}
.post-single .blog-meta {
  float: left;
  margin-right: 40px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.blog-video-wrap {
  position: relative;
}
.blog-video-wrap .blog-video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23,23,23,0.4);
}
.blog-video-wrap .blog-video-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*------------------- buttons ----------------*/
.md-btn,
.sm-btn,
.xs-btn{
  display: inline-block !important;}
.xs-btn a{
  font-size: 12px !important;
  padding: 5px 12px !important;
  border-color: #673ab7;
}
.sm-btn a{
  border-color: #673ab7;
  font-size: 15px !important;
  padding: 8px 25px !important;
}
.md-btn a{
  border-color: #673ab7;
  font-size: 16px !important;
  padding: 10px 35px !important;
}
.md-btn a:hover,
.sm-btn a:hover,
.xs-btn a:hover{
  color:#fff;
}
/*--------- single Details ---------------*/
.blog-details-img {
  margin-bottom: 33px;
}
.blog-details-img > img {
  width: 100%;
}
.blog-details-content > h2 {
  color: #404044;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-content > span {
  color: #595959;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
  position: relative;
}
.blog-details-content > span:before{
  background: #343434 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 11px;
  width: 50px;
}
.blog-details-content > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
blockquote {
  border-left: 2px solid #673ab7;
  color: #666666;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin: 41px 0 42px 32px;
  padding: 6px 83px 6px 37px;
}
.details-img > img {
  width: 100%;
}
.user-info {
  border-bottom: 1px solid #acacac;
  display: block;
  margin-bottom: 47px;
  overflow: hidden;
  padding-bottom: 22px;
  padding-top: 60px;
}
.user-text {
  display: inline-block;
  float: left;
}
.user-name {
    padding-right: 47px;
}
.user-share {
    display: inline-block;
    float: right;
}
.user-share > span {
  color: #595959;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 21px;
}
.user-share > ul {
    display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 24px;
}
.user-share > ul > li:first-child {
    margin-left: 0;
}
.user-share a {
  color: #595959;
}
.user-text a {
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-right: 8px;
  padding: 8px 24px;
  text-transform: uppercase;
}
.user-text a:hover{background:#673ab7;;border-color:#673ab7;;color:#fff;}
.user-text a:last-child{margin-right:0;}
.sidebar-title {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
  position: relative;
  text-transform: capitalize;
}
.single-comment {
    position: relative;
}
.comment-img {
  display: inline-block;
  border-radius: 50%;
  float: left;

}
.comment-img img {
  border-radius: 50%;
}
.comment-text {
  padding-left: 140px;
}
.comment-text > h3 {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 23px;
}
.comment-text > span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}
.comment-text > p {
  color: #595959;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 0;
}
.parent-comment {
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0;
}
.replay-comment {
  border-bottom: 1px solid #ececec;
  padding-left: 150px;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
.comment-text > a {
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  color: #404040;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 21px;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.comment-text > a:hover {
    background-color: #673ab7;
    border-color: #673ab7;
    color: #ffffff;
}
.leave-comment > h3 {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.leave-comment-form {
  margin-top: 12px;
}
.leave-comment-form form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #a0a0a0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 118px;
  width: 100%;
  color: #595959;
  font-size: 15px;
}
.leave-comment-form form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #a0a0a0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #595959;
  font-size: 15px;
  height: 50px;
  width: 100%;
}
.leave-comment-form .submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #673ab7;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 30px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.leave-comment-form .submit:hover{color:#fff;}
.leave-comment-form .submit::before {
    background: #673ab7; 
    border-radius:30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.leave-comment-form .submit:hover::before {
    transform: scaleY(1);
}
.blog-details-custom {
  padding-right: 40px;
}

/*------------- Tabs ------------*/

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  background: #673ab7;
  color: #fff;
}

.tab-content {
  display: none;
  background: #673ab7;
  color: #fff;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

/*----------------------*/
/*   24-COMMENTS        */
/*----------------------*/
.comment-title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
}
.comment-list .media {
  margin-bottom: 45px;
}
.comment-list .media.reply-comment {
  margin-left: 150px;
}
.comment-list .comment-img {
  height: 130px;
  width: 130px;
}
.comment-list .media-body {
  padding-left: 25px;
}
.comment-list .media-body p {
  margin-bottom: 10px;
}
.comment-list .media-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #171717;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
.comment-list .media-body h6 span {
  font-weight: 400;
  text-transform: none;
  color: #6a6a6a;
  font-size: 14px;
  margin-left: 10px;
}
.comment-list .media-body .comment-meta a {
  margin-right: 15px;
  color: #673AB7;
}
.post-comment {
  text-align: center;
  padding: 50px;
  max-width: 770px;
  background-color: #fff;
}
.remodal-overlay {
  background: rgba(23,23,23,0.5);
}
.remodal-close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
}
.remodal-close-popup i {
  color: #dcdcdc;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.25s ease-in-out;
}
.remodal-close-popup:hover i {
  color: #673AB7;
}
.remodal-close-popup:focus,
.remodal-close-popup:active {
  outline: none;
}
@media (max-width: 768px) {
  .comment-list .media.reply-comment {
    margin-left: 60px;
  }
  .comment-list .comment-img {
    height: 80px;
    width: 80px;
  }
  .comment-list .media-body {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .comment-list .media.reply-comment {
    margin-left: 0;
  }
}
/*----------------------*/
/*   25-PORTFOLIO       */
/*----------------------*/
.dignify-portfolio-masonry-wrapper[data-col="3"] .dignify-portfolio-item {
  float: left;
  width: 33.333%;
}
.dignify-portfolio-masonry-wrapper[data-col="2"] .dignify-portfolio-item {
  float: left;
  width: 50%;
}
.dignify-portfolio-masonry-wrapper[data-col="4"] .dignify-portfolio-item {
  float: left;
  width: 25%;
}
@media (max-width:1200px) {
  .dignify-portfolio-item .inner-work .info,
  .dignify-portfolio-item .inner-work-two .info{
		padding:0;
  }
  .dignify-portfolio-item .inner-work p,
	.dignify-portfolio-item .inner-work-two p {
       padding: 6px 4px !important;
    font-size: 14px;
	    margin-bottom: 10px;
	}
}
@media (max-width: 992px) {
  .dignify-portfolio-masonry-wrapper[data-col="3"] .dignify-portfolio-item,
  .dignify-portfolio-masonry-wrapper[data-col="4"] .dignify-portfolio-item {
    width: 50%;
  }
   .dignify-portfolio-item .inner-work h3,
   	.dignify-portfolio-item .inner-work-two h3 {
      font-size: 16px !important;
      padding: 0 !important;
  }
  .dignify-portfolio-item .inner-work .info,
	.dignify-portfolio-item .inner-work-two .info{
		padding:7px !important;
  }

}
@media (max-width: 550px) {
  .dignify-portfolio-masonry-wrapper[data-col="2"] .dignify-portfolio-item,
  .dignify-portfolio-masonry-wrapper[data-col="3"] .dignify-portfolio-item,
  .dignify-portfolio-masonry-wrapper[data-col="4"] .dignify-portfolio-item {
    width: 100%;
  }
}
.dignify-portfolio-item {
  overflow: hidden;
  padding: 15px;
}
.dignify-portfolio-item .image-wrap {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.dignify-portfolio-item .inner-work{
	 display: block;
  position: relative;
}
.dignify-portfolio-item .inner-work .info {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    width:100%;
    height:100%;
}

.dignify-portfolio-item .inner-work:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.dignify-portfolio-item .inner-work div.info:hover {
  box-shadow: 0 0 5px #fff;
}
.dignify-portfolio-item .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
      padding: 15px;
   -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dignify-portfolio-item:hover {
  text-decoration: none;
}
.inner-work:hover .overlay-color {
  opacity: 1;
    background-color: #673ab7;
}
.dignify-portfolio-item .inner-work h3{
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.dignify-portfolio-item .inner-work h3 a:hover{
	color:#fff;
}
.dignify-portfolio-item .inner-work h3:before{
	    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    display: inline;
    width: 100%;
    bottom: 0;
}
.dignify-portfolio-item .inner-work p{
      padding:6px 20px;
     text-transform: initial;

}
.dignify-portfolio-item .inner-work span{
	font-size: 16px;
    margin: 0 5px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    color: #000;
    text-align: center;
	cursor:pointer;
}
/*----------------------*/
/*   25-PORTFOLIO-two     */
/*----------------------*/
/* .poptrox-popup .nav-next div,
.poptrox-popup .nav-previous div{
	color:#000;
} */
.dignify-portfolio-item .inner-work-two{
  display: block;
 position: relative;
}
.dignify-portfolio-item .inner-work-two .info {
  text-align: center;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table;
}

.dignify-portfolio-item .inner-work-two:hover .info {
 opacity: 1;
 filter: alpha(opacity=100);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
.dignify-portfolio-item .inner-work-two .overlay-color {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 2;
      padding: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.inner-work-two:hover .overlay-color {
  opacity: 1;
  height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
/* .poptrox-popup .nav-next div,
.poptrox-popup .nav-previous div{
	color:#000;
} */
 .dignify-portfolio-item .inner-work-two h3{
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8;
  display: block;
  margin-bottom: 25px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  position: relative;
  margin-top: 0;
}
.dignify-portfolio-item .inner-work-two h3 a{
  border-bottom: 1px solid;
  display: inline-block;

}
.dignify-portfolio-item .inner-work-two h3 a:hover{
	 color:#fff;
}

.dignify-portfolio-item .inner-work-two .portfolio-link{
display: table-cell;
vertical-align: middle;
}
.dignify-portfolio-item .inner-work-two span{
	font-size: 16px;
    margin: 0 5px;
    border:1px solid #fff;
	border-radius:50%;
    padding: 10px;
    color: #fff;
    text-align: center;
	cursor:pointer;
	transition:.3s all ease-in-out;

}
.dignify-portfolio-item .inner-work-two span:hover{
	background-color:#fff;
	color:#673ab7;
}
/*----------------------*/
/*  25-PORTFOLIO-three  */
/*----------------------*/

.grid-item,
.grid-sizer {
  width:25%;
}

.grid-item {
  float: left;
}
.grid-item--width2 {
  width: 50%;
}
@media (max-width: 1200px) {
	.grid-item,
	.grid-sizer {
	width:50%;
	}
	.grid-item--width2 {
	width:50%;
	}
}
@media (max-width: 480px) {
	.grid-item,
	.grid-sizer {
	width:100%;
	}
	.grid-item--width2 {
	width:100%;
	}
}
/*----------------------*/
/*  PORTFOLIO-Detail    */
/*----------------------*/

.project-des h3{
  color: #000;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.project-des h3::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #673ab7;
  width: 50px;
  height: 2px;
}
.project-des p{
  padding: 15px 0;
  margin: 0;
}
.project-social{}
.project-social .pro-list h6{
  margin: 0;
  padding-top: 2px;
  color: #000;
  font-size: 18px;
}
.project-social .pro-list{
  border: 1px solid #cecece;
  width: 100%;
  border-left: transparent;
  border-right: transparent;
}
.pro-client h6{
  color: #000;
  margin: 0;
}
.pro-client{
  padding-top: 10px;
}
.pro-btn{
  border:1px solid #000;
}
.pro-btn:hover{
border-color:#fff;
color: #fff;
}
.pro-pagination{
  border: 1px solid #cecece;
  padding: 15px 0;
  border-left: transparent;
  border-right: transparent;
}
.pro-pagination .port-next,
.pro-pagination .pro-center,
.pro-pagination .port-prev{
font-size: 20px;
color: #000;  
-webkit-transition: all .5s;
transition: all .5s;
}
.pro-pagination .port-next:hover,
.pro-pagination .pro-center:hover,
.pro-pagination .port-prev:hover{
color: #673ab7;
}
/*----------------------*/
/*   26-FILTERS         */
/*----------------------*/
.filters-wrap {
  /* padding-top: 60px; */
  padding-bottom: 40px;
  position: relative;
}
.filters {
  display: inline-block;
  position: relative;
  text-align: center;
}
.filters li {
      position: relative;
    text-align: center;
    display: inline-block;
    color: #171717;
    transition: all 0.25s ease-in-out;
    margin:10px;
    padding: 5px 15px;
    border: 1px solid;
}
.filters li span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.filters li:focus,
.filters li:hover {
  color: #fff;
  background-color:#673ab7;
}
 .filters li.active-filter {
   color: #fff;
  background-color:#673ab7;
 }
.borders {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-top: 3px solid #020033;
  border-bottom: 3px solid #020033;
}
@media (max-width: 480px) {
  .filters li {
    float: none;
    display: block !important;
  }
}
/*----------------------*/
/*  Pricing            */
/*----------------------*/

.pricingTable{
  text-align: center;
}
.pricingTable .pricingTable-header{
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-header{
  background: #673AB7;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px;
}
.pricingTable .pricingTable-header:before{
  left: 40px;
}
.pricingTable .pricingTable-header:after{
  right: 40px;
}
.pricingTable .heading{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
.pricingTable .price-value{
  display: inline-block;
  position: relative;
  font-size: 55px;
  font-weight: bold;
  color:#fff;
  transition: all 0.3s ease 0s;
}
.pricingTable:hover .price-value{
  color: #fff;
}
.pricingTable .currency{
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: -19px;
}
.pricingTable .month{
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -30px;
  text-transform: uppercase;
}
.pricingTable .pricing-content{
  padding-top: 50px;
  background: #fff;
  position: relative;
  border: 1px solid #4d4d4d;
}
.pricingTable:hover .pricing-content{
  border: 1px solid #673AB7;
}
.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px;
}
.pricingTable .pricing-content:before{
  left: 40px;
}
.pricingTable .pricing-content:after{
  right: 40px;
}
.pricingTable .pricing-content ul{
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
.pricingTable .pricing-content > ul:before,
.pricingTable .pricing-content > ul:after{
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom,#818282 50%,#727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all 0.4s ease 0s;
}
.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after{
    background: linear-gradient(to bottom, #673AB7 50%, #673AB7 50%);
}
.pricingTable .pricing-content > ul:before{
  left: 44px;
}
.pricingTable .pricing-content > ul:after{
  right: 44px;
}
.pricingTable .pricing-content ul li{
  font-size: 15px;
  font-weight: bold;
  color: #777473;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8;
}
.pricingTable .pricing-content ul li:last-child{
  border-bottom: none;
}
.pricingTable .read{
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background: #d9d9d8;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all 0.3s ease 0s;
}
.pricingTable .read:hover{
  text-decoration: none;
}
.pricingTable:hover .read{
  background: #673AB7;
color:#fff;
}
@media screen and (max-width: 990px){
  .pricingTable{ margin-bottom: 25px; }
}
/*----------------------*/
/*	     team-area      */
/*----------------------*/
.team-section{
	background-color:#e8e8e8;
}
.team-area .our-team{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
	background-color: #000;
    position: relative;
    transition: all 0.3s ease 0s;
}
.team-area .our-team:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.team-area .our-team img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}
.team-area .our-team:hover img{
    opacity: 0.3;
}
.team-area .our-team .team-content{
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.team-area .our-team:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.team-area .our-team .title{
    display: block;
	color:#fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.team-area .our-team .post{
    display: block;
    font-size: 15px;
}
.team-area .our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.3s ease 0s;
}
.team-area .our-team:hover .social{
    opacity: 1;
}
.team-area .our-team .social li{
    display: block;
}
.team-area .our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #673AB7;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.3s ease-in-out 0s
}
.team-area .our-team:hover .social li:nth-child(1) a{
    transition-delay: 0.3s;
}
.team-area .our-team:hover .social li:nth-child(2) a{
    transition-delay: 0.2s
}
.team-area .our-team:hover .social li:nth-child(3) a{
    transition-delay: 0.1s;
}
.team-area .our-team:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.team-area .our-team:hover .social li a{
    transform: translate(0, 0)
}
.team-area .our-team .social li a:hover{
    width: 40px;
    background:#000;
    transition-delay: 0s;
}
.team-area .our-team .icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #673AB7;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 990px){
   .team-area .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width:768px){
  .team-item-2,
  .team-area .our-team{
	   max-width: 500px;
    margin: 0 auto 30px;
   }
}

/*----------------------*/
/*   Team-Details       */
/*----------------------*/
.team-det{

}
.team-det ul{
  display: block;
  padding: 0;
}
.team-det li{
  list-style: none;
  display: flex;
}
.team-det li span{
  width: 120px;
  font-size: 14px;
    font-weight: 600;
}

.team-det p{
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

/*----------------------*/
/*   28-Blog-one          */
/*----------------------*/
	.blog-btn a{
		border-color:#673AB7;
	}
	.blog-btn a:hover{
		color:#fff;
	}
/*----------------------*/
/*   partner-area          */
/*----------------------*/
	.partner-area .item{
		cursor:pointer;
	}
	.partner-area .owl-item img {
		display:block;
		width: inherit;
		    margin: 0 auto;
	}
/*----------------------*/
/*   28-claude-one          */
/*----------------------*/
.claude-section{
	background-color:#673AB7;
	color:#fff;
	padding: 40px 0;
}
.claude-section p{
	padding: 13px 0;
    margin: 0;
}
.claude-section a{
	color:#000;
	background-color:#fff;
}
.claude-section a i{
	padding-right:5px;
}
.claude-section a:hover{
	color:#fff;
}
@media only screen and (max-width: 990px){
.claude-section{
	text-align:center;
}
}
/*----------------------*/
      pagination
/*----------------------*/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  padding: 7px 15px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin: 4px 4px;
  display: inline-block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;

}

.pagination a.active {
  background-color: #673AB7;
  color: white;
  border: 1px solid #673AB7;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
/*----------------------*/
/*   28-FOOTER-One          */
/*----------------------*/
  .footer-widgets{
	  padding-bottom: 50px;
	  color:#fff;
  }
.footer-widgets h2 {

    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 30px;
}

.footer-widgets ul {
    list-style: outside none none;
    margin: 0 0 20px;
	padding:0;
}
.footer-widgets ul li {
    margin-bottom: 10px;
	position:relative;
}
.footer-widgets ul li span{
    position: absolute;
    left: 25px;
    top: 22px;
}
.footer-widgets ul li i.fa {
    margin-right: 10px;
    color:#673AB7;
    font-size: 18px;
}
.footer-widgets ul li a {
    display: inline-block;
}
.footer-widgets ul li a:hover {
    color: #673AB7;
}
.footer-widgets.post-img ul li{
  display: table;
}
.footer-widgets.post-img ul li .date-post {
  position: relative;
  display: block;
  left: 0;
  top: 0;
}
.footer-widgets.post-img ul li .post-des {
  display: table-cell;
  position: relative;
  top: 0px;
  left: 10px;
  display: table-cell;
  vertical-align: top;

}

.footer-widgets.post-img ul li img{
	border-radius:50%;
}
ul.list li a img {
    width: 80px;
    height: auto;
    margin: 0;
}
ul.list {
    overflow: hidden;
}
ul.list li {
    float: left;
    margin: 0;
    padding: 0;
}
.copy-right-section{
	background-color:#000;
}
/*
/*----------------------*/
/*   28-FOOTER          */
/*----------------------*/
.footer-inner {
  padding:25px 0;
      z-index: 1;
  position: relative !important;
}
footer {
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
footer h2 {
  font-size: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.footer-social ul {
  display: inline-block;
}
.footer-social ul li {
  float: left;
  margin: 0 8px;
}
.footer-social ul li a {
  display: block;
  font-size: 22px;
  color: #fff;
}
.footer-social a:hover {
  color: #673AB7;
  text-decoration: none;
}
.footer-social a:hover i {
  animation: animateIconTop 0.3s forwards;
}
.footer-copy p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer-copy a {
  color: #673AB7;
}
/*----------------------*/
/*  UPdate         */
/*----------------------*/
.work-section{
	overflow:hidden;
}
@media (min-width: 1500px) {
  .border-top {
    left: -100px;
    right: -100px;
  }
}
@media (max-width: 768px) {
  footer h2 {
    font-size: 44px;
  }
}
.fz16 {
  font-size: 16px;
}
.fz14 {
  font-size: 14px;
}
.fz12 {
  font-size: 12px;
}
.m0 {
  margin: 0 !important;
}
.ml-10{
  margin-left:10px;
}
.p0{
  padding: 0 !important;
}
.mt5 {
  margin-top: 5px;
  display: block;
}
.mb5 {
  margin-bottom: 5px;
  display: block;
}
.pt5 {
  padding-top: 5px;
  display: block;
}
.pb5 {
  padding-bottom: 5px;
  display: block;
}
.mt10 {
  margin-top: 10px;
  display: block;
}
.mb10 {
  margin-bottom: 10px;
  display: block;
}
.pt10 {
  padding-top: 10px;
  display: block;
}
.pb10 {
  padding-bottom: 10px;
  display: block;
}
.mt20 {
  margin-top: 20px;
  display: block;
}
.mb20 {
  margin-bottom: 20px;
  display: block;
}
.pt20 {
  padding-top: 20px;
  display: block;
}
.pb20 {
  padding-bottom: 20px;
  display: block;
}
.mt30 {
  margin-top: 30px;
  display: block;
}
.mb30 {
  display: block;
}
.pt30 {
  padding-top: 30px;
  display: block;
}
.pb30 {
  padding-bottom: 30px;
  display: block;
}
.mt40 {
  margin-top: 40px;
  display: block;
}
.mb40 {
  margin-bottom: 40px;
  display: block;
}
.pt40 {
  padding-top: 40px;
  display: block;
}
.pb40 {
  padding-bottom: 40px;
  display: block;
}
.mt50 {
  margin-top: 50px;
  display: block;
}
.mb50 {
  margin-bottom: 50px;
  display: block;
}
.pt50 {
  padding-top: 50px;
  display: block;
}
.pb50 {
  padding-bottom: 50px;
  display: block;
}
.mt60 {
  margin-top: 60px;
  display: block;
}
.mb60 {
  margin-bottom: 60px;
  display: block;
}
.pt60 {
  padding-top: 60px;
  display: block;
}
.pb60 {
  padding-bottom: 60px;
  display: block;
}
.mt70 {
  margin-top: 70px;
  display: block;
}
.mb70 {
  margin-bottom: 70px;
  display: block;
}
.pt70 {
  padding-top: 70px;
  display: block;
}
.pb70 {
  padding-bottom: 70px;
  display: block;
}
.mt80 {
  margin-top: 80px;
  display: block;
}
.mb80 {
  margin-bottom: 80px;
  display: block;
}
.pt80 {
  padding-top: 80px;
  display: block;
}
.pb80 {
  padding-bottom: 80px;
  display: block;
}
.mt90 {
  margin-top: 90px;
  display: block;
}
.mb90 {
  margin-bottom: 90px;
  display: block;
}
.pt90 {
  padding-top: 90px;
  display: block;
}
.pb90 {
  padding-bottom: 90px;
  display: block;
}
.mt100 {
  margin-top: 100px;
  display: block;
}
.mb100 {
  margin-bottom: 100px;
  display: block;
}
.pt100 {
  padding-top: 100px;
  display: block;
}
.pb100 {
  padding-bottom: 100px;
  display: block;
}
.mt110 {
  margin-top: 110px;
  display: block;
}
.mb110 {
  margin-bottom: 110px;
  display: block;
}
.pt110 {
  padding-top: 110px;
  display: block;
}
.pb110 {
  padding-bottom: 110px;
  display: block;
}
.mt120 {
  margin-top: 120px;
  display: block;
}
.mb120 {
  margin-bottom: 120px;
  display: block;
}
.pt120 {
  padding-top: 120px;
  display: block;
}
.pb120 {
  padding-bottom: 120px;
  display: block;
}
.mt130 {
  margin-top: 130px;
  display: block;
}
.mb130 {
  margin-bottom: 130px;
  display: block;
}
.pt130 {
  padding-top: 130px;
  display: block;
}
.pb130 {
  padding-bottom: 130px;
  display: block;
}
.mt140 {
  margin-top: 140px;
  display: block;
}
.mb140 {
  margin-bottom: 140px;
  display: block;
}
.pt140 {
  padding-top: 140px;
  display: block;
}
.pb140 {
  padding-bottom: 140px;
  display: block;
}
.mt150 {
  margin-top: 150px;
  display: block;
}
.mb150 {
  margin-bottom: 150px;
  display: block;
}
.pt150 {
  padding-top: 150px;
  display: block;
}
.pb150 {
  padding-bottom: 150px;
  display: block;
}
.mt160 {
  margin-top: 160px;
  display: block;
}
.mb160 {
  margin-bottom: 160px;
  display: block;
}
.pt160 {
  padding-top: 160px;
  display: block;
}
.pb160 {
  padding-bottom: 160px;
  display: block;
}
/* @media (max-width: 768px) {
  .sm-mt5 {
    margin-top: 5px;
    display: block;
  }
  .sm-mb5 {
    margin-bottom: 5px;
    display: block;
  }
  .sm-pt5 {
    padding-top: 5px;
    display: block;
  }
  .sm-pb5 {
    padding-bottom: 5px;
    display: block;
  }
  .sm-mt10 {
    margin-top: 10px;
    display: block;
  }
  .sm-mb10 {
    margin-bottom: 10px;
    display: block;
  }
  .sm-pt10 {
    padding-top: 10px;
    display: block;
  }
  .sm-pb10 {
    padding-bottom: 10px;
    display: block;
  }
  .sm-mt20 {
    margin-top: 20px;
    display: block;
  }
  .sm-mb20 {
    margin-bottom: 20px;
    display: block;
  }
  .sm-pt20 {
    padding-top: 20px;
    display: block;
  }
  .sm-pb20 {
    padding-bottom: 20px;
    display: block;
  }
  .sm-mt30 {
    margin-top: 30px;
    display: block;
  }
  .sm-mb30 {
    margin-bottom: 30px;
    display: block;
  }
  .sm-pt30 {
    padding-top: 30px;
    display: block;
  }
  .sm-pb30 {
    padding-bottom: 30px;
    display: block;
  }
  .sm-mt40 {
    margin-top: 40px;
    display: block;
  }
  .sm-mb40 {
    margin-bottom: 40px;
    display: block;
  }
  .sm-pt40 {
    padding-top: 40px;
    display: block;
  }
  .sm-pb40 {
    padding-bottom: 40px;
    display: block;
  }
  .sm-mt50 {
    margin-top: 50px;
    display: block;
  }
  .sm-mb50 {
    margin-bottom: 50px;
    display: block;
  }
  .sm-pt50 {
    padding-top: 50px;
    display: block;
  }
  .sm-pb50 {
    padding-bottom: 50px;
    display: block;
  }
  .sm-mt60 {
    margin-top: 60px;
    display: block;
  }
  .sm-mb60 {
    margin-bottom: 60px;
    display: block;
  }
  .sm-pt60 {
    padding-top: 60px;
    display: block;
  }
  .sm-pb60 {
    padding-bottom: 60px;
    display: block;
  }
  .sm-mt70 {
    margin-top: 70px;
    display: block;
  }
  .sm-mb70 {
    margin-bottom: 70px;
    display: block;
  }
  .sm-pt70 {
    padding-top: 70px;
    display: block;
  }
  .sm-pb70 {
    padding-bottom: 70px;
    display: block;
  }
  .sm-mt80 {
    margin-top: 80px;
    display: block;
  }
  .sm-mb80 {
    margin-bottom: 80px;
    display: block;
  }
  .sm-pt80 {
    padding-top: 80px;
    display: block;
  }
  .sm-pb80 {
    padding-bottom: 80px;
    display: block;
  }
  .sm-mt90 {
    margin-top: 90px;
    display: block;
  }
  .sm-mb90 {
    margin-bottom: 90px;
    display: block;
  }
  .sm-pt90 {
    padding-top: 90px;
    display: block;
  }
  .sm-pb90 {
    padding-bottom: 90px;
    display: block;
  }
} */
.hairline {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.highlight {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 3px;
}
@media (max-width: 768px) {
  .text-right.sm {
    text-align: inherit;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
@-moz-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes fadeMenu {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeMenu {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeMenu {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeMenu {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes heartbeat {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0.3;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
}
@-webkit-keyframes heartbeat {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0.3;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
}
@-o-keyframes heartbeat {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0.3;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
}
@keyframes heartbeat {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0.3;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconTop2 {
  49% {
    transform: translate(-50%,-100%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%,100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconTop2 {
  49% {
    transform: translate(-50%,-100%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%,100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconTop2 {
   49% {
    transform: translate(-50%,-100%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%,100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconTop2 {
  49% {
    transform: translate(-50%,-100%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%,100%);
  }
  51% {
    opacity: 1;
  }
}
.inner-pricing li{
  list-style: none;
}
.error-page {
    background-image: url(../img/404.jpg);
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
}
.error-middle {
    display: table-cell;
    vertical-align: middle;
}
.inner-error {
    text-align: left;
    color: #fff;
    float: right;
}
.inner-error h1, .inner-error h3
{
	color:#fff;
}

.mobile-menu{
  display:none;
}
@media (max-width: 991px){ 
.mobile-menu {
    display: block;
        width: 100%;
            background: #673ab7;
}.hide-menu {
    display: none;
}
.slicknav_btn{
  background-color: transparent;
 }

 .slicknav_menu {
            padding: 10px 15px 0;
    background: #673ab7;
   
}
.slicknav_nav {
    background-color: #f1f1f1;
    overflow: auto;
    max-height: 400px;
}
.slicknav_nav a {
    text-decoration: none;
    color: #202020;
}
.slicknav_brand {
    padding: 7px 12px 20px;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: transparent;
    color: #673ab7;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0;
    background: #ccc0;
    color: #673ab7;
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    text-align: center;
    float: right;
    background: #2b2b2b;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
}
.slicknav_nav ul {
    margin: 15px 10px 20px 10px;
}
.slicknav_btn {
    margin: 5px 15px 6px; }
    .dignify-navbar-three, 
.dignify-navbar-two, 
.dignify-navbar-one {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
}

@media (max-width: 768px){
  .slicknav_menu {
    padding: 10px 0px 0;}
    .mobile-menu{
      padding:0px;
    }
    .slicknav_menu .slicknav_no-text {
    margin: 10px 0;
}
.dignify-navbar-three, 
.dignify-navbar-two, 
.dignify-navbar-one {
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  z-index: 100;
}
 }