* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
    outline: none;
}

body,
html {
    font-family: 'Roboto';
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

.clear {
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto';
}

textarea {
    outline: none;
    font-family: 'Roboto';
}

select {
    outline: none;
    font-family: 'Roboto';
}

input {
    outline: none;
    font-family: 'Roboto';
}

button {
    outline: none;
    font-family: 'Roboto';
}

.ff-left {
    float: left;
}

.ff-right {
    float: right;
}

.bg-none {
    background: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.main {
    max-width: 1252px;
    width: 100%;
    margin: 0px auto;
}

.bg-top {
    float: left;
    width: 100%;
}

.index_slider {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
}

.hdr {
    margin-top: 27px;
    float: left;
    width: 100%;
    text-align: center;
}

.bg-top .menu {
    float: left;
    width: 100%;
    position: relative;
    background: #808285;
    text-align: center;
}

.bg-top .menu .menu-collapser {
    box-sizing: border-box;
    display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 100%;
    z-index: 600;
    position: relative;
    line-height: 48px;
    color: #fff;
    float: left;
    text-align: left;
    font-weight: 300;
    text-indent: 10px;
}

a.scroll-to-top.hidden-mobile.visible {
    display: none;
}

.bg-top .menu .collapsed {
    width: 100%;
}

.bg-top .menu .collapsed i {
    font-style: normal;
    margin-right: 0px;
}

.bg-top .menu .collapse-button {
    width: 26px;
    background: url(/../assets/images/box.png) no-repeat;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
    background-size: cover;
}

.bg-top .menu ul.collapsed li {
    padding: 0 0px;
}

.bg-top .menu ul.slimmenu {
    display: inline-flex;
}

.bg-top .menu ul.slimmenu>li {
    display: inline-block;
    float: left;
    position: relative;
}

.bg-top .menu ul.slimmenu>li:first-child:after {
    display: none;
}

.bg-top .menu ul.slimmenu li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    transition-duration: 1s;
    transition-property: background, border-radius;
    transition-timing-function: linear;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.bg-top .menu ul.slimmenu .active>a,
.bg-top .menu ul.slimmenu li>a:hover,
.bg-top .menu ul.slimmenu li>a.active {
    color: #ffffff;
    background: #c4161c;
}

.bg-top .menu ul.slimmenu li li a:hover {
    color: #fff;
    background: #808285;
}

.bg-top .menu ul.slimmenu li .sub-collapser {
    background: #282520;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.bg-top .menu ul.slimmenu li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.bg-top .menu ul.slimmenu li .sub-collapser>i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.bg-top .menu ul.slimmenu li ul {
    margin: 0;
}

.bg-top .menu ul.slimmenu li ul li {
    float: left;
    background: none;
    padding: 0;
    position: relative;
    width: 100%;
}

.bg-top .menu ul.slimmenu li>ul div {
    width: 14%;
    float: left;
    margin: 0 1%;
    padding: 20px 0;
}

.bg-top .menu ul.slimmenu li ul li a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

.bg-top .menu ul.slimmenu li>ul {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 250px;
    background: #c4161c;
}

.ab_do_pdf {
    width: 100%;
    float: left;
    padding: 5px 10px;
}

.ab_do_pdf img {
    width: 120px;
    float: right;
}

.bg-top .menu ul.slimmenu li ul li h3 {
    font-size: 16px;
    color: #c4161c;
    width: 100%;
    float: left;

    padding: 0 0 0 10px;
    border-left: 2px solid #c4161c;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bg-top .menu ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
    border-left: 1px solid #231f20;
    border-top: 1px solid #231f20;
}

.bg-top .menu ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bg-top .menu ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bg-top .menu ul.slimmenu.collapsed li .sub-collapser {
    height: 32px;
}

.bg-top .menu ul.slimmenu.collapsed li ul li .sub-collapser {
    height: 35px;
}

.bg-top .menu .slimmenu .sub-collapser {
    display: none;
}

.bg-top .menu .collapsed .sub-collapser {
    display: block;
}

.logo {
    float: left;
    width: 300px;
}

.submenupart {
    width: 100%;
    float: left;
}

.bg-top .header_top {
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
}

.bg-top .header_top .header_top_right {
    float: right;
}

.header_top_right_1 {
    float: right;
}

.header_top_right_1 .header_top_right_1_img {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
}

.header_top_right_1 .header_top_right_1_text {
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin: 0 40px 0 0;
}

.header_top_right_1 .header_top_right_1_img i {
    display: inline-block;
    color: #c4161c;
    font-size: 19px;
    line-height: 40px;
}

/*-------------------------- bannerslide -------------------------------------*/


.bg-top .logo h1 {
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
    float: left;
}

.bg-top .logo span {
    font-size: 36px;
    color: #fff;
    float: left;
    padding: 0 0 0 10px;
}


.sliderWrapper {
    height: 490px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner_main .container {
    width: 100%;
    float: left;
}

.banner_main {
    width: 100%;
    float: left;
}


.sliderWrapper .slider {
    background: #aaa;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
}

.sliderWrapper .slider .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.sliderWrapper .slider .slide img {
    width: 100%;
    height: 100%;
}

.sliderWrapper .slider-directions .slider-directions-prev,
.sliderWrapper .slider-directions .slider-directions-next {
    cursor: pointer;
    background: #eee;
    color: #333;
    height: 48px;
    position: absolute;
    top: 35%;
    width: 24px;
    z-index: 10;
    box-shadow: 0;

    transition-property: left, right, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.sliderWrapper .slider-directions .slider-directions-prev:after {
    content: '<' !important;
    display: block;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.sliderWrapper .slider-directions .slider-directions-next:after {
    content: '>' !important;
    display: block;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.sliderWrapper .slider-directions .slider-directions-prev {
    left: -24px;
}

.sliderWrapper:hover .slider-directions .slider-directions-prev {
    left: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

.sliderWrapper .slider-directions .slider-directions-prev:after {
    content: '«';
}

.sliderWrapper .slider-directions .slider-directions-next {
    right: -24px;
}

.sliderWrapper:hover .slider-directions .slider-directions-next {
    right: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

.sliderWrapper .slider-directions .slider-directions-next:after {
    content: '»';
}

.sliderWrapper .slider-navigation {
    bottom: -24px;
    color: #333;
    left: 2px;
    position: absolute;
    z-index: 10;

    transition-property: bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation {
    bottom: 2px;
}

.sliderWrapper .slider-navigation .slider-navigation-item {
    cursor: pointer;
    background: #eee;
    border-radius: 100%;
    box-shadow: 0;
    display: inline-block;
    float: left;
    height: 12px;
    margin-left: 2px;
    margin-right: 2px;
    text-indent: -9999px;
    width: 12px;

    transition-property: box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation .slider-navigation-item {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

.sliderWrapper .slider-navigation .slider-navigation-item.active {
    background: #333;
    color: #eee;
}

.index_main {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.index_about_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.index_about_main .index_about_left {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}

.index_about_main .index_about_right {
    width: 50%;
    float: left;
}

.heading {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.heading .fa_icon {
    float: left;
    background: #c4161c;
    color: #fff;
    font-size: 24px;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    text-align: center;
}

.heading .fa_icon p i {
    line-height: 50px;
    float: left;
}

.heading .fa_icon p {
    display: inline-block;
}

.heading h1 {
    float: left;
    color: #c4161c;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.index_about_main .index_about_right .index_about_right_text {
    float: left;
    width: 100%;
}

.index_about_main .index_about_right .index_about_right_text p {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 22px;
}

.btn_main {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.btn_main a {
    float: left;
    background: #c4161c;
    color: #fff;
    padding: 20px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s all ease;
    line-height: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn_main a:hover {
    background: #808285;
}

.heading {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}

.btn_main button {
    float: left;
    background: #c4161c;
    color: #fff;
    padding: 20px 25px;
    text-transform: uppercase;
    transition: 0.3s all ease;
    line-height: 0;
}

.btn_main button:hover {
    background: #231f20;
}

.index_client_main {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 50px 0;
}

.body2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.footer_main {
    width: 100%;
    float: left;
    padding: 50px 0 20px 0;
    background: #202020;
}

.footer_main .footer_1 {
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
}

.footer_main .footer_1 .footer_1_heading {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer_main .footer_1 .footer_1_links {
    width: 100%;
    float: left;
}

.footer_main .footer_1 .footer_1_links ul {
    width: 100%;
    float: left;
}

.footer_main .footer_1 .footer_1_links ul li {
    width: 100%;
    float: left;
}

.footer_main .footer_1 .footer_1_links ul li a {
    width: 100%;
    float: left;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 0 10px 0;
    transition: 0.3s all ease;
}

.footer_main .footer_1 .footer_1_links ul li a:hover {
    color: #c4161c;
}

.footer_main .footer_1 .footer_1_text {
    width: 100%;
    float: left;
}

.footer_main .footer_1 .footer_1_text .footer_fa {
    float: left;
    width: 24px;
    text-align: center;
}

.footer_main .footer_1 .footer_1_text .footer_fa span {
    color: #ffffff;
    margin: 0 10px 0 0;
    font-size: 18px;
}

.footer_main .footer_1 .footer_1_text p {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    width: 90%;
    float: left;
    margin: 0 0 15px 0;
}

.footer_main .footer_1 .footer_social .footer_1_heading p {
    margin: 0 0 5px 0;
}

.footer_main .footer_1 .footer_social .footer_1_heading {
    padding: 0;
    margin: 10px 0 10px 0;
}

.footer_main .footer_1 .footer_social {
    width: 100%;
    float: left;
}

.footer_main .footer_1 .footer_social a {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 24px;
}

.footer_copy {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #4c4c4c;
    color: #fff;
}

.breadcrumbs {
    width: 100%;
    float: left;
    padding: 81px 0;
    background: url(/../assets/images/inner_banner.jpg);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
        margin-bottom: 50px;
    text-align: center;
}


.tq-head{
    text-align:center;
     margin-bottom: 50px;
    
}

.breadcrumbs h2 {
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.about_page_text {
    width: 80%;
    float: left;
    background: #efefef;
    margin: 0 0 50px 10%;
    padding: 20px;
    border: 1px solid #ccc;
}

.about_page_text h3 {
    font-size: 16px;
    color: #c4161c;
    width: 100%;
    float: left;

    margin: 0 0 15px 0;
}

.about_page_text .about_page_text_1 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.about_page_text .about_page_text_1 span {
    font-size: 11px;
    float: left;
    color: #c4161c;
}

.about_page_text .about_page_text_1 p {
    float: left;
    font-size: 14px;
    padding: 0 0 0 5px;
    line-height: 10px;
}

.clients_main .clients_full .clients_1 {
    width: 18%;
    float: left;
    margin: 0 1% 20px 1%;
    border: 1px solid #ccc;
    text-align: center;
    transition: 0.3s all ease;
}

.clients_main .clients_full .clients_1:hover {
    transform: translateY(-10px);
}

.clients_main .clients_full {
    width: 100%;
    float: left;
}

.clients_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.contact_detail_main {
    width: 100%;
    float: left;
    padding: 50px 100px;
    background: #c4161c;
}

.contact_detail_main .contact_detail_heading {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 30px 0;
}

.contact_detail_main .contact_detail_heading p {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.contact_detail_main .contact_detail_1 {
    width: 30%;
    float: left;
    margin: 0 1.5%;
}

.contact_detail_main .contact_detail_1 span {
    float: left;
    color: #fff;
    font-size: 20px;
}

.contact_detail_main .contact_detail_1 p {
    float: left;
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin: -2px 0 0 10px;
}

.contact_detail_main .contact_detail_1 div {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.contact_map {
    width: 100%;
    float: left;
}

.contact_form_main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.contact_form_main .contact_form_left {
    width: 40%;
    float: left;
    margin: 0 5%;
}

.contact_form_main .contact_form_left .contact_form_inp {
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
}

.contact_form_main .contact_form_left .contact_form_inp input {
    float: left;
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f4f2ee;
}

.contact_form_main .contact_form_left .contact_form_inp input:focus {
    border: 1px solid #c4161c;
    background: #fff;
}

.contact_form_main .contact_form_left .contact_form_inp textarea {
    float: left;
    max-width: 100%;
    padding: 11px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f4f2ee;
    width: 100%;
    min-height: 124px;
}

.contact_form_main .contact_form_left .contact_form_inp textarea:focus {
    border: 1px solid #c4161c;
    background: #fff;
}

.contact_form__heading p {
    display: inline-block;
    font-size: 24px;
    color: #231f20;
}

.contact_form__heading {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.product_page_main .product_page_left {
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
}

.product_page_main .product_page_right {
    width: 75%;
    float: left;
}

.product_page_main .product_page_right .index_product_1 {
    width: 30%;
    float: left;
    margin: 0 1.5% 20px 1.5%;
}

.index_product_1 .index_product_1_name {
    width: 100%;
    float: left;
    background: #c4161c;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: 0.3s all ease;
    text-transform: capitalize;
}

.index_product_1:hover .index_product_1_name {
    background: #808285;
}

.index_product_full .index_product_1 .index_product_1_img {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff !important;
    height: 306px !important;
    position: relative !important;
}

.index_product_full .index_product_1 .index_product_1_img img {
    float: left;
    transition: 0.5s all ease;
    max-width: 100%;
    max-height: 100% !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    transition: 0.3s all ease;
}

.index_product_full .index_product_1 .index_product_1_img:hover img {
    transform: scale(1.1);
}

.index_product_full .index_product_1 {
    width: 23%;
    float: left;
    margin: 0 2% 20px 0;
}

.index_product_main .index_product_full {
    width: 100%;
    float: left;
}

.index_product_main {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 50px 0;
}

.footer_client_main {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

.footer_client_main .item {
    border: 1px solid #ccc;
}

.adsaikat-flip-demo {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    float: left;
}

.vision_flip {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.adsaikat-flip-demo li {
    list-style: none;
    width: 14%;
    float: left;
    margin: 0 1.3%;
}

.adsaikat-flip-demo figure {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.adsaikat-flip-demo figure img {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
}

.adsaikat-flip-demo figure figcaption {
    display: block;
    position: absolute;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.adsaikat-flip-demo figure h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    margin: 10px 0px;
    font-size: 23px;
    text-align: left;
    font-weight: 300;
    text-align: center;
}

.adsaikat-flip-demo figure p {
    display: block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    text-align: left;
    font-weight: 200;
}

.adsaikat-flip-demo figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 39px 34px 0 34px;
    background-color: rgb(196 22 28);
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
    text-align: center;
}

.adsaikat-flip-demo figure img {
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.adsaikat-flip-demo figure:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}

.adsaikat-flip-demo figure:hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.accordion {
    width: 100%;
    max-width: 360px;
    float: left;
    background: #fff;
}

.product_page_main .product_page_left .categories_left_main {
    background: #231f20;
    width: 100%;
    float: left;
}

.product_page_main .product_page_left .categories_left_main h1 {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 10px 10px 15px;
}

.newe_product_detail_main {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.newe_product_detail_main_center {
    width: 44%;
    float: left;
    margin: 0 2% 0 0;
}

.newe_product_detail_main_center h3 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    color: #c4161c;
    font-size: 26px;
}

.newe_product_detail_form {
    width: 29%;
    float: left;
    background: #f1f1f1;
    padding: 20px;
}

.newe_product_detail_form h3 {
    width: 100%;
    float: left;
    background: #e22136;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.newe_product_detail_form .newe_product_detail_form_inp1 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.newe_product_detail_form .newe_product_detail_form_inp1 input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px;
}

.newe_product_detail_form .newe_product_detail_form_inp1 select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px;
}

.newe_product_detail_form .newe_product_detail_form_inp1 textarea {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px;
}

.newe_product_detail_form .newe_product_detail_form_inp1 button {
    width: 100%;
    float: left;
    background: #c4161c;
    border: none;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}


.newe_product_detail_main_left {
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
}

.newe_product_detail_main_left .categories_left_main {
    background: #231f20;
    width: 100%;
    float: left;
}

.newe_product_detail_main_left .categories_left_main h1 {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 10px 10px 15px;
}


.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 15px;
    color: #000;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc !important;
}

.accordion a {
    color: #000;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #ee1c24;
}

.accordion li.open i {
    color: #ee1c24;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.top #button {
    display: inline-block;
    background-color: #c4161c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.top #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.top #button:hover {
    cursor: pointer;
    background-color: #333;
}

.top #button:active {
    background-color: #555;
}

.top #button.show {
    opacity: 1;
    visibility: visible;
}


/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    background: #231f20;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d3d3d3;
    padding: 6px;
    padding-left: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #ee1c24;
    color: #FFF;
}

.product_detail_main {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
}

.product_detail_main .product_detail_left {
    width: 39%;
    float: left;
    margin: 0 4% 20px 0;
}

.product_detail_main .product_detail_right {
    width: 100%;
    float: left;
}

.product_detail_main .product_detail_right .product_detail_right_heading {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.product_detail_main .product_detail_right .product_detail_right_heading p {
    color: #c4161c;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
}

.product_detail_main .product_detail_right .product_detail_right_text {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.product_detail_main .product_detail_right .product_detail_right_text p {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.technicaldata {
    width: 100%;
    float: left;
    padding: 50px 15%;
    background: #f1f1f1;
}

.technicaldata table {
    width: 100%;
    float: left;
    background: #fff;
    border-collapse: collapse;
}

.technicaldata table td,
th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.gallery {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.gallery .row>.column {
    padding: 0 8px;
}

.gallery .row:after {
    content: "";
    display: table;
    clear: both;
}

.gallery .column {
    float: left;
    width: 25%;
    overflow: hidden;
    background-color: #fff !important;
    height: 306px !important;
    position: relative !important;
    margin: 0 0 30px 0;
}

.breadcrumbs ul {
    width: 100%;
    float: left;
}

.breadcrumbs ul li {
    margin: 10px 0 0 0;
}

.breadcrumbs ul li a {
    color: #fff;
    text-transform: capitalize;
}

/* The Modal (background) */
.gallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.gallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 550px;
    max-width: 1200px;
}

/* The Close Button */
.gallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.gallery .close:hover,
.gallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.gallery .mySlides {
    display: none;
}

.gallery .cursor {
    cursor: pointer;
}

.gallery .column img {
    transition: 0.3s;
    float: left;
    transition: 0.5s all ease;
    max-width: 100%;
    max-height: 100% !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    transition: 0.3s all ease;
}

/* Next & previous buttons */
.gallery .prev,
.gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery .prev:hover,
.gallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}



.gallery .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.gallery .demo {
    opacity: 0.6;
}

.gallery .active,
.gallery .demo:hover {
    opacity: 1;
}

.gallery img.hover-shadow {
    transition: 0.3s;
}

.gallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.respo_f {
    float: right;
}

ul.pagination li.active a {
    background: #c4161c;
}

ul.pagination li {
    float: left;
    line-height: 25px;
}

ul.pagination {
 width: 100%;
    float: left;
    display: flex;
    margin: 20px 0px 0px 0;
    justify-content: center;
    align-items: baseline;

}

.mr-50{
        margin-bottom: 50px;

}

li.page-item.active {
    background: #c4161c;
    padding: 2px 10px;
    color: white;
    margin: 0px 5px;
}


.justify-content-center{
    justify-content:center;
}




ul.pagination li a {
    color: #fff;
    margin: 0 5px 0 0;
    background: #202020;
    padding: 5px 10px;

}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 15px;
}





@media only screen and (max-width: 1255px) {
    .main {
        width: 1000px;
    }

    .bg-top .menu ul.slimmenu li>ul {
        left: -92%;
        width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .main {
        width: 800px;
    }

    .menu {
        width: auto;
    }
}

.banner-content {
    position: absolute;
    width: 40%;
    height: 26%;
    top: 10px;
    left: 10px;
    text-align: left;
    font-size: 12px;
    margin: 2%;
}

.banner-heading {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;
    margin-top: 63%;
    margin-left: 52%;
    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner-heading a {
    color: #fff;
}

.banner-heading1 a {
    color: #fff;
}

.banner-heading2 a {
    color: #fff;
}

.banner-heading3 a {
    color: #fff;
}

.banner-heading4 a {
    color: #fff;
}

.banner-heading5 a {
    color: #fff;
}

.banner-heading1 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;
    margin-top: 0%;
    margin-left: 86%;
    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner-heading2 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;
    margin-top: 63%;
    margin-left: 120%;
    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner-heading3 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;
    margin-top: 0%;
    margin-left: 153%;
    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner-heading4 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;

    margin-top: 63%;
    margin-left: 187%;

    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner-heading5 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0357A1;
    margin-top: 0%;
    margin-left: 222%;
    position: absolute;
    z-index: 9999;
    background-color: #c4161c;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.banner_btn {
    width: 100%;
    float: left;
    background: url(/../assets/images/banner_1.jpg);
    height: 67vh;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

/*--------------------------------------- property end -----------------------------------------------*/

@media screen and (max-width: 992px) {
    table {
        display: block;
    }

    .bg-top .menu ul.slimmenu li>ul {
        left: -92%;
        width: 800px;
    }
}

/*--------------------------------------- property end -----------------------------------------------*/

@media only screen and (max-width: 910px) {
    .menu .collapse-button {
        top: 28px;
    }
}

@media only screen and (max-width: 840px) {
    .main {
        width: 750px;
    }
}

@media only screen and (max-width: 784px) {
    .menu img {
        display: none;
    }

    .menu {
        width: 100%;
    }

    .menu {
        width: 100%;
        top: 0;
        position: relative;
        height: auto;
    }

    .menu ul.slimmenu {
        margin: 30px 0 0 0;
    }

    .bg-top .menu ul.slimmenu li>a {
        padding: 6px 10px;
    }

    .header_top_right_1 {
        float: left;
        width: 100%;
    }

    .respo_f .header_top_right_1 {
        float: left;
        width: auto;
    }

    .respo_f {
        float: left;
    }

    .bg-top .menu ul.slimmenu li>ul {
        left: 0;
        width: 100%;
        background: #fff;
        height: 300px;
        overflow-y: scroll;
    }

    .bg-top .menu ul.slimmenu li>ul div {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .bg-top .menu ul.slimmenu li ul li h3 {
        margin: 5px 0;
    }

}

@media only screen and (max-width: 767px) {
    .adsaikat-flip-demo li {
        width: 45%;
        margin: 10px 2.5%;
    }

    .newe_product_detail_main_left {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .accordion {
        max-width: 100%;
    }

    .newe_product_detail_main_center {
        width: 100%;
        margin: 0 0 20px 0;
    }


    .newe_product_detail_form {
        width: 100%;
    }

    .technicaldata {
        padding: 20px 30px;
    }

    .bg-top .menu ul.slimmenu {
        display: block;
    }

    .bg-top .menu ul.slimmenu li>a {
        text-align: left;
    }

    .index_about_main .index_about_left {
        width: 100% !important;
        padding: 0;
    }

    .index_about_main .index_about_right {
        width: 100% !important;
        padding: 20px 0 0 0;
    }

    .index_about_main .index_about_right .index_about_right_text .index_about_right_text_bullet {
        display: none;
    }

    .index_about_main .index_about_right .index_about_right_text p {
        width: 100%;
        text-align: justify;
    }

    .heading h3 {
        width: 72%;
    }

    .heading h1 {
        line-height: 16px;
        font-size: 18px;
    }

    .heading .fa_icon p i {
        line-height: 40px;
    }

    .heading .fa_icon {
        width: 40px;
        height: 40px;
    }

    .footer_main .footer_1 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .about_page_text .about_page_text_1 span {
        padding: 3px 0 0 0;
    }

    .about_page_text .about_page_text_1 p {
        line-height: 18px;
        width: 90%;
    }

    .index_product_main .index_product_full {
        display: inline-block;
    }

    .index_product_full .index_product_1 {
        width: 100%;
        float: left;
    }

    .breadcrumbs {
        padding: 31px 0;
    }

    .breadcrumbs h2 {
        font-size: 22px;
    }

    .breadcrumbs ul li a {
        font-size: 14px;
    }

    .product_page_main .product_page_right .index_product_1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .product_detail_main .product_detail_left {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .product_detail_main .product_detail_right {
        width: 100%;
    }

    .gallery {
        padding: 30px 0;
    }

    .gallery .column {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .gallery .modal-content {
        width: 90%;
    }

    .gallery .modal {
        padding-top: 50px;
    }

    .contact_detail_main .contact_detail_1 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .contact_detail_main {
        padding: 40px 0;
    }

    .contact_detail_main .contact_detail_heading p {
        font-size: 16px;
    }

    .contact_form__heading p {
        font-size: 16px;
    }

    .contact_form_main .contact_form_left {
        width: 100%;
        margin: 0;
    }

    .product_page_main .product_page_left {
        width: 100%;
        margin: 0;
    }

    .product_page_main .product_page_right {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .main {
        width: 600px;
    }

    .menu ul.slimmenu.collapsed li {
        border-top: 1px solid #c4c4c4;
    }

    .menu ul.slimmenu li ul li a {
        text-align: left;
        font-size: 12px;
        border-top: none;
        padding: 9px 20px;
        background: #e9e9e9;
    }

    .banner_btn {
        height: 40vh;
    }
}

@media only screen and (max-width: 640px) {
    .main {
        width: 450px;
    }

    .sliderWrapper {
        height: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .main {
        width: 300px;
    }

    .banner-heading {
        font-size: 9px;
        text-transform: capitalize;
        margin-top: 53%;
        margin-left: 45%;
        padding: 3px;
    }




    .banner-heading2 {
        font-size: 9px;
        margin-top: 53%;
        text-transform: capitalize;
        margin-left: 112%;
        padding: 3px;
    }

    .banner-heading4 {
        font-size: 9px;
        margin-top: 53%;
        text-transform: capitalize;
        margin-left: 177%;
        padding: 3px;
    }

    .banner-heading1 {
        font-size: 9px;
        margin-top: 1%;
        text-transform: capitalize;
        margin-left: 79%;
        padding: 3px;
    }

    .banner-heading3 {
        font-size: 9px;
        margin-top: 1%;
        text-transform: capitalize;
        margin-left: 147%;
        padding: 3px;
    }

    .banner-heading5 {
        font-size: 9px;
        margin-top: 1%;
        text-transform: capitalize;
        margin-left: 214%;
        padding: 3px;
    }

    .banner_btn {
        height: 23vh;
    }

    .index_about_main {
        padding: 20px 0;
    }

    .index_slider {
        width: 100%;
        padding: 0;
    }


    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 30px;
        left: 12px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 32px;
        /* box-shadow: 2px 2px 3px #999; */
        z-index: 100;
    }



    .top #button {
        display: inline-block;
        background-color: #c4161c;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 33px;
        right: 19px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

    .btn_main {
        text-align: center;
        display: flex;
        justify-content: center;
    }


    ul.pagination {
        width: 100%;
        float: left;
    }

    ul.pagination li a {
        color: #fff;
        margin: 0 5px 0 0;
        background: #202020;
        /* padding: 4px 4px; */
        font-size: 16px;
        padding: 4px;
    }



    .product_detail_right_text table {
        margin: 20px 0 0 0 !important;
    }

    .product_detail_right_text table td {
        padding: 8px !important;
    }

    .product_detail_right_text table td p {
        margin: 0 !important;
    }

}


@media only screen and (max-width: 767px) {
    .product_detail_right_text table {
        width: 100% !important;
    }

    .product_detail_main .product_detail_right .product_detail_right_text p {
        font-size: 14px !important;
    }
}