@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

/* General 
============================*/
*,
*:focus {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --main_color: #1d2224;
    --second_color: #ad4e54;
    --green_color: #8BC34A;
}

.shadow {
    -webkit-box-shadow: 0 0.4rem 0.7rem rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0.4rem 0.7rem rgba(0, 0, 0, 0.07) !important;
}

.h-15 {
    height: 15px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    color: var(--main_color);
    letter-spacing: 1px;
    background-image: radial-gradient(#dcdcdc, #e6e6e6, #e2e2e2, #d9d9d9, #efefef);

}

section {
    padding: 70px 0;
    background-color: #fff;
}

.section_color {
    background-color: #fafafa;
}

.section_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 4px;
}

.page-content {
    z-index: 99;
}

/* Links 
============================*/
a,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
============================*/
ul,
li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Images  
============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn  
==========================*/
.custom_btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    margin: 15px auto;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--main_color);
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_btn i {
    margin: 0 5px;
    vertical-align: middle;
}

.custom_btn:hover {
    color: #ffffff;
    background-color: var(--second_color);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.load_more {
    margin: 20px auto 0;
}

/* Forms
========================*/
.form-group {
    position: relative;
    overflow: hidden;
    margin: 15px auto 0;
}

.form-group label {
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0;
    color: var(--main_color);
    text-transform: uppercase;
    font-weight: 700;
}

label sup {
    font-size: 12px;
    color: var(--second_color)
}

.form-control {
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    background-color: #fbfbfb;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #f1f1f1;
    background-color: #fbfbfb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: 120px !important;
    resize: none;
    overflow-x: hidden;
    line-height: 40px;
}

/* Header
==============================*/
header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 70px;
    padding: 5px 0;
    width: 100%;
    background-color: var(--main_color);
    z-index: 999;
    color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
}

header .container,
header .navbar {
    min-height: 60px;
}

header .navbar {
    padding: 0;
}

header .navbar-brand {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 40px;
    -webkit-transition: .5s all;
    transition: .5s all;
    margin: 0;
}

header .navbar-brand i {
    line-height: 35px;
    width: 55px;
    height: 35px;
    background-color: var(--second_color);
    color: #fff;
    font-size: 21px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    letter-spacing: 2px;
}

header .menu-btn {
    background-color: var(--second_color);
    border-radius: 0;
    border: 0;
    color: #ffffff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    font-size: 12px;
    position: relative;
    vertical-align: bottom;
}

.header_btns {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9999;
    margin: auto;
    height: 40px;
}

header .header_btns a {
    display: inline-block;
    vertical-align: text-top;
    background-color: var(--second_color);
    border-radius: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3px;
}

header .header_btns a i {
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    color: var(--main_color);
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

header .header_btns a:hover i {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

header .header_btns .menu-btn {
    display: none;
}

header .header_btns .menu-btn.change-icon i:before {
    content: "\f00d";
}

.navbar-nav {
    text-align: right;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding-right: 190px;
}

header .navbar ul.navbar-nav li a {
    position: relative;
    display: block;
    padding: 0 12px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    z-index: 999;
}

header .navbar ul.navbar-nav li a:focus,
header .navbar ul.navbar-nav li a:hover {
    color: var(--second_color);
}

/* Home
=========================*/
.home_sec {
    background-color: var(--main_color);
    padding: 0;
}

.home_sec .row {
    height: 100%;
}

.home_sec .home_cont,
.home_sec .home_img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    background-color: var(--main_color);
}

.home_cont h3 {
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    line-height: 70px;
}

.home_cont p {
    color: #f2f2f2;
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: 2px;
}

.home_img {
    padding: 0;
}

.home_img img {
    margin: 0;
    height: 100%;
    width: 100%;
}

.home_cont {
    padding: 70px;
}

.home_cont .custom_btn {
    background-color: var(--second_color);
    margin: 25px auto 25px 0;
    line-height: 55px;
    font-size: 15px;
    letter-spacing: 3px;
}

/* About
====================*/
.about-img {
    margin: 25px auto;
    position: relative;
}

.about-img img {
    overflow: hidden;
    width: 100%;
}

.about-img span {
    position: absolute;
    top: 35px;
    right: -60px;
    background-color: var(--second_color);
    color: #fff;
    padding: 0 25px;
    font-size: 28px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
}

.about-content {
    padding: 15px 15px 15px 80px;
}

.about-content p {
    font-size: 16px;
    line-height: 30px;
}

/* Service
=========================*/
.service_item {
    margin: 25px auto;
    position: relative;
    overflow: hidden;
}

.service_item img {
    overflow: hidden;
    width: 100%;
}

.service_item span {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: var(--second_color);
    color: #fff;
    padding: 0 15px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.service_item p {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main_color);
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    padding: 30px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    left: -100%;
}

.service_item:hover p {
    left: 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

/* Work 
========================*/
.work img {
    padding: 15px;
    margin: 15px auto;
    width: 100%;
}

/* Contact
=======================*/
.contact_form {
    background-color: #fff;
    padding: 20px 25px;
}

.contact_form .form-control {
    margin-bottom: 15px;
}

.contact_form .form-group {
    margin: 0
}

.contact_form .form_title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}

.contact_form .custom_btn {
    margin: 0;
}

.iframe {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    height: 430px;
}

.copyrights {
    background-color: #fff;
    padding: 35px 15px 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.copyrights .up-btn {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 0;
    background-color: var(--second_color);
    color: #fff;
}

.copyrights .up-btn:hover {
    color: var(--main_color);
}

/* Scroll
==============================*/
::-webkit-scrollbar {
    width: 5px;
    background-color: var(--second_color);
}

::-webkit-scrollbar-track {
    background-color: var(--second_color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
}

/*Loading
==============================*/
.loader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--main_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader-inner {
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 50px;
}

.loader-inner .square-wrap {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 35px auto 0;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .home_cont {
        padding: 30px;
    }

    .home_cont h3 {
        font-size: 54px;
    }

    .about-content {
        padding-left: 40px
    }

    .about-content p {
        line-height: 25px;
        font-size: 14px;
    }

    .service_item p {
        padding: 15px;
        font-size: 12px;
        line-height: 25px;
    }

    .navbar-nav {
        padding-right: 150px;
    }

    header .header_btns a {
        letter-spacing: 1px;
    }
}

@media all and (max-width: 991px) {
    section {
        padding: 25px 0;
    }

    .page-content {
        margin-top: 70px;
    }

    .home_sec .home_cont {
        display: block;
        height: auto;
        padding: 35px 15px;
        text-align: center;
    }

    .home_sec .row {
        height: auto;
    }

    .home_sec .home_img {
        display: none;
    }

    .about-content {
        padding: 15px 0 0 0;
    }

    .home_cont h3 {
        font-size: 34px;
    }

    .home_cont p {
        margin: 5px auto;
        font-size: 14px;
    }

    .home_cont .custom_btn {
        line-height: 40px;
        font-size: 12px;
        letter-spacing: 1px
    }

    .about-img {
        margin: 0 auto 15px;
        max-width: 567px;
    }

    .about-img span {
        right: 0;
    }

    header {
        padding: 0;
    }

    header .container,
    header .navbar {
        padding: 0;
        max-width: 100%;
    }

    header .header_btns {}

    header .navbar-brand {
        margin-left: 5px;
    }

    header .header_btns .menu-btn {
        display: inline-block;
    }

    header .header_btns a {
        background-color: var(--second_color)
    }

    header .header_btns a i {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    header .navbar-collapse {
        margin-top: 70px;
        position: relative;
        width: 100%;
        display: block;
        overflow-y: auto;
        z-index: 9999;
        background-color: var(--second_color);
    }

    header .nav-main-collapse.collapse {
        display: none !important;
    }

    header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        clear: both;
    }

    header .navbar ul.navbar-nav {
        display: block;
        padding: 10px;
        margin: 0;
        text-align: left;
    }

    header .navbar ul.navbar-nav li a {
        color: #fff;
        text-align: left;
        line-height: 35px;
    }

    header .navbar ul.navbar-nav li a:hover {
        color: var(--main_color);
    }
}

@media all and (max-width: 767px) {

    [data-aos^=fade][data-aos^=fade],
    [data-aos=fade-up],
    [data-aos^=zoom][data-aos^=zoom] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .section_title {
        font-size: 24px;
    }

    .work img {
        padding: 5px;
    }
}

@media all and (max-width: 578px) {

    .home_cont h3 {
        line-height: 30px;
        font-size: 22px;
    }

    .home_cont p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .home_cont .custom_btn {
        margin: 15px 0 0 0;
    }

    .about-img span {
        right: 0;
        width: 100%;
        text-align: center;
        top: 0;
        font-size: 18px;
    }

    .about-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .section_title {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .work img {
        padding: 15px;
        max-width: 270px;
    }

    .service_item {
        overflow: visible;
    }

    .service_item span {
        position: relative;
        display: block;
        top: auto;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .service_item p {
        position: relative;
        left: 0;
        padding: 15px;
        display: block;
        font-size: 11px;
        line-height: 20px;
        height: auto;
    }

    header .header_btns a {
        width: 40px;
        height: 40px;
        overflow: hidden;
    }

    header .header_btns a i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 21px;
        color: #fff;
        background-color: transparent;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);

    }

    @media all and (max-width: 430px) {
        header .navbar-brand {
            font-size: 12px;
            letter-spacing: 1px;
        }

        header .navbar-brand i {
            font-size: 12px;
            width: 40px;
            line-height: 40px;
            height: 40px;
        }
    }
