body, html{
    margin:0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
ul, ol{
    list-style: none;
    padding:0;
    margin:0;
}
input:focus, button:focus, textarea:focus{
    outline: none;
}
img{
    max-width: 100%;
}
a:hover,a:focus,a{
    text-decoration: none;
}
.nav_section{
    position: relative;
    background-color: white;
/*     box-shadow: 0 0 10px .5px #0000002b; */
}
.nav_section .navbar{
    padding: 0;
    background: transparent !important;
}
.navbar-brand{
    color: #141414;
    font-size: 1.125rem;
    font-weight: 500;
}
.navbar-brand img{
    width: 4rem;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem 1rem;
    color: #717272;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    color: #141414;
}
.navbar-light .navbar-nav .nav-link:before{
    content: '';
    bottom: 0;
    left: 100%;
    right: 100%;
    background: #141414;
    height: 1px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    position: absolute;
}
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .nav-link.active:before{
    left: 25%;
    right: 25%;
}
.navbar-nav .dropdown-menu{
    border: 0;
    box-shadow: 0 0 10px .5px #0000002b;
    padding: 0;
    border-radius: 0;
}
.navbar-nav .dropdown-menu a{
    font-size: 1rem;
    font-weight: 500;
    padding: .6rem 1rem;
    color: #717272;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus{
    color: #141414;
    background: transparent;
}
.header{
    position: relative;
}
.header .bg_image{
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.header .dimmer{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000ab;
}
.header .flexer{
    position: relative;
    height: calc(100vh - 4.55rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.header .flexer span{
    position: relative;
}
.header .flexer h1{
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.header .flexer p{
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.order{
    order: 2;
}
.service_section{
    padding-top: 5rem;
    position: relative;
}
.service_section h2{
    color: #141414;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
}
.service_section .row{
    margin-bottom: 5rem;
}
.service_section img{
    width: 100%;
}
.service_section .flexer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
}
.service_section h3{
    color: #141414;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.service_section p{
    font-size: 1.057rem;
    color: #717272;
    margin-bottom: 0;
}
.customer_section{
    position: relative;
    padding: 5rem 0;
}
.customer_section h2{
    color: #141414;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}
.customer_section .customer_box{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 2rem;
}
.customer_section .customer_box .image_box{
    width: 5rem;
    height: 5rem;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1rem;
}
.customer_section .customer_box h4{
    color: #141414;
    font-size: 1.25rem;
    margin-bottom: .75rem;
}
.customer_section .customer_box p{
    font-size: 1rem;
    color: #717272;
    margin-bottom: .5rem;
}
.customer_section .customer_box ul li{
    margin: 0;
    color: gold;
    font-size: 1.5rem;
}
button.slick-prev.slick-arrow {
    text-indent: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    left: 1rem;
    top: calc(50% - 2rem);
}
button.slick-prev.slick-arrow:before{
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f104";
    font-size: 2rem;
}
button.slick-next.slick-arrow {
    text-indent: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    right: 1rem;
    top: calc(50% - 2rem);
}
button.slick-next.slick-arrow:before{
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
    font-size: 2rem;
}
.subscribe_section{
    background-color: #717272;
    color: white;
    padding: 2.5rem 0;
    position: relative;
}
.subscribe_section h3{
    font-size: 1.75rem;
    margin-bottom: 0rem;
    margin-top: 0.6rem;
}
.subscribe_section form{
    position: relative;
}
.subscribe_section input.form-control{
    width: 100%;
    height: 3.3rem;
    border-radius: 0;
    padding-left: 1rem;
    font-size: 1rem;
    color: #141414;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    padding-right: 10rem;
}
.subscribe_section .btn_black{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .75rem 2rem;
    background: #141414;
    border: 1px solid #141414;;
    border-radius: 5rem;
    font-size: 1.125rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe_section .btn_black:hover,
.subscribe_section .btn_black:focus{
    background: white;
    color: #141414;
}
footer{
    background: #141414;
    color: white;
    position: relative;
}
footer .footer_top{
    position: relative;
    padding: 2.5rem 0;
    border-bottom: 1px solid white;
}
footer .footer_top h2{
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
footer .footer_top .btn_black{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .75rem 2rem;
    background: #141414;
    border: 1px solid White;
    border-radius: 5rem;
    font-size: 1.125rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-bottom: 2rem;
}
footer .footer_top .btn_black:hover,
footer .footer_top .btn_black:focus{
    background: white;
    color: #141414;
}
footer .footer_top ul li{
    font-size: 1rem;
    color: white;
}
footer .footer_top ul li a{
    color: white;
    font-size: 1.125rem;
    padding-bottom: .25rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    border-bottom: 1px solid transparent;
}
footer .footer_top ul li a:hover,
footer .footer_top ul li a:focus{
    border-bottom: 1px solid white;
}
footer .footer_top .social{
    margin-top: 2.5rem;
}
footer .footer_top .social li a{
    display: flex;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 1.5rem;
    line-height: 1;
    padding: .5rem;
}
footer .footer_top .social li a:hover,
footer .footer_top .social li a:focus{
    background: white;
    color: #141414;
}
footer .footer_top .logo{
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
footer .footer_top .logo img{
    width: 5rem;
}
footer .footer_top .logo span{
    width: calc(100% - 5rem);
    padding-left: .5rem;
    color: white;
    font-size: 1.125rem;
}
footer .footer_top .web_text{
    color: white;
    display: flex;
    width: 100%;
    margin-bottom: .5rem;
    align-items: center;
}
footer .footer_top .web_text span{
    width: 3.5rem;
    font-size: 1.5rem;
    text-align: center;
}
footer .footer_top .web_text a{
    width: calc(100% - 3.5rem);
    color: white;
    font-size: 1rem;
}
footer .footer_bottom{
    padding: 1rem 0;
    position: relative;
}
footer .footer_bottom p{
    margin: 0;
    font-size: 1.125rem;
}
.heading_section{
    position: relative;
}
.heading_section .bg_image{
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.heading_section .dimmer{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000ab;
}
.heading_section .flexer{
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.heading_section .flexer span{
    position: relative;
}
.heading_section .flexer h2{
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.about_section{
    padding-top: 5rem;
    position: relative;
}
.about_section h2{
    color: #141414;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
}
.about_section .row{
    margin-bottom: 5rem;
}
.about_section img{
    width: 100%;
}
.about_section .flexer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
}
.about_section h3{
    color: #141414;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.about_section p{
    font-size: 1.057rem;
    color: #717272;
    margin-bottom: 0;
}
.form_section{
    position: relative;
}
.form_section .flexer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem;
    background: #141414;
    color: white;
}
.form_section .flexer span{
    width: 100%;
}
.form_section h2{
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
}
.form_section label{
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.form_section input.form-control{
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
    color: #333;
    height: 3rem;
}
.form_section textarea.form-control{
    border: 0;
    border-radius: 0;
    padding-left: 1rem;
    color: #333;
    height: 10rem;
    padding-top: .75rem;
}
.form_section .btn_white{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .75rem 2rem;
    background: #141414;
    border: 1px solid White;
    border-radius: 5rem;
    font-size: 1.125rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-top: 2rem;
}
.form_section .btn_white:hover,
.form_section .btn_white:focus{
    background: white;
    color: #141414;
}
.form_section iframe{
    width: 100%;
    height: 100%;
}
.company_contact{
    background: white;
    color: #141414;
    text-align: center;
    position: relative;
    padding-top: 2.5rem;
}
.company_contact .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
    margin: auto;
    margin-bottom: .75rem;
}
.company_contact h3{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.company_contact p{
    margin-bottom: 2.5rem;
}