
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global settings
4. Navbar
5. Headers
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

**********************************************/


/*** 

====================================================================
    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
====================================================================

 ***/

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
}

body {
    font-family: Poppins, sans-serif!important;
    overflow: hidden;
}

section {
    padding: 100px 0;
    overflow-x: hidden
}
.section-padding-100{
    padding: 100px 0 
}
.section-padding-100-70{
    padding: 100px 0 70px
}
.section-padding-0-70{
    padding: 0px 0 70px
}
.section-padding-100-0{
    padding: 100px 0 0px
}
.section-padding-0-100{
    padding: 0px 0 100px
}
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;
    line-height: 1.5
}

.display-1,
.h1,
h1 {
    font-size: 3em
}

.display-2,
.h2,
h2 {
    font-size: 2.5em
}

.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
}
h2.has-line-center{
    margin-top: 0;
    margin-bottom: 0
}
h2.has-line-center .heading-bg-text {
    left: 50%;
    transform: translateX(-50%)
}

.lead {
    font-size: 1.1em;
    color: #333;
    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 !important
    }
    
    .display-2,
    .h2,
    h2 {
        font-size: 1.2em
    }
    .heading-bg-text {
        font-size: 2em!important
    }
}

.gray-bg {
    background: #f4f4f4
}

.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 0
}

.limited-width {
    max-width: 800px
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0px !important
}

.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
}
.gradient-btn{
    background-image: linear-gradient(to right, #84cbff 0%, #6f73ff 100%) !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
}
.gradient-btn2{
    background-image: linear-gradient(to right, #79cbf7 0%, #16caab 100%) !important;
}
.gradient-btn3{
    background-image: linear-gradient(to right, #eb7667 0%, #ffad66 100%) !important;
}
.dark-text{
    color: #3d486f !important
}
.bold{
    font-weight: bold !important;
}
.green{
    color: #16caab !important
}
.yellow{
    color: #feda14 !important
}
.orange{
    color: #eb7667 !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.html) center center no-repeat;
    background-size: 80%;
    opacity: .1;
    z-index: 1
}

.has-bg-map .container {
    z-index: 10
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relative{
    position: relative;
}
.g-text {
    color: #f3eded !important;
}
@media (min-width: 992px){
    .extended {
        padding: 50px 30px;
    }
    .extended.v2:before {
        background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
        border-radius: 15px;
    }
    .extended.v2 h2{
        color: #fff
    }
    .welcome-meter img{
        max-width: 110%;
        position: relative;
        left: -9%;    
    }
    .extended:before {
        content: '';
        position: absolute;
        width: 900px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: aliceblue;
    }
}

.text-bg,
.text-bg-gray {
    font-size: 13em;
    color: #fff;
    opacity: .05;
    position: absolute;
    width: 2000px;
    line-height: 1;
    text-align: center;
    user-select: none
}
.special-download{
    position: relative;
}
.special-download img{
    position: relative;
    width: 120%;
    top: -20%
}

.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
}
.mb-0{
    margin-bottom: 0px !important
}
.mt-0{
    margin-top: 0px !important
}
.mt-70{
	margin-top: 70px !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
}
.mb-10{
    margin-bottom: 10px !important
}
.mt-63{
    margin-top: 63px !important
}
.mt-10{
    margin-top: 10px
}

/*** 

====================================================================
    Navbar
====================================================================

 ***/
nav.main-navigation{
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
}
nav.main-navigation.sticky { 
    background: #fff; 
    border-color: #ccc; 
}
nav.main-navigation a {
    color: #333; 
}
nav.main-navigation.light a{
    color: #fff
}
nav.main-navigation.sticky .navbar-nav a,
nav.main-navigation.sticky .navbar-nav a.active{ 
    color: #333; 
    border-style: solid; 
    border-width: 0 0 2px 0; 
    border-color: #fff; 
}
@media (max-width: 767px){

}
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: rgba(255, 255, 255, 0.5); 
}

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;
    background: #3187ee;
    padding: 6px 20px;
    border: 1px solid;
    border-radius: 50px;
    margin: 13px auto;

}
nav.main-navigation.sticky .navbar-nav .btn{
    color: #fff;
    background-image: linear-gradient(to right, #84cbff 0%, #6f73ff 100%) !important ;
}
nav.main-navigation.sticky .navbar-brand{
    color: #333
}
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;
    }
    .header-3.demo-main{
        background-size: 200% !important;
    }
    .header-3 .header-3-content{
        padding: 100px 0
    }
}
@media (max-width: 767px){
    nav.main-navigation{
        color: #333 !important
    }
    nav.main-navigation a{
        color: #333
    }
    nav.main-navigation .navbar-toggle{
        margin-top: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid 
    }
    nav.main-navigation .navbar-nav a{
        padding: 7px 5px;
        background: #fff
    }
    nav.main-navigation .navbar-nav a:hover{
        background: #fff
    }
    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
    }
}
@media (max-width: 480px){
    .header-3.demo-main{
        background-size: 550% !important;
    }
}

/*** 

====================================================================
    Headers
====================================================================

 ***/


 /*====================================================================
    Header 1
====================================================================*/
.header-1{
    position: relative;
    overflow: hidden;
}
.header-1 .header-1-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-1 .has-line:after{
    background: #5247d1 !important
}
.demo-1:after{
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/elements/demo-1.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px){
    .demo-1:after{
        height: 130px;
    }
}

/*====================================================================
    Header 2
====================================================================*/
.header-2{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.header-2 .header-2-content{
    
    padding-top: 63px
}
.header-2 .has-line-center:after{
    background: #fff !important
}
.header-2 img{
    width: 80%;
}
.demo-2{
    background: linear-gradient(43deg,#CA94FF 7%,#3B2EB9 90%,#3B2EB9 100%);
}
.demo-2:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/elements/header-bg10.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
}

.wave-bg{
    display: block;
    content: '';
    height: 100%;
    background: url(../images/elements/waves.png) bottom no-repeat;
    width: 100%;
    background-size: 101%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.curve-bg{
    display: block;
    content: '';
    height: 100%;
    background: url(../images/elements/curve-layer.svg) bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    left: -10%;
    right: -10%;
    z-index: 1;
}


/*====================================================================
    Header 3
====================================================================*/
.header-3{
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.header-3.new-demo .header-3-content{
    margin-top: 50px
}

.demo-3.new-demo:before{
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    left: 0;
    bottom: 0;
    top: inherit;
    border-top: 200px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
}

.header-3 .header-3-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-3 .has-line:after{
    background: #fff !important
}
.header-3.demo-main .has-line:after,
.header-3.blue .has-line:after{
    background: #2a7af3 !important
}
.demo-3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/elements/lines.png') no-repeat top center;
    background-size: cover
}
.demo-3:after{
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: 0;
    display: block;
    position: absolute;
    border-top: 63px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
}
.header-3.demo-main{
    background: url('../images/header-images/bg/main-demo.png') no-repeat top center;
    background-size: auto;
    overflow: visible;
}
@media (max-width: 992px){
    .header-3.demo-main{        
        background-size: 200%;
    }
}
.header-3.demo-main img{
    position: relative;
    width: 110%;
    top: 0px
}
.header-3.demo-main h1{
    font-size: 3.2em;
    line-height: 1.4;
    font-weight: 500
}
.header-3.demo-main p{
    color: #333
}
a.orange{
    color: #f99b67;
    text-decoration: underline;
    text-transform: uppercase; 
}
.bg-1{
    background: linear-gradient(150deg, #6610F2 0%, #007BFF 100%);
}
.bg-2{
    background: linear-gradient(148deg, #FF8C8C 0%, #6E82EE 55%, #5580FF 100%);
}
.bg-3{
    background: linear-gradient(150deg, #FFD474 0%, #FF8C8C 100%);
}
.bg-4{
    background: linear-gradient(136deg, #2AF598 0%, #0f95c5 100%);
}

.header-bg-4{
    background: url(../images/header-images/bg/header-bg-4.png) no-repeat top right;
    background-size: 60%

}

.header-bg-2{
    background: url(../images/header-images/bg/header-bg2.jpg) no-repeat center center;
    background-size: cover
}
.header-bg-3{
    background: url(../images/header-images/bg/header-bg3.png) no-repeat center center;
    background-size: cover
}
.header-bg-5{
    background: url(../images/header-images/bg/header-bg5.png) no-repeat center center;
    background-size: cover
}
.header-bg-6{
    background: url(../images/header-images/bg/header-bg6.jpg) no-repeat center center;
    background-size: cover
}
.header-bg-7{
    background: url(../images/header-images/bg/header-bg7.png) no-repeat top left;
    background-size: cover;
}
/*====================================================================
    Header 4
====================================================================*/
.header-4{
    min-height: 100vh;
    position: relative;
}
.header-4.demo-bg:before{
    width: 100%;
    height: 150%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/header-images/bg/demo-bg.html) bottom center no-repeat;
    background-size: cover
}
.w-text{
    color: #fff !important
}
.width-100{
    width: 100%
}
.width-120{
    width: 120%
}
.header-4 .header-4-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-4 .has-line:after{
    background: #fff !important
}.header-4 .has-line-center:after{
    background: #fff !important
}
.demo-4:before{
    content: '';
    width: 50%;
    height: 0;
    bottom: -1px;
    left: 0;
    display: block;
    position: absolute;
    border-top: 63px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 50vw solid #fff;
}
.demo-4:after{
    content: '';
    width: 50%;
    height: 0;
    bottom: -1px;
    right: 0;
    display: block;
    position: absolute;
    border-top: 63px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 50vw solid #fff;
}

/*====================================================================
    Header 5
====================================================================*/
.header-5{
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.header-5 .header-5-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-5 .has-line:after{
    background: #fff !important
}

.header-5 .demo-5-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -25%);
    width: 100%;
}

/*====================================================================
    Header 6
====================================================================*/
.header-6{
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url('../images/header-images/bg/demo-6-bg.html') no-repeat center top;
    background-size: cover;
}
.header-6 .header-6-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-6 .header-6-content h1,
.header-6 .header-6-content p{
    color: #fff;
}
.header-6 .has-line-center:after{
    background: #fff !important
}

/*====================================================================
    Header 7
====================================================================*/
.header-7{
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #2a7af3 url('../images/elements/demo-7-bg.png') no-repeat center center;
    background-size: cover
}
.header-7 .header-7-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-7 .header-7-content h1,
.header-7 .header-7-content p{
    color: #fff;
}
.header-7 .has-line:after{
    background: #fff !important
}

.header-7 .demo-7-img{
    width: 80%;
    margin-top: 15%
}

/*====================================================================
    Header 8
====================================================================*/
.header-8{
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 63px;
    background: #fff
}
.header-8 .container-fluid{
    padding-left: 0;
    padding-right: 0
}
.header-8 .left,
.header-8 .right{
    height: 100vh
}
.header-8 .left{
    background: #2a7af3;
    padding-left: 0
}
.header-8 .left-content{
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-8 .left-content h1,
.header-8 .left-content p{
    color: #fff
}
.header-8 .left-content .has-line:after{
    background: #fff !important
}
.header-8 .left:after{
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    right: -100px;
    z-index: 99;
    display: block;
    position: absolute;
    border-top: 100vh solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #2a7af3;
}
@media (max-width: 992px){
    .header-8 .left:after{
        display: none;
    }
}
@media (max-width:480px){
   .header-8 .left-content img{
        width: 100%
    } 
}
.header-8 .right{
    background: url('../images/elements/demo-8-img1.png') right center no-repeat;
}

/*====================================================================
    Header 9
====================================================================*/
.header-9 h1,
.header-9 p{
    color: #fff
}
.demo-9{
    background: url('../images/header-images/bg/demo-9-bg.html') no-repeat top center;
    background-size: cover
}

/*====================================================================
    Header 10
====================================================================*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* hero section */
.header{
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.header .header-wraper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header .header-wraper h1{
    color: #fff
}
.header .header-wraper .has-line:after,
.header .header-waper .has-line-center:after{
    background: #fff !important;
}
.header .header-wraper p{
    font-size: 18px;
    color: #fff;
}
.header .header-wraper .more-btn{
    display: inline-block;
}

.showcase .img1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%,-17.5%);
}
.showcase .img2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(10%,-8%)
}

@media (max-width:992px){
   .header .showcase .img1{
        transform: translate(-55%,-2%);
    } 
}
.triangle-container{
    height: 100vh
}

/*====================================================================
    Header 11
====================================================================*/
.header-11{
    background: url('../images/header-images/bg/demo-11-bg.html') no-repeat center center;
    background-size: cover
}
.header-11 h1,
.header-11 p{
    color: #fff
}
.header-11 .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}


/*** 

====================================================================
    Services
====================================================================

 ***/
.services{
	background: url('../images/elements/city.png') bottom center no-repeat;
	background-size: 100%;
}
.special-feat,
.about1{
    position: relative;
}
.soft-img{
    position: relative;
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@media (min-width: 1200px){
    .special-feat:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 337px;
        height: 429px;
        background: url(../images/elements/special-feat.png) no-repeat center center;
        background-size: contain;
    }
    .soft-img:before{
        position: absolute;
        content: "";
        width: 490px;
        height: 470px;
        background: url(../images/elements/badge1.png) no-repeat center center;
        background-size: cover;
        top: -50px;
        left: -100px;
        z-index: -1;
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
    }
    .soft-img:after{
        position: absolute;
        content: "";
        width: 270px;
        height: 270px;
        background: #fff0a9;
        border-radius: 50%;
        bottom: -50px;
        right: -70px;
        z-index: -1;
        animation: floating2 9s infinite;
        -webkit-animation: floating2 9s infinite;
    }
    .mt-lg-30{
        margin-top: 30px
    }
    .mb-lg-0{
        margin-bottom: 0 !important
    }
    .no-pt-lg{
        padding-top: 0 !important
    }
    .about1:before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 119px;
        height: 313px;
        background: url(../images/elements/about1.png) no-repeat left center;
        background-size: contain;
    }
}
@media (max-width: 1200px){
    .no-pt-sm{
        padding-top: 0 !important
    }        
}

.service-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.service-box-one:hover{
	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: #b06ab3;
    display:block;
}
.service-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #2a2a2a;
    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;
}


/*** 

====================================================================
    Our App 
====================================================================

 ***/
.our-app{
	position: relative;
	overflow: hidden;
}
.our-app .has-line:after{
	background: #fff !important
}

.our-app .image{
	position: relative;
	max-height: 260px;
}
.our-app .image img{
    max-width: 400px;
}


/*** 

====================================================================
    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
	}
}


/*** 

====================================================================
    Screenshots
====================================================================

 ***/
.screenshots .all-outer {
    position: relative
}

.screenshots .owl-carousel .owl-stage {
    overflow: hidden
}

.screenshots .owl-carousel .owl-item {
    float: left;
    -webkit-transform: scale(.52, .5);
    transform: scale(.52, .5);
    opacity: .6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.screenshots .owl-carousel .active.center {
    opacity: 1;
    -webkit-transform: scale(.62, .6);
    transform: scale(.62, .6);
    top: 0px;
    position: relative;
    z-index: 15;
    left: -2px
}

.screenshots .owl-carousel .owl-nav {
    
}

.screenshots .owl-carousel .owl-dots {
    margin-top: -30px !important
}

.screenshots .owl-carousel .owl-dots .active,
.screenshots .owl-carousel .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
    opacity: .3;
}

.screenshots .owl-carousel .owl-dots .active,
.screenshots .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1
}

.screenshots .container .image-mock img {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}
.screenshots .carousel-inner>.item>a>img, 
.screenshots .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    margin: 0 auto
}
.screenshots .owl-prev,
.screenshots .owl-next{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ;
    transition: all .3s ;
}
.screenshots .owl-prev{
    left: 30px
}
.screenshots .owl-next{
    right: 30px
}
.screenshots .owl-prev:hover,
.screenshots .owl-next:hover{
    background: #7a52b5 !important
}


@media (max-width:1200px) {

	.screenshots .owl-carousel .active.center{
		-webkit-transform: scale(.75, .73);
		transform: scale(.75, .73);
	}
	.screenshots .container .image-mock img {
	    top: 18px
	}
	.screenshots .owl-carousel .owl-dots {
    	margin-top: 25px !important;
	}
}
@media (max-width:992px) {
    .owl-carousel .owl-item img{
    	width: 43% !important
    }
    .screenshots .container .image-mock img {
	    top: 10px
	}
}



@media (max-width:767px) {
    .screenshots .container .image-mock img {
        display: none
    }
    .screenshots .owl-carousel .owl-item,
    .screenshots .owl-carousel .owl-item.active {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        padding: 0 25px 15px
    }
    .screenshots .owl-carousel .active img {
        margin-left: auto;
        margin-right: auto
    }
    .screenshots .owl-carousel .owl-dots {
        margin-top: -10px
    }
}




/*** 

====================================================================
    Download
====================================================================

 ***/
.download .has-line-center:after{
	background: #fff !important
}
.download .download-btn{
	border: 1px solid #ffffff;
    border-radius: 100px;
    color: #fff;
    background: #16c6a9;
    display: inline-block;
    margin: 0px 5px 0 0;
    padding: 12px 30px;
    transition: all .3s;
}

.download .download-btn:hover{
	background: #fff;
    border-color: #16c6a9
}

.download .download-btn i{
	margin-right: 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
}

.demo-main .video-btn-container {
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../images/header-images/video-btn.html) no-repeat center center;
    background-size: cover;
    top: 28%;
    left: 0;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #4834d4;
}
.video-btn-container .video-icon a {
    background: #fff;
    color: #2ea9fd;
}
.video-btn-container .video-icon a i{
    color: #fdd208
}
.video-btn {
    background-color: #4834d4;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    padding: 0;
    text-align: center;
    min-width: 70px;
    font-size: 24px;
}
@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,
.how-box-one.active{
	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;
}
.new-feat{
    border-radius: 10px;
    margin-bottom: 30px
}
.new-feat.service-box-one h3{
    font-size: 18px;
    margin-top: 20px;
    display: block;
}
.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;	
	}
}

@media (max-width: 992px){
    .mt-s{
        margin-top: 30px !important
    }
}

/*** 

====================================================================
    Testimonials
====================================================================

 ***/
.testimonial{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.testimonials-style-two .testimonial-item{
	position:relative;
	text-align:center;
	padding:40px 20px;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.8);
}

.testimonials-style-two .testimonial-item .inner-box{
	position:relative;
	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:#e9e9e9;	
}
@media (max-width:992px) {
	.item-box-sm{
		margin-top: 30px !important
	}
    .testimonial{
        background-size: cover !important
    }
}
@media (max-width:768px) {
	.item-box-xs{
		margin-top: 30px !important
	}
    .testimonial{
        background-size: 550% !important
    }
}
.text-left{
    text-align: left !important;
}
@media (max-width:480px) {
    .testimonial{
        background-size: 1200% !important
    }
}
/*** 

====================================================================
    Pricing
====================================================================

 ***/
.pricing-table{
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    transition: all 0.3s ease .3s;
}
.pricing-table.one{
    padding: 20px 20px 8px;
    border: 1px solid #ccc;
    width: 100%
}
.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;
}

.pricing.new .pricing-table .pricing-table-header{
    padding: 40px 0;
    background: #f8f8f8;
    border: none;
    border-radius: 0
}
.pricing.new .pricing-table .price-value{
    color: #fff;
    font-size: 45px;
}
.pricing.new .pricing-table .price-value sup{
    font-size: 30px
}
.even{
    background: #f7faff
}
.pricing.new .pricing-table .pricing-content ul li{
    padding: 12px 0
}
span.checked{
    font-size: 16px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
}
span.not-checked{
    color: #d7dae1;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d7dae1;
}
.checked1{
    color: #5677f2;
    border-color: #5677f2;
}
.checked2{
    color: #16caab;
    border-color: #16caab;
}
.checked3{
    color: #eb7667 ;
    border-color: #eb7667;
}
/*** 

====================================================================
    Subscribe
====================================================================

 ***/
.subscribe-newsletter {
    background-color: #f5f5f5;
    text-align: center;
    padding: 45px 0px 50px 0px;
}
.subscribe-newsletter h2 {
    display: inline-block;
    color: #ffffff;
    background-color: #7a52b5;
    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:25px 0;
}
.main-footer .widgets-section{
	position:relative;
	color:#bbbbbb;
    padding: 70px 0 100px;
	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: #b06ab3;
    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.html') no-repeat center center;
    background-size: cover
}
.offer-badge {
    position: absolute;
    left: 30px;
    bottom: 10px;
}
@media (max-width: 776px){
    .offer-badge {
        display: none;
    }
}
.demos img{
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    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.html);
    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);
    }
}
