/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/**************************************
CSS RESET
**************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}

.section-padding {
    padding: 80px 0px;
}
/**************************************************************
NAVIGATION
**************************************************************/
.header {
    background: url(image/banner.jpg) no-repeat;
    background-size: cover;
    min-height: 650px;
}

.bg-color {
    background-color: RGBA(0, 0, 0, 0.42);
    min-height: 650px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #080808;
}

.navbar {
    border: 0px;
    border-radius: 0px;
}

.navbar-nav a {
    padding: 46px 17px 44px 17px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-brand {
    font-family: 'Caesar Dressing', cursive;
    font-size: 35px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar {
    margin-bottom: 0px;
    border: 0px;
    padding: 15px 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.banner-text {
    margin-top: 70px;
    width: 35%;
    min-width: 360px;
    text-align: center;
}

.banner-text a:link {
    color: #fefefe;
}


.banner-text a:visited {
    color: #fefefe;
}


.banner-text a:hover {
    color: #a53939;
}


.banner-text a:active {
    color: #f64747;
}

.btn {
    border: none;
    outline: none;
    padding: 8px 10px;
    background-color: #fefefe;
    cursor: pointer;
    font-size: 15px;
    margin-right: 4px;
}


.active1, .btn:hover {
    background-color: #f64747;
}

.banner-text span {
    color: #2d2d2d;
    display: block;
    margin-bottom: 50px;
}

.banner-text h1 {
    color: #fefefe;
    font-size: 44px;
    text-transform: uppercase;
}

.banner-text h2 {
    color: #b6b6b6;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 15px;
}

.banner-text h3 {
    color: #b6b6b6;
    line-height: 26px;
    margin-bottom: 25px;
}

.banner-text h4 {
    color: #a53939;
    line-height: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}

.banner-text .container {
    width: 100%;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.banner-text .left-div {
    border-radius: 4px;
    height: 34px;
    width: 34px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.banner-text .center-div {
    border-radius: 4px;
    height: 34px;
    width: 75%;
    text-align: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.banner-text .right-div {
    border-radius: 4px;
    height: 34px;
    width: 34px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    background-color: #f64747;
    border: 2px solid #a53939;
}

.banner-text .Img1 {
    height: 34px;
    border-radius: 4px;
}

.banner-text .Answer-txt {
    border-radius: 4px;
    letter-spacing: 2px;
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.banner-text .BtnBilmiyorum {
    background: #f64747 none repeat scroll 0 0;
    border: 3px solid #a53939 !important;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
}

.banner-text .BtnIpucuVer {
    background: #6e6e6e none repeat scroll 0 0;
    border: 3px solid #ffffff !important;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 4px;
}

.banner-text .Started-btn {
    background: #f64747 none repeat scroll 0 0;
    border: 3px solid #a53939 !important;
    padding: 15.5px 35px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.more-btn {
    border: 3px solid;
    color: #fff;
    letter-spacing: 1px;
    padding: 13px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0 15px;
}

.radius-0 {
    border-radius: 0px;
}

.more-btn:hover, .more-btn:focus {
    border-color: #f64747;
    color: #f64747;
}
/**************************************************************
BANNER
**************************************************************/
/**************************************************************
CTA 1
**************************************************************/
.cta-info {
    background-color: #f64747;
    padding: 40px 0px;
    margin: 60px 0px;
    border-radius: 5px;
}

    .cta-info h3 {
        font-size: 24px;
        color: #fff;
    }

.dec-tec {
    font-size: 34px;
}
/**************************************************************
FEATURE
**************************************************************/
.fea i {
    font-size: 39px;
    color: #f64747;
    margin-top: 30px;
}

.fea-img {
    width: 20%;
}

.heading h4 {
    font-size: 18px;
    margin: 10px 0px;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 0px;
}

p {
    color: #888;
}

.heading {
    width: 80%;
}

.filimg {
    margin-bottom: 30px;
}

.pg-titl-bdr-btm {
    width: 100px;
    height: 3px;
    background-color: #f64747;
    margin-bottom: 60px;
}

h1 {
    font-size: 36px;
}
/**************************************************************
SUBSCRIBE
**************************************************************/
.contact-section h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.space {
    margin-top: 40px;
}

.contact-section form {
    padding: 30px 0;
}

.contact-section .btn:hover, .contact-section .btn:focus {
    background: #f64747;
    border: 2px solid #f64747;
    color: #fff;
}

.contact-section .btn {
    background: #fbfbfb;
    border: 2px solid #ccc;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 0;
    color: #aaa;
    font-size: 15px;
    border-radius: 0px;
}

.footer_copyright p span {
    color: #f64747;
}
/**************************************************************
PORTFOLIO
**************************************************************/
#portfolio, #cta-1 {
    background-color: rgb(249, 249, 249);
}

/**************************************************************
CONTACT US
**************************************************************/
/**************************************************************
FOOTER
**************************************************************/
.footer {
    background-color: #040E18;
    float: left;
    width: 100%;
}

.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.footer_social ul li {
    margin: 2px;
    display: inline-block;
}

.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}

.footer-bottom {
    background: #09121B;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.footer-link, .footer-link:hover, .footer-link:focus {
    color: #f64747;
    text-decoration: none;
}
/**************************************************************
Media Queries
**************************************************************/
@media (min-width: 220px) and (max-width: 451px) {
    .banner-text .Started-btn {
        padding: 10px 10px;
    }

    .more-btn {
        padding: 12px 15px;
    }

    .banner-text h1 {
        font-size: 35px;
    }

    .heading h4 {
        font-size: 17px;
    }

    .contact-section {
        margin-bottom: 50px;
    }

    .cta-info h3 {
        font-size: 20px;
        color: #fff;
    }

    h1 {
        font-size: 30px;
    }
}
