* {
    padding: 0;
    margin: 0;
    -webkit-transition: all ease 0.45s;
    -moz-transition: all ease 0.45s;
    -ms-transition: all ease 0.45s;
    -o-transition: all ease 0.45s;
    transition: all ease 0.45s;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    background: #f9fcff;

}

.clr-white {
    color: #fff !important;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clr-red {
    color: #e51521;
}

.btn_bg {
    background: #e51521 !important;
}

/* Header */
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(5, 5, 5, .05);
}

.logo-wdt {
    width: 20%;
}

.logo-wdth {
    max-width: 50%;
}

.main_menu li {
    padding-left: 30px;
}

.main_menu li:first-child {
    padding-left: 0px;
}

.sign_btn {
    padding: 10px 50px !important;
}

/* /Header */

/* Banner */
.banner_image {
    padding-top: 70px;
    background-attachment: fixed;
}

.banner_link_set {
    background: #fff;
    box-shadow: 0 10px 15px 0 rgba(5, 5, 5, .05);
    padding: 120px 120px 30px;
    border-radius: 5px;
    margin: 0px 0px -120px;
}

.banner_btn {
    padding-top: 30px;
}

.page_btn {
    background: #e51521;
    color: #fff;
    padding: 20px 60px;
    border: 5px solid #e51521;
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(5, 5, 5, .05);
}

.page_btn:hover {
    border: 5px solid #fff;
    color: #fff;
}

.banner_title p {
    width: 65%;
}

.form_input {
    height: 65px;
    border-color: #000;
}

.form_input:focus {
    box-shadow: none;
}

.form_btn {
    padding-left: 50px !important;
    padding-right: 50px !important;
    background: #e51521 !important;
}

.form_btn:focus,
.form_btn:active {
    box-shadow: none !important;
}

#target {
    display: none;
}

.link_detial  ul li {
    /* display: block; */
    background: #ffe3e3;
    padding: 15px !important;
    
    border-radius: 5px;
    color: #000;
}

.hide_btn {
    display: none;
}

#link_copy {
    display: inline-block;
    vertical-align: middle;
}

/* /Banner */

#section_detail {
    padding: 180px 0px 50px;
}

.page_title {
    text-align: center;
    padding-bottom: 50px;
}

.page_title h1 {
    font-size: 24px;
}

.white_bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(244, 244, 249, .8)), to(rgba(244, 244, 249, .05)));
    background-image: -webkit-linear-gradient(top, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05));
    background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05));
}

.detail_img {
    padding: 40px;
    border-radius: 5px;
}
.detail_title p
{
    color:#6c757d
}

/* footer */
#footer_set {
    background: #2b2b2b;
    text-align: center;
   
    /* padding: 30px 0px 30px; */
}

.footer_logo {
    width: 30%;
    margin: 0 auto;
}

.footer-social-icons ul li {
    display: inline-block;
    margin: 10px;
}

.footer-social-icons ul li:first-child {
    margin-left: 0px !important;
}

.footer-social-icons ul li a {
    padding: 10px;
    font-size: 18px;
    color: #fff
}

.footer-social-icons ul li .fb-color:hover {
    color: #3e5b98 !important;
}

.footer-social-icons ul li .twitter-color:hover {
    color: #4da7de !important;
}

.footer-social-icons ul li .insta-color:hover {
    color: #e02a20 !important;
}

.footer-social-icons ul li .youtube-color:hover {
    color: #e02a20 !important;
}

.copyright-footer {
    background: #000;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
}

.copytext p a {
    color: #e02a20;
}

/* /footer */



@media screen and (min-width:320px) and (max-width:767px) {
    .banner_image {
        padding-top: 91px;
        background-position: 70% center;
    }

    .logo-wdth {
        max-width: 100%;
    }

    .banner_image_box {
        margin-top: 50px;
    }

    .banner_link_set {
        padding: 30px 30px 30px;
    }

    .link_input input[type=text] {
        width: 100% !important;
        border-top-right-radius: .3rem !important;
        border-bottom-right-radius: .3rem !important;
    }

    .form_btn {
        width: 100%;
        height: 65px;
        margin-top: 5px;
        border-top-left-radius: .3rem !important;
        border-bottom-left-radius: .3rem !important;
    }

    .main_menu li {
        padding-left: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
}