/* --------------------------------------
=========================================
LandX - Responsive App Landing Page
Version: 1.1 (Initial Release)
Designed By: Mizanur Rahman
=========================================

1. IMPORT CSS

2. GLOBAL STYLES (USED IN VARIOUS SECTION OF THE WEBSITE)
	2.1 GENERAL STYLES
	2.2 PRE LOADER
	2.3 ANCHOR AND BOLD TEXT  

3. COMPONENTS (ELEMNTS USED IN MANY SECTION)
	3.1 BACKGROUND COLORS AND LINE
	3.2 TYPOGRAPHY
	3.3 BUTTONS

4. SECTION STYLES AND COMPONENTS
	4.1 SECTIONS PADDING AND COLOR OVERLAY

	4.2 SECTION: HOME
		4.2.1 BASIC STYLES
		4.2.2 NAVIGATION 
		4.2.3 FEATURE LIST 
		4.2.4 VERTICAL REGISTRATION FORM

	4.3 SECTION: WITH LEFT / RIGHT SCREENSHOT
		4.3.1 BASIC STYLES   
		4.3.2 FEATURE LIST    

	4.4 SECTION: FEATURES 

	4.5 SECTION: PRICING TABLE 

	4.6 SECTION: VIDEO   
		4.6.1 BASIC STYLE / RESET
		4.6.2 VIDEO FEATURES 

	4.7 SECTION: SCREENSHOTS 
	
	4.8 SECTION: CLIENTS AND FEEDBACKS
		4.8.1 CLIENTS LOGO 
		4.8.2 FEEDBACKS

	4.9 SECTION: CALL TO ACTION
		4.9.1 CALL TO ACTION WITH TEXT/BUTTON 
		4.9.2 SUBSCRIBE FORM 

	4.10 SECTION: CONTACT US
		4.10.1 BASIC STYLES
		4.10.2 CONTACT FORM   


	4.11 SECTION: FOOTER   

-----------------------------------------*/

/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
-----------------------------------------*/

/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);*/

/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    overflow-x: hidden !important;
    margin: auto !important;
}

.default-padding{
    padding-top: 90px !important;
    padding-bottom: 90px;
}

.top-padding-only{
    padding-top: 90px;
}
.bottom-padding-only{
    padding-top: 90px;
}


/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-position: center;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: inherit;
    color: inherit;
}

strong {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
tr th {
    color: #636363;
    font-size: 11px;
    font-size: 0.785714286rem;
    font-weight: bold;
    line-height: 2.181818182;
    text-align: left;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed !important;
    color: #757575;
    font-size: inherit;
    font-weight: normal;
    padding: 6px 10px 6px 0;
    text-align: left;
}

/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget > ul{
    padding-left: 0;
}
/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
    background-color: #323232;
    color: #ffffff;
}

.color-bg {
    color: #ffffff;
}

.bgcolor-2 {
    background-color: #f7f8fa;
}

.bgcolor-white {
    background-color: #ffffff;
}

.colored-line {
    height: 1px;
    width: 70px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0;
}

/*h1 {*/
/*	font-size: 2.813rem;*/
/*	line-height: 3.75rem;*/
/*	font-weight: 500;*/
/*}*/


h1 {
    font-size: 2.125rem;       /* 32px */
    line-height: 2.6rem;     /* 40px */
    font-weight: 700;      /* slightly bolder */
    /*margin-bottom: 1rem;   !* breathing room *!*/
}

@media (max-width: 992px) {
    h1 {

        text-align: center;
    }
}

@media (max-width: 767px) {
    .intro {
        text-align: center !important;
        width: 100%;
    }
}

/*@media (max-width: 992px) {*/
/*    .row:not(.no-pad)>[class^=col-] {*/
/*        margin-bottom: 20px;*/
/*    }*/
/*}*/

h2 {
    font-size: 2.188rem;
    line-height: 3.125rem;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}


/*---------------------------------------
   3.3 BUTTONS
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
    outline: inherit;
    border-color: inherit;
}

.newsletter-submit,
.standard-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    color: #fff;
}

.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}


/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY
-----------------------------------------*/


.color-overlay {
    position: relative;
}

.color-overlay:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.light .color-overlay:before {
    background: rgba(255, 255, 255, 0.6);
}
.panel-row-style.color-overlay,
.panel-row-style.dark-overlay,
.panel-row-style.light-overlay{
    position: relative;
}
.panel-row-style.color-overlay > div,
.panel-row-style.dark-overlay > div,
.panel-row-style.light-overlay > div{
    position: relative;
}
.panel-row-style.dark-overlay:before,
.panel-row-style.light-overlay:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.panel-row-style.light-overlay:before{
    background: rgba(255, 255, 255, 0.6);
}


.panel-row-style.color-overlay .btn,
.panel-row-style.color-overlay h1,
.panel-row-style.color-overlay h2,
.panel-row-style.color-overlay h3,
.panel-row-style.color-overlay h4,
.panel-row-style.color-overlay h5,
.panel-row-style.color-overlay h6,
.panel-row-style.dark-overlay .btn,
.panel-row-style.dark-overlay h1,
.panel-row-style.dark-overlay h2,
.panel-row-style.dark-overlay h3,
.panel-row-style.dark-overlay h4,
.panel-row-style.dark-overlay h5,
.panel-row-style.dark-overlay h6{
    color: #fff;
}
.panel-row-style.color-overlay > div,
.panel-row-style.dark-overlay > div,
.panel-row-style.dark-overlay > div p{
    color: rgba(255, 255, 255, 0.8);
}


.page-template-page-templatessqueeze-page-php .navbar.non-sticky {
    padding: 47px 0 30px 0;
}

.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-slider {
    position: relative;
    z-index: 2;
}
/*========================================
   4.2 SECTION: HOME
==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES
-----------------------------------------*/

header {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/bg-image-1.jpg);
}

header .vertical-registration-form {
    margin-top: 60px;
}

header.dark .vertical-registration-form {
    margin-top: 0;
}

header.light .vertical-registration-form {
    margin-top: 0;
}

.navigation-header {
    padding-top: 47px;
    padding-bottom: 30px;
}

.intro-section {
    margin-top: 50px;
    margin-bottom: 137px;
}

.intro {
    color: #fff;
}

.navbar-header img {
    max-height: 50px;
}


.navbar-inverse .navbar-nav>li>a:focus{
    color: #323232;
}

.intro-section{
    max-width: 840px;
}
.intro-section.text-center{
    margin-left: auto;
    margin-right: auto;
}

.intro-section .sub-heading {
    font-size: 20px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 30px;
}
.intro-section.text-center  .sub-heading{
    padding-left: 6%;
    padding-right: 6%;
}


/*---------------------------------------
   4.2.2 NAVIGATION
-----------------------------------------*/
/* NAV RESETS */
.navbar-brand{
    padding: 0 15px;
    line-height: 50px;
}
.navbar-nav > li > a:hover {
    background: inherit;
}

/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
.non-sticky .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.non-sticky .navbar-nav > li > a {
    font-size: 25px;
    padding: 0;
    padding-left: 5px;
    padding-top: 3px;
    color: #ffffff;
}

.light .non-sticky .navbar-nav > li > a {
    color: #323232;
}

.navbar .nav li{
    position: relative;
}



@media(min-width:768px) {
    .navbar .nav > li ul{
        position: absolute;
        top: 50px;
        left: auto;
        min-width: 220px;
        left: 0;
        text-align: left;
        background-color: #fff;
        padding: 15px;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        -webkit-transition:200ms ease;
        -moz-transition:200ms ease;
        -o-transition:200ms ease;
        transition:200ms ease;
        visibility: hidden;
        z-index: 99;
    }


    .navbar .nav > li:nth-last-child(2) ul,
    .navbar .nav > li:nth-last-child(1) ul{
        left: auto;
        right: 0;
    }
    .navbar .nav > li:nth-last-child(2) ul ul,
    .navbar .nav > li:nth-last-child(1) ul ul{
        margin-right: 100%;
        margin-left: 0;
    }
    .navbar .nav > li ul li{
        overflow:hidden;
        height:0;
        -webkit-transition:height 200ms ease-in;
        -moz-transition:height 200ms ease-in;
        -o-transition:height 200ms ease-in;
        transition:height 200ms ease-in;
    }
    .navbar .nav > li:hover ul li {
        height:36px;
    }
    .navbar .nav > li ul a{
        text-transform: none;
        font-weight: normal;
        line-height: 36px;
    }

    .navbar .nav > li ul ul{
        padding: 15px;
        left: 0;
        top: 0;
        margin-left: 100%;
    }
    .navbar .nav > li ul li:hover{
        overflow: visible;
    }

    .navbar .nav li:hover > ul{
        visibility: visible;
    }
}


/* STICKY NAVIGATION */
.sticky-navigation {
    min-height: 75px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    border: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header {
    padding-top: 8px;
}

.sticky-navigation .main-navigation {
    padding-top: 13px;
}

.sticky-navigation .main-navigation .current a {
    -webkit-backface-visibility: hidden;
    outline: inherit;
    position: relative;
}

.navbar li ul a,
.sticky-navigation .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
}


/*---------------------------------------
   4.2.3 FEATURE LIST
-----------------------------------------*/

.feature-list-1,
.feature-list{
    list-style: none;
    padding-left: 0;
}

.feature-list-1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.content .feature-list-1 {
    margin-top: 0;
}

.feature-list-1 li {
    margin-top: 25px;
    margin-bottom: 25px;
}

.feature-list-1 .icon-container,
.feature-list-1 li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.feature-list-1 p,
.feature-list-1 li p {

    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.has-dark-bg .feature-list-1 p,
.dark .feature-list-1 li p {
    color: rgba(255, 255, 255, 0.8);
}


/*---------------------------------------
   4.2.4 VERTICAL REGISTRATION FORM
-----------------------------------------*/
.panel-grid .panel.widget_newsletterwidget,
.vertical-registration-form {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.intro-section .wpcf7 {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.light .intro-section .wpcf7 {
    background: rgba(255, 255, 255, 0.5) !important;
}

.light .vertical-registration-form {
    background: rgba(255, 255, 255, 0.5) !important;
}

header .sf-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin-bottom: 80px;
    margin-top: 50px;
}

.vertical-registration-form .colored-line {
    margin-top: 0;
}

.widget_newsletterwidget h3,
.vertical-registration-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.widget_newsletterwidget{
    position: relative;
}

.panel-grid .widget_newsletterwidget h3{
    margin-top: 15px !important;
}

.widget_newsletterwidget:before{
    height: 1px;
    width: 70px;
    content: "";
    position: absolute;
    top: -1px;
    left: calc(50% - 35px);
}

.widget_newsletterwidget p{
    margin: 0;
}

.light .vertical-registration-form h3 {
    color: #000;
}

.newsletter-firstname,
.newsletter-lastname,
.newsletter-email,
.vertical-registration-form .input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px;
}

.intro-section .wpcf7 .wpcf7-form-control.input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    height: 45px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px;
    border-left-width: 3px;
}

.intro-section .wpcf7 .wpcf7-form-control.textarea-box {
    background: #000000;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    font-size: 16px;
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.intro-section div.wpcf7 img.ajax-loader {
    display: none;
}

.newsletter-firstname,
.newsletter-lastname,
.newsletter-email{
    margin-top: 0;
}

.newsletter-firstname{
    margin-top: 30px;
}

.newsletter-sex{
    padding: 6px 12px;
    margin: 0 0 30px;
    width: 100%;
    color: #000 !important;
}

.light .vertical-registration-form .input-box {
    background: #fff;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
    box-shadow: inherit;
    color: #ffffff;
}

.subscription-form{
    text-align: center;
}


/*========================================
   4.3 SECTION WITH LEFT / RIGHT SCREENSHOT
==========================================*/
/*---------------------------------------
   4.3.1 BASIC STYLES
-----------------------------------------*/
.side-screenshot,
.side-screenshot2 {
    max-width: 532px;
}

.brief h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.brief p {
    margin-top: 45px;
}

/*---------------------------------------
   4.3.2 FEATURE LIST
-----------------------------------------*/

.feature-list {
    margin-top: 25px;
}

.feature-list li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.feature-list li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
    text-align: center;
}

.feature-list li .details {
    width: 89%;
    text-align: left;
}

.feature-list li .details p {
    margin-top: 5px;
}

header{
    color: #fff !important;
}
.lightshadow,
header.light .form-control,
header.light{
    color: #000 !important;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header a,
header .feature-list h6{
    color: #fff;
}

header.light h1,
header.light h2,
header.light h3,
header.light h4,
header.light h5,
header.light h6,
header.light a,
header.light .feature-list h6 {
    color: #323232;
}

.light .breadcrumbs li a {
    color: #727272;
}

.breadcrumbs {
    font-size: 0.75rem;     /* 12px */
    line-height: 1.125rem;  /* ~18px */
    margin: 0 0 0.9375rem 0; /* 15px bottom margin */
    width: 100%;
    color:#999;
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*margin:0;*/
    /*padding-bottom: 80px;*/

    /*font-size: 0.78rem;     !* ~12.5px *!*/
    /*line-height: 1.125rem;  !* ~18px *!*/
    /*margin: 0 0 0.9375rem 0; !* 15px bottom margin *!*/


}

.breadcrumbs a {

    color:#999;

}

@media (max-width: 767px) {
    .breadcrumbs {
        text-align:center !important;
    }
}

.attachment-post-thumbnails {
    border-radius: 5px;

}

header .feature-list p {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;

}


/*========================================
   4.4 SECTION: FEATURES
==========================================*/
.features {
    margin-top: 35px;
}

.feature {
    margin-top: 40px;
}

.feature .icon {
    font-size: 50px;
    margin-bottom: 30px;
}

.feature h4 {
    margin-bottom: 10px;
}


/*========================================
   4.5 SECTION: PRICING TABLE
==========================================*/
.pricing-table {
    margin-top: 35px;
}

.package {
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 40px;
}
.package ul{
    padding: 0;
    margin: 0;
}

.package .header {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.package .header h3 {
    color: #ffffff;
}

.package-features .column-9p {
    width: 90%;
    float: left;
    text-align: left;
}

.package-features .column-1p {
    width: 10%;
    float: right;
    text-align: right;
    color: #323232;
}

.package-features .column-7p {
    width: 60%;
    float: left;
    text-align: left;
}

.package-features .column-3p {
    width: 40%;
    float: right;
    text-align: right;
}

.package-features ul li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 1px dotted #e3e3e3;
    color: #727272;
}

.package-features .bottom-row {
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 17px;
    padding-right: 35px;
    padding-left: 35px;
}

.package-features .bottom-row h6 {
    padding-top: 5px;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle;
}


/*========================================
   4.6 SECTION: VIDEO
==========================================*/
/*---------------------------------------
   4.6.1 BASIC STYLE / RESET
-----------------------------------------*/
video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 100%;
    background: #ffffff !important;
    margin-top: 75px;
}

.video {
    background: #ffffff !important;
}


/*---------------------------------------
   4.6.2 VIDEO FEATURES
-----------------------------------------*/
.video-features {
    margin-top: 40px;
}

.video-features .inline-icon {
    padding-right: 5px;
}


/*========================================
   4.7 SECTION: SCREENSHOTS
==========================================*/
.screenshots,
#screenshots {
    margin-top: 68px;
}

.shot {
    margin: 10px;
    border-radius: 3px;
    border: 5px solid #ffffff;
}

.shot img {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}

.shot img:hover {
    cursor: crosshair;
    opacity: 0.8;
}


/*========================================
   4.8 SECTION: CLIENTS AND FEEDBACKS
==========================================*/
/*---------------------------------------
   4.8.1 CLIENTS LOGO
-----------------------------------------*/
.clients {
    margin-top: 35px;
}

.client-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

/*---------------------------------------
   4.8.2 FEEDBACKS
-----------------------------------------*/
.testimonials {
    margin-top: 15px;
}

.single-feedback {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.single-feedback .client-pic {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    margin-bottom: -24px;
    z-index: 999;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
    max-width: 100%;
}

.single-feedback .box {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 3px;
    position: relative;
    background: #f7f8fa;
    padding-top: 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
    padding: 25px;
    font-style: italic;
}

.single-feedback .box:after,
.single-feedback .box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.single-feedback .box:after {
    border-color: rgba(247, 248, 250, 0);
    border-top-color: #f7f8fa;
    border-width: 15px;
    margin-left: -15px;
}

.single-feedback .box:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #e5e5e5;
    border-width: 16px;
    margin-left: -16px;
}

.single-feedback .client-info {
    margin-top: 30px;
}

.single-feedback .client-info .client-name {
    line-height: 20px;
}

.single-feedback .client-info .company {
    font-size: 13px;
}


/*========================================
   4.9 SECTION: CALL TO ACTION
==========================================*/
/*---------------------------------------
   4.9.1 CALL TO ACTION WITH TEXT/BUTTON
-----------------------------------------*/
.cta-section {
    background-size: cover;
    padding: 0 !important;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 999;
    position: relative;

}
.cta-section{
    background-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
}

.cta-section h4 {
    color: #ffffff;
}

.cta-section h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
}

.cta-section p{
    color: rgba(255, 255, 255, .8);
}

.cta-section h3 {
    color: #ffffff;
}

.cta-section .color-overlay {
    padding-top: 125px;
    padding-bottom: 125px;
}


/*---------------------------------------
   4.9.2 SUBSCRIBE FORM
-----------------------------------------*/
.subscribe-section {
    margin-top: 75px;
}


.subscription-form .input-box {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 55px;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
    max-width: 640px;
    margin: 0 auto;
}

/*========================================
   4.10 SECTION: CONTACT US
==========================================*/
/*---------------------------------------
   4.10.1 BASIC STYLES
-----------------------------------------*/
.contact-us {
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact-us .heading {
    margin-bottom: 10px;
}

.contact-link {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.contact-link:hover {
    text-decoration: none;
}

.contact-link span {
    margin-right: 10px;
}


/*---------------------------------------
   4.10.2 CONTACT FORM
-----------------------------------------*/
.contact-form, .wpcf7-form{
    margin-top: 25px;
}

.contact-form .success,
.contact-form .error,
.wpcf7-form .success,
.wpcf7-form .error {
    display: none;
}

.contact-form .input-box,
.contact-form .textarea-box,
.wpcf7-form .input-box,
.wpcf7-form .textarea-box {
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #727272;
    padding-left: 12px;
    font-size: inherit;
    line-height: auto;
}

.contact-form .input-box,
.wpcf7-form .input-box {
    min-height: 50px;
}

.contact-form .textarea-box,
.wpcf7-form .textarea-box {
    min-height: 200px;
    -webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus,
.wpcf7-form .input-box:active,
.wpcf7-form .textarea-box:active,
.wpcf7-form .input-box:focus,
.wpcf7-form .textarea-box:focus {
    color: #323232;
}

.contact-form .btn,
.wpcf7-form .btn {
    margin-top: 25px;
}


/*========================================
   4.11 SECTION: FOOTER
==========================================*/
footer {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

.footer-logo {
    max-width: 180px;
    margin: auto;
}

.copyright {
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-icons {
    padding-left: 0;
}

.social-icons li {
    display: inline;
    margin: 2px;
}

.social-icons li a {
    font-size: 25px;
    color: #919191;
}

.social-icons li a:hover {
    text-decoration: none;
}

.content{
    width: 100%;
    margin: 45px 0;
}

.landx-onepage .content{
    margin: 0;
}



img{
    max-width: 100%;
}

.side-screenshot img{
    width: 100%;
    height: auto;
}

.sub-heading{
    width: 100%;
    overflow: hidden;
}

.panel-grid .panel {
    background: none!important;
}

.panel-grid .panel {
    box-shadow: none!important;
}

header .button-container {
    margin-bottom: 25px;
    margin-top: 75px;
}

.client-logos{
    margin-top: 35px;
    text-align: center;
}


.search-submit,
.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.secondary-button-white {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 14px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #ffffff;
    background: transparent;
    line-height: inherit;
    border: 1px solid rgba(255,255,255,0.5)
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.default-cta .secondary-button-white:hover,
.default-cta .secondary-button-white:focus,
.default-cta .secondary-button-white{
    border: 1px solid #727272;
    color: #323232;
}
.color .secondary-button-white{
    border-color: #fff;
}

.secondary-button-white:focus,
.secondary-button-white:hover {
    border: 1px solid rgba(255,255,255,1);
    color: #ffffff;
}

.bypostauthor{
    font-style: italic;
}

.screen-reader-text{
    position: absolute;
    left: -999999px;
}

.search-field{
    padding: 5px 15px;
    margin-top: 1px;
}

.search-submit{
    color: #fff;
    padding: 6px 15px;
    border: none;
    font-size: 14px;
    margin: 0;
}

.posts-blog-page {
    display: block;
    width: 100%;
    overflow: hidden;
}

.posts-blog-page div {
    list-style: none;
}

.posts-blog-page div a {
    font-size: 14px;
}
.color .intro span,
.color .intro strong{
    color: #323232;
}
.default-cta .button-container{
    margin-top: 40px;
}

.error404 .blog-search{
    margin-bottom: 90px;
}
.border-box{
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.wpb_gmaps_widget{
    margin-bottom: 0 !important
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

span.section-id {
    font-size: 0.8575rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.bg-dark span.section-id.grey-color {
    color: #727272;
}

/*========================================
    SECTION: ABOUT-US
==========================================*/

ul.content-list {
    list-style: disc;
    margin-top: 20px;
    margin-left: 15px;
    padding-left: 0;
}

ul.content-list li {
    margin-bottom: 8px;
}

ul.content-list li p {
    margin-top: 0;
    margin-bottom: 0;
}

ul.content-list li:last-child {
    margin-bottom: 0;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
/*------------------------------------------*/
/*    Statistic Block Number
/*------------------------------------------*/

.statistic-block p.statistic-number {
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0,5px;
    margin-bottom: 10px;
}

.statistic-block p {
    font-size: 0.925rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#statistic-2 .statistic-block p {
    margin-left: 5px;
}

.small-statistic .statistic-block p {
    margin-top: 0;
    margin-left: 10px;
}


/* ==========================================================================
  02.  TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/


/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }   /* 20px */
h5.h5-lg { font-size: 1.375rem;  }  /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl {
    font-size: 2.125rem;
    margin-bottom: 1.75rem;
}

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
}

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*   PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 1rem; } /* 16px */
.p-md p,
p.p-md { font-size: 1.2rem; margin-bottom: 1.375rem; }  /* 19.2px */
.p-lg p,
p.p-lg { font-size: 1.325rem; } /* 21.2px */