/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-size: 18px;
}

.bold{
    font-size: 27px;
}

.heading {
    font-size: 60px;
}

.subheading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 60px;
}

.bold {
    font-weight: bold;
}

p {
    letter-spacing: 0px;
    line-height: 28px;
}

#about,
#team, #contact {
    padding-top: 40px;
    padding-bottom: 60px;
}

#about .fa {
    font-size: 28px;
    min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}

.custom-navbar .navbar-brand {
    color: #303030;
    font-size: 40px;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #ffd321;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: #FFD321;
    transition: all 0.3s ease-in-out;
}

.custom-navbar .nav > li > a:focus {
    background-color: transparent;
    outline: none;
}

.custom-navbar .nav li.active > a {
    background-color: #ffd321;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #FFD321;
    border-color: transparent;
}

@media (min-width: 768px) {
    .custom-navbar {
        background: #ffffff;
        padding: 14px;
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        padding: 14px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
    }
}

@media (max-width: 768px) {
    .custom-navbar {
        padding: 1px;
        background: #fff;
        border-bottom: 1px solid #ffffff;
        background-size: 10px;
    }

    .heading {
        font-size: 55px;
    }

    h3 {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
    }

    .custom-navbar.top-nav-collapse {
        padding: 1px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
        background-size: 10px;
    }
}

/* home section */
#home {
    background: url('../images/home-bg копия.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

#home hr {
    border: 1px solid #ffffff;
    color: white;
    width: 100px;
}


#home h3 {
    letter-spacing: 2px;
}

#home .btn {
    background: transparent;
    border-radius: 0;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    padding: 16px 42px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #404040;
    color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
    background: #ffd321;
    border-radius: 80%;
    color: #404040;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 12px;
}

#about .col-md-6 {
    padding-top: 40px;

}

#about .col-md-6 h3 {
    padding-top: 40px;
    padding-bottom: 10px;

}

#about .col-md-6 p {
    padding-bottom: 30px;
}

#about span {
    display: block;
    padding-bottom: 6px;
}

#about .progress {
    border-radius: 0;
    box-shadow: none;
    height: 5px;
}

#about .progress .progress-bar-primary {
    background: #ffd321;
}

/* portfolio section */
.product_item:hover .products_desc {
    transform: translateY(0%);


}

#portfolio img:hover {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */

}

.products_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
    background: rgb(35, 35, 35, .8);
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform .3s;
}

.product_desc_text {
    text-align: center;
    margin-bottom: 18px;

}

.white{
    color: white;
    margin-top: -300px;
}

.buton {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 20px;
    background: #ffd321;
    color: #404040;
    display: inline-block;

}

#portfolio {
    padding-top: 40px;
    background: #f9f9f9;
    text-align: center;
}

#portfolio .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

#portfolio .col-md-4 {
    padding: 1px;
    margin: 0;
    background: rgb(35, 35, 35, 0.8);
    border: 3px solid #f9f9f9;
    border-radius: 17px;
}

#portfolio img {
    width: 100%;
    transition: all 0.4s ease-in-out;

}

#portfolio img:hover {
    opacity: 0.6;
}


/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #ffd321;
    color: #404040;
    outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;

}

#why-us {
    padding: 60px 0;
    background: #f9f9f9;
}

#expirience {
    padding: 40px 0;
    background: #ffffff;
}


#why-us .section-header h3,
#why-us .section-header p {
    color: #202020;
}

#why-us .card {
    background: #202020;
    border-color: #202020;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#why-us .card:hover {
    background: #202020;
    border-color: #202020;
}

#why-us .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #202020;
}

#why-us .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#why-us .card p {
    font-size: 15px;
    color: #202020;
}

#why-us .card .readmore {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #202020 solid 2px;
}

#why-us .card .readmore:hover {
    border-bottom: #ffffff solid 2px;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counter-value {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #ffd321;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #202020;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}

/* team section */
#team {
    text-align: center;
}

#team h3 {
    color: #202020;
    line-height: 25px;
}

#team .team-des {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* contact section */
#contact {
    background: #f9f9f9;
    text-align: center;
}

#contact .fa {
    font-size: 35px;
}

#contact .fab {
    font-size: 35px;
    margin-left: 20px;
}

#contact form {
    padding-top: 0px;
}

#contact .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
    border: 2px solid #00000f;
}

#contact input {
    height: 50px;
}

#contact input[type="submit"] {
    border-radius: 0;
    border: 3px solid #404040;
    font-weight: bold;
    color: #404040;
    padding: 16px 42px;
    margin-top: 40px;
    height: 54px;
}

#contact input[type="submit"]:hover {
    background: #404040;
    color: #ffffff;
}

#contact textarea {
    height: 170px;
}

.contact-info-box h3 {
    font-size: 16px;
}

/* footer section */
footer {
    background: url('../images/footer-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 190px;
    padding-bottom: 80px;
}

.social-icon {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.social-icon li a {
    border-radius: 50%;
    color: #303030;
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
    margin-right: 10px;
}

.social-icon li a:hover {
    background: #ffd321;
}

/* copyright section */
#copyright {
    background: #404040;
    color: #ffffff;
    padding-top: 15px;
    margin-top: -50px;
}

#copyright p {
    padding-top: 20px;
    font-size: 13px;
}

#copyright a {
    color: #ffffff;
}

#copyright a:hover {
    color: #FFD321;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

#copyright .fa {
    background: #383838;
    color: #ffffff;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease-in-out;
}

#copyright .fa:hover {
    background: #ffd321;
    color: #000;
}

@media screen and (min-width: 992px) {
    @-moz-document url-prefix() {
        #portfolio .col-lg-4,
        #portfolio .col-md-4 {
            width: 33.333%;
        }
    }
}

@media ( max-width: 980px ) {
    .custom-navbar .navbar-brand {
        font-size: 24px;
    }

    #about img {
        padding-top: 110px;
    }

    #contact form {
        padding-top: 30px;
    }
}

.yelow {
    color: #ffd321;
}

@media screen and (max-width: 767px) {
    .contact-info-box {
        margin-bottom: 20px;
        padding: 0px;
        padding-right: 13px;
    }

    .contact-info-box:last-child {
        margin-bottom: -50px;
        margin-left: 90px;
        width: 209px;
    }
}

@media (max-width: 450px) {
    .heading {
        font-size: 40px;
    }

    #about .col-md-4 .fa {
        margin-top: 32px;
    }

    #contact h3 {
        font-size: 14px;
        padding-bottom: 40px;
    }
}

.invi {
    font-weight: bold;
    font-size: 18px;

}

.zaya {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-left: 50px;
    margin: 30px 0 0px 0;
}

.zayak {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-left: 50px;
    margin-top: 10px;
    color: white;
}

.surat {
    margin-top: 20px;
}

.students {
    margin-top: 165px;
}

@media (max-width: 750px) {

    #about .col-md-6 {
        padding-top: 0px;
    }

    .img-responsive {
        margin-top: -150px;
    }

    .opc-main-bg {

        margin-left: -40px;
    }

    .recit {
        font-size: 17px;
    }

    .subheading {
        padding-bottom: 20px;
    }

    #about .col-md-6 h3 {
        padding-top: 0px;
    }

    #about img {
            padding-top: 30px;
        }

    #home {
        background: url('../images/Screenshot_4.png') no-repeat;
        height: 760px;


    }

    .white{
        color: white;
        margin-top: -100px;
        margin-top: -85x;
    }

    footer {
        background: url('../images/111.png') no-repeat;
        background-position: right center; /* Сдвиг фона вправо и по центру по вертикали */
        background-size: auto;
        padding-bottom: 143px;

    }


    footer h2 {
        margin-left: -100px;
        font-size: 15px;
    }

    .item {
        width: 105%;
        justify-content: space-around;
    }

    .zaya {
        font-weight: bold;
        font-size: 15px;
        padding-left: 0;


    }
}

footer h2 {
    margin-top: -160px;
}

.footer-delete:hover {
    background: #FFFFFF;
}

.btn-form:hover {
    color: #FFD321;
    text-decoration: none;
}

.btn-form {
    color: #303030;
    text-decoration: none;
}

.btn-form:focus {
    color: #303030;
    text-decoration: none;
}

.row p {
    display: inline;
    margin: 0 0px;
}

footer h2 {
    margin-bottom: 40px;
}

.imo {
    width: 35px;
    margin-top: -15px;
}

.reconstruction {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-bottom: 40px;
    margin-top: -20px;
}