/*=======================================================================
======================================================================= */

/*------------------------------------------------------
Table of content
--------------------------------------------------------
1. General Styles
2. Pre Loader
3. Navigation
4. Header
5. CTA / Free Trial
6. Intro
7. Features
8. More Features
9. Fun Fact
10. Description
11. How it works
12. Screenshots
13. Reviews
14. Price Table
15. Download
16. Team Members
17. CTA / Purchase
18. FAQ
19. Bootstrap Form
20. Subscribe
21. Contact Area
22. Footer
23. Extra Pages
24. Blog Page
25. Blog Page Single
------------------------------------------------------*/

/*----------------------------------------
General Styles
----------------------------------------*/
html{
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 100%;
    background-color: #ffffff;
    color: #505050;
    line-height: 1.85;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 10px 0;
    line-height: 1.33;
    color: black;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    display: block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 800;
}
h1{
    font-size: 8rem;
}
h2{
    font-size: 5rem;
}
/*h3{
    font-size: 3rem;
}*/
h4{
    font-size: 2rem;
}
h5{
    font-size: 1.8rem;
}
h6{
    font-size: 1.2rem;
}
a{
    transition: all 0.4s ease;
}
/*a, a:focus, a:visited{
    color: #fff;
}*/
a:hover {
    color: #b1c9d1;
    text-decoration: none;
}
.section-bg h1, .section-bg h2, .section-bg h3, .section-bg h4, .section-bg h5, .section-bg h6{
    color: #f5f5f5;
}
.section-bg h1 b, .section-bg h2 b, .section-bg h3 b, .section-bg h4 b, .section-bg h5 b, .section-bg h6 b, .section-bg p{
    color: #ffffff;
}
p{
    margin: 0 0 10px 0;
}
p:last-child, p:only-child{
    margin-bottom: 0;
}
/*ul, ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
    line-height: 2.25;
    vertical-align: middle;
}
ul li:before{
    position: relative;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    vertical-align: middle;
    color: #e33600;
    margin-right: 12px;
}*/
img{
    max-width: 100%;
    height: auto;
}
.section, header, footer{
    position: relative;
    background-position: center center;
    background-size: cover;
	-moz-box-shadow: 0px 5px 16px 3px #888888;
}
.border-sep{
    border-bottom: 1px solid #999999;
}
.floating-box {
    display: inline-block;
    float: left;
}
/*.fa {
    padding: 20px;
    font-size: 10px;
    width: 58px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}*/

.section-padding{
    padding: 50px 0;
}
.section-padding-extra{
    padding: 112px 0;
}
.section-bg:before{
    background-color: #e33600;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
.section-bg.overlay-black:before{
    background-color: #000000;
}
.section-bg > div{
    z-index: 1;
}
.verticle-center {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.display-flex {
    display: flex;
    align-items: center;
}
.section-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 100px;
}
.section-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 1px;
    background-color: #aeaeae;
    margin-left: -100px;
}
.section-bg .section-heading:before{
    background-color: #e33600;
}
.section-heading:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #e33600;
    margin-left: -25px;
    transition: all 0.3s ease;
}
.section-bg .section-heading:after{
    background-color: #ffffff;
}
.section-heading:hover:after{
    width: 200px;
    margin-left: -100px;
}
.section-heading.no-sep:before, .section-heading.no-sep:after{
    content: none;
}
.section-title{
    font-size: 4.5rem;
    margin: 0;
    letter-spacing: 0;
}
.section-subtitle{
    color: #818181;
    letter-spacing: 0.3px;
}
.section-bg .section-subtitle{
    color: #f3f3f3;
}
.mock-group{
    position: relative;
}
.mock-group .front-mock{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mock-group .back-mock{
    z-index: 1;
    position: relative;
}

/*** Buttons ***/
/*.btn{
    font-weight: 700;
    letter-spacing: 0.3px;
    display: inline-block;
    font-size: 1.8rem;
    color: #000;
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
	border-radius: 50px;
	border: 1px solid #000;
	
	
}
.btn:focus, .btn:visited{
    color: #000;
}
.btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}
.btn:hover, .btn:focus:hover, .btn:visited:hover{
    background-color: #007bb5;
    color: #ffffff;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #e33600;
    background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus:hover, .btn-white:visited:hover, .btn-orange:hover, .btn-orange:focus:hover, .btn-orange:visited:hover{
    background-color: #ED5A3D;
}
.btn-white:before{
    content: "";
    position: absolute;
    background-color: #ED5A3D;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}
.btn-white:hover:before{
    transform: scale(1);
}
.btn-orange, .btn-orange:focus, .btn-orange:visited{
    background-color: #ff7f66;
}
.button-group {
    margin-top: 45px;
    float: left;
    width: 100%;
}
.button-group .btn{
    float: left;
}
.button-group .btn + .btn{
    margin-left: 30px;
}*/

/*** Form and Input ***/
input, select, textarea{
    width: 100%;
    font-size: 1.4rem;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 24px;
    padding: 10px 15px;
    letter-spacing: 0.3px;
	border-radius: 15px;
}
::-webkit-input-placeholder { 
  color: #4a4a4a;
}
::-moz-placeholder { 
  color: #4a4a4a;
}
:-ms-input-placeholder { 
  color: #4a4a4a;
}
:-moz-placeholder { 
  color: #4a4a4a;
}
.section-bg input, .section-bg select, .section-bg textarea{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.section-bg ::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg ::-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-ms-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
[class*=col] > input, [class*=col] > select, [class*=col] > textarea{
    margin-bottom: 30px;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
button.btn {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 56px;
}

/*----------------------------------------
Pre Loader
----------------------------------------*/
#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2B8B90;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #356F66;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #92E0D4;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

/* Loaded */
.loaded #faceoff .preloader-section {
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/*----------------------------------------
Navigation
----------------------------------------*/
.navbar-default{
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 0 9px -5px #000000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    /*transform: translateY(-100%);*/
    transition: all 0.4s ease;
}
.navbar-default.affix{
    transform: translateY(0);
}
.navbar-default .navbar-brand{
    color: #e33600;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    height: 60px;
    padding: 20px 15px;
}
.nav li:before{
    content: none;
}
.navbar-nav>li>a {
    padding: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #2B8B90;
}
.navbar-default .navbar-right > li > a{
    color: #e33600;
}
.navbar-default .navbar-right > li > a:hover{
    color: #416467;
}
.nav-download a {
    background-color: #e33600;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 12px 20px !important;
    margin: 8px 0 8px 20px;
}
.nav-download a:hover{
    background-color: #1578aa !important;
}

/*----------------------------------------
Header
----------------------------------------*/
.top-header{
    background-image: url(../img/bg/1.jpg);
    height: 850px;
}
.logo{
    display: inline-block;
}
/*.top-header h1, .flex_text {
    margin-top: 40px;
    letter-spacing: 0;*/
}
.flex_text li{
    font-size: 3.6rem;
    color: #f5f5f5;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.33;
}
.flex_text li:before{
    content: none;
}
/*.top-header p{
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}*/
.device-download{
    margin-top: 40px;
}
.device-download a{
    font-size: 3.6rem;
    display: inline-block;
    line-height: 100%;
}
.device-download a + a{
    margin-left: 30px;
}
.section-bg .device-download a{
    color: #ffffff;
}
.device-download a:hover{
    color: #416467;
}
.top-header .btn {
    padding: 14px 51px;
    font-size: 1.4rem;
}
.top-header.style-2 .button-group {
    float: none;
    margin: 45px auto 0 auto;
    text-align: center;
}
.top-header.banner-v2 .button-group .btn{
    float: none;
}

/*** Header Image Slider ***/
.bg-slider-v1{
    background-image: none;
}
.header-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}
.bg-item{
    height: 850px;
    background-size: cover;
    background-position: center center;
}
.bg-item.item-1{
    background-image: url(../img/slider/1.jpg);
}
.bg-item.item-2{
    background-image: url(../img/slider/2.jpg);
}
.bg-item.item-3{
    background-image: url(../img/slider/3.jpg);
}

/*** Header Banner Signup ***/
.banner-signup{
    background-color: rgba(0, 0, 0, 0.11);
    padding: 40px 25px;
    border-radius: 4px;
    position: relative;
}
.banner-signup:before, .banner-signup:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 6px;
    background-color: #e33600;
    opacity: 0.11;
    left: 50%;
    transform: translateX(-50%);
}
.banner-signup:before{
    top: 0;
}
.banner-signup:after{
    bottom: 0;
}
.signup-title{
    margin-bottom: 25px;
}
.banner-signup input {
    border: 1px solid #e33600;
    border-radius: 4px;
    text-align: center;
}
.banner-signup input + input, .banner-signup input + button{
    margin-top: 20px;
}

/*** Header Books ***/
.bookv2{
    background-image: url(../img/bg/8.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.mock-group-book1 .back-mock {
    margin-bottom: 135px;
}
.bookv2 h1{
    margin-top: 0;
}

/*----------------------------------------
CTA / Free Trial
----------------------------------------*/
.cta-section{
    background-color: #e33600;
    padding: 40px 0;
}
.cta-heading{
    color: #ffffff;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    margin: 0;
}
.trial-form{
    text-align: right;
    float: left;
    width: 100%;
}
.trial-form input {
    border-radius: 3px;
    width: calc(100% - 245px);
    max-width: 300px;
    margin-right: 40px;
    padding: 7px 15px;
}
.trial-form .btn{
    float: right;
    letter-spacing: 0.6px;
}

/*----------------------------------------
Intro
----------------------------------------*/
.intros{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.intro{
    /*background-color: #f7f7f7;*/
    padding: 10px 25px 50px 25px;
    margin-top: 41px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.intro:hover{
    /*background-color: #e33600;*/
}
.intro-icon{
    font-size: 3rem;
    background-color: #e33600;
    position: relative;
    text-align: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    line-height: 63px;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #ffffff;
    top: -41px;
    transition: all 0.4s ease;
}
.intro:hover .intro-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px #e33600;
    color: #e33600;
}
.intro-heading {
    xfont-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.intro:hover .intro-heading{
    /*color: #ffffff;*/
}
.intro p{
    transition: all 0.4s ease;
}
.intro:hover p{
    /*color: #f6f6f6;*/
}

/*----------------------------------------
Features
----------------------------------------*/
.features-area{
    background-image: url(../img/bg/2.jpg);
}
.feature + .feature{
    margin-top: 128px;
}
.feature-icon{
    font-size: 2.3rem;
    border: 3px solid #ffffff;
    color: #ffffff;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: block;
    line-height: 60px;
    margin: 0 auto 0 auto;
    transition: all 0.3s ease;
}
.feature:hover .feature-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #e33600;
}
.feature-title{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 15px 0;
}

/*----------------------------------------
More Features
----------------------------------------*/
.mock-group-2 .front-mock{
    top: 0;
    right: 30px;
    bottom: auto;
}
.more-features{
    float: left;
    width: 100%;
    margin-bottom: -25px;
}
.more-feature{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.more-feature-icon{
    display: inline-block;
    font-size: 2.4rem;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #e33600;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    transition: all 0.3s ease;
}
.more-feature:hover .more-feature-icon {
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #e33600;
    background-color: #ffffff;
}
.more-feature-content{
    float: left;
    width: calc(100% - 78px);
    display: inline-block;
}
.more-feature-title{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

/*----------------------------------------
Fun Fact
----------------------------------------*/
.fun-fact-area{
    background-image: url(../img/bg/3.jpg);
}
.fun-facts{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.fun-fact{
    margin-bottom: 30px;
}
.fact-icon{
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    width: 65px;
    height: 65px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 63px;
    text-align: center;
    transition: all 0.3s ease;
}
.fun-fact:hover .fact-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #e33600;
}
.fact-count{
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    margin: 20px auto 0 auto;
    letter-spacing: 0;
}
.fact-count span{
    display: inline-block;
}
.fact-name{
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

/*----------------------------------------
Description
----------------------------------------*/
.description-tab{
    float: left;
    width: 100%;
}
.description-tab .nav-tabs {
    float: left;
    display: inline-block;
    width: 120px;
    border: none;
    margin: -15px 70px -15px 0;
}
.description-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    display: block;
    margin: 15px 0;
}
.nav-tabs>li:before{
    content: none;
}
.description-tab .nav-tabs>li>a{
    display: block;
    height: 80px;
    width: 80px;
    border: 3px solid #e33600;
    border-radius: 50%;
    font-size: 3rem;
    color: #e33600;
    line-height: 77px;
    padding: 0;
    text-align: center;
    position: relative;
}
.description-tab .nav-tabs>li>a:focus, .description-tab .nav-tabs>li>a:hover {
    background-color: #e33600;
    color: #ffffff;
}
.description-tab .nav-tabs>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -61px;
    top: 50%;
    transform: translate(-20px, -50%);
    border-width: 15px 25px 15px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #e33600;
    opacity: 0;
    transition: none;
}
.description-tab .nav-tabs>li.active>a, .description-tab .nav-tabs>li.active>a:focus, .description-tab .nav-tabs>li.active>a:hover{
    background-color: #e33600;
    border: 3px solid #e33600;
    box-shadow: 0 0 0 10px #e33600;
    color: #ffffff;
}
.description-tab .nav-tabs>li.active>a:after, .description-tab .nav-tabs>li.active>a:focus:after, .description-tab .nav-tabs>li.active>a:hover:after{
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.5s ease 0.2s;
}
.description-tab .tab-content{
    float: left;
    display: inline-block;
    width: calc(100% - 190px);
}
.description-title{
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.description-tab .tab-content p{
    margin-bottom: 15px;
}
.mock-group-3{
    max-width: 345px;
    float: right;
}
.mock-group-3 .front-mock{
    position: relative;
}
.mock-group-3 .back-mock {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
How it works
----------------------------------------*/
.how-it-works{
    background-image: url(../img/bg/4.jpg);
    padding: 200px 0;
}
.video-play-icon{
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.how-it-works .video-play-icon{
    margin-top: 50px;
}
.video-play-icon i{
    margin-left: 12px;
}

.caption {
    width:100%;
    bottom: .3rem;
    position: absolute;
    background:#000;
    background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    margin:0;
    padding:0;
}

.caption h4 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

/*----------------------------------------
Screenshots
----------------------------------------*/
.screenshots{
    overflow: hidden;
    padding: 0 40px 12px 40px;
    position: relative;
    margin: 0 -40px;
}
.screenshot-carousel .owl-wrapper-outer{
    overflow: visible;
}
.screenshot{
    padding: 0 15px; 
    opacity: 0;
    transition: all 0.2s ease;
}
.active .screenshot{
    opacity: 1;
}
.active .screenshot img{
    box-shadow: -7px 5px 16px 0px rgba(0, 0, 0, 0.09); 
}
.screenshot-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.screenshot-carousel .owl-controls .owl-buttons > div:hover{
    color: #e33600;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.screenshot-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Reviews
----------------------------------------*/
.review-area{
    background-image: url(../img/bg/5.jpg);
}
.reviews {
    padding: 0 148px 0 148px;
    margin: 0 -148px;
}
.thin-space.reviews{
    padding: 0 40px;
}
.reviewer-mock{
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 50%;
    margin: 8px auto;
    box-shadow: 0 0 0 8px #b1c9d1;
}
.review-comment {
    margin: 45px 0 30px 0;
}
.commenter-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}
.commenter-profession{
    font-size: 1.4rem;
}
.designation{
    text-transform: uppercase;
}
.review-carousel .owl-controls .owl-buttons > div {
    position: absolute;
    color: #d9d6d0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.review-carousel .owl-controls .owl-buttons > div:hover{
    color: #ffffff;
}
.review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-prev{
    left: -40px;
}
.review-carousel .owl-controls .owl-buttons .owl-next{
    right: -148px;
}
.thin-space .review-carousel .owl-controls .owl-buttons .owl-next{
    right: -40px;
}

/*----------------------------------------
Price Table
----------------------------------------*/
.price-tables{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.price-table{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.price-heading{
    background: #84cce3;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.price-table:hover .price-heading, .price-table.active .price-heading{
    background-color: #1293d5;
}
.price-plan {
    font-weight: 800;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.11);
    margin: 0;
    padding: 33px 20px;
}
.plan-price {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 19px 20px;
}
.price-ammount{
    display: inline-block;
    vertical-align: baseline;
}
.price-cycle{
    display: inline-block;
    vertical-align: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: lowercase;
}
.plan-features {
    color: #878686;
    padding: 21px 0;
}
.plan-feature {
    line-height: 3.2;
    margin: 19px 0;
    padding: 0 20px;
}
.plan-feature:before{
    content: none;
}
.plan-feature:nth-child(2n+1){
    background: #f7f7f7;
}
.btn-get-plan {
    border: 1px solid #e33600;
    background-color: transparent;
    color: #e33600;
    padding: 12px 46px;
}
.btn-get-plan:focus, .btn-get-plan:visited{
    background-color: transparent;
    color: #e33600;
}
.price-table.active .btn-get-plan, .btn-get-plan:hover{
    background-color: #1578aa;
    color: #ffffff;
}

/*----------------------------------------
Download
----------------------------------------*/
.download-area{
    background-image: url(../img/bg/6.jpg);
    padding: 60px 0 100px 0;
}
.download-area .section-heading{
    margin-bottom: 50px;
}
.download-area .button-group{
    margin: 0;
}
.download-area .button-group .btn{
    float: none;
    font-size: 2rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 16px 56px;
}
.download-area .button-group .btn:hover{
    background-color: #ffffff;
    color: #e33600;
}
.download-area .button-group .btn + .btn {
    margin-left: 50px;
}

/*----------------------------------------
Team Members
----------------------------------------*/
.team-members{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.team-member{
    background-color: #f5f5f5;
    padding: 0 10px 20px 10px;
    margin-top: 62px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.team-member:hover{
    background-color: #e33600;;
}
.member-mock{
    border-radius: 50%;
    width: 105px;
    height: 105px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(17, 147, 212, 0.2);
    margin: 10px auto;
    position: relative;
    transform: translateY(-52px);
    margin-bottom: -42px;
}
.member-name{
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.team-member:hover .member-name{
    color: #ffffff;
}
.member-work{
    color: #6c6c6c;
    transition: all 0.3s ease;
}
.team-member:hover .member-work{
    color: #ffffff;
}
.team-member p {
    font-size: 1.4rem;
    color: #6c6c6c;
    margin: 15px auto;
    transition: all 0.3s ease;
}
.team-member:hover p{
    color: #ffffff;
}
.member-connections{
    padding-top: 10px;
}
.member-connections a{
    font-size: 2rem;
    color: #ffffff;
    background-color: #e33600;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.member-connections a + a{
    margin-left: 16px;
}
.team-member:hover a{
    background-color: #ffffff;
    color: #e33600;
}
.member-connections a:hover{
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

/*----------------------------------------
CTA / Purchase
----------------------------------------*/
.cta-2 .cta-heading{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 50px;
}

/*----------------------------------------
Faq
----------------------------------------*/
.panel-group .panel{
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-title{
    /*color: #e33600;*/
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
.panel-title a{
    /*color: #e33600;*/
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.panel-title a:focus{
    text-decoration: none;
}
.active .panel-title a{
    color: #ffffff;
}
.panel-title a:after{
    content: "\f107";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
}
.active .panel-title a:after{
    content: "\f106";
}

/*----------------------------------------
Bootstrap Form
----------------------------------------*/
.input-group{
    width: 100%;
}
.input-group + .input-group{
    margin-top: 10px;
}
.input-group-addon {
    font-size: 1.6rem;
    width: 44px;
    color: #e33600;
    background-color: transparent;
    border: 1px solid #e33600;
    border-radius: 0;
}
.form-control {
    height: 44px;
    font-size: 1.6rem;
    color: #4a4a4a;
    background-color: transparent;
    border: 1px solid #e33600;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
button.form-control {
    background-color: #e33600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.input-group .btn {
    width: 100%;
}
.form-control ::-webkit-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control ::-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-ms-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}

/*----------------------------------------
Subscribe
----------------------------------------*/
.subscribe-area{
    background-image: url(../img/bg/7.jpg);
}
.subscribe-area .section-heading{
    margin-bottom: 40px;
}
.subscribe-form input[type="email"] {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
    max-width: 300px;
    vertical-align: middle;
}
.subscribe-form button[type="submit"]{
    padding: 10px 45px;
    border-radius: 0 4px 4px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #e33600;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.newsletter-success, .newsletter-error {
    margin-bottom: 0;
    margin-top: 15px;
    display: none;
}

/*----------------------------------------
Contact Area
----------------------------------------*/
.contact-form button.btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
}
.input-success, .input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}
.input-success{
    border: 1px solid #e33600;
}
.input-error{
    border: 1px solid #ff0000;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
}
.contact-item{
    margin-bottom: 30px;
}
.contact-icon{
    font-size: 2.4rem;
    color: #e33600;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail{
    font-size: 1.4rem;
    color: #6c6c6c;
}

/*----------------------------------------
Footer
----------------------------------------*/
footer{
    background-color: #e33600;
    padding-top: 80px;
    padding-bottom: 50px;
}
.logo-footer{
    display: inline-block;
    opacity: 0.22;
}
.logo-footer:hover{
    opacity: 1;
}
footer .socials{
    margin-top: 70px;
}
footer .social{
    font-size: 2.5rem;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    color: #e33600;
}

.contact .social{
    font-size: 1.5rem;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #e33600;
    display: inline-block;
    color: #ffffff;
	 text-align: center;
}
.contact .social + .social{
    margin-left: 5px;
}
.contact .social:hover{
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

footer .social + .social{
    margin-left: 16px;
}
footer .social:hover{
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.copyright{
    line-height: 100%;
    color: #000000;
    margin-top: 70px;
}
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #e33600;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    border-radius: 4px;
    display: none;
}

/*----------------------------------------
Extra Pages
----------------------------------------*/
.page .navbar-default {
    position: relative;
    transform: translateY(0);
}
.page .navbar-default.affix{
    position: fixed;
}
.page-header {
    margin: 0;
    border-bottom: 1px solid #e33600;
    padding: 80px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.page-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #e33600;
    opacity: 0.8;
}

/*----------------------------------------
Blog Page
----------------------------------------*/
.blog-page-header{
    background-image: url(../img/bg/8.jpg);
}
.blog-listing-wrap{
    float: left;
    width: 100%;
    margin-bottom: -40px;
}
article{
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
article + article{
    margin-top: 40px;
}
.post-thumbnail-link img{
    width: 100%;
}
.post-title{
    margin-bottom: 0;
}
.post-metas {
    font-size: 1.4rem;
    color: #6a6a6a;
}
.read-post {
    padding: 5px 25px;
    font-size: 1.4rem;
    margin-top: 20px;
}
.page-link, .page-link:focus, .page-link:visited {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #e33600;
    color: #ffffff;
}
.page-link:hover{
    background-color: #1578aa;
    color: #ffffff;
}
.current-page, .current-page:hover {
    background-color: #999;
    cursor: not-allowed;
}
.page-link + .page-link{
    margin-left: 10px;
}

/*** Sidebar ***/
.sidebar-widget:last-child{
    margin-bottom: 60px;
}
.sidebar-widget + .sidebar-widget{
    margin-top: 60px;
}
aside, .widget-content{
    float: left;
    width: 100%;
    clear: both;
}
.widget-title{
    margin-bottom: 20px;
}
.searchform{
    position: relative;
}
.searchform input[type=search] {
    border: 1px solid #e33600;
    padding: 10px 35px 10px 20px;
    box-shadow: none;
    margin: 0;
    border-radius: 4px;
}
.searchform button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.55);
    background-color: transparent;
    border: none;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
}
.cat{
    color: #6a6a6a;
}
.cat:hover{
    color: #e33600;
}
.cat a{
    color: inherit;
}
.latest-list, .latest-post{
    float: left;
    width: 100%;
    clear: both;
}
.latest-post:before{
    content: none;
}
.latest-post + .latest-post{
    margin-top: 30px;
}
.s-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.s-content {
    float: left;
    width: calc(100% - 90px);
    margin-top: -8px;
}
.s-title {
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.7;
}
.s-date {
    font-size: 1.2rem;
    color: #6a6a6a;
}
.widget-tag {
    float: left;
    width: 100%;
    margin-bottom: -10px;
}
.widget-tag .tag {
    border: 1px solid #e33600;
    border-radius: 4px;
    display: inline-block;
    float: left;
    padding: 8px 12px;
    margin-right: 9px;
    margin-bottom: 10px;
    color: #6a6a6a;
    line-height: 100%;
}
.widget-tag .tag:hover{
    color: #ffffff;
    background-color: #e33600;
}

/*----------------------------------------
Blog Page Single
----------------------------------------*/
.blog-single-wrap{
    float: left;
    width: 100%;
    margin-bottom: -60px;
}
.blog-single-wrap article{
    border-bottom: none;
}
.blog-single-wrap .post-metas {
    margin-top: 20px;
}
/*** Share on socials ***/
.share-block {
    border-top: 1px solid #e33600;
    border-bottom: 1px solid #e33600;
    margin: 60px 0;
    padding: 15px 0;
}
.share-intro {
    display: inline-block;
    vertical-align: middle;
}
.share-buttons {
    display: inline-block;
    vertical-align: middle;
}
.share-btn{
    font-size: 2rem;
    color: #6a6a6a;
    margin: 0 15px;
}
.share-btn:hover{
    color: #e33600;
}

/*** Comments ***/
.given-comment {
    float: left;
    width: 100%;
}
.comment-list {
    float: left;
    width: 100%;
}
.blog-single-wrap .comment {
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}
.blog-single-wrap .comment:before{
    content: none;
}
.blog-single-wrap .comment:only-child{
    border: none;
}
.blog-single-wrap .comment + .comment{
    margin-top: 60px;
    padding-top: 60px;
}
.child-comments{
    border-top: 1px solid #dddddd;
    padding-left: 135px;
    padding-top: 60px;
    margin-top: 60px;
    float: left;
    width: 100%;
}
.client-mock {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.comment-body {
    float: left;
    width: calc(100% - 135px);
    line-height: 1.75;
}
.comment-title{
    margin-bottom: 10px;
}
.comment-title span{
    display: inline-block;
    vertical-align: baseline;
}
.comment-date{
    color: #6a6a6a;
    font-weight: 400;
}
.reply-btn {
    font-size: 1.4rem;
    font-weight: 400;
}

/*** Comment Form ***/
.commenting-wrap {
    float: left;
    width: 100%;
    margin-top: 120px;
}
.commentform-title{
    margin-bottom: 15px;
}
.commentform-sub{
    margin-bottom: 40px;
}

/* SR */



/*.navbar-nav .btn.btn-xs
{
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px;
}*/
/*.navbar-default .navbar-right > li > a
{
    padding-right: 0px;
}
.navbar-default .navbar-right > li:last-child > a
{
    padding-left: 5px;
}*/

.pricing.section-bg:before
{
	background-color: #4aa94d;
}
.pricing.download-area .button-group .btn
{
	padding: 5px 25px;
    border-radius: 50px;
	color: #ffffff;
}
.pricing.download-area .button-group .btn:hover
{
	background-color: #ffffff;
	color: #4aa94d;	
}

/*----js-----*/

ul li.list1:before{
	background: url('../../images/icon/address.png') no-repeat;
	width:25px;
	height:25px;
}
.responsive{
	max-width:100%;
	display:inline-block;
	height: auto;
}

/*.banner{
    background: url('../img/layer2.png') no-repeat;
	width:100%;
    width: calc(100%-50px);
	height:calc(100vh - 50px);
    display: block;
	background-size:cover;
	background-position:top center;
}

@media (min-width: 767px) and (max-width: 900px){
	.banner{
		height:350px;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.banner{
		height:300px;
	}

}

@media screen and (max-width: 480px){
	.banner{
		height:180px;
	}
}*/

a:active {
    color: yellow;
}

.mydiv {
    max-width:380px;
    height:380px;
}
.box1 {
    max-width:400px;
    position:relative;
    z-index:1;
}
.box2 {
    max-width:400px;
    position:relative;
    top:-240px;
    left:50px;
    z-index:2;
}

.box3 {
    max-width:400px;
    position:relative;
    z-index:2;
}
.box4 {
    max-width:400px;
    position:relative;
    top:-240px;
    left:50px;
    z-index:1;
}

@media screen and (max-width: 1200px) {
    .lead {
        font-size:x-large;
    }
    .mybtn {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }
}
@media screen and (max-width: 992px) {
    .lead {
        font-size:small;
    }
}
@media screen and (max-width: 768px) {
    .lead {
        font-size:x-small;
    }
    .mybtn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .top_part{
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .lead {
        font-size:xx-small;
    }
    .mybtn {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
    }
}
.mybtn:hover {
    background-color: #555;
    color: blue;
}

