/* Template: Zigo Software Landing Page Template
   Author: InovatikThemes
   Version: 1.0.0
   Created: October 2016
   Description: Master CSS file
*/
/**********************************
	TABLE OF CONTENTS

01. Sass Variables
02. General Styles 
03. Navigation
04. Header
05. Testimonials Section
06. Features Section
07. Description Section
08. Screenshots Section
09. Free Trial Section
10. Applications Portfolio Section
11. About Us Section
12. Social Media Section
13. Contact Section
14. Footer Section
15. Back To Top Button
16. Media Queries
**********************************/
/***** 01. Sass Variables *****/
/* Colors */
/* dark blue */
/* gold */
/* lighter gold */
/* light gray */
/* Fonts */
/***** 02. General Styles *****/
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font: 300 16px/26px "Poppins", sans-serif;
    color: #071a24;
}

h1 {
    font: 300 36px/46px "Poppins", sans-serif;
}

h2 {
    font: 500 25px/34px "Poppins", sans-serif;
}

h3 {
    font: 500 21px/30px "Poppins", sans-serif;
}

p {
    font: 300 16px/26px "Poppins", sans-serif;
}

a {
    color: #071a24;
    text-decoration: underline;
}

    a:hover {
        color: #000;
    }

/* Buttons */
.button-large-transparent,
.button-large-transparent:focus {
    font: 300 18px/32px "Poppins", sans-serif;
    background: transparent;
    color: #e77818;
    border: 2px solid #e77818;
    border-radius: 25px;
    padding: 9px 40px 9px 40px;
    text-decoration: none;
}

    .button-large-transparent:hover {
        background-color: #edc25b;
        color: #071a24;
        border: 2px solid #edc25b;
        text-decoration: none;
        cursor: pointer;
    }

.button-large-solid,
.button-large-solid:focus {
    font: 300 18px/32px "Poppins", sans-serif;
    background-color: #e77818;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    font-weight: 500;
}

    .button-large-solid:hover {
        background-color: #edc25b;
        color: #071a24;
        text-decoration: none;
    }

.button-small-solid,
.button-small-solid:focus {
    font: 300 16px/26px "Poppins", sans-serif;
    background-color: #e77818;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
        border: 0;
    transition: 0.35s;
}

    .button-small-solid:hover {
        background-color: #edc25b;
        color: #071a24;
        text-decoration: none;
        cursor: pointer;
    }

.button-small-transparent,
.button-small-transparent:focus {
    font: 300 16px/26px "Poppins", sans-serif;
    background: transparent;
    color: #e77818;
    font-weight: 500;
    border: 2px solid #e77818;
    border-radius: 5px;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
}

    .button-small-transparent:hover {
        background-color: #edc25b;
        color: #071a24;
        border: 2px solid #edc25b;
        text-decoration: none;
        cursor: pointer;
    }

/* Carousel */
.carousel-control .glyphicon-menu-right,
.carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 30px;
}

.carousel-control .glyphicon-menu-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-menu-right {
    right: 50%;
    margin-right: -10px;
}

a.left.carousel-control, a.right.carousel-control {
    opacity: 1;
}

.right.carousel-control {
    background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.left.carousel-control {
    background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}



.box-title .text-center {
    font: 500 26px/30px "Poppins", sans-serif !important;
    margin-top: 20px;
}

#pricing-section .development-process .text-div p {
    margin-bottom: 5px;
    margin-left: 0%;
    margin-right: 0%;
}

/* Heading Text Underline */
.underline {
    display: inline-block;
}

    .underline:after {
        display: block;
        content: "";
        width: 80%;
        margin: 7px auto 0 auto;
        border-bottom: solid 2px #e77818;
    }

/* Forms succes and error alerts formatting */
#dmsgSubmit.h3.text-center.tada.animated.text-success {
    font: 300 20px/32px "Poppins", sans-serif;
    color: #fff;
}

#dmsgSubmit.h3.text-center.text-danger {
    font: 300 20px/32px "Poppins", sans-serif;
    color: #fff;
}

#cmsgSubmit.h3.text-center.tada.animated.text-success {
    font: 300 20px/32px "Poppins", sans-serif;
    color: #071a24;
}

#cmsgSubmit.h3.text-center.text-danger {
    font: 300 20px/32px "Poppins", sans-serif;
    color: #071a24;
}

/***** 03. Navigation *****/
/* Image Logo */
.navbar-brand.img-logo {
    width: 101px;
    height: 35px;
    padding: 4px 0 0 0;
}

/* Navbar */
.navbar-custom {
    background-color: #071a24;
    border-color: transparent;
    font: 300 14px/22px "Poppins", sans-serif;
}

    .navbar-custom .navbar-brand {
        color: #fff;
    }

a.navbar-brand.img-logo {
    margin-left: 10px;
    margin-top: 60px;
}

    a.navbar-brand.img-logo.scrolling {
        margin-top: 6px;
        margin-left: 15px;
    }

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #fff;
    opacity: 1;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle,
.navbar-custom .navbar-toggle:focus {
    background-color: #e77818;
    border-color: #e77818;
    color: #071a24;
    font: 300 14px/19px "Poppins", sans-serif;
}

    .navbar-custom .navbar-toggle:hover {
        color: #071a24;
        background-color: #edc25b;
    }

.navbar-custom .nav li a.scrolling {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.navbar-custom .nav li a:hover {
    color: #fff;
    outline: none;
    opacity: 1;
    border-bottom: 2px solid #fff;
}

.navbar-custom .navbar-nav > .active > a.scrolling {
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

a.navbar-brand.scrolling {
    text-decoration: none;
    font: 300 26px/20px "Poppins", sans-serif;
    color: #fff;
    margin-top: 4px;
}

.navbar-custom.affix .navbar-brand {
    font: 300 26px/20px "Poppins", sans-serif;
}

/***** 04. Header *****/
header {
    position: relative;
    min-height: auto;
    width: 100%;
    background-color: #071a24;
    /* Image displayed on mobile devices instead of video, to reduce data consumption and waiting time.
  It's also the image shown if the video doesn't load for some reason.
  Change this image with the first frame of your video, you can make and use a screenshot of it */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/video-background.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}

    header .flex-container-wrapper {
        /* IE fix for vertical alignment in flex box */
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    header .header-content {
        background: linear-gradient(rgba(2, 13, 19, 0.7), rgba(2, 13, 19, 0.7));
        position: relative;
        width: 100%;
        padding: 100px 15px;
        z-index: 2;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
    }

        header .header-content iframe {
            width: 100%;
            height: 100%;
        }

        header .header-content .embed-responsive {
            margin-top: 25px;
        }

        header .header-content h1 {
            font: 300 42px/52px "Poppins", sans-serif;
            color: #fff;
            margin-bottom: 25px;
            margin-top: 35px;
        }

        header .header-content p {
            font: 300 16px/26px "Poppins", sans-serif;
            color: #fff;
            margin-left: 0%;
            margin-right: 0%;
        }

        header .header-content .app-price {
            margin-top: 30px;
            font: 300 44px/56px "Poppins", sans-serif;
            text-align: center;
        }

            header .header-content .app-price a {
                font: 300 16px/26px "Poppins", sans-serif;
                color: #fff;
                text-decoration: underline;
            }

        header .header-content .header-buttons {
            margin-top: 25px;
            text-align: center;
        }

            header .header-content .header-buttons a {
                display: inline-block;
                margin-right: 5px;
                padding: 8px 20px 8px 20px;
            }

            header .header-content .header-buttons .button-large-transparent {
                margin-top: 20px;
                padding: 6px 40px 6px 40px;
            }

#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

    #video-background.collapsing {
        display: none;
    }




















/***** 05. Testimonials Section *****/
#testimonials-section {
    padding-top: 0px;
    padding-bottom: 70px;
    background-color: #fff;
}

    #testimonials-section #carousel-example-generic {
        text-align: center;
        margin-top: 90px;
        margin-left: 0%;
        margin-right: 0%;
    }

        #testimonials-section #carousel-example-generic img {
            width: 105px;
            height: 105px;
            margin-bottom: 20px;
        }

        #testimonials-section #carousel-example-generic p {
            padding-top: 15px;
            width: 100%;
        }

        #testimonials-section #carousel-example-generic h2 {
            font: 300 21px/30px "Poppins", sans-serif;
        }

        #testimonials-section #carousel-example-generic a.left.carousel-control, #testimonials-section #carousel-example-generic a.right.carousel-control {
            background: none;
        }

        #testimonials-section #carousel-example-generic .carousel-indicators {
            position: static;
            margin-top: 10px;
        }

            #testimonials-section #carousel-example-generic .carousel-indicators .active {
                background-color: #071a24;
                border: 2px solid #071a24;
                width: 12px;
                height: 12px;
                margin-right: 4px;
            }

            #testimonials-section #carousel-example-generic .carousel-indicators li {
                border: 1px solid #071a24;
                width: 12px;
                height: 12px;
                margin: 0px;
                margin-right: 4px;
            }

                #testimonials-section #carousel-example-generic .carousel-indicators li:hover {
                    background-color: #071a24;
                    border: 2px solid #071a24;
                    width: 12px;
                    height: 12px;
                    margin-right: 4px;
                }

        #testimonials-section #carousel-example-generic .carousel-content {
            color: #071a24;
            display: flex;
            align-items: center;
        }

/***** 06. Features Section *****/
#features-section {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #fbfbfb;
}

    #features-section h1 {
        margin-bottom: 50px;
    }

    #features-section h2 {
        margin-bottom: 15px;
    }

    #features-section .features-icons {
        /*font-size: 60px;
        margin-bottom: 10px;
        margin:auto;*/
    }

    #features-section h3 {
        font: 500 16px/30px "Poppins", sans-serif;
        text-transform: capitalize;
    }

    /*#features-section p {
        margin-bottom: 80px;
    }*/

/***** 07. Description Section *****/
#description-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

    #description-section h1 {
        margin-bottom: 50px;
    }

    #description-section .first-row img {
        width: 100%;
        margin-bottom: 40px;
    }

    #description-section .first-row h2 {
        margin-bottom: 20px;
    }

    #description-section .first-row .button-small-solid {
        display: inline-block;
        margin-top: 15px;
    }

    #description-section .second-row {
        margin-top: 60px;
    }

        #description-section .second-row img {
            width: 100%;
            margin-bottom: 40px;
        }

        #description-section .second-row .nav-pills {
            margin-top: 0px;
            margin-bottom: 30px;
        }

            #description-section .second-row .nav-pills li {
                text-align: center;
                width: 100%;
            }

                #description-section .second-row .nav-pills li a {
                    font: 300 18px/26px "Poppins", sans-serif;
                    background-color: none;
                    color: #6a6a6a;
                    border: 1px solid #aaa;
                    border-radius: 25px;
                    margin-right: 4px;
                    margin-top: 10px;
                    padding: 10px 30px 10px 30px;
                    text-decoration: none;
                }

                    #description-section .second-row .nav-pills li a:hover {
                        background-color: #071a24;
                        color: #fff;
                        border: 1px solid #071a24;
                    }

                #description-section .second-row .nav-pills li.active a {
                    background-color: #071a24;
                    color: #fff;
                    border: 1px solid #071a24;
                }

        #description-section .second-row #tab_a ul {
            list-style: none;
        }

        #description-section .second-row #tab_a .button-small-solid {
            display: inline-block;
            margin-top: 15px;
        }

        #description-section .second-row #tab_b {
            margin-top: 20px;
        }

            #description-section .second-row #tab_b .progress {
                height: 30px;
                border-radius: 4px;
                margin-top: 20px;
            }

            #description-section .second-row #tab_b .progress-bar {
                text-align: left;
                font: 300 14px/22px "Poppins", sans-serif;
                background-color: #e77818;
                color: white;
                padding-left: 20px;
                padding-top: 5px;
            }

        #description-section .second-row #tab_c .button-small-solid {
            display: inline-block;
            margin-top: 15px;
        }

        #description-section .second-row .tab-content ul {
            padding-left: 20px;
        }

            #description-section .second-row .tab-content ul .checkmark {
                margin-right: 10px;
            }

/***** 08. Screenshots Section *****/














#screenshots-section {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #fff;
}

    #screenshots-section #myCarousel {
        display: inline-block;
        margin-top: 50px;
    }

        #screenshots-section #myCarousel .carousel-control.left {
            background: none;
            margin-top: -140px;
            opacity: 0.7;
        }

        #screenshots-section #myCarousel .carousel-control.right {
            right: 0;
            left: auto;
            background: none;
            margin-top: -140px;
            opacity: 0.7;
        }

        #screenshots-section #myCarousel .carousel-control:hover,
        #screenshots-section #myCarousel .carousel-control:focus {
            color: #fff;
            text-decoration: none;
            filter: alpha(opacity=90);
            outline: 0;
            opacity: 1;
        }

        #screenshots-section #myCarousel .carousel-caption {
            position: relative;
            right: 0%;
            margin-bottom: 20px;
            left: 0%;
            z-index: 0;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #071a24;
            text-align: center;
            text-shadow: none;
        }

            #screenshots-section #myCarousel .carousel-caption p {
                margin-top: 23px;
                margin-bottom: 2px;
            }

        #screenshots-section #myCarousel .carousel-indicators li {
            display: inline-block;
            width: 9px;
            height: 9px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: transparent;
            border: 1px solid #071a24;
            border-radius: 10px;
        }

        #screenshots-section #myCarousel .carousel-indicators .active {
            width: 10px;
            height: 10px;
            margin: 0;
            background-color: #071a24;
        }

/***** 09. Free Trial Section *****/
#free-trial-section {
    padding-top: 70px;
    padding-bottom: 90px;
    background: linear-gradient(rgba(17, 53, 71, 0.7), rgba(17, 53, 71, 0.7)), url(../../images/trial-form-section-background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

    #free-trial-section h1 {
        margin-bottom: 50px;
        color: #fff;
    }

    #free-trial-section p {
        margin-bottom: 60px;
        color: #fff;
    }

    #free-trial-section form {
        /* firefox 19+ */
        /* ie */
    }

        #free-trial-section form input {
            height: 42px;
            background: transparent;
            font: 300 16px/26px "Poppins", sans-serif;
            color: #fff;
            border: none;
            box-shadow: none;
            border-radius: 0px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.8);
            text-align: center;
            margin-top: 20px;
        }

            #free-trial-section form input:focus {
                box-shadow: 0 4px 2px -2px #51cbee;
            }

        #free-trial-section form ::-webkit-input-placeholder {
            color: #fff;
            opacity: 0.8;
        }

        #free-trial-section form ::-moz-placeholder {
            color: #fff;
            opacity: 0.8;
        }

        #free-trial-section form :-ms-input-placeholder {
            color: #fff;
            opacity: 0.8;
        }

        #free-trial-section form input:-moz-placeholder {
            color: #fff;
            opacity: 0.8;
        }

        #free-trial-section form button {
            margin-top: 20px;
        }

/***** free-trial End *****/

/***** Price Start End *****/









/***** 10. Applications Portfolio Section *****/
#applications-portfolio-section {
    padding-top: 70px;
    padding-bottom: 90px;
    background: linear-gradient(rgba(17, 53, 71, 0.8), rgba(17, 53, 71, 0.8)), url(../../images/video-section-background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

    #applications-portfolio-section h1 {
        margin-bottom: 50px;
    }

    #applications-portfolio-section img {
        margin-top: 80px;
    }

    #applications-portfolio-section .app-title {
        font: 400 23px/30px "Poppins", sans-serif;
        margin-top: 25px;
    }

    #applications-portfolio-section .text-center {
        margin-top: 30px;
    }

/***** 11. About Us Section *****/
#about-us-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

    #about-us-section h1 {
        margin-bottom: 50px;
    }

    #about-us-section p {
        margin-bottom: 60px;
    }

    #about-us-section h2 {
        font-weight: 300;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    #about-us-section img {
        width: 90%;
        border-radius: 10px;
    }

    #about-us-section .development-process {
        text-align: left;
    }

        #about-us-section .development-process .process-container {
            margin-top: 40px;
        }

        #about-us-section .development-process p {
            margin-left: 0%;
            margin-right: 0%;
        }

        #about-us-section .development-process .about-us-icons {
            font-size: 38px;
            color: #e77818;
            float: left;
            margin-top: 3px;
        }

        #about-us-section .development-process .text-div {
            margin-left: 55px;
            margin-top: 10px;
        }

            #about-us-section .development-process .text-div h3 {
                display: inline;
            }

            #about-us-section .development-process .text-div p {
                margin-bottom: 5px;
            }

/***** 12. Social Medial Section *****/
#social-media-section {
    padding-top: 19px;
    padding-bottom: 18px;
    background-color: #e77818;
}

    #social-media-section span {
        font-size: 40px;
        color: #fff;
        margin: 7px 5px 7px 5px;
    }

    #social-media-section a {
        opacity: 0.7;
    }

        #social-media-section a:hover {
            opacity: 1;
        }

/***** 13. Contact Section *****/
#contact-section {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fff;
}

    #contact-section h1 {
        margin-bottom: 50px;
    }

    #contact-section p {
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 25px;
    }

    #contact-section form {
        margin-top: 40px;
    }

        #contact-section form ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #071a24;
            opacity: 0.8;
        }

        #contact-section form ::-moz-placeholder {
            /* Firefox 19+ */
            color: #071a24;
            opacity: 0.8;
        }

        #contact-section form :-ms-input-placeholder {
            /* IE 10+ */
            color: #071a24;
            opacity: 0.8;
        }

        #contact-section form :-moz-placeholder {
            /* Firefox 18- */
            color: #071a24;
            opacity: 0.8;
        }

        #contact-section form input {
            height: 42px;
            background: transparent;
            font: 300 16px/26px "Poppins", sans-serif;
            color: #071a24;
            border: none;
            box-shadow: none;
            border-radius: 0px;
            border-bottom: 1px solid rgba(229, 229, 299, 0.8);
            text-align: center;
            margin-top: 20px;
        }

            #contact-section form input:focus, #contact-section form textarea:focus {
                box-shadow: 0 5px 2px -2px #bebebe;
            }

        #contact-section form textarea {
            background-color: transparent;
            color: #071a24;
            font: 300 16px/26px "Poppins", sans-serif;
            border: 1px solid rgba(229, 229, 299, 0.8);
            border-radius: 10px;
            margin-top: 50px;
        }

            #contact-section form textarea[placeholder] {
                text-align: left;
            }

        #contact-section form button {
            margin-top: 20px;
            border: none;
        }

    #contact-section .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        border: 4px solid #f2f2f2;
        border-radius: 4px;
        margin-top: 0px;
    }

        #contact-section .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            border: none;
        }

    #contact-section .location-information {
        margin-top: 5px;
    }

        #contact-section .location-information ul {
            margin-top: 30px;
            list-style-type: none;
            padding-left: 0px;
        }

        #contact-section .location-information .location-item {
            margin-right: 14px;
        }

        #contact-section .location-information .location-icons {
            font-size: 15px;
            margin-right: 5px;
            width: 20px;
        }

        #contact-section .location-information .icon-phone {
            margin-right: 1px;
        }

        #contact-section .location-information .icon-envelope {
            margin-right: 7px;
        }

/***** 14. Footer *****/
footer {
    padding-top: 22px;
    padding-bottom: 18px;
    background-color: #071a24;
}

    footer p {
        font: 300 14px/22px "Poppins", sans-serif;
        color: white;
        text-align: center;
        opacity: 0.8;
        width: 90%;
        margin: 0 auto;
    }

/***** 15. Back To Top Button *****/
a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 75px;
    background: #071a24 url("../../images/up-arrow.png") no-repeat center 47%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-size: 18px 18px;
}

a:hover.back-to-top {
    background-color: #193e52;
}

/***** 16. Media Queries *****/
/*Min-width width 768*/
@media (min-width: 768px) {
    .navbar-brand.img-logo {
        padding: 2px 0 0 0;
    }

    .navbar-custom.affix .navbar-brand.img-logo {
        width: 200px;
        height: 70px;
        margin-top: 6px;
    }

    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

        .navbar-custom .navbar-brand {
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom.affix {
            background-color: #071a24;
            padding: 5px 0;
        }

    a.navbar-brand.scrolling {
        font: 300 28px/16px "Poppins", sans-serif;
        margin-top: 0px;
    }

    .navbar-custom.affix .navbar-brand {
        font: 300 25px/20px "Poppins", sans-serif;
    }

    .navbar-custom .nav li a.scrolling {
        padding-left: 12px;
        padding-right: 12px;
    }

    a.navbar-brand.img-logo.scrolling {
        margin-left: 0px;
    }

    header {
        min-height: 100%;
    }

        header .header-content {
            position: relative;
            width: 100%;
            padding: 100px 15px;
            z-index: 2;
            margin-top: 0px;
        }

            header .header-content iframe {
                width: 100%;
                height: 100%;
            }

            header .header-content .embed-responsive {
                margin-top: 25px;
            }

            header .header-content h1 {
                font: 300 44px/56px "Poppins", sans-serif;
            }

            header .header-content .header-buttons .button-large-transparent {
                margin-top: 0px;
            }

    #testimonials-section {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    #features-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #features-section h1 {
            margin-bottom: 20px;
        }

        #features-section .sub-heading {
            margin-left: 5%;
            margin-right: 5%;
        }

    #description-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        #description-section h1 {
            margin-bottom: 80px;
        }

        #description-section .first-row .text-center {
            text-align: left;
        }

        #description-section .second-row .nav-pills li {
            width: auto;
            text-align: initial;
        }

        #description-section .second-row .text-center {
            text-align: left;
        }

    #screenshots-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #screenshots-section h1 {
            margin-bottom: 30px;
        }

        #screenshots-section #myCarousel {
            margin-top: 0px;
        }

    #free-trial-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

        #free-trial-section h1 {
            margin-bottom: 20px;
        }

        #free-trial-section p {
            margin-left: 5%;
            margin-right: 5%;
        }


    #pricing-section {
        padding-top: 50px;
        padding-bottom: 20px;
		}
#pricing-section2 {
 padding-top: 20px;
padding-bottom: 30px;
}
		
		
		
h1
{
    margin-bottom:30px;
}

h2 {
    font-weight: 300;
    margin-bottom: -10px;
}

.right {
    float: none width: auto;
}

}


#applications-portfolio-section {
    padding-top: 110px;
    padding-bottom: 120px;
}

    #applications-portfolio-section h1 {
        margin-bottom: 80px;
    }

    #applications-portfolio-section img {
        margin-top: 80px;
    }

#about-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #about-us-section h1 {
        margin-bottom: 20px;
    }

    #about-us-section p {
        margin-left: 5%;
        margin-right: 5%;
    }

#contact-section {
    padding-top: 50px;
    padding-bottom: 40px;
}

    #contact-section h1 {
        margin-bottom: 20px;
    }

    #contact-section form button {
        margin-top: 15px;
    }

    #contact-section .location-information ul {
        margin-top: 5px;
    }

        #contact-section .location-information ul li {
            display: inline;
        }

}
/*Min-width 992*/
@media (min-width: 992px) {
    .navbar-brand.img-logo {
        width: 129px;
        height: 45px;
        padding: 0;
        margin-top: 3px;
    }

    .navbar-custom.affix .navbar-brand.img-logo {
        margin-top: 8px;
    }

    header .header-content iframe {
        width: 96%;
        height: 96%;
    }

    header .header-content .embed-responsive {
        margin-top: 75px;
    }

    header .header-content h1 {
        margin-top: 70px;
    }

    header .header-content .app-price {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    header .header-content .header-buttons {
        text-align: left;
    }

    #description-section .first-row img {
        width: 95%;
    }

    #description-section .first-row h2 {
        margin-top: 0px;
    }

    #description-section .second-row .nav-pills li a {
        margin-top: 0px;
    }

    #description-section .second-row img {
        width: 95%;
        float: right;
    }

    #description-section .third-row img {
        width: 95%;
        margin: 0px auto;
    }

    #free-trial-section form input {
        margin-top: 0px;
    }

    #applications-portfolio-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

        #applications-portfolio-section h1 {
            margin-bottom: 80px;
        }

        #applications-portfolio-section img {
            margin-top: 0px;
        }

    #about-us-section .development-process .process-container {
        margin-top: 0px;
    }

    #about-us-section .development-process .about-us-icons {
        margin-top: 11px;
    }

    #contact-section .map-responsive {
        width: 97%;
    }

    #contact-section form {
        margin-top: 0px;
        width: 97%;
        float: right;
    }

        #contact-section form textarea {
            margin-top: 15px;
        }

        #contact-section form input {
            margin-top: 0px;
        }

        #contact-section form button {
            margin-top: 5px;
        }
}
/*Min-width 1200*/
@media (min-width: 1200px) {
    header .header-content .embed-responsive {
        margin-top: 120px;
    }

    header .header-content h1 {
        margin-top: 70px;
    }

    #description-section .first-row h2 {
        margin-top: 60px;
    }

    #description-section .second-row .nav-pills li a {
        margin-top: 60px;
    }

    #contact-section form {
        margin-top: 15px;
    }

        #contact-section form textarea {
            margin-top: 20px;
        }

        #contact-section form button {
            margin-top: 15px;
        }

    #contact-section .location-information p {
        margin-bottom: 0px;
    }
}

/*# sourceMappingURL=styles.css.map */
