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

 Theme Name: FULA
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #664ffa
 main Font    : Poppins

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

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 About
	06 Banner
	07 Process
	08 Price
	09 Testimonials
	10 Numbers
	11 Call Action
	12 Team
	13 Blog
	14 Contact
	15 Footer
	16 Spacial Pages
	17 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: #172541;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  color: #888;
  line-height: 2;
  margin: 0;
}

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

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

.box-padding {
  padding: 100px 5%;
}

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

.section-head {
  margin-bottom: 80px;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
  position: relative;
}
.section-head h4:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #664ffa;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#664ffa), to(transparent));
  background: linear-gradient(to right, transparent, #664ffa, transparent);
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head.text-left h4:after {
  left: 0 !important;
}

[data-overlay-dark] .section-head .sm-title {
  color: #eee !important;
}
[data-overlay-dark] .section-head h4:after {
  background: #eee;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#eee), to(transparent));
  background: linear-gradient(to right, transparent, #eee, transparent);
}

.title-extra {
  font-weight: 700;
}

.sm-title {
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  color: #664ffa !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.bg-gray-skew {
  position: relative;
}
.bg-gray-skew:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f9fb;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  border-radius: 80px;
  z-index: -1;
}

.bg-gray {
  background: #f6f9fb;
}

.bg-color {
  background: #664ffa;
  color: #fff;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

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

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

.shadow-inset {
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05) inset;
}

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

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

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

.grid {
  padding: 0;
}
.grid .row {
  height: 100%;
  margin: 0;
}
.grid .half {
  padding: 0;
  height: 50%;
  min-height: 300px;
}
.grid .cont {
  width: 100%;
  padding: 15px;
  text-align: center;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

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

.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1 !important;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 35%;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 25px;
  line-height: 40px;
  background: #222;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 4;
  cursor: pointer;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

[data-overlay-dark]:before {
  background: #611770;
  background: linear-gradient(-29deg, #2b0433 0, #8128a0 100%)
}
[data-overlay-dark]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-pattern.png);
  background-repeat: repeat;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 25px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 15px 0px 15px 0px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
}
.butn span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn span i {
  font-size: 14px;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: transparent;
  border-radius: 15px 0px 15px 0px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  opacity: .5;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.butn-bg {
  background: #664ffa;
  background: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  border-color: #664ffa;
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-bg:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.butn-bg:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-bg:hover span {
  color: #664ffa;
}
.butn-bg:after {
  background: #fff;
}
.butn-bg span {
  color: #fff;
}

.butn-rgba {
  background: rgba(220, 220, 220, 0.2);
  border-color: #fff;
}
.butn-rgba:after {
  background: #fff;
}
.butn-rgba:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-rgba:hover span {
  color: #664ffa;
}

.butn-light {
  background: transparent;
  border-color: #664ffa;
}
.butn-light:hover {
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-light:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:after {
  background: #664ffa;
}

.light {
  background: #fff;
  border-color: #fff;
}
.light:after {
  background: #664ffa;
}
.light span {
  color: #664ffa;
}
.light:hover {
  border-color: transparent;
}
.light:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.light:hover span {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  margin: 15px 7px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.navbar .navbar-nav .nav-link::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #664ffa;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  opacity: 0;
}
.navbar .navbar-nav .butn {
  padding: 12px 25px;
  margin-left: 25px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .navbar-nav .active::before {
  opacity: 1;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .dropdown-item {
  font-size: 12px;
  padding: 10px 20px;
  opacity: .9;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #664ffa;
}
.navbar .butn-bg {
  background: #fff;
}
.navbar .butn-bg span {
  color: #664ffa;
}
.navbar .butn-bg:hover span {
  color: #664ffa;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -80px;
  left: 5%;
  width: 90%;
  border-radius: 10px;
  -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;
}
.nav-scroll .butn-bg {
  background: #664ffa;
  border-color: #664ffa;
}
.nav-scroll .butn-bg span {
  color: #fff;
}
.nav-scroll .butn-bg:hover {
  background: transparent;
}
.nav-scroll .butn-bg:hover span {
  color: #664ffa;
}

.logo {
  padding: 15px 0;
  width: 90px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dropdown-menu .dropdown-item {
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header .background {
  min-height: 120vh;
  padding-bottom: 100px;
  -webkit-clip-path: ellipse(100% 55% at 48% 44%);
          clip-path: ellipse(100% 55% at 48% 44%);
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h1 {
  font-weight: 700;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  margin-top: 15px;
  color: #eee;
  padding: 0 30px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #664ffa;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  margin: 0 5px;
}

.pages {
  min-height: 60vh;
  overflow: hidden;
}
.pages:before {
  background: #611770 !important;
}
.pages h5 {
  float: left;
  font-weight: 700;
}
.pages h6 {
  float: right;
}
.pages h6 a {
  margin: 0 10px;
  font-weight: 500;
  font-size: 15px;
}
.pages .active {
  color: #664ffa;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about {
  position: relative;
  z-index: 5;
}
.about .top {
  position: relative;
  margin-top: -100px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.about .item {
  padding: 60px 40px;
  border-right: 1px dashed #eee;
  background: #fff;
}
.about .item:last-of-type {
  border: 0;
}
.about .item:hover .icon {
  background: #664ffa;
  color: #fff;
  border-radius: 50%;
}
.about .item:hover .icon:after {
  border-radius: 50%;
}
.about .item .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #f8f8f8;
  font-size: 40px;
  color: #664ffa;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.about .item .icon:after {
  content: '';
  width: 95px;
  height: 95px;
  border: 1px dashed #eee;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.about .item h6 {
  margin-bottom: 20px;
}
.about .clients {
  margin-top: 100px;
}
.about .clients span {
  color: #ccc;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #fff;
  position: relative;
  bottom: -10px;
}
.about .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}
.about .clients .brand {
  padding: 0 30px;
  opacity: .8;
}
.about .clients .brand:hover {
  opacity: 1;
}
.about.half .item, .about.bg-gray .item {
  background: #fff;
}
.about.half .item {
  border: 0;
}
.about.half .item .icon {
  float: left;
  text-align: center;
}
.about.half .item h6, .about.half .item p {
  margin-left: 100px;
}

.about-page .item {
  padding: 50px 30px;
  border: 1px dashed #eee;
}
.about-page .item.active, .about-page .item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.about-page .item.active .icon, .about-page .item:hover .icon {
  background: #664ffa;
  color: #fff;
}
.about-page .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #f8f8f8;
  font-size: 40px;
  color: #664ffa;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.about-page .item .icon:after {
  content: '';
  width: 90px;
  height: 90px;
  border: 1px dashed #eee;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.about-page .item h6 {
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Banner ]
-----------------------------------------------------------------*/
.banner .bg-img {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.banner .content h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.banner .content p {
  margin-bottom: 30px;
}
.banner .content .item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50% 10% 50% 50%;
  background: rgba(102, 79, 250, 0.1);
  color: #664ffa;
  font-size: 35px;
  float: left;
}
.banner .content .item .cont {
  margin-left: 90px;
}
.banner .content .item .cont h6 {
  margin-bottom: 15px;
}
.banner .content .item .cont p {
  font-size: 14px;
}
.banner .content .item:last-of-type p {
  margin-bottom: 0;
}
.banner .circle {
  position: relative;
  z-index: 3;
}
.banner .circle:after {
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #664ffa;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: .2;
  z-index: -1;
}
.banner .circle:before {
  content: '';
  width: 100px;
  height: 200px;
  background-image: url(../img/dots2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ----------------------------------------------------------------
     [ End Banner ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Process ]
-----------------------------------------------------------------*/
.process .padding {
  padding: 0 30px;
}
.process .item {
  padding: 0 30px;
  border-radius: 10px;
  position: relative;
}
.process .item img {
  position: absolute;
  width: 50%;
  right: -30%;
  top: 30%;
  z-index: 4;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 15%;
}
.process .item .icon {
  font-size: 60px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}
.process .item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  opacity: .05;
  z-index: -1;
}
.process .item h6 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.process .item h6 span {
  font-size: 12px;
  color: #eee;
  margin-right: 8px;
}
.process .item p {
  font-size: 14px;
  color: #eee;
  opacity: .9;
}

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}
.price .item.active {
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.price .item .type {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.price .item .type:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #664ffa;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 35px);
}
.price .item .type h6 {
  font-size: 20px;
  font-weight: 600;
}
.price .item .value {
  margin: 40px 0;
}
.price .item .value h4 {
  font-weight: 700;
  font-size: 65px;
}
.price .item .value h4 span {
  font-size: 15px;
  margin-right: 5px;
}
.price .item .value p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  color: #664ffa;
  display: inline-block;
  padding: 2px 15px;
  background: rgba(102, 79, 250, 0.1);
  border-radius: 30px;
}
.price .item .feat ul {
  margin-bottom: 0;
}
.price .item .feat li {
  color: #555;
  font-weight: 500;
  padding: 0 50px;
  margin-bottom: 25px;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat li span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #eee;
}
.price .item .feat del {
  opacity: .8;
}
.price .item .order {
  margin-top: 50px;
}
.price .item.center {
  position: relative;
  padding: 60px 30px;
  margin-top: -10px;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .client-area p {
  font-size: 14px;
  padding: 30px;
  background: #f6f9fb;
  margin-bottom: 40px;
  position: relative;
}
.testimonials .client-area p:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #f6f9fb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}
.testimonials .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonials .client-area .img .icon {
  width: 30px;
  position: absolute;
  top: 15px;
}
.testimonials .client-area .img .icon:first-of-type {
  left: -50px;
}
.testimonials .client-area .img .icon:last-of-type {
  right: -50px;
}
.testimonials .client-area .author {
  width: 75px;
  height: 75px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  overflow: hidden;
  margin: 0 auto 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.testimonials .client-area .author:hover {
  border-radius: 50%;
}
.testimonials .client-area h6 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonials .client-area span {
  font-size: 13px;
  color: #664ffa;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  font-size: 35px;
  color: #eee;
  margin-bottom: 30px;
}
.numbers h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.numbers h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start call-action ]
-----------------------------------------------------------------*/
.call-action h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End call-action ]
-----------------------------------------------------------------*



/* ----------------------------------------------------------------
     [ 12 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  text-align: center;
  overflow: hidden;
}
.team .item:hover .img .social {
  top: 0;
}
.team .item .img {
  position: relative;
}
.team .item .img .social {
  position: absolute;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team .item .img .social:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #303f9f;
  background: linear-gradient(-29deg, #303f9f 0, #6E6EFF 100%);
  opacity: .7;
}
.team .item .img .social .full-width {
  position: relative;
  z-index: 4;
}
.team .item .img .social .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
}
.team .item .info {
  padding: 25px 10px;
  border-bottom: 1px dashed #eee;
}
.team .item .info h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.team .item .info span {
  color: #664ffa;
  font-size: 12px;
  font-style: italic;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item .post-img .img {
  overflow: hidden;
  position: relative;
}
.blog .item .post-img .img a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #664ffa;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  z-index: 3;
}
.blog .item .post-img .img a span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .cont {
  position: relative;
  padding: 50px 30px;
  background: #f6f9fb;
}
.blog .item .info {
  margin-bottom: 20px;
}
.blog .item .info a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: .8;
}
.blog .item .info a:last-of-type {
  margin-right: 0;
}
.blog .item .info a i {
  margin-right: 2px;
}
.blog .item h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog .item h5:hover {
  color: #664ffa;
}
.blog .item .more {
  color: #664ffa;
  font-size: 13px;
  font-weight: 500;
}
.blog .item .more:hover i {
  margin-left: 10px;
}
.blog .item .more i {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.blog .clients {
  margin-top: 100px;
}
.blog .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}
.blog .clients .brand {
  padding: 0 30px;
  opacity: .8;
}
.blog .clients .brand:hover {
  opacity: 1;
}

.posts .item {
  margin-bottom: 50px;
}
.posts .item p {
  font-size: 14px;
}
.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #664ffa;
}
.posts .item .ntpr-post {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.posts .item .ntpr-post .all-post {
  font-size: 40px;
  width: 100%;
}
.posts .title {
  font-size: 14px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.posts .title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #664ffa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.posts .comments, .posts .add-comment {
  padding: 40px 15px 0;
  border-top: 1px solid #eee;
}
.posts .comments .com, .posts .add-comment .com {
  margin-bottom: 50px;
}
.posts .comments .com:last-child, .posts .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts .comments .img, .posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts .comments .cont, .posts .add-comment .cont {
  margin-left: 75px;
}
.posts .comments .cont h6, .posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts .comments .cont p, .posts .add-comment .cont p {
  padding-right: 15%;
  font-size: 14px;
}
.posts .comments .cont span, .posts .add-comment .cont span {
  color: #664ffa;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts .comments .cont .reply, .posts .add-comment .cont .reply {
  color: #888;
  font-size: 12px;
  float: right;
  margin-right: 15px;
  margin-top: -15px;
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 10px;
}
.posts .comments .cont .reply i, .posts .add-comment .cont .reply i {
  margin-right: 5px;
}
.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
  color: #664ffa;
}
.posts form input, .posts form textarea {
  width: 100%;
  padding: 20px;
  background-color: #F6F9FB;
  border: 0;
  font-size: 13px;
}
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #664ffa;
  color: #fff;
}

.side-bar .widget {
  border: 2px solid rgba(251, 129, 51, 0.05);
  padding: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
}
.side-bar .widget ul li:hover {
  color: #664ffa;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  color: #664ffa;
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 100px;
  line-height: 1.7;
}
.side-bar .widget .recent a span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.side-bar .widget-title {
  margin-bottom: 50px;
  text-align: center;
}
.side-bar .widget-title h6 {
  display: inline-block;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #664ffa;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 15px;
  border: 0;
  background: #f6f9fb;
  font-size: 13px;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px !important;
  margin: 2px !important;
  padding: 7px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  float: left;
  color: #664ffa !important;
}
.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.page-contact-info {
  position: relative;
  margin-bottom: -30px;
  z-index: 3;
}
.page-contact-info .row {
  -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;
}
.page-contact-info .item {
  padding: 40px;
  background: #fff;
}
.page-contact-info .item:nth-last-child(2) {
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.page-contact-info .item .icon {
  font-size: 40px;
  color: #664ffa;
  margin-bottom: 30px;
}
.page-contact-info .item h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact-info .item p {
  font-size: 14px;
  color: #5c6169;
}
.page-contact-info .item p.bold {
  color: #6b6f76;
  font-size: 20px;
  font-weight: bold;
}

.bmtit {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bmtit span {
  padding: 0 30px;
  background-color: #fff;
  font-size: 12px;
  color: #999;
}

.page-contact {
  position: relative;
}

.form input, .form textarea {
  background-color: #fafafa;
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}
.form input:focus, .form textarea:focus {
  border-color: #ddd;
}
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.form .form-group {
  position: relative;
}
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.page-social {
  text-align: center;
}
.page-social a {
  padding: 12px 60px;
  border-radius: 30px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  margin: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.page-social a:hover {
  background-color: transparent;
  color: #555;
}

.page-map {
  background-color: #f7f7f7;
}
.page-map #ieatmaps {
  height: 400px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
.footer {
  padding-bottom: 0;
}
.footer .logo {
  margin-bottom: 15px;
}
.footer .social a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  margin: 15px 5px 0;
}
.footer .social a:hover {
  background: #664ffa;
  color: #fff;
}
.footer .item {
  margin-bottom: 50px;
}
.footer .item h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer .item li {
  margin-bottom: 20px;
  font-weight: 500;
}
.footer .item li i {
  margin-right: 5px;
}
.footer .item li:last-of-type {
  margin-bottom: 0;
}
.footer .item form input {
  width: 100%;
  border-radius: 15px 0px 15px 0px;
  border: 0;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}
.footer .item form .butn {
  width: 100%;
  text-align: center;
}
.footer .p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer.contact-page {
  padding-top: 240px;
}
.footer .sub-footer {
  margin-top: 30px;
}
.footer .sub-footer .row {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.footer .sub-footer p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 16 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
  min-height: 100vh;
}
.error p {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.error .butn i {
  margin-right: 10px;
}
.error .butn:hover span {
  color: #222 !important;
}

.faq .accordion .item {
  margin-bottom: 30px;
}
.faq .accordion .title {
  padding: 15px 30px;
  background: #f6f9fb;
  cursor: pointer;
  position: relative;
}
.faq .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.faq .accordion .title h6 {
  font-size: 14px;
  font-weight: 600;
}
.faq .accordion .accordion-info {
  padding: 30px;
  background: #fafafa;
  display: none;
}
.faq .accordion .accordion-info p {
  font-size: 14px;
}
.faq .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}
.faq .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.faq .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.faq .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.faq .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.faq .accordion ul li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.faq .accordion ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion ul li i {
  color: #664ffa;
  font-size: 10px;
  margin-right: 10px;
}
.faq .accordion .active {
  display: block;
}
.faq .accordion .active .title {
  color: #fff;
  background: #664ffa;
}
.faq .accordion .active .title:after {
  content: '\f068';
}

  /* ----------------------------------------------------------------
	   [ End Spacial Pages ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 17 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;
  }

  .bgimg-height {
    height: 200px;
  }

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

  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }

  .nav-scroll .navbar-collapse .nav-link, .light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active, .light .navbar-collapse .active {
    color: #664ffa !important;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #222;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }

  .dropdown-menu.show {
    display: block;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }
  .header .caption p {
    padding: 0;
  }

  .banner .content h3 {
    font-size: 20px;
  }

  .banner .content .item .icon {
    float: none;
    margin-bottom: 30px;
  }

  .banner .content .item .cont {
    margin-left: 0;
  }

  .process h4 {
    font-size: 25px;
  }

  .process .padding {
    padding: 10px;
  }

  .process {
    padding-bottom: 30px;
  }

  .blog .item {
    margin-bottom: 30px !important;
  }

  .blog .clients {
    margin-top: 70px;
    padding-top: 20px;
  }

  .blog .clients .brand {
    padding: 30px 30px 0;
  }

  .blogs {
    padding-bottom: 90px;
  }

  .about.half .item {
    text-align: center;
  }

  .about.half .item .icon {
    float: none;
    margin-bottom: 30px;
  }

  .about.half .item h6, .about.half .item p {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

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

  .bgimg-height-sm {
    height: 400px;
    border-radius: 0 !important;
  }

  .box-padding {
    padding-bottom: 0;
  }

  .section-head h4 {
    font-size: 32px;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .process .item img {
    display: none;
  }

  .posts .item .ntpr-post .all-post {
    margin: 15px 0;
  }

  .page-contact {
    padding-bottom: 100px;
  }

  .page-contact-info {
    margin-bottom: 90px;
  }
  .page-contact-info .item:nth-of-type(2) {
    border: 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
}
@media screen and (max-width: 480px) {
  .header .background {
    min-height: 110vh;
  }
  .header .caption h1 {
    font-size: 25px;
  }
  .header .caption p {
    display: none;
  }
  .header .caption .butn {
    padding: 10px 25px;
    margin-top: 15px !important;
  }

  .pages {
    text-align: center;
  }

  .pages h5, .pages h6 {
    float: none;
    margin: 15px 0;
  }

  .about .intro h4 {
    font-size: 22px;
  }

  .works .filtering span {
    margin-bottom: 10px;
    padding: 8px 15px;
  }

  .blog .clients .brand {
    padding: 30px 60px 0;
  }
}

/*# sourceMappingURL=style-blue.css.map */