
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global settings
4. Navbar
5. Header
6. Services
7. Our App
8. About Us
9. FAQ
10. Skills
11. Facts
12. Screenshots
13. Download
14. Video 1
15. Video 2
16. How It Work
17. Blog
18. What WE Do
19. Testimonials
20. Pricing
21. Subscribe
22. Footer
23. preloader
24. Demo Page

- Author:  LightLabs
- Profile:  https://themeforest.net/user/lightlabs

**********************************************/


/*** 

====================================================================
    Fonts
====================================================================

 ***/

@import url(https://fonts.googleapis.com/css?family=Montserrat:200,700,800|Poppins:300,400,600,700);

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

@import url(https://fonts.googleapis.com/css?family=Montserrat:200,700,800|Poppins:300,400,600,700);
a,
a:focus,
a:hover,
i,
span {
    display: inline-block
}

.btn-template,
body,
h2,
section {
    position: relative
}

.btn-template,
.pgae-holder {
    overflow: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}

ul{
    list-style-type: none;
}
p{
    margin-bottom: 0
}
body {
    font-family: Poppins, sans-serif!important;
    overflow: hidden;
}

section {
    padding: 100px 0;
    overflow-x: hidden
}

section header {
    margin-bottom: 30px
}

.scrollUp {
    transform: translateY(-110%)
}

:-webkit-scrollbar {
    width: 5px;
    height: 5px
}

:-webkit-scrollbar-thumb {
    background: #ffc371
}

:-webkit-scrollbar-track {
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serf;
    margin: 10px 0;
    font-weight: 400;
    display: inline-block;
    color: #333
}

.h1,
h1 {
    font-weight: 600
}

.display-1,
.h1,
h1 {
    font-size: 3.6em
}

.display-2,
.h2,
h2 {
    font-size: 45px;
    font-weight: 700;
    display: block;
}

.display-3,
.h3,
h3 {
    font-size: 1.4em
}

.display-4,
.h4,
h4 {
    font-size: 1.2em
}

.display-5,
.h5,
h5 {
    font-size: 1em
}

.display-6,
.h6,
h6 {
    font-size: .8em
}

h2 {
    line-height: 1.2em;
    margin-bottom: 0
}

h2.has-line-center .heading-bg-text {
    left: 50%;
    transform: translateX(-50%)
}
h3.has-border{
    padding: 5px 10px;
    border-right: 5px solid #951B81;
    border-left: 5px solid #951B81;
}
.lead {
    font-size: 1.1em;
    color: #777;
    line-height: 1.9em
}

@media (max-width:992px) {
    .display-1,
    .h1,
    h1 {
        font-size: 3em
    }
    .display-2,
    .h2,
    h2 {
        font-size: 2em
    }
    .heading-bg-text {
        font-size: 2em!important
    }
}
@media (max-width:767px) {
    .display-1,
    .h1,
    h1 {
        font-size: 2.5em
    }
    .display-2,
    .h2,
    h2 {
        font-size: 1.5em
    }
    .heading-bg-text {
        font-size: 2em!important
    }
}
@media (max-width:480px) {
    .display-1,
    .h1,
    h1 {
        font-size: 2em
    }
    .display-2,
    .h2,
    h2 {
        font-size: 1.2em
    }
    .heading-bg-text {
        font-size: 2em!important
    }
}
img {
    max-width: 250px;
    height: auto;
}
.gray-bg {
    background: #f4f4f4
}
.colored{
    color: #951B81
}
.text-white{
    color: #fff !important
}
.heading-bg-text,
.text-bg,
.text-bg-gray {
    font-weight: 800;
    -webkit-user-select: none;
    cursor: default;
    font-family: Montserrat, sans-serf;
    text-transform: uppercase
}

.more-btn {
    position: relative;
    display: inline-block;
    transition: all 0.3s;
    line-height: 24px;
    padding: 12px 30px;
    text-align: center;
    background: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    border-radius: 100px;
}
.more-btn:hover {
	color: #fff;
	background: #333
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

.has-bg-map:before,
.text-bg,
.text-bg-gray {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.has-text-shadow {
    text-shadow: 0 0 35px rgba(0, 0, 0, .3)
}

.has-shadow {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1)
}

.has-line-center:after,
.has-line:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px 0
}

.has-line-center:after {
    margin: 15px auto
}

.limited-width {
    max-width: 800px
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 20px!important
}

.no-pading-left-right{
    padding-right: 0;
    padding-left: 0
}
.padding-top-small {
    padding-top: 100px!important
}

.padding-bottom-small {
    padding-bottom: 100px!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 20px!important
}

.margin-top-small {
    margin-top: 100px!important
}

.margin-bottom-small {
    margin-bottom: 100px!important
}

.has-wine-gradient {
    background-image: -webkit-linear-gradient(bottom left, #fb4c7f 0%, #573d7d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#573d7d), to(#fb4c7f));
    background-image: linear-gradient(to top right, #fb4c7f 0%, #573d7d 100%);
    color: #fff
}
.moving-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500em;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  background: transparent url("../images/elements/cloudwash.png") repeat-x scroll 0 100%;
  -webkit-animation: cloudwash 60s linear infinite;
  -moz-animation: cloudwash 60s linear infinite;
  animation: cloudwash 60s linear infinite;
  }

@-webkit-keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
	}
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); 
	} 
}

@keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } 
}


.has-gradient h1,
.has-gradient h2,
.has-gradient p {
    color: inherit
}

.has-bg-map:before {
    content: '';
    width: 100%;
    background: url(/images/world-map.png) center center no-repeat;
    background-size: 80%;
    opacity: .1;
    z-index: 1
}

.has-bg-map .container {
    z-index: 10
}

.text-bg,
.text-bg-gray {
    font-size: 13em;
    color: #fff;
    opacity: .05;
    position: absolute;
    width: 2000px;
    text-align: center;
    user-select: none
}

.text-bg-gray {
    color: #333
}

.heading-bg-text {
    font-size: 2.5em;
    color: #333;
    opacity: .03;
    position: absolute;
    top: -20px;
    left: 0;
    text-align: inherit;
    user-select: none;
    z-index: -1
}
.mb-70{
	margin-bottom: 70px !important
}
.mt-70{
	margin-top: 70px !important
}
.mt-50{
    margin-top: 50px !important
}
.mb-50{
	margin-bottom: 50px !important
}
.mb-40{
    margin-bottom: 40px !important
}
.mt-40{
    margin-top: 40px !important
}
.mt-20{
	margin-top: 20px !important
	} 
.mb-20{
	margin-bottom: 20px !important
}
.mt-63{
    margin-top: 63px !important
}
.mt-10{
    margin-top: 10px
}
.mt-5{
    margin-top: 5px !important
}
/*** 

====================================================================
    Navbar
====================================================================

 ***/
.top-bar {
  border-top: 6px solid #951B81;
  position: relative;
  text-align: right;
}

.top-bar .topbar-info {
  position: relative;
  /* float: right; */
  background: #951B81;
  margin: 0 20px;
  display: inline-block;
}
.top-bar .topbar-info:after {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  background: url(../images/icons/sep1.png);
  left: -20px;
  top: 0;
}
.top-bar .topbar-info:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  background: url(../images/icons/sep2.png);
  right: -20px;
  top: 0;
}

.top-bar .topbar-info p {
  color: #fff;
  font-size: 13px;
  padding: 8.5px 15px;
  margin-bottom: 0
}

.top-bar .topbar-info p i{
  margin: 0 5px;
}



/*================ logo ================*/

.main-logo {
  margin: 0px 0  20px;
}

/*=============== main menu ======================*/

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}


.mainmenu-area.stricky-fixed .main-logo {
    margin: 18px 0 20px;
}

.theme_menu {
  background: #fff;
  padding-bottom: 4px;
}

.theme_menu .border-bottom {
  border-bottom: 1px solid #b2e9fb;
}



/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #fff;
}

.main-menu {
  position: relative;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  margin-bottom: 0
}
.navigation > li {
  display: inline-block;
  margin: 0 22px;
}

.navigation li.active a {
  border-color: #951B81;
}
.navigation > li > a {
  color: #203364;
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 30px 0px 27px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li:first-child > a {
  margin-left: 0px;
}

.navigation li > ul > li > a {
  color: #203364;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 0px;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}


.navigation li:last-child a {
  margin-right: 0px;
}
.navigation > li:hover > a {
  color: #951B81;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 230px;
  padding: 12px 0px;
  border-left: 3px solid #951B81;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover > a {
  color: #951B81;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.39);
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #333;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  padding:10px 20px;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.39);
} 

/*============ social icon ============*/

.menu-column {
  position: relative;
}

.menu-column .social-icon {
  position: absolute;
  right: 0;
  top: 34px;
}
.menu-column .social-icon li a {
  color: #203364;
}
.menu-column .social-icon li a:hover {
  color: #951B81;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    display: inline-block;
    color: #999;
    margin-right: 15px;
    font-size: 16px;
    transition: .5s ease;
}


nav.main-navigation { 
    background: #fff; 
    border-color: #ccc; 
}
nav.main-navigation a {
    color: #333; 
}
nav.main-navigation .navbar-nav a,
nav.main-navigation .navbar-nav a.active{ 
    color: #333; 
    border-style: solid; 
    border-width: 0 0 2px 0; 
    border-color: #fff;
    padding: 20px 15px 
}
nav.main-navigation .navbar-brand{
    padding: 12px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
nav.main-navigation .navbar-brand img{
    display: inline-block;
    margin-right: 10px;
}
nav.main-navigation .navbar-nav a:hover,
nav.main-navigation .navbar-nav a:visited,
nav.main-navigation .navbar-nav a:focus,
nav.main-navigation .navbar-nav a:active {
    background: #fff; 
}

nav.main-navigation .navbar-nav a:hover{ 
    border-color: #b06ab3; 
    color: #b06ab3
}
nav.main-navigation li.divider { 
    background: #ccc; 
}
nav.main-navigation .navbar-toggle { 
    background: #b06ab3; 
    border-radius: 2px; 
}
nav.main-navigation.navbar-toggle:hover { 
    background: #999; 
}
nav.main-navigation .navbar-toggle > span.icon-bar {
    background: #fff; 
}

nav.main-navigation .navbar-nav > li:last-child{
    padding-left: 22px;
}
nav.main-navigation .navbar-nav > li:last-child {
    border: none
}
nav.main-navigation .navbar-nav .btn{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid;
    border-radius: 50px;
    margin: 13px auto;

}
nav.main-navigation .navbar-nav .btn:hover{
    background: transparent;
    color: #fff
}
@media (max-width: 992px){
    nav.main-navigation .navbar-nav > li:last-child{
        display: none;
    }
}
@media (max-width: 767px){
    nav.main-navigation .navbar-toggle{
        margin-top: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid 
    }
    nav.main-navigation .navbar-nav a{
        padding: 7px 5px
    }
    nav.main-navigation .navbar-nav{
        margin: 0
    }
    nav.main-navigation .navbar-nav .btn{
        display: none;
    }
    nav.main-navigation .navbar-nav > li:last-child{
        margin-bottom: 10px
    }
}


/*** 

====================================================================
    Headers
====================================================================

 ***/


 /*====================================================================
    Header 1
====================================================================*/
.header-1{
    position: relative;
    overflow: hidden;
    background: url('../images/header-images/bg/1.jpg');
    background-size: cover
}
.header-1 .header-1-content{
    display: flex;
    align-items: center;
}
.header-1 .content{
    z-index: 99;
}
.header-1 .has-line:after{
    background: #fff !important
}
.theme-btn .more-btn{
    border-radius: 100px;
    color: #fff;
    background: #951B81;
    border: 1px solid #951B81;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 12px 30px;
    transition: all .3s;
}
.theme-btn .more-btn:hover{
    background: #fff;
    color: #951B81;
    border: 1px solid #951B81;
}
.demo-1:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}


/*** 

====================================================================
    Call to action
====================================================================

 ***/
.about .text-box {
    position: relative;
    overflow: hidden;
}
.sec-title {
    margin-top: -3px;
    position: relative;
}
.about .sec-title h4{
    font-size: 32px;
    display: block;
    font-weight: 600
}

/*** 

====================================================================
    About
====================================================================

 ***/
.about-us{
    background: url('../images/bg-images/about-bg-img.png') center no-repeat;
    background-size: cover
}
.about-box{
    position: relative;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.3);
    padding: 75px 40px 85px 54px;
    z-index: 2
}
@media (min-width: 1200px){
    .about-box {
        padding: 75px 40px 85px 54px;
    }
}
@media (min-width: 992px){
    .about-box {
        padding: 55px 30px 65px 44px;
    }
}
.about-box h2{
    font-size: 45px
}
.about-box p{
    font-size: 16px;
    line-height: 1.7
}
.bg-cello{
    background: #1e3953;
}
.list-marked li {
    color: #000;
    position: relative;
    padding: 7px 32px ;
    font-size: 16px
}
.list-marked li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "\f14e";
    font-family: 'Flaticon';
    display: inline-block;
    margin-right: 11px;
    font-size: 20px;
    line-height: inherit;
    vertical-align: middle;
    color: #951B81;
}
.box-list{
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.box-list .counter{
    font-size: 45px;
    color: #fff;
    font-weight: 600
}
.counter-boxed {
    padding: 30px 20px;
    border: 1px solid #1c2e3f
}
.box-list .text-bismark {
    color: #96aabf;
    font-size: 16px
}


/*** 

====================================================================
    Services
====================================================================

 ***/
.services{
	background: url('../images/elements/city.png') bottom center no-repeat;
	background-size: 100%;
  padding-bottom: 70px
}
.services .service-box-one {
    background: #1e3953;
}
.services .service-box-one h3 a {
    color: #fff;
}
.services .service-box-one .text{
  color: #96aabf
}
.service-box-one {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s;
}
.services .service-box-one:before{
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  font-size: 80px;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  top: -15px;
  right: -20px;
  color: #951B81;
}
.services .service-box-one:hover:before{
  opacity: .7
}
.service-box-one:hover,
.service-box-one.hovered{
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.service-box-one .inner-box {
    position: relative;
    display: block;
}
.service-box-one .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-box-one .inner-box strong{
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    color: #951B81;
    display:block;
}
.service-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 600;
}
.service-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px ;
    color: #777
}
.service-box-one h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

/*** 

====================================================================
    Get Quote
====================================================================

***/

.get-quote-section{
    position:relative;
    padding:0px 0px;
    overflow: visible;
    background-image:url(../images/bg-images/getquote-bg-img.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center center;
}

.get-quote-section:before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(28,28,28,0.70); 
}

.get-quote-section .auto-container{
    position:relative;
    z-index:1;  
}

.get-quote-section .form-column{
    position:relative;
    padding-top: 100px;
    padding-bottom: 80px
}

.get-quote-section .form-box .field-label{
    color:#fff;
}

.get-quote-section .form-box .check-box label{
    color:#fff;
}

.get-quote-section .form-box .row{
    margin:0px -10px;
}

.get-quote-section .form-box .row .form-group{
    padding:0px 10px;
}

.get-quote-section .image-column .image{
    position:relative;
    right:-70px;
    margin-top:-70px;   
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
    display:block;
    width:100%;
    line-height:24px;
    height:52px;
    font-size:14px;
    border:1px solid #e3e3e3;
    padding:13px 20px;  
    background-color:#ffffff;
    color:#333333;
    border-radius:0px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.default-form select{
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
    height:140px;
    resize:none;    
}

.default-form select option{
    text-indent:20px;
    color:#222222;  
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
    border-color:#3ba5ea;   
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
    border-color:#ff0000 !important;    
}

.default-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:12px;
    color:#ff0000;
    font-weight:500;    
}
/*** 

====================================================================
    News
====================================================================

***/

.flat-news-s2 {
    padding: 45px 0 113px;
}

.flat-news.s3 {
    padding: 3px 0 50px;
}

.flat-news .title-section h2 {
    margin-bottom: 56px;
}

.flat-news.s3 .title-section h2 {
    margin-bottom: 40px;
}

article.post.style2 .featured-post{
    position: relative;
    margin-top: 30px
}

article.post.style2 .featured-post:before,
article.post.style3 .featured-post:before,
.news-small .news-small-image:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

article.post.style2 .featured-post:after,
article.post.style3 .featured-post:after,
.news-small .news-small-image:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

article.post.style2:hover .featured-post:after,
article.post.style2:hover .featured-post:before,
article.post.style3:hover .featured-post:after,
article.post.style3:hover .featured-post:before,
.news-small:hover .news-small-image:before,
.news-small:hover .news-small-image:after {
    opacity: 1;
}
article.post.style2:hover .featured-post ul.post-date{
    background: #951B81
}
article.post.style2 .featured-post a.post-image,
.news-small .news-small-image a.post-image-small {
    position: relative;
    height: 100%;
    display: block;
}

article.post.style2 .featured-post a.post-image:after,
article.post.style3 .featured-post a:after,
.news-small .news-small-image a.post-image-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style2:hover .featured-post a.post-image:after,
article.post.style3:hover .featured-post a:after,
.news-small:hover .news-small-image a.post-image-small:after {
    opacity: 0.5;
}

article.post.style2 .featured-post ul.post-date {
     left: 29px;
}
article.post .content-post h4 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 16px;
}
article.post .content-post h4:hover{
    color: #951B81
}
article.post .featured-post ul.post-date {
    position: absolute;
    top: 0;
    left: 45px;
    background-color: #2e363a;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 10px 7px 12px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
article.post.style2 .featured-post ul.post-date {
    left: 30px;
}
article.post .content-post {
    padding: 33px 30px 20px 30px;
}
article.post .content-post {
    padding: 35px 30px 20px 30px;
    position: relative;
    background-color: #f7f7f7;
}
article.post .content-post:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 5px;
    background-color: #951B81;
    top: 0px;
    left: 30px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** 

====================================================================
    Our team 
====================================================================

 ***/
.our-team{
    text-align: center;
    position: relative;
    margin-top: 30px
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: auto;
    background: #951B81;
    padding: 27px 0;
    border-left: 5px solid #1e3953;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .team-content{
    background: #951B81;
}
.our-team .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .title{
    color: #fff;
    margin-bottom: 10px;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .post{
    height: 40px;
    opacity: 1;
    transform: scale(1);
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 40px; }
}



/*** 

====================================================================
    About Us
====================================================================

 ***/
.s-list li {
    margin-bottom: 10px;
    color: #777
}
.s-list span.fa {
    font-size: 16px;
    margin-right: 10px;
}
.about .download .download-btn{
    margin: 0
}

.about .download-btn:hover{
    background: #fff!important
}



/*** 

====================================================================
    FAQ
====================================================================

 ***/
.accordion-box{
	position:relative;
	padding:0px 30px;
	margin-bottom: 0;
	background:#fafafa;
}

.accordion-box .block{
	position:relative;
	margin-bottom:0px;
	border-bottom:1px solid #e0e0e0;	
}

.accordion-box .block:last-child{
	border-bottom:none;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:30px;
	text-transform:capitalize;
	font-weight:600;
	padding:20px 40px 20px 0px;
	overflow:hidden;
	color:#2a2a2a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:1;
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	display:block;
	right:0px;
	top:20px;
	width:30px;
	height:30px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#1a1a1a;
	background:#ffffff;
	border:1px solid #1a1a1a;
	border-radius:0px;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position:absolute;
	display:block;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff
}

.accordion-box .block .acc-btn.active .icon-outer .fa-plus:before{
	content:'\f068';
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:3px 0px 23px;	
}

.accordion-box.style-two .block .content{
	background:#fafafa;	
}

.accordion-box .block .content p{
	margin-bottom:15px;
	line-height:1.9em;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
    Skills
====================================================================

 ***/
 .skill {
 	position: relative;
    margin-bottom: 30px
}
.skill li {
    font-size: 16px;
    font-weight: 400;
}

.skill li.title {
    float: left;
}

.skill li.strength {
	float: right;
}
.skill .skill-progress {
    width: 100%;
    height: 5px;
    background: #f4f4f4
}
.skill-progress .progress-bar{
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width:992px) {
	.skills{
		margin-top: 30px
	}
}


/*** 

====================================================================
    Facts
====================================================================

 ***/
 .facts{
    position: relative;
    overflow: hidden;
 }
.fact-box{
	position:relative;
	margin-top:30px;
}

.fact-box .inner{
	position:relative;
	padding:50px 15px 30px;
	max-width:250px;
	margin:0 auto;
	text-align:center;
	border:2px solid rgba(255,255,255,0.50);
	border-radius:0px 0px 5px 5px;
	border-top:none;
}

.fact-box .inner:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	border-bottom:2px solid rgba(255,255,255,0.50);	
}

.fact-box .inner:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	border-bottom:2px solid rgba(255,255,255,0.50);	
}

.fact-box .icon-box{
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:42px;	
}

.fact-box .content{
	position:relative;
}

.count-outer{
	position:relative;
	font-size:42px;
	line-height:1.4em;
	font-weight:700;
	color:#fff;
	margin-bottom:7px;
}

.count-outer .count-text{
	font-weight:700;
}

.fact-box .counter-title{
	position:relative;
	font-size:13px;
	line-height:30px;
	font-weight:400;
	color:#ffffff;
}
@media (max-width:992px) {
	.fact-box-sm{
		margin-top: 60px !important
	}
}
@media (max-width:767px) {
	.fact-box-xs{
		margin-top: 60px !important
	}
}


/*** 

====================================================================
    Download
====================================================================

 ***/
.download .has-line-center:after{
	background: #fff !important
}
.download .download-btn{
	border: 1px solid #ffffff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 12px 30px;
    transition: all .3s;
}

.download .download-btn:hover{
	background: #fff
}

.download .download-btn i{
	margin-left: 10px;
	font-size: 18px
}

/*** 

====================================================================
    Video 1
====================================================================

 ***/
.video {
    position: relative
}
.video .video-subtitle{
	font-size: 1.3em
}
.video .more-btn{
    width: 180px;
    color: #fff;
}
.video .more-btn span{
	-webkit-transition: all .3s;
    transition: all .3s;
}
.video .more-btn .btn-icon{
	transform: translateX(5px);
}
.video .more-btn:hover{
	background: #7a52b5 !important;
}
.video .more-btn:hover .btn-icon{
	transform: translateX(10px);
}

.video .p-r-0 {
    padding-right: 0;
    position: absolute;
    height: 100%;
    top: 0
}

.video .video-text {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .video .video-text {
        background: 0 0!important
    }
}

.video .partial-bg {
    padding-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: table
}

.video .partial-bg .bg-wrapper {
    display: table-cell;
    text-align: center;
    width: 100%;
    position: relative;
    vertical-align: middle;
    right: 50%
}

@media (max-width:767px) {
    .video .partial-bg .bg-wrapper {
        right: 0
    }
}

.video .partial-bg .bg-wrapper .btn-round-video {
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 65px
}

.video .partial-bg .bg-wrapper .btn-round-video:hover{
	background-color: #7a52b5
}

@media (max-width:767px) {
    .video .partial-bg .bg-wrapper .btn-round-video {
        margin-left: -25px
    }
}

.video .partial-bg .bg-wrapper .btn-round-video i {
    color: #fff;
    line-height: 37px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    padding: 7px
}
.video .partial-bg .bg-wrapper .btn-video {
	margin-left: 90px
}
@media (max-width:767px) {
    .video .partial-bg .bg-wrapper .btn-video {
        margin-left: 0
    }
}


@media (max-width:991px) {
    .video .partial-bg {
        margin: 20px 0
    }
    .video .hidden-video-images{
        position: relative;
        width: 100%;
        margin-top: 30px;
        max-height: 500px
    }
    .video .hidden-video-player{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px 21px;
        color: #fff;
        font-size: 22px;
        background: #2a7af3;
        border-radius: 50%;
    }
}


/*** 

====================================================================
    Video 2
====================================================================

 ***/
.video-2{
	position: relative;
	color: #fff
}
.video-2-container{
	padding-bottom: 40px
}
.video-2 .has-line-center:after{
	background-color: #fff !important
}
.video-2 .video-2-icon{
	width: 100px;
    height: 100px;
    border: 2px dashed #fff;
    padding-left: 10px;
    cursor: pointer;
    margin: 45px auto;
    line-height: 100px;
    border-radius: 50%;
    font-size: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.waves-block {
    position: absolute;
    width: 24rem;
    left: 50%;
    top: 37%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.waves-block .waves {
    position: absolute;
    width: 384px;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 384px;
    height: 24rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*** 

====================================================================
    How it work
====================================================================

 ***/
.how-it-work{
	background: url('../images/elements/city.png') bottom center no-repeat;
	background-size: 100%
}

.how-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.how-box-one:hover{
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.how-box-one:after{
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/elements/arrow-big.png) center center no-repeat;
}
.how-box-one:last-child:after{
	display: none
}
@media (max-width:991px){
	.how-box-one:after{
		display: none
	}
}
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 80px;
    height: 80px;
    border: 2px solid;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-box-one .icon-box span{
	display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #7a52b5;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.how-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #2a2a2a;
    font-weight: 600;
}
.how-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px ;
    color: #777
}
.how-box-one h3 a {
    position: relative;
    color: #2a2a2a;
}


/*** 

====================================================================
    Blog
====================================================================

 ***/
.blog-style-two{
	position:relative;
	margin-bottom:30px;	
}

.blog-style-two .inner-box{
	position:relative;
	display:block;
	padding:22px 40px;
	background:#f8f8f8;	
}

.blog-style-two .content-box{
	position:relative;
	display:block;
	padding-left:110px;
	min-height:80px;
}

.blog-style-two .content-box .date{
	position:absolute;
	left:0px;
	top:8px;
	width:80px;
	height:80px;
	padding:20px 10px;
	text-align:center;
	border:1px solid #1a1a1a;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
}


.blog-style-two .content-box h3{
	font-size:16px;
	line-height:30px;
	color:#2a2a2a;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:5px;
}

.blog-style-two .content-box .post-meta{
	position:relative;
	margin-bottom:10px;	
}

.blog-style-two .content-box .post-meta li{
	position:relative;
	display:inline-block;
	line-height:24px;
	margin-right:30px;
	color:#888888;
}

.blog-style-two .content-box .post-meta li a{
	color:#888888;	
}


.blog-style-two .content-box .post-meta li .icon{
	position:relative;
	padding-right:5px;	
}

.blog-style-two .content-box .text{
	position:relative;
	line-height:1.9em;
}



/*** 

====================================================================
    What we do
====================================================================

 ***/
.what-we-do .outer{
	position:relative;
	padding-top:20px;	
}

.what-we-do .outer .inner-circle{
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-150px;
	width:300px;
	height:300px;
	border:1px dashed #d0d0d0;
	line-height:300px;
	text-align:center;
	border-radius:50%;
	z-index:2;
}
.what-we-do .outer .phone{
	position: absolute;
    width: 100%;
    left: 50%;
    top: -110px;
    transform: translateX(-50.5%);
}

.what-we-do .outer:before{
	content:'';
	position:absolute;
	left:50%;
	margin-left: -315px;
    top: 50%;
    margin-top: -315px;
    width: 630px;
    height: 630px;
	border:1px solid #f5f5f5;
	border-radius:50%;	
}

.what-we-do .outer:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-250px;
	width:500px;
	height:500px;
	border:1px solid #f5f5f5;
	border-radius:50%;	
}

.what-we-do .outer .header-wraperumn{
	float:right;	
}

.service-box-three{
	position:relative;
	margin-bottom:30px;
	z-index:1;	
}

.what-we-do .outer .service-box-three{
	margin-bottom:130px;	
}

.what-we-do .outer .service-box-three:first-child{
	left:70px;
	top:10px;
}

.what-we-do .outer .service-box-three:last-child{
	margin-bottom:0px;
	left:60px;
	top:0px;
}

.service-box-three .inner-box{
	position:relative;
	display:block;
	text-align:right;
	padding-right:110px;
}

.service-box-three .icon-box{
	position:absolute;
	right:0px;
	top:0px;
	width:72px;
	height:72px;
	text-align:center;
	line-height:72px;
	color: #fff !important;
	font-size:30px;
	border-radius:50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-box-three h3{
	position:relative;
	line-height:1.6em;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#2a2a2a;
	font-weight:700;
}

.service-box-three h3 a{
	position:relative;
	color:#2a2a2a;
}

.service-box-three .text{
	position:relative;
	line-height:1.8em;
}

.service-box-four{
	position:relative;
	margin-bottom:30px;
	z-index:1;	
}

.what-we-do .outer .service-box-four{
	margin-bottom:130px;	
}

.what-we-do .outer .service-box-four:first-child{
	right:70px;
	top:10px;
}

.what-we-do .outer .service-box-four:last-child{
	margin-bottom:0px;
	right:60px;
	top:0px;
}

.service-box-four .inner-box{
	position:relative;
	display:block;
	text-align:left;
	padding-left:110px;
}

.service-box-four .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;
	text-align:center;
	line-height:72px;
	color:#fff !important;
	font-size:30px;
	border-radius:50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-box-four h3{
	position:relative;
	line-height:1.6em;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#2a2a2a;
	font-weight:700;
}

.service-box-four h3 a{
	position:relative;
	color:#2a2a2a;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-box-four .text{
	position:relative;
	line-height:1.8em;
}
@media (min-width: 1200px){
	.outer .right-column{
		margin-left: 33.3%
	}
}
@media only screen and (max-width: 1200px){
	.what-we-do .outer .inner-circle{
		display:none;	
	}
	
	.what-we-do .outer .service-box-three:first-child,
	.what-we-do .outer .service-box-three:last-child,
	.what-we-do .outer .service-box-four:first-child,
	.what-we-do .outer .service-box-four:last-child{
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
	}
}
@media only screen and (max-width: 767px){
	.what-we-do .outer:before,
	.what-we-do .outer:after{
		display:none;	
	}
	.what-we-do .outer .service-box-three,
	.what-we-do .outer .service-box-four{
		padding: 0 20px
	}
	.what-we-do .outer .service-box-three:last-child,
	.what-we-do .outer .service-box-four:last-child,
	.what-we-do .outer .service-box-three,
	.what-we-do .outer .service-box-four{
		margin-bottom:50px;	
	}
	
	.service-box-three .inner-box,
	.service-box-four .inner-box{
		padding-left:0px;
		padding-right:0px;
		text-align:center;	
	}
	
	.service-box-three .icon-box,
	.service-box-four .icon-box{
		position:relative;
		display:block;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0 auto 30px;	
	}
}


/*** 

====================================================================
    Testimonials
====================================================================

 ***/
.testimonials-style-two{
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.testimonials-style-two .testimonial-item{
	text-align:center;
	padding:40px 20px;
}

.testimonials-style-two .testimonial-item .inner-box{
	max-width:400px;
	margin:0 auto;	
}

.testimonials-style-two .testimonial-item .author-thumb{
	position:relative;
	margin:0 auto 35px;	
}

.testimonials-style-two .testimonial-item .author-thumb img{
	border: 2px dashed; 
	padding: 10px
}

.testimonials-style-two .testimonial-item .text{
	position:relative;
	line-height:1.8em;
	margin:0 auto 25px;	
}

.testimonials-style-two .testimonial-item .info{
	font-size:15px;
	font-weight:700;
	color:#2a2a2a;
	text-transform:uppercase;
	line-height:26px;
	margin-bottom:20px;	
}

.testimonials-style-two .testimonial-item .info .designation{
	font-size:14px;
	font-weight:400;	
}

.testimonials-style-two .testimonial-item .quote-icon{
	position:relative;
	font-size:24px;
	line-height:1em;
	color:#951B81;	
}
.testimonials .slick-prev,
.testimonials .slick-next{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    padding: 10px 13px;
    border: 1px solid #951B81;
}
.testimonials .slick-prev:hover,
.testimonials .slick-next:hover{
    background: #951B81;
    color: #fff
}
.testimonials .slick-prev{
    left: 0px;
    z-index: 999
}
.testimonials .slick-next{
    right: 0px
}
@media (max-width:992px) {
    .item-box-sm{
        margin-top: 30px !important
    }
}
@media (max-width:767px) {
    .item-box-xs{
        margin-top: 30px !important
    }
}

/*** 

====================================================================
    Ask
====================================================================

***/
.ask{
    position: relative;
}
.ask .ask-box{
    background: #555;
    padding: 35px 0 35px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ask .ask-box:hover,
.ask .ask-box.hovered{
    background: #951B81
}
.ask-box .ask-circle{
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #76ccde;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.ask-box .ask-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
    color: #fff
}
.ask-box .ask-info {
    margin: 0 65px 0 85px;
}
.ask-box .ask-arrow{
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    float: right;
    background: rgba(255,255,255,0.2);
}
.ask-box .ask-arrow span {
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*** 

====================================================================
    Pricing
====================================================================

 ***/
.pricing-table{
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.3s ease .3s;
}
.pricing-table .pricing-table-header{
    padding: 40px 0;
    background: #f8f8f8;
    border: 2px solid;
    border-radius: 10px 10px 50% 50%;
    transition: all 0.5s ease 0s;
}
.pricing-table .pricing-table-header i{
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.pricing-table .price-value{
    font-size: 35px;
    transition: all 0.5s ease 0s;
}
.pricing-table .month{
    display: block;
    font-size: 14px;
    color: #888;
}
.pricing-table:hover .pricing-table-header i,
.pricing-table:hover .price-value,
.pricing-table:hover .month{
    color: #fff;
}
.pricing-table .heading{
    margin: 30px 0 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.pricing-table .pricing-content ul{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.pricing-table .pricing-content ul li{
    line-height: 30px;
    color: #a7a8aa;
}
.pricing-table .pricing-table-signup a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 991px){
    .pricing-table{ margin: 0 0 30px 0; }
}


/*** 

====================================================================
    Subscribe
====================================================================

 ***/
.subscribe-newsletter {
    background-color: #f5f5f5;
    text-align: center;
    padding: 45px 0px 50px 0px;
}
.subscribe-newsletter h2 {
    display: inline-block;
    color: #ffffff;
    background-color: #951B81;
    font-family: "Merriweather",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 26px;
    border-radius: 5px;
    margin: 0px 0px 35px;
    position: relative;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.subscribe-newsletter h2:before {
    content: '';
    position: absolute;
    background: url(../images/elements/news-latter-shape1.png);
    left: 90px;
    top: -53px;
    width: 12px;
    height: 62px;
}
.subscribe-newsletter h2:after {
    content: '';
    position: absolute;
    background: url(../images/elements/news-latter-shape2.png);
    right: 83px;
    top: -47px;
    width: 12px;
    height: 62px;
}
.subscribe-newsletter p {
    display: inline-block;
    width: 60%;
}
.subscribe-newsletter form {
    display: inline-block;
    width: 66%;
    margin-top: 10px;
    position: relative;
}
@media (max-width:767px){
	.subscribe-newsletter p {
    	width: 90%;
	} 

	.subscribe-newsletter form {
    	width: 90%;
	}
}
@media (max-width:480px){
	.subscribe-newsletter form .more-btn{
		padding: 12px 15px
	}
}
.subscribe-newsletter form input[type="text"] {
    float: left;
    width: 100%;
    background: #ffffff;
    height: 64px;
    border-radius: 0 100px 100px 0;
    border: 1px solid;
    padding-left: 15px;
}
:-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
}
.subscribe-newsletter form label{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.subscribe-newsletter form .more-btn{
    right: 10px;
    top: 8px;
    color: #ffffff;
}
.subscribe-newsletter form .more-btn:hover{
	background: #7a52b5
}



/*** 

====================================================================
    Footer
====================================================================

 ***/
.main-footer {
    position: relative;
    background: #1c1c1c;
}
.main-footer .has-line-center:after{
	width: 30px
}
.main-footer h3{
	color: #fff;
	margin:0 0 25px;
}
.main-footer .widgets-section{
	position:relative;
	color:#bbbbbb;
	border-bottom:1px solid rgba(255,255,255,0.10);
	background:url(../images/elements/map-pattern-footer.png) center 75% no-repeat;	
}

.main-footer .footer-widget{
	position:relative;	
}
.main-footer .about-widget .text{
	position:relative;
	margin-bottom:25px;
	line-height:1.9em;	
}

.main-footer .newsletter-widget .text{
	position:relative;
	font-size: 14px;
	margin-bottom:25px;
	line-height:1.9em;	
}

.main-footer .about-widget .social-links{
	position:relative;	
}

.main-footer .about-widget .social-links li{
	position:relative;
	display:inline-block;
	margin-right:5px;
}

.main-footer .about-widget .social-links li{
	margin:0px 2px;	
}

.main-footer .about-widget .social-links li a{
	position:relative;
	display:block;
	line-height:38px;
	width:38px;
	height:38px;
	text-align:center;
	font-size:13px;
	background:rgba(255,255,255,0.05);
	color:#bbbbbb;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-footer .about-widget .social-links li a:hover{
	color:#ffffff;
}

.main-footer .about-widget .contact-info{
	margin-bottom:30px;	
}

.main-footer .contact-info li{
	position:relative;
	display:block;
	line-height:26px;
	margin-bottom:15px;	
}

.main-footer .contact-info li{
	margin-bottom:7px;
	line-height:24px;	
}

.main-footer .contact-info li .icon{
	position:relative;
	font-size:32px;
	margin:0 auto 20px;
	line-height:36px;
}

.main-footer .contact-info li:last-child{
	margin-bottom:0px;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	color:#cccccc;
	background:#131313;
	line-height:24px;
	text-align:center;	
}

.main-footer .newsletter-widget{
	position:relative;
	max-width:300px;
	margin:0 auto;	
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	margin:0px;	
}

.main-footer .newsletter-widget input[type="email"]{
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 40px 10px 25px;
	height:48px;
	font-size:14px;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.20);
	background:none;
	border-radius:24px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-footer .newsletter-widget .send-btn{
	position:absolute;
	right:10px;
	top:0px;
	width:50px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:rgba(255,255,255,0.50);
	font-size:16px;
	background:none;
	cursor:pointer;
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:12px;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:0px 0px 0px 25px;
	color:#aaaaaa;
	text-transform:capitalize;	
}



/*** 

====================================================================
    Preloader
====================================================================

 ***/
.preloader{
    position: fixed;
    background: #951B81;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}
.loader{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.loader .loader-inner{
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    top: 22%;
    margin: auto;
    position: relative;
    -webkit-animation: loading-2 3s infinite linear;
    animation: loading-2 3s infinite linear;
}
.loader .loader-inner:before{
    content: "";
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading-1 1.5s infinite ease;
    animation: loading-1 1.5s infinite ease;
}
@-webkit-keyframes loading-1{
    50%{ border-width: 30px; }
}
@keyframes loading-1{
    50%{ border-width: 30px; }
}
@-webkit-keyframes loading-2{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-2{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** 

====================================================================
    Demo page
====================================================================

 ***/

.demo.header-6{
    background: url('../images/demos/demo1.png') no-repeat center center;
    background-size: cover
}

.demos img{
    width: 80%;

    transition: all .3s;
}
.demos img:hover{
    box-shadow: 0 0 35px rgba(0, 0, 0, .3)
}
.demos .demo-box{
    position: relative;
    margin-top: 60px
}
.demos .demo-box h3{
    display: block;
}
.demos .special{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    background: red;
    top: 20px;
    right: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2)
}

.call-to .has-line-center:after{
    background: #fff !important
}


.pulse-wr {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    z-index: 8;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: transparent;
}
.popup-pulse {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-color: #6f9a37;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    display: block;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 73px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(111, 154, 55, 0.5);
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.popup-pulse:before {
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: -15px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url(../images/demos/logo-envato-icon.png);
    content: '';
}

.popup-pulse span {
    position: absolute;
    top: 22px;
    left: 14px;
    font-size: 13px;
    line-height: 14px;
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(111, 154, 55, 0);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(111, 154, 55, 0);
    }
}
