/*-----------------------------------------------------------------------------------

 Theme Name: Aqua
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #823DCC
 main Fonts    : Roboto , Poppins

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Features
	07 box
	08 get-ready
	09 Portfolio
	10 Services
	11 Price
	12 Facts
	13 Team
	14 Blog
	15 Contact
	16 Clients
	17 Footer
	18 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #242424;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #777;
  line-height: 1.8;
  margin: 0;
}
ul {
  margin-bottom: 0;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 80px;
  padding-bottom: 20px;
  position: relative;
}
.section-head:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #823DCC;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  opacity: .8;
}
.section-head h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #823DCC;
  margin-bottom: 10px;
}
.section-head h4 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2px;
}

.half-padding {
  padding: 120px 5%;
}

.bg-gray {
  background: #f8f8f8;
}

.gradient:before {
  background: #39067b;
  background: -webkit-gradient(linear, right top, left bottom, from(#0faec7), color-stop(70%, #39067b));
  background: linear-gradient(to bottom left, #0faec7 0%, #39067b 70%);
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #823DCC;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: #df222c;
  border-color: #df222c;
  color: #fff;
}
.butn-bg:hover span {
  color: #df222c;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #823DCC;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #823DCC;
}

.butn-bord {
  background: transparent;
  border: 1px solid #823DCC;
}
.butn-bord:before, .butn-bord:after {
  background: #823DCC;
}
.butn-bord:hover {
  border-color: #823DCC;
}
.butn-bord:hover span {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  color: #eee;
  font-weight: 600;
  margin: 15px 5px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .nav-link:after {
  content: '';
  width: 80%;
  height: 2px;
  border-radius: 10px;
  background: #823DCC;
  position: absolute;
  bottom: -2px;
  left: 10%;
  opacity: 0;
  -webkit-transform: translate(50px);
          transform: translate(50px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  border-color: #823DCC;
}
.navbar .navbar-nav .active:after {
  opacity: 1;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 90px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  height: 100vh;
  position: relative;
}
.header .container {
  position: relative;
  z-index: 6;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h1 {
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 1px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  color: #eee;
  font-size: 20px;
  font-weight: 300;
  font-family: inherit;
  margin: 15px 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption .butn {
  margin-top: 15px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.header.creative {
  height: calc(100vh + 150px);
}
.header.creative svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 4;
}
.header.creative2 {
  height: 110vh;
}
.header.creative2 svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 4;
}

.slider-fade {
  position: relative;
}
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider-fade .item .caption {
  z-index: 9;
}
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.bg-video {
  overflow: hidden;
}
.bg-video .bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .intro h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #823DCC;
  margin-bottom: 10px;
}
.hero .intro h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.hero .item {
  padding: 50px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-bottom: 4px solid #823DCC;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.hero .item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}
.hero .item .icon {
  font-size: 40px;
  color: #823DCC;
  margin-bottom: 30px;
}
.hero .item h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero .item p {
  font-size: 15px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Features ]
-----------------------------------------------------------------*/
.features .feat h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #823DCC;
  margin-bottom: 10px;
}
.features .feat h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.features .feat ul {
  margin-top: 25px;
  overflow: hidden;
}
.features .feat li {
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}
.features .feat li:hover .icon {
  background-color: transparent;
  color: #823DCC;
}
.features .feat li .icon {
  font-size: 17px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #823DCC;
  background-color: #823DCC;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start box ]
-----------------------------------------------------------------*/
.box .content h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #823DCC;
  margin-bottom: 10px;
}
.box .content h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box .accordion {
  margin-top: 20px;
  overflow: hidden;
}
.box .accordion .item {
  margin-top: 30px;
}
.box .accordion .title {
  padding: 10px 20px;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.box .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.box .accordion .title h6 {
  font-size: 15px;
  font-weight: 600;
}
.box .accordion .accordion-info {
  display: none;
  padding: 0px 15px;
  margin-top: 20px;
  border-left: 1px dotted #ccc;
}
.box .accordion .accordion-info p {
  font-size: 14px;
}
.box .accordion .active {
  display: block;
}
.box .accordion .active .title {
  border-color: #999;
}
.box .accordion .active .title:after {
  content: '\f068';
}

/* ----------------------------------------------------------------
     [ End box ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start get-ready ]
-----------------------------------------------------------------*/
.get-ready h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.get-ready h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End get-ready ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio .filtering .filter {
  display: inline-block;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  color: #888;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
}
.portfolio .filtering .active {
  border-color: #823DCC;
  color: #333;
}
.portfolio .items {
  width: 33.333333%;
  padding: 0 10px;
  margin-top: 20px;
}
.portfolio .items.width2 {
  width: 25%;
}
.portfolio .item-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay:after {
  width: 90%;
}
.portfolio .item-img:hover .item-img-overlay .icon {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.portfolio .item-img:hover .item-img-overlay p, .portfolio .item-img:hover .item-img-overlay h6 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.portfolio .item-img:hover .item-img-overlay h6 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
  overflow: hidden;
}
.portfolio .item-img-overlay:after {
  content: '';
  width: 0;
  height: 90%;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  z-index: -1;
}
.portfolio .item-img-overlay .icon {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #823DCC;
  text-align: center;
  font-size: 20px;
  color: #823DCC;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}
.portfolio .item-img-overlay .des {
  position: absolute;
  bottom: 10%;
  left: 10%;
  overflow: hidden;
}
.portfolio .item-img-overlay p {
  color: #823DCC;
  font-weight: 400;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.portfolio .item-img-overlay h6 {
  font-size: 16px;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.portfolio.column3 .items {
  width: 33.33333333%;
  padding: 0 10px;
  margin-top: 20px;
}
.portfolio.column3 .items.width2 {
  width: 25%;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Services ]
-----------------------------------------------------------------*/
.services .carousel-img .slick-list, .services .carousel-img .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.services .carousel-img .slick-prev, .services .carousel-img .slick-next {
  display: none;
}
.services .carousel-content .item {
  padding: 80px 40px;
  background-color: #fff;
}
.services .carousel-content .item .cas {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 15px;
  opacity: .7;
}
.services .carousel-content .item .cas span {
  color: #823DCC;
}
.services .carousel-content .item h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.services .slick-prev, .services .slick-next {
  left: calc(100% - 50px);
  top: calc(100% - 25px);
  width: 50px;
  height: 50px;
  background-color: #eee;
  z-index: 3;
}
.services .slick-prev {
  left: calc(100% - 100px);
}
.services .slick-prev:before, .services .slick-next:before {
  color: #823DCC;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 0;
  border-radius: 5px;
  border: 1px solid #eee;
  border-top: 5px solid #555;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.price .type h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.price .value {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.price .value h3 {
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.price .value h3 span {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
}
.price .features {
  margin-bottom: 20px;
  overflow: hidden;
}
.price .features li {
  color: #777;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
.price .features .del {
  opacity: .5;
}
.price .active {
  border-color: #823DCC;
  border-top-color: #823DCC;
}
.price .active .value {
  color: #823DCC;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Facts ]
-----------------------------------------------------------------*/
.testimonials {
  padding: 60px 30px;
  border-left: 15px solid rgba(255, 255, 255, 0.2);
  border-right: 15px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.testimonials:before {
  content: '';
  width: calc(100% - 150px);
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials:after {
  content: '';
  width: calc(100% - 150px);
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonials .left {
  position: absolute;
  top: -40px;
  left: 50px;
  width: 60px;
}
.testimonials .right {
  position: absolute;
  bottom: -40px;
  right: 50px;
  width: 60px;
}
.testimonials .client-area {
  margin-bottom: 20px;
}
.testimonials .client-area .img {
  display: inline-block;
}
.testimonials .client-area .author {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonials .client-area h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonials .client-area span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #823DCC;
}
.testimonials p {
  margin-bottom: 15px;
  color: #eee;
  font-size: 22px;
  font-style: italic;
}
.testimonials .owl-carousel {
  overflow: hidden;
}
.testimonials .owl-theme .owl-dots {
  text-align: center;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End Facts ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.team .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.team .info {
  margin-left: 160px;
}
.team .info h6 {
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}
.team .info span {
  color: #823DCC;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
}
.team .info p {
  font-size: 13px;
  margin-top: 5px;
}
.team .info .social {
  margin-top: 10px;
}
.team .info .social a {
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #777;
  margin-right: 10px;
}
.team .info .social a:hover {
  background-color: #823DCC;
  border-color: #823DCC;
  color: #fff;
}
.team .toright .img {
  float: right;
}
.team .toright .info {
  margin-left: 0;
  margin-right: 160px;
  text-align: right;
}
.team .toright .info .social a {
  margin-right: 0;
  margin-left: 10px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Blog ]
-----------------------------------------------------------------*/
.blog .post-img {
  position: relative;
  overflow: hidden;
}
.blog .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .post-img a {
  display: block;
  overflow: hidden;
}
.blog .post-img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog .post-cont {
  padding: 30px;
  background-color: #fff;
}
.blog .post-cont .tags {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin-top: 5px;
}
.blog .post-cont .tags a {
  margin-right: 10px;
}
.blog .post-cont h5 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
}
.blog .post-cont .info {
  margin-bottom: 5px;
  color: #823DCC;
  font-size: 12px;
  font-weight: 500;
}
.blog .post-cont p {
  margin-top: 20px;
}
.blog .post-cont .more {
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #f7f7f7;
  margin-top: 30px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog .post-cont .more:hover {
  background-color: #823DCC;
  color: #fff;
}
.blog .text-right .tags a {
  margin-right: 0;
  margin-left: 10px;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info {
  padding-left: 5%;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #823DCC;
}
.contact .contact-info .item .cont {
  margin-left: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact .contact-info .item .cont p {
  font-size: 13px;
}
.contact .contact-info .social {
  margin-top: 50px;
}
.contact .contact-info .social a {
  color: #fff;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.contact .contact-info .social a:hover {
  background-color: #fff;
  color: #823DCC;
}
.contact .form input, .contact .form textarea {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #F4F5FA;
}
.contact .form input:focus, .contact .form textarea:focus {
  background-color: transparent;
  border-color: #eee;
}
.contact .form textarea {
  padding: 15px;
  height: 110px;
  max-height: 110px;
  max-width: 100%;
}
.contact .form .big-area textarea {
  height: 180px;
  max-height: 180px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Clients Logo ]
-----------------------------------------------------------------*/
.clients {
  padding: 60px 0;
  background-color: #823DCC;
}
.clients .owl-carousel {
  margin-bottom: -20px;
}
.clients .client-logo {
  opacity: .7;
}
.clients .client-logo:hover {
  opacity: 1;
}
.clients img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.clients img:hover {
  -webkit-filter: none;
  filter: none;
}

/* ----------------------------------------------------------------
     [ End Clients Logo ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
footer {
  background-color: #151515;
  padding: 80px 0;
}
footer .social a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  margin: 15px 5px;
}
footer .social a:hover {
  background: #823DCC;
}
footer p {
  color: #eee;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 18 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .hide-md {
    display: none !important;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .text-right {
    text-align: left !important;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .nav-link:after {
    display: none;
  }

  .nav-scroll {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #823DCC !important;
  }

  .header {
    min-height: 100vh;
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .portfolio .items {
    width: 50% !important;
  }

  .services .carousel-img .slick-list, .services .carousel-img .slick-track {
    height: 350px;
    position: relative;
  }

  .team .item, .team .toright .info {
    text-align: center;
  }

  .team .img {
    margin: auto;
    float: none !important;
  }

  .team .info {
    margin: 30px 0 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .butn {
    padding: 12px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-head h4 {
    font-size: 28px;
  }

  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }
  .header .caption p {
    font-size: 14px;
  }

  .hero .intro h5, .sp-head {
    font-size: 22px;
    line-height: 1.5;
  }

  .get-ready h3 {
    font-size: 25px;
  }

  .portfolio .items {
    width: 100% !important;
  }

  .blog .post-img {
    padding: 0;
  }

  .contact .contact-info {
    padding: 120px 30px;
  }

  .order-first, .order-last {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-head p {
    display: none;
  }

  .portfolio .filtering span {
    margin: 0;
    padding: 8px 15px;
  }
}

/*# sourceMappingURL=style.css.map */