body{
    font-family: 'Roboto', sans-serif;
}
a:focus, img:focus{
    outline: none;
}
.main_header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.brang_logo{
    padding: 0;
    max-width: 265px;
    z-index: 99;
}
.bg-yellow{
    background: #e6b300;
    background: -moz-linear-gradient(top,  #e6b300 0%, #dfa200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e6b300 0%,#dfa200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e6b300 0%,#dfa200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b300', endColorstr='#dfa200',GradientType=0 ); /* IE6-9 */
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
    height: 95px;
    width: 65.13%;
    position: absolute;
    right: 0;
} 
.nav_contact{
   position: absolute;
   top: 0;
   right: 0;
   z-index: 9;
   padding: 8px 0 0;
}
.nav_contact a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 2px;
    vertical-align: bottom;
}
.main_header .navbar{
    padding: 8px 0;
}
.main_header .nav-item{
    padding: 0 5px;
    position: relative;
}
.main_header .nav-item:last-child{
    padding-right: 0;
}
.main_header .nav-item .nav-link,
.main_header .nav-item.active .nav-link{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    position: relative;
}
.main_header .nav-item.active .nav-link:hover,
.main_header .nav-item .nav-link:hover,
.main_header .nav-item .nav-link:focus{
    color: #fff;
}
.main_header .nav-item.active .nav-link::after,
.main_header .nav-item .nav-link::after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translateY(-18px);
}
.main_header .nav-item .nav-link:hover::after{
    height: 4px;
    transform: translateY(13px);
    opacity: 1;
}
.main_header .nav-item.active .nav-link::after{
    height: 4px;
    transform: translateY(13px);
    opacity: 1;
}
.main_header .navbar-nav{
    margin-right: -15px;
    padding: 15px 0 0;
}
.main_header .navbar-toggler{
    z-index: 99;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 3px 8px;
}
.main_header .navbar-toggler:focus{
    outline: none;
}
.custom-icon {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 4px 0;
    transition: all 0.3s linear;
}
.main_header .navbar-toggler[aria-expanded="true"] .icon-one{
    transform: rotate(45deg) translate(4px, 3.5px);
    transition: all 0.3s linear;
}
.main_header .navbar-toggler .icon-two{
    transition-delay: 0.2s;
}
.main_header .navbar-toggler[aria-expanded="true"] .icon-two{
    opacity: 0;
    transition: all 0.3s linear;
}
.main_header .navbar-toggler[aria-expanded="true"] .icon-three{
    transform: rotate(-45deg) translate(5px, -4px);
    transition: all 0.3s linear;
}
.banner_sec{
    position: relative;
}
.banner_sec img{
    width: 100%;
    height: 667px;
    object-fit: cover;
    object-position: top;
}
.banner_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 100%;
    text-align: center;
}
.banner_title h3{
    color: #fff;
    font-size: 85px;
    font-weight: 500;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.banner_title h3 span{
    font-size: 55px;
    font-weight: 300;
}
.welcome_sec{
    background-image: url("../images/welcome_bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
    min-height: 500px;
    background-size: 50% 100%;
    position: relative;
}
.welcome_content{
    padding: 60px 0 0;
}
.welcome_content h3{
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
}
.welcome_content h3 span{
    font-size: 26px;
    color: #e5af00;
    font-weight: 300;
    display: block;
}
.welcome_content h3::before{
    content: "";
    display: block;
    height: 56px;
    width: 6px;
    background-color: #e5af00;
    position: absolute;
    left: 0;
    top: 4px;
}
.welcome_content p{
    font-size: 16px;
    color: #3c3c3c;
    padding: 10px 0 12px;
    margin: 0;
}
.welcome_thumb{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.welcome_thumb img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.about_sec{
    position: relative;
}
.about_content{
    padding: 30px 0 0 15px;
}
.about_content h3{
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.about_content h3::after{
    content: "";
    display: block;
    width: 56px;
    height: 6px;
    background-color: #e5af00;
    margin: 2px 0 0;
}
.about_content p{
    font-size: 16px;
    color: #3c3c3c;
    padding: 10px 0;
    margin: 0;
}
.about_content ul{
    padding: 12px 0 15px;
    margin: 0;
}
.about_content ul li{
    font-size: 16px;
    color: #3c3c3c;
    padding:0 0 0 20px;
    margin: 0;
    list-style: none;
    position: relative;
}
.about_content ul li::before{
    content: "»";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #3c3c3c;
}
.about_thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.about_thumb img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.btn_yellow{
    display: block;
    max-width: 120px;
    height: 40px;
    background-color: #e5af00;
    color: #fff;
    padding: 9px 10px 9px 15px;
    outline: none;
    transition: all 0.3s linear;
    margin: 10px 0;
    position: relative;
}
.btn_yellow::after{
    content: "»";
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 3px;
    bottom: 0;
}
.btn_yellow:hover{
    background-color: #dfa200;
    transition: all 0.3s linear;
    color: #fff;
    text-decoration: none;
}
.carousel_sec{
    position: relative;
    padding: 50px 0;
}
.carousel_thumb{
    padding-bottom: 15px;
}
.carousel_box {
    margin: 20px 10px;
    padding: 15px 15px 25px;
    outline: none;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.carousel_box .btn_yellow{
    width: 120px;
    transform: translate(165%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}
.carousel_box:hover .btn_yellow{
    transform: translate(-50%, -50%);
    transition-delay: 0.3s;
}
.carousel_box::before{
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-140px);
    clip-path: polygon(0 0, 35% 25%, 35% 75%, 0% 100%);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.carousel_box:hover::before{
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.carousel_thumb img{
    margin: 0 auto;
    height: 130px;
    object-fit: contain;
}
.carousel_box h4{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 500;
    text-align: center;
}
.carousel_box p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    text-align: center;
}
.carousel_items .slick-prev{
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(../images/prev.png);
    width: 31px;
    height: 58px;
    outline: none;
    padding: 0;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.carousel_items .slick-next{
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(../images/next.png);
    width: 31px;
    height: 58px;
    outline: none;
    padding: 0;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product_des{
    background-image: url("../images/product_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 535px;
    position: relative;
}
.product_des::after{
    content: "";
    display: block;
    background-color: rgba(243, 243, 243, 0.8);
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
}
.product_content{
    padding: 60px 5px 90px 30px;
    position: relative;
    z-index: 2;
}
.product_content h4{
    font-size: 36px;
    font-weight: 500;
    color: #3c3c3c;
}
.product_content span{
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    display: block;
    padding: 0 0 10px;
}
.product_content h5{
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    margin: 0;
}
.product_content p{
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    padding: 10px 0 20px;
    margin: 0;
}
.site_footer{
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 277px;
    position: relative;
}
.site_footer::after{
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.foo_block {
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 40px 65px;
}
.foo_block h4{
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}
.foo_block p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
}
.foo_block a{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s linear;
}
.foo_block a:hover{
    color: #e5af00;
    transition: all 0.3s linear;
}
.site_footer .border-top {
    border-top: 1px solid #e4e4e4!important;
    margin: 0;
    position: relative;
    z-index: 2;
}
.copyright, .social_icon{
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
}
.copyright p{
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
    padding: 6px 0 0;
}
.copyright p a{
    color: #e5af00;
    text-transform: uppercase;
    text-decoration: none;
}
.social_icon ul{
    padding: 0;
    margin: 0;
}
.social_icon ul li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

/********************About Us*********************/

.inner_page.banner_sec img{
    height: 450px;
}
.inner_page .banner_title{
    transform: none;
    text-align: left;
    left: 7%;
    width: auto;
}
.inner_page .banner_title h3{
    font-size: 70px;
}
.default_content{
    background-image: url("../images/welcome_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    padding: 60px 0;
}
.default_content h4{
    font-size: 20px;
    color: #3c3c3c;;
    font-weight: 700;
    padding: 20px 0 5px;
    margin: 0;
}
.default_content p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    padding: 12px 0;
    margin: 0;
}
.default_content span{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
}
.default_content ul{
    padding: 5px 0;
    margin: 0;
}
.default_content ul li{
    list-style: none;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    position: relative;
    padding: 4px 0 4px 20px;
}
.default_content .dise_list li::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e5b000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.default_content .decimal_list li{
    list-style: decimal;
    list-style-position: inside;
    padding: 4px 0;
}
.default_content .dise_list li ul{
    padding: 0;
}
.dise_none::before{
    display: none !important;
}
.products_show{
    max-width: 100%;
}
.product_thumb{
    width: 340px;
    height: 215px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_product{

}
.about_product h4{
    font-size: 23px;
    color: #e3ab00;
    padding: 20px 0 0;
    font-weight: 700;
}
.about_product h6{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 700;
}
.order-2{
    order: 2;
}
.form_sec{

}
.form_sec h3{
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 500;
    position: relative;
    padding: 0 0 8px;
}
.form_sec h3::after{
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background-color: #e5b000;
    margin: 5px 0;
}
.form_sec .form-control{
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
    color: #3c3c3c;
}
.form_sec textarea.form-control{
    height: 120px;
}
.form_sec .form-control:focus{
    outline: none;
    border-color: #3c3c3c;
}
.form_sec .form-group{
    margin: 15px 0;
}
.form_sec::-webkit-input-placeholder { /* Edge */
    color: #3c3c3c;
}
  
.form_sec:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3c3c3c;
}
  
.form_sec::placeholder {
    color: #3c3c3c;
}
.form_sec .btn_yellow{
    max-width: 160px;
    width: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: none;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
}
.contact_info{
    background-color: #e5b000;
    padding: 30px 25px 60px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -140px;
    margin-left: 40px;
}
.contact_info h3{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.contact_info h3::after{
    content: "";
    display: block;
    width: 250px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0 15px;
}
.contact_info h4{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 15px 0 5px;
}
.contact_info p{
    font-size: 16px;
    color: #fffd;
    font-weight: 400;
    padding: 10px 0;
    max-width: 225px;
}
.contact_info a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 15px 0;
    display: block;
}   
.n-bg{
    background-image: none;
}