
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-x: hidden;
    /*font-family: 'Roboto', sans-serif;*/
}


.raleway {
    /*font-family: 'Roboto', sans-serif;*/
}

.open_sans {
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}
.bg_white {
    background: #FFFFFF;
}

.bg_grey {
    background: #f7f7f7;
}

.big_padding {
    padding: 120px 0;
}

.small_padding {
    padding: 60px 0;
}

.all_big_padding {
    padding: 60px 0;
}
.top_padding{
    padding-top: 100px;
}

.left_align {
    margin-left: 0 !important;
}

.margin_default_bottom {
    margin-bottom: 25px !important;
}

.default_section_heading {
    font-size: 60px;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #303840;
    /*text-transform: capitalize;*/
}
p {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    /*font-size: 14px;*/
}

.mid_default_margin {
    margin-top: 90px;
}

.small_heading_navy {
    color: #303840;
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.default_text_light {
    color: #9fa3a8;
}

.default_divider {
    border-top-color: #ef233c;
    width: 70px;
    margin: 30px auto;
}

.default_divider_white {
    border-top-color: #FFFFFF;
}

.default_divider_big {
    margin-bottom: 90px;
}

.none {
    display: none;
}

.colorwhite {
    color: #fff;
}

.bg-dark {
    background-color: #171717;
}

.button_div a:nth-child(1) {
    margin-right: 7px;
}

.button_div a:nth-child(2) {
    margin-left: 7px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.button:hover, .button:focus{
    color: #303840;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn_gradient {
    border: 2px solid transparent;
    background: rgba(0, 188, 212, .70);
    background: -webkit-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    background: -o-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    background: linear-gradient(130deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
}
.button_default_style:hover,
.button_default_style:focus,
.bg_before_pink, .bg_before_orange,
.bg_before_blue, .btn_gradient {
    color: #fff;
}
.bg_before_pink,
.bg_before_orange,
.bg_before_blue {
    width: 190px;
    max-width: 210px;
}
.bg_before_pink {
    background: #00bcd4;
    border: 2px solid #00bcd4;
}
.bg_before_blue {
    background: #643094;
    border: 2px solid #643094;
}
.bg_before_orange {
    background: #ff7600;
    border: 2px solid #ff7600;
}
.bg_before_blue:before {
    background: #fff;
}
.bg_before_pink:hover,
.bg_before_pink:focus,
.bg_before_blue:hover,
.bg_before_blue:focus,
.bg_before_orange:hover,
.bg_before_orange:focus,
.btn_gradient:hover,
.btn_gradient:focus{
    background: #fff;
    border: 2px solid #fff;
    color: #303840;
}
.margin_bottom_25 {
    margin-bottom: 25px;
}

/*Container*/
.container{
    width: 90%;
    max-width: 99%;
}

/*Logo*/
.demo-brand {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 200px;
}

/*Banner*/
.home-banner {
    /*background: url(../images/demo-header.jpg) no-repeat;*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.banner_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.banner_inner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 25px;
}
.banner_inner p {
    margin-bottom: 50px;
    font-size: 18px;
}




.demo_written_link {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 75px 0;
    text-transform: capitalize;
    color: inherit;
}
.demo_written_link:hover,
.demo_written_link:focus {
    color: #00bcd4;
}


/*Default Sections*/
section {
    position: relative;
}
.section-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 188, 212, .70);
    background: -webkit-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    background: -o-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    /*background: linear-gradient(130deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));*/
    background: linear-gradient(130deg, rgba(109, 46, 46, 0.6), #3ca753, rgba(12, 66, 78, 0.73));
}




.some_features {
    /*background: url(../images/parallax-feature.jpg) no-repeat;*/
}
.parallax_set {
    /*background: url(../images/parallax-set.jpg) no-repeat;*/
}
.support_demo {
    /*background: url(../images/parallax-support.jpg) no-repeat;*/
}
.some_features, .parallax_set, .support_demo {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}





/*Footer*/
.footer {
    background: #1c5061;
    color: #fff;
    font-size: 14px;
}

.footer_link {
    display: inline-block;
    padding: 0 10px;
    text-align: right;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.footer_link a {
    color: #fff;
    font-size: 1em;
    /*font-family: 'Roboto', sans-serif;*/
}

.footer ul {
    margin: 24px 0;
    padding: 0;
    text-align: right;
}

.footer ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.logo-div-white > a {
    width: 182px;
    display: block;
    margin: 0 auto;
}
.footer h3 {
    margin: 0;
    font-size: 1em;
    line-height: normal;
    /*font-family: 'Roboto', sans-serif;*/
}
.footer h3 a {
    color: #fff;
}
.logo-div-white > a > img {
    width: 80%;
}



@media (max-width: 1200px) {
    .button {
        font-size: 12px;
        padding: 10px 24px;
    }
    .preview_outer a{
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 99%;
        max-width: 99%;
    }
    .banner_inner p{
        font-size: 16px;
    }
    .banner_inner h1,
    .default_section_heading {
        font-size: 50px;
    }
    .banner_inner {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .banner_inner {
        width: 90%;
    }
    .default_section_heading {
        font-size: 40px;
    }
    .banner_inner {
        width: 100%;
    }
    .banner_inner h1 {
        font-size: 40px;
    }
    .banner_inner p {
        font-size: 15px;
    }
    .footer h3 {
        text-align: center; 
        margin-bottom: 20px;
    }

    .footer ul {
        text-align: center;
    }
}

