/*Generic*/

html {
    width: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

body {
    font-size: 14px;
    margin: 0;
    line-height: 1.42857143;
    color: #444444;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

body,
div,
header,
section,
nav {
    display: block;
}

p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}

.container {
    margin: auto;
}

.text-center {
    text-align: center;
}

a,
span,
button {
    text-decoration: none;
}

.sections {
    width: 100%;
}

#section2,
#section3,
#section4 {
    padding-top: 73px;
    margin-top: -73px;
}

#section1 .row,
#section2 .row,
#section3 .row {
    margin: auto;
    width: 100%;
}


/*NavBar*/


/*Button*/

.icon-bar {
    background-color: whitesmoke;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: #333333;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    border: 1px solid #333333;
    border-radius: 4px;
    cursor: pointer;
}


/*Menu*/

.navbar {
    display: inline-table;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    height: 74px;
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
    background-color: #383E4C;
}

ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.nav a {
    text-decoration: none;
}

.navbar-nav>li {
    display: inline-block;
    padding: 10px;
}

.single-page-nav {
    height: 100%;
    text-align: center;
}

.navbar-nav>li>a {
    display: inline-block;
    background: #383E4C none repeat scroll 0 0;
    border: 1px solid #646d7c;
    color: #fff;
    font-size: 20px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav {
    display: inline-block;
    height: 100%;
}

.navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>li>a:hover {
    background: #49505F;
}


/*Section1*/

#section1 {
    width: 100%;
    /*height: 610px;*/
}

.intro-section {
    background: transparent;
    /*Background*/
    /*background-image: url(../img/bg-1.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
}

header {
    padding: 235px 0;
}

.section-content h1 {
    color: #ffffff;
    font-size: 70px;
    text-shadow: 2px 2px #000000;
}

.section-content h4 {
    color: #ffffff;
    font-size: 25px;
    text-shadow: 1px 1px #333333;
}


/*Section2*/

.feature-area {
    height: 100%;
    padding-top: 70px;
}

.blog-area {
    margin: 60px 0;
}

.feature-content,
.blog-content {
    background: #f2f2f2;
}

.blog-content {
    background: #f2f2f2;
    padding-bottom: 25px;
    max-width: 555px;
    margin: 0 auto;
}

.blog-content p {
    padding: 27px;
    text-align: left;
}

.feature-content {
    padding-bottom: 40px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    image-rendering: optimizeQuality;
}

.feature-content-title,
.feature-content-description,
.testimonial-content p {
    text-align: left;
}

.feature-content-title {
    padding: 0 20px;
}

.feature-content-description {
    padding: 0 20px 35px;
    margin-top: 15px;
    color: #444444;
}

.feature-content-link:hover,
.feature-content-link:link,
.feature-content-link:visited {
    color: whitesmoke;
}

.feature-content-link {
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 30px;
}

.green-btn,
.blue-btn,
.red-btn {
    text-decoration: none;
}

.green-btn {
    background: #178a27;
}

.green-text {
    color: #178a27;
}

.blue-btn {
    background: #1686C1;
}

.blue-text {
    color: #1686C1;
}

.red-btn {
    background: #852406;
}

.red-text {
    color: #852406;
}

.blog-content span {
    margin-left: 225px;
}


/*Section3*/


/*Our services*/

.service-section {
    height: 100%;
    background: transparent;
    /*Background*/
    /*background-image: url(../img/bg-2.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
}

.our-service {
    margin: 65px 0 85px;
}

.service h1 {
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 2px 2px #aaaaaa;
    margin-bottom: 20px;
}

.service p {
    color: #ffffff;
    font-size: 18px;
}


/*Testimonial Area*/

.testimonial-area {
    margin: 60px auto;
}

.testimonial-content {
    background-color: #f2f2f2;
    height: 500px;
    max-width: 260px;
    margin: 0 auto 30px;
}

.testimonial-content p {
    padding: 10px 20px;
}

.content-link {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #666666;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 15px;
}

.tm-box {
    background-color: #f2f2f2;
    max-width: 1140px;
    width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.tm-box-description {
    padding: 30px;
}

.tm-box p {
    margin-bottom: 10px;
}


/*Section4*/

.contact-section {
    height: 100%;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    background: transparent;
    /*Background*/
    /*background-image: url(../img/bg-3.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
}

.contact-section>.container>.row {
    margin-right: 15px;
    margin-left: 15px;
}

.contact-content h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-shadow: 2px 2px #333;
}

.contact-content p {
    background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.form-control {
    color: #000000;
    border: none;
    background: rgba(242, 242, 242, 0.4);
    display: inline-table;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/**/

.contact-section .container {
    max-width: 750px;
}

.form-control::placeholder {
    color: #222222;
}

input {
    margin: 0 0 15px 0;
}

input,
textarea {
    box-sizing: border-box;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.form-group button {
    background: #262628 none repeat scroll 0 0;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    border-color: #cccccc;
    border: 1px solid transparent;
}


/*Footer*/

.footer-area .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-content h2 {
    color: #666666;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 35px;
}

.footer-content p {
    color: #999999;
    font-style: italic;
    margin-bottom: 30px;
    white-space: pre-line;
}

hr {
    border: 0;
    border-top: 1px solid #eeeeee;
}

.copy {
    color: #555555;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}


/*ScrollUp*/

#scrollUp {
    display: inline-table;
    background-image: url("../img/top.png");
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scrollUp.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .contact-section .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contact-form>.row {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #section1,
    #section2,
    #section3 {
        padding-top: 65px;
        margin-top: -65px;
    }
    .navbar {
        height: 66px;
    }
    .navbar-nav li {
        padding: 6px;
    }
    .blog-content span {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .container .col-lg-12 {
        margin: auto;
    }
    .navbar-toggle {
        display: none;
    }
    .contact-form>.col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .form-control {
        width: 100%;
    }
    .container .col-lg-12 {
        width: 100%;
    }
    .contact-form-input {
        width: 100%;
    }
    /*___*/
    .navbar-header {
        width: 100%;
        height: 50px;
    }
    .single-page-nav {
        background-color: #383E4C;
        margin: 0 15px;
        height: 0;
        transition: height 0.8s;
        overflow: hidden;
    }
    .single-page-nav.show {
        height: 192px;
        margin: 0 15px;
        overflow: auto;
    }
    .navbar-inverse {
        background: none;
        border: none;
    }
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navbar-nav>li {
        width: 100%;
        border-bottom: 1px solid #999999;
        padding: 0;
    }
    .navbar-nav>li:last-child {
        border-bottom: none;
    }
    .navbar-nav>li>a {
        width: 100%;
        font-size: 16px;
        border: none;
        padding: 10px 0px;
    }
    /*___*/
    header {
        height: 75vh;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }
    .section-content h1 {
        font-size: 55px;
    }
    .container {
        margin: auto;
    }
    .row {
        margin: auto;
    }
    .container .col-sm-12,
    .container .col-sm-4,
    .container .col-sm-6,
    .container .col-xs-12 {
        margin: auto;
    }
    .section-content {
        width: 100%;
    }
    /*___*/
    .feature-content-title,
    .feature-content-description {
        text-align: center;
    }
    .feature-content {
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .blog-content span {
        margin-left: 0;
    }
    .blog-content {
        margin-bottom: 30px;
    }
    .service-section .col-sm-12 {
        margin: 65px 0 85px;
    }
    /*
        ( Я сделяль )

        ( ._.)

        */
    .col-sm-12 {
        width: 100%;
    }
    /*____*/
    .footer-area .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    header {
        height: 50vh;
    }
    .testimonial-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-area .col-xs-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
}