/* custom css */

@font-face {
    font-family: 'Mukta Vaani';
    src: url('../fonts/MuktaVaani-Regular.woff2') format('woff2'),
        url('../fonts/MuktaVaani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mukta Vaani';
    src: url('../fonts/MuktaVaani-Medium.woff2') format('woff2'),
        url('../fonts/MuktaVaani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Regular.woff2') format('woff2'),
        url('../fonts/Begum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



a,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Begum';
     font-weight: bold;
     line-height: 1.3;
}

p,
li , a {
  font-family: 'Mukta Vaani';
  font-size: 17px;
  color: #000;
  line-height: normal;
  transition: .4s ease;
}

img {
    max-width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}


.h_text a,
.h_text p,
.carousel-caption p,
.main-slider .carousel-indicators li,
.content-info p {
    
}

.date,
.content-text a {
    
}

.iabrandss-text h1,
.iabrandss-text h2 {
    
}

.h-title h2,
.h-title h1,
.btn {
    
}

.navbar-nav li.nav-item a.nav-link,
.get-touch-btn a,
.get_btn a,
.cs-btn a,
.f-menu ul li a,
.form-control {
    
}

.carousel-caption h2 {
    
}

.banner_content ul li {
    
}





ol , ul , dl {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* header start here */

.top-header {
    padding: 10px 0;
    background: #ed3338;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-header {
    background: white;
    padding: 5px 0;
}

.bottom-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu ul {
    display: flex;
    align-items: center;
}

.main-menu ul li a {
    display: inline-block;
    padding: 10px 20px;
}

.search-tab .asl_w_container {
    min-width: 230px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: auto !important;
    padding: 5px  10px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: 'Mukta Vaani' !important;
    color: #000 !important;
    font-size: 15px !IMPORTANT;
}

.call-support span {
    font-family: 'Mukta Vaani';
}

.call-support a {
 color: #ffffff;
 font-size: 18px;
 font-weight: 500;
}

.call-support {
    text-align: center;
}

.carts-icons a {
    color: #e8cf8d;
    font-size: 20px;
    margin: 0 2px;
    position: relative;
}

.carts-icons a span {
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    font-size: 12px;
    display: grid;
    place-content: center;
    top: -2px;
    right: -2px;
    border-radius: 100%;
}

.main-logo img {
    width: 145px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    margin: 0 0 -20px;
}




/* header end here */

.about-iabrandss.export-sec1 .big_img img {
    height: 450px;
}

.about-iabrandss.export-sec2 .big_img img {
    width: 550px;
}

.export-sec2 .h-title h2 {
    font-size: 50px;
}

/* home slider */

.banner {
    /* margin-top: 86px; */
    position: relative;
}

.main-slider {}

.carousel-img {
    position: relative;
}

.carousel-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.3); */
    -webkit-background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel-img img {
    max-width: 100%;
    width: 100%;
}

.carousel-caption {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.carousel-caption h3 {
    color: #bdd63d;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
}

.carousel-caption h2 {
    font-size: 56px;
    color: #000;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    text-shadow: none;
}

.carousel-caption h2 span {
    color: #f54848;
}

.carousel-caption p {
    font-size: 18px;
    color: #000;
    margin: 10px 0 25px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    font-style: normal;
    
    text-shadow: none;
    line-height: 27px;
}

.main-slider .carousel-indicators {
    bottom: 0;
    left: 0;
    right: auto;
    max-width: 300px;
    margin: 0;
    text-align: left;
    position: relative;
    width: auto;
}

.main-slider .carousel-indicators li {
    text-indent: inherit;
    font-size: 16px;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    border-radius: 0;
    margin: 0 15px;
}

.main-slider .carousel-indicators li.active {
    background: transparent;
    border-bottom: 2px solid #fff;
}

.main-slider .carousel-indicators:after {
    content: "";
    width: 101px;
    height: 1px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: 11px;
}

.main-slider .carousel-indicators li:hover,
.main-slider .carousel-indicators li.active,
.slider-btn a:hover {
    color: #000000;
}

.get_btn {
    margin: 0;
    text-align: center;
}

.get_btn a {
    min-width: 115px;
    line-height: 37px;
    display: block;
    /* background: #df2a2a; */
    color: #fff;
    text-transform: capitalize;
    border-radius: 0px;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed3338+0,c88d3b+100 */
    background: #ed3338;
    /* Old browsers */
    background: -moz-linear-gradient(top,
            #ed3338 0%,
            #ed3338 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            #ed3338 0%,
            #ed3338 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            #ed3338 0%,
            #ed3338 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3338', endColorstr='#ed3338', GradientType=0);
    /* IE6-9 */
    text-shadow: none;
    border-radius: 10px;
}

.get_btn a:hover {
    /*background-color: #ed3338;*/
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed3338+0,ea090d+100 */
    background: #ed3338;
    /* Old browsers */
    background: -moz-linear-gradient(top,
            #ed3338 0%,
            #ea090d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            #ed3338 0%,
            #ea090d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            #ed3338 0%,
            #ea090d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3338', endColorstr='#ea090d', GradientType=0);
    /* IE6-9 */
}

.banner_content {
    height: 268px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: left;
}

.banner_content ul {
    padding: 0;
    margin: 0;
}

.banner_content ul li {
    background-image: url(../images/dot_icon.png);
    background-position: 7px 5px;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
}

.banner_content ul li:hover {
    color: #f54848;
}

.banner_content ul li:first-child {
    padding-left: 0;
    background-image: none;
}

.slider-btn {
    position: relative;
    right: auto;
    bottom: 0;
    left: 20px;
    margin: 0;
}

.slider-btn a {
    color: #df2a2a;
    display: inline-block;
    font-size: 22px;
    margin: 0;
    padding: 0 10px;
    line-height: 22px;
}

.carousel-caption::before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.slide_nav {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
}

/* home slider end */

.h-title {}

.h-title h2 {
    /* font-size: 36px; */
    /* color: #ed3338; */
    /* text-transform: none; */
    /* margin: 0 0 8px; */
}

.h-title h2 span {
    /* color: #df2a2a; */
}

.h-title p {}

/* About Us */
.about-iabrandss.iabrandss .container .row .col-md-6:nth-of-type(1) {
    float: right;
}

.about-iabrandss.iabrandss .container .row .col-md-6:nth-of-type(2) {
    float: left;
}

.about-iabrandss.iabrandss .a_img_box {
    float: right;
}

.about-iabrandss.iabrandss {
    margin-top: 0;
    width: 100%;
    display: inline-block;
}

.about-iabrandss.iabrandss {
    padding: 0px 0 70px 0;
}

.cp-bel-ban {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 33px;
}

.cp-bel-ban img {
    width: auto;
    margin: 0px auto;
    transition: 0.6s;
}

.cp-bel-ban:hover img {
    transform: scale(0.9);
}

.about-iabrandss {
    /* padding: 70px 0; */
}

.a_img_box {
    position: relative;
    /* margin-top: 20px; */
    margin-left: 0;
}

.big_img {
    width: 95%;
    position: relative;
    overflow: hidden;
}

.big_img img {
    max-width: 100%;
    width: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    height: auto;
    object-fit: cover;
}

.a_img_box:hover::before {
    background-color: #df2a2a;
}

.a_img_box:hover .big_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.iabrandss-text {
    /* margin-top: 34px; */
    /* padding: 0; */
}

.iabrandss-text h3 {
    /* font-size: 41px; */
    /* color: #000; */
    /* font-weight: bold; */
    /* margin-top: 5px; */
}

.iabrandss-text h1,
.iabrandss-text h2 {
    font-size: 39px;
    color: #df2a2a;
    text-transform: none;
    margin: 20px 0 0;
    padding-bottom: 0;
}

.iabrandss-text p {
    color: #555555;
    /* font-size: 15px; */
    /* line-height: 26px; */
}

/*.cs-btn {*/
/*    min-width: 132px;*/
/*    min-height: 37px;*/
/*    background-color: #ed3338;*/
/*    text-align: center;*/
/*    margin-top: 15px;*/
/*}*/

/*.cs-btn a {*/
/*    color: #fff;*/
/*    font-size: 17px;*/
/*    display: block;*/
/*    padding: 7px 15px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.8px;*/
/*    outline: none;*/
/*    text-decoration: none;*/
/*}*/

/*.cs-btn:hover {*/
/*    background-color: #df2a2a;*/
/*}*/

/*.cs-btn:hover a {*/
/*    color: #fff;*/
/*}*/

/* About Us End */

/* Event */

.event_sec {
    background-image: url(../images/event_bg.jpg);
    padding: 73px 0 63px;
}

.event_sec .h-title h2 {
    color: #fff;
}

.event_sec .h-title p {
    color: #fff;
    letter-spacing: 0.6px;
}

.event_sec .col-md-12.col-sm-12.col-xs-12 .col-md-4.col-sm-4.col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.event_box {
    text-align: center;
    position: relative;
    margin-top: 38px;
}

.event_img {
    max-width: 364px;
    min-height: 266px;
    margin: auto;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.event_img img {}

.event_box h3 {
    color: #1b1b1b;
    text-transform: uppercase;
    margin: auto;
    padding: 17px 15px;
    background-color: #fff;
    display: inline-block;
    width: 261px;
    border-radius: 4px;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.event_box:hover .event_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.event_box:hover h3 {
    background-color: #ed3338;
    color: #fff;
}

/* Event End */

/* Why Choose Us */

.wcu_sec {
    padding: 86px 0 76px;
}

.wcu_box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 52px 15px 0;
}

.wcu_icon {
    width: 105px;
    height: 105px;
    margin: 0 auto 22px;
    background-color: #ed3338;
    border-radius: 100%;
    position: relative;
}

.wcu_icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wcu_box h3 {
    margin-bottom: 12px;
    color: #1b1b1b;
}

.wcu_box p {}

.wcu_box:hover .wcu_icon {
    cursor: pointer;
    background-color: #000000;
}

.wcu_box:hover .wcu_icon img {
    transform: rotatey(360deg);
}

.wcu_box:hover h3 {
    color: #ed3338;
}

/* Why Choose Us End */

/* Gallery */

.gallery_sec {
    padding: 75px 0 50px;
    background-color: #ed3338;
    margin-top: 220px;
}

.gallery_sec .h-title {
    margin-top: -300px;
}

#gallery {
    margin-top: -180px;
}

.gallery_sec .container {
    width: auto;
    max-width: 1400px;
}

#gallery .item {
    max-width: 433px;
    margin: auto;
}

.gallery_img {
    margin: 0 6px;
    overflow: hidden;
}

.gallery_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#gallery .owl-nav {
    margin-top: 58px;
    text-align: center;
}

#gallery .owl-nav button.owl-prev,
#gallery .owl-nav button.owl-next {
    width: 43px;
    height: 43px;
    background-color: #e8ebf2;
    border-radius: 100%;
    margin: 0 50px;
    outline: none;
}

#gallery .owl-nav button span {
    font-size: 0px;
    background-image: url(../images/gallery_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 75px;
    height: 18px;
    margin: auto;
}

#gallery .owl-nav button.owl-prev span {
    background-position: 15px 0px;
}

#gallery .owl-nav button.owl-next span {
    background-position: -82px 0px;
    margin-left: -32px;
}

#gallery .owl-nav button.owl-prev:hover,
#gallery .owl-nav button.owl-next:hover {
    background-color: #df2a2a;
}

/* Gallery End */

/* client */

.ocs-sec {
    background-color: #404040;
    padding: 50px 0;
}

.ocs-sec .h-title h2,
.ocs-sec .h-title p {
    color: #fff;
}

.t-item {
    margin-top: 20px;
    padding: 0px;
    margin-left: 15px;
    margin-bottom: 40px;
    float: left;
}

.t-item .description {
    margin-top: 15px;
    position: relative;
}

.t-item .description p {
    font-size: 16px;
    color: #fff;
}

/*.t-item .description p::after {
    content: "";
    background-image: url(../images/dubal-quit-icon.png);
    background-position: 0px 0;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 5px;
}
*/
.client-info {}

.client-img {
    width: 122px;
    height: 122px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.client-img img {
    max-width: 100%;
}

.client-info {
    width: 70%;
}

.client-text h3 {
    
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.client-text h3 span {
    color: #df2a2a;
}

.client-text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.client-text h3:after {
    content: "";
    background-color: #df2a2a;
    width: 60px;
    height: 3px;
    display: block;
    margin-top: 15px;
}

#client-slider {
    margin-top: 30px;
}

#client-slider ol.carousel-indicators {
    bottom: 0;
    margin-top: 23px;
    position: relative;
}

#client-slider .owl-dots {
    text-align: center;
}

#client-slider .owl-dots button.owl-dot {
    background-image: url(../images/indicators-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 24px;
    border: none;
    border-radius: 0;
    margin: 0 3px;
    outline: none;
}

#client-slider .owl-dots {
    text-align: center;
    bottom: 145px;
    margin: auto;
    width: auto;
    left: 0;
    right: 0;
}

#client-slider .owl-dots button.owl-dot.active {
    background-position: -26px 0;
    background-color: transparent;
}

/* client end */

.blog_sec {
    /* padding: 60px 0 55px; */
    /* background: #f8f2e8; */
}

#blog-slider {
    /* margin-top: 45px; */
}

#blog-slider .item {
    max-width: 377px;
    min-height: 247px;
    margin: auto;
}

.blog_sec .h-title h2:before,
.iabrandss-text h2:before {
    /* content: "~"; */
    margin-right: 15px;
}

.blog_sec .h-title h2:after,
.iabrandss-text h2:after {
    /* content: "~"; */
}

.blog_img {
    overflow: hidden;
    position: relative;
    z-index: -999999;
}

.blog_text {
    padding: 25px 30px 0px 30px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px 11px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    text-align: left;
    width: 90%;
    margin: -40px auto 0;
    z-index: 9999;
    position: relative;
    background: #fff;
}

c {
    /* font-size: 13px; */
    /* color: #1b1b1b; */
    /* width: 156px; */
    /* text-align: left; */
    /* line-height: 24px; */
    /* border-right: 0; */
    /* padding-right: 2px; */
}

.date i,
.post i,
.blog_text .cs-btn a i {
    color: #ed3338;
    margin-right: 5px;
    font-size: 18px;
}

.blog_text .cs-btn a i {
    font-size: 10px;
    margin-left: 5px;
}

.post {
    /* float: right; */
    /* text-align: left; */
    /* line-height: 24px; */
    /* border-right: 0; */
    /* padding-right: 2px; */
}

.blog_title {
    /* width: 100%; */
    /* margin-left: 0; */
    /* margin: 8px 0; */
}

.blog_title:after {
    content: "";
    /* width: 40px; */
    /* height: 3px; */
    /* background: #ed3338; */
    /* display: block; */
    /* position: relative; */
    /* top: 11px; */
}

.blog_title:before {
    content: "";
    /* width: 100%; */
    /* height: 1px; */
    /* background: #eaeaea; */
    /* display: block; */
    /* position: relative; */
    /* top: 83px; */
}

.blog_title h4 {
    /* font-size: 23px; */
    /* color: #000; */
    /* margin: 0; */
    /* font-weight: bold; */
    /* line-height: 26px; */
}

.blog_description {
    margin-top: 20px;
    display: none;
}

.blog_text .cs-btn {
    min-width: 84px;
    min-height: 23px;
    margin-top: 10px;
    background: transparent;
    padding: 0;
    margin: 20px 0;
}

.blog_text .cs-btn a {
    font-size: 12px;
    padding: 4px 10px;
    background: transparent;
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: left;
    
    text-transform: none;
    letter-spacing: 0;
}

#blog-slider .item:hover .blog_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

#blog-slider .item:hover .blog_title h4 {
    color: #ed3338;
    
    /* font-weight: bold; */
}

#toTop {
    bottom: 4%;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 999;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background-color: #df2a2a;
    border-radius: 100%;
    border: 2px solid #ffffff;
    outline: none;
    font-size: 26px;
}

#toTop:hover {
    background-color: #c09d65;
}

/* popup */

.inquiry-form {}

.inquiry-form .modal-dialog {
    max-width: 480px;
    margin: 0px auto;
    height: 100vh;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-form .modal-dialog .modal-content {
    border: none;
    width: 100%;
    background-image: url(../images/inquery-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.inquiry-form .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.inquiry-form .modal-dialog .modal-content .modal-body {
    padding: 30px;
    z-index: 2;
}

.inquiry-form .modal-dialog .modal-content button.close {
    width: 30px;
    height: 30px;
    background-color: #ed3338;
    border-radius: 100%;
    opacity: 9;
    color: #fff;
    margin: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 3;
    outline: none;
}

.inquiry-form .modal-dialog .modal-content button.close span {
    font-size: 22px;
    line-height: 18px;
    margin: auto;
    display: inline-block;
    text-shadow: none;
}

.inquiry-form .modal-dialog .modal-content button.close:hover {
    background-color: #ed3338;
    color: #fff;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 15px;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group:last-child {
    margin-bottom: 0;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group input.form-control,
.inquiry-form .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
    box-shadow: none;
    font-size: 15px;
    letter-spacing: 0.6px;
    
    height: auto;
    padding: 6px 20px;
    background-color: #eaeaea;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group input.form-control::placeholder,
.inquiry-form .modal-dialog .modal-content .modal-body .form-group textarea.form-control::placeholder {
    color: #000;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
    min-height: 140px;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group button.btn {
    min-width: 132px;
    min-height: 37px;
    background-color: #df2a2a;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    outline: none;
    text-decoration: none;
    margin: auto;
}

.inquiry-form .modal-dialog .modal-content .modal-body .form-group button.btn:hover {
    background-color: #ed3338;
    color: #fff;
}

/* popup end */

/* Inner banner */

.header-title-breadcrumb {
    position: relative;
}

.header-title-breadcrumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 26px 0;
}

.inner-banner {
    position: relative;
}

.inner-banner::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.inner-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.header-title-breadcrumb-overlay h3 {
    /* margin: 0; */
    color: #fff;
    font-size: 40px;
}

.header-title-breadcrumb-overlay .breadcrumb {
    margin: 0;
    background: transparent;
}

.header-title-breadcrumb-overlay .breadcrumb li {
    color: #fff;
    font-size: 18px;
    margin: 0 15px 0 0;
}

.header-title-breadcrumb-overlay .breadcrumb li a {
    color: #df2a2a;
}

/* Inner banner end*/

/*.fs {*/
/*    padding: 30px 0;*/
/*}*/

.bg {
    background-color: #f8f2e8;
}

.gt-icon {
    width: 92px;
    height: 92px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.692rem;
    border: 2px solid #ed3338;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    margin: 0 auto 22px;
}

.gt-icon i {
    color: #ed3338;
    font-size: 32px;
}

.gt-title h4 {
    font-size: 22px;
    color: #ed3338;
    margin: 10px 0;
}

#sponsor-slider {
    margin-top: 30px;
}

#sponsor-slider .sl_item {
    /* width: auto; */
    /* max-width: 100%; */
    /* margin: auto; */
    overflow: hidden;
}

/* News list */

.ne-blog {
    float: left;
    width: 100%;
    min-height: 4;
    min-height: 555px;
}

.ne-blog ul {
    float: left;
    margin: 0;
    padding: 0;
}

.ne-blog figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.ne-blog figure img {
    float: left;
    width: 100%;
}

.ne-blog figure:after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    height: 0px;
    width: 0px;
    opacity: 0;
    background: #f00;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.ne-blog:hover figure::after {
    height: 92%;
    width: 96%;
    opacity: 0.7;
}

.ne-blog figure>a {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    transform: scale(10);
    -moz-transform: scale(10);
    -webkit-transform: scale(10);
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.ne-blog:hover figure>a {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.ne-thumb-caption {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    width: 100%;
    padding-top: 27px;
    padding: 25px 15px 20px 30px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.ne-blog .ne-thumb-caption h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #df2a2a;
}

.ne-thumb-caption>ul {
    list-style: outside none none;
    width: 100%;
    margin-bottom: 21px;
}

.ne-thumb-caption li {
    float: left;
    margin-right: 29px;
}

.ne-thumb-caption li a {
    font-style: italic;
    text-decoration: none;
    font-size: 15px;
    color: #1b1b1b;
    
}

.ne-thumb-caption li i {
    margin-right: 16px;
    color: #ed3338;
    font-size: 18px;
}

.ne-thumb-caption>p {
    margin: 0 0 10px;
}

.ne-thumb-caption .cs-btn {
    min-width: auto;
    min-height: auto;
    margin-top: 10px;
}

.ne-thumb-caption .cs-btn a {
    font-size: 14px;
}

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

.pag ul {
    float: none;
    margin: 0;
    padding: 0;
}

.pag .pagination>li>a,
.pagination>li>span {
    background-color: #ed3338;
    border: 1px solid #ed3338;
    color: #fff;
    float: left;
    line-height: 24px;
    margin-left: 0;
    position: relative;
    text-decoration: none;
    padding: 6px 13px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pag .pagination>li:hover a,
.pag .pagination>li.active a {
    background-color: #df2a2a;
    border: 1px solid #df2a2a;
}

/* News list end */

.blog-detail-page {}

.blog-detail-page .blog-item {
    margin-left: 0;
/*     margin-right: 25px; */
}

.blog-detail-page .blog-item .b-img {
    margin: 20px 0;
    min-height: auto;
}

.blog-detail-page .blog-item .b-img img {
    width: 100%;
}

.b-content p.quote {
    font-size: 15px;
    color: #708790;
    background: #fff2f2;
    padding: 25px 60px;
    margin: 25px 0;
    position: relative;
}

.b-content p.quote:before {
    content: "\f10e";
    position: absolute;
    font-family: "FontAwesome";
    right: 30px;
    bottom: 20px;
    font-size: 24px;
    color: #90a0aa;
}

.single-sidebar {
    box-shadow: 0 0 18px 2px #ebebf3;
    -webkit-box-shadow: 0 0 18px 2px #ebebf3;
    padding: 25px 30px;
    /* margin-top: 45px; */
    background-color: #fff;
    position: sticky;
    top: 30px;
}

.single-sidebar:not(:last-child) {
    margin-bottom: 30px;
}

.single-sidebar h2 {
    border-bottom: 1px solid #e0f3ff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 22px;
}

.single-popular-post:after {
    content: "";
    display: block;
    clear: both;
}

.single-popular-post {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.single-popular-post-img {
    margin-right: 15px;
    padding-top: 5px;
    width: 80px;
    min-height: 75px;
}

.single-popular-post-img img {
    max-width: 100%;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.single-popular-post-info {
    width: 70%;
    vertical-align: top;
}

.single-popular-post-info h3 {
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* margin-bottom: 5px; */
    /* margin-top: 0; */
}

.single-popular-post-info a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-popular-post-info a:hover {
    /* color: #50adef; */
}

.single-popular-post-info span {
    align-items: center;
    display: flex;
}

.single-popular-post-info span i {
    margin-right: 8px;
    font-size: 15px;
    color: #df2a2a;
}

.b-content h4 {
    /* font-size: 26px; */
    color: #ed3338;
}

.b-content span {
    color: #df2a2a;
}

.sidebar-list {
    padding: 0;
    margin-bottom: 0;
}

.sidebar-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #90a0aa;
    margin-top: 13px;
}

.sidebar-list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid #50adef;
    border-radius: 100%;
    left: 0;
    top: 6.5px;
}

.sidebar-list li a {
    color: #90a0aa;
}

.single-sidebar .tagcloud a {
    font-size: 13px;
    color: #708790;
    background: #f4fbff;
    display: inline-block;
    padding: 6px 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 5px 1px;
}

/* Gallery */

.gallery_sec {
    padding: 60px 0 30px;
}

.pro_item {
    padding: 8px;
    position: relative;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 40px 0 0;
    display: block;
    vertical-align: top;
    width: auto;
    box-shadow: 0 0 3px 0 rgba(137, 137, 135, 0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(137, 137, 135, 0.6);
    -webkit-box-shadow: 0 0 3px 0 rgba(137, 137, 135, 0.6);
    box-shadow: 0 0 3px 0 rgba(137, 137, 135, 0.6);
}

.pro_img {
    position: relative;
    overflow: hidden;
}

.pro_img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.pro_img img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    max-width: 100%;
    width: 100%;
}

.pro_item:hover .pro_img:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.pro_item:hover .pro_img img {
    -webkit-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}

.plus_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #df2a2a;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9px;
    text-align: center;
    margin: auto;
    opacity: 0;
    z-index: 1;
}

.plus_btn i {
    font-size: 21px;
    color: #fff;
}

.pro_item:hover .plus_btn {
    opacity: 9;
}

/* Gallery end*/

/* Functions & Parties */

.fp_event {}

.fp_text {
    margin-top: 50px;
}

.fp_text span {
    
    font-size: 18px;
    color: #df2a2a;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.fp_text h1,
.fp_text h2,
.fp_text h3 {
    font-size: 38px;
    color: #ed3338;
    text-transform: capitalize;
    margin: 15px 0 25px;
    position: relative;
    padding-bottom: 30px;
}

.fp_text h1::before,
.fp_text h2::before,
.fp_text h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #df2a2a;
    display: inline-block;
    bottom: 6px;
    left: 0;
}

.fp_text h1::after,
.fp_text h2::after,
.fp_text h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #df2a2a;
    display: inline-block;
    bottom: 0;
    left: 35px;
}

.fp_text .cs-btn a {
    font-size: 16px;
}

.fp_img {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-top: 50px;
}

.fp_img img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.thumbnail-hoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #ed3338;
    transition: all 0.4s;
}

.thumbnail-hoverlay-cross {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(2) rotate(90deg);
    transform: scale(2) rotate(90deg);
    transition: all 0.45s;
}

.thumbnail-hoverlay-cross:before,
.thumbnail-hoverlay-cross:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 43px;
    margin-top: -21px;
}

.thumbnail-hoverlay-cross:after {
    width: 43px;
    height: 1px;
    margin-top: 0px;
    margin-left: -21px;
}

.fp_img:hover .thumbnail-hoverlay {
    opacity: 0.5;
}

.fp_img:hover .thumbnail-hoverlay-cross {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.fp_img:hover img {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fp_item:first-child .fp_img,
.fp_item:first-child .fp_text {
    margin-top: 0;
}

.fp_item:nth-of-type(2n) .col-md-6.col-sm-6.col-xs-12 {
    float: right;
}

.fp_item:nth-of-type(2n) .fp_text {
    text-align: right;
}

.fp_item:nth-of-type(2n) .fp_text h3::before {
    left: auto;
    right: 0;
}

.fp_item:nth-of-type(2n) .fp_text h3::after {
    left: auto;
    right: 35px;
}

.mr_detail {}

.mr_detail ul {
    padding: 0;
}

.mr_detail ul li {
    padding-left: 35px;
    list-style-type: none;
    background-image: url(../images/f-menu-icon.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    margin-top: 8px;
}

.mr_detail .pull-right {
    margin-left: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    width: 35%;
}

.mr_detail .pull-right img {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mr_detail .pull-right:hover img {}

#mr-slider .pro_item {
    margin: 40px 5px 5px;
}

.mr-nav {
    position: relative;
}

.mr-slider {}

.mr-slider ol.carousel-indicators {
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 10px auto 0;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.mr-slider ol.carousel-indicators li {
    width: 45px;
    height: 45px;
    text-indent: inherit;
    border-radius: 4px;
    border: 2px solid #ed3338;
    overflow: hidden;
    margin: 0;
}

.mr-slider ol.carousel-indicators li.active {
    border: 2px solid #df2a2a;
}

.mr-slider .slider-btn {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

.mr-slider .slider-btn a.carousel-control-prev,
.mr-slider .slider-btn a.carousel-control-next {
    color: #fff;
    background-color: #ed3338;
    padding: 0 8px;
    border-radius: 3px;
    vertical-align: top;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mr-slider .slider-btn a.carousel-control-prev {
    margin-top: -18px;
}

.mr-slider .slider-btn a.carousel-control-next {
    margin-top: -18px;
    float: right;
    margin-right: 2px;
}

.mr-slider .slider-btn a.carousel-control-prev:hover,
.mr-slider .slider-btn a.carousel-control-next:hover {
    background-color: #df2a2a;
    color: #fff;
}

table {
    width: 100%;
    /* margin-top: 30px; */
}

table thead tr th {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    padding: 10px;
    border: 1px solid #ddd;
}

table tbody tr td,
table tbody tr th {
    padding: 10px;
    color: #555555;
    font-size: 15px;
    border: 1px solid #ddd;
}

.aside-bar {}

.aside-bar ul {
    padding-left: 0;
}

.aside-bar ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.fp-page .fp_text {
    margin-top: 0;
}

.aside-img {
    border-radius: 4px;
    overflow: hidden;
    width: 98px;
}

.aside-title {
    width: 60%;
    margin-left: 15px;
}

.form_box {
    float: none;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.form_box h3 {
    margin-bottom: 25px;
}

.form_box .form-group {}

.form_box .form-group .form-control {
    height: auto;
    padding: 8px 15px;
    font-size: 15px;
    letter-spacing: 0.6px;
    border: none;
    box-shadow: 0px 0px 8px 0px #ececec;
    -webkit-box-shadow: 0px 0px 8px 0px #ececec;
    border-radius: 6px;
}

.form_box .form-group button.btn {
    background-color: #df2a2a;
    color: #fff;
    font-size: 22px;
    padding: 3px 25px;
}

.form_box .form-group button.btn:hover {
    background-color: #ed3338;
}

.fp-page .fp_text img {
    margin: 0 0 15px;
}

.aside-bar {
    background-color: #f4f6f7;
    padding: 30px;
}

.aside-bar-title {
    margin-bottom: 25px;
    background-color: #ed3338;
    padding: 2px 20px;
}

.aside-bar-title h4 {
    color: #fff;
    font-size: 24px;
}

.aside-title .date {
    font-size: 12px;
    width: auto;
    border: none;
    padding: 0;
}

.aside-title .date i.fa.fa-calendar {
    color: #df2a2a;
    font-size: 14px;
    margin-right: 5px;
}

.aside-title h4 {
    color: #ed3338;
}

.aside-title h4:hover {
    color: #df2a2a;
}

/* Functions & Parties End */

/* Price page */

.sc_price_item_info {
    margin-top: 40px;
    background-color: #f4f6f7;
}

.sc_price_item_title {
    font-size: 36px;
    line-height: 1.25em;
    padding: 0.4em 1em;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #ed3338;
    text-align: center;
}

.sc_price_item_price {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 1px;
    padding: 0 2em;
    color: #df2a2a;
    margin-top: 4.75em;
    text-align: center;
}

.sc_price_item_price_before {
    font-size: 1.875em;
    font-weight: 700;
    position: relative;
    vertical-align: top;
    top: -14px;
    color: #000;
}

.sc_price_item_price_value {
    font-size: 3.75em;
    font-weight: 700;
}

.sc_price_item_price_after {
    color: #212121;
    font-size: 1.125em;
    font-weight: 300;
    display: block;
    margin-top: 0.75em;
    letter-spacing: 0;
}

.sc_price_item_details {
    margin-top: 2.5em;
    font-size: 1.0667em;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0;
    padding: 0 3.5em;
    text-align: left;
    color: #212121;
}

ol.trx_addons_list_parameters {
    list-style: none;
    padding-left: 0;
}

ol.trx_addons_list_parameters>li {
    font-size: 1.125em;
    list-style: none;
    position: relative;
    border-bottom: 2px solid #eee;
    padding: 1em 10px;
    text-align: center;
}

.price_box {
    text-align: center;
}

.sc_button {
    padding: 8px 15px;
    position: relative;
    z-index: 1;
    background-color: #df2a2a;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 25px;
}

.sc_button:hover {
    color: #fff;
    background-color: #ed3338;
}

/* Price page end */

.hover_effect1 {
    overflow: hidden;
    position: relative;
    display: block;
}

.hover_effect1::before,
.hover_effect1::after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 1;
}

.hover_effect1::before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(105%, 0%);
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
}

.hover_effect1::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(-105%, 0%);
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
}

.hover_effect1:hover:before,
.hover_effect1:hover:after {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.product_sec {
    background: #f8f2e8;
    padding: 35px 0 0;
}

.product_sec h3 {
    margin-bottom: 55px;
}

.product_sec ul {
    padding: 0;
}

.product_sec ul li {
    display: inline-block;
    width: 200px;
    margin: 0 23px;
    text-align: center;
    border: solid thin #ed3338;
    background: #fff;
}

.product_sec ul li:first-child {
    margin-left: 0;
}

.product_sec ul li:last-child {
    margin-right: 0;
}

.product_sec ul li .img {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.product_sec ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75%;
}

.product_sec ul li .product_name {
    padding: 10px 0 0px;
}

.product_sec ul li .btn {
    padding: 0;
}

.product_sec ul li .btn a {
    
    color: #4b4b4b;
    font-size: 13px;
}

.product_sec ul li .price {
    
    color: #ed3338;
    font-size: 13px;
    padding: 15px 0 15px;
}

.product_sec ul li .product_name a {
    
    color: #000;
    font-size: 13px;
}

.bottom {
    /* background-color: #ed3338; */
    /* text-align: center; */
    /* width: 100%; */
    /* display: inline-block; */
    /* padding-top: 10px; */
    /* padding-bottom: 8px; */
}

.bottom p {
    /* font-size: 16.5px; */
    /* color: #fff; */
    /* margin-bottom: 0; */
}

.bottom p a {
    /* color: #fff; */
}

.bottom p a:hover {
    color: #000;
    text-decoration: none;
}


.adver {
    margin: 45px 0;
}

.viewall_btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #ed3338;
    display: block;
    text-align: center;
    margin: 30px auto;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 10px;
}

.viewall_btn:hover {
    background-color: #000;
    color: #fff;
}

.technosters_1 .favourites-slider {
    position: relative;
}

.technosters_1 .favourites-slider .prev {
    left: -60px;
}

.technosters_1 .favourites-slider .next {
    right: -60px;
}

/*.form {*/
/*    width: 100%;*/
/*    padding: 25px;*/
/*    box-shadow: rgb(136 165 191 / 48%) 4px 2px 7px -3px,*/
/*        rgb(255 255 255 / 80%) -6px -2px 2px 0px;*/
/*    background: #fcedd6;*/
/*}*/

/*.form .contact {*/
/*    width: 100%;*/
/*    padding: 8px 0;*/
/*    margin: 0px 6px 0 0;*/
/*}*/

/*.form .contact input {*/
/*    width: 100%;*/
/*    padding: 10px 12px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    background-color: #ffffff;*/
/*}*/

/*.contact textarea {*/
/*    border: none;*/
/*    background-color: #ffffff;*/
/*    padding: 15px 0px 0px 15px;*/
/*    border-radius: 5px;*/
/*}*/

/*.contact .btn {*/
/*    font-size: 19px;*/
/*    letter-spacing: 1px;*/
/*}*/

#sponsor-slider .sl_item img {
    /* padding: 0 5px; */
    width: 90%;
    margin: auto;
    height: 230px;
    cursor: pointer;
    object-fit: cover;
}

.iabrandss {
    margin-top: -150px;
}

/* ********************************************************** */
.masala {
    /* margin-top: 50px; */
}

.videos-box {
    box-shadow: rgb(0 0 0 / 45%) 0px 17px 8px -16px;
    padding: 20px;
    /* padding-top: 40px; */
    justify-content: space-between;
    background: #fcedd6;
    margin: 0 0 30px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.all-videos a img {
    width: 100%;
    height: 300px;
}

@media only screen and (max-width: 989px) {
    .all-videos a img {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .all-videos a img {
        width: 100%;
        height: 150px;
    }

    .all-videos .videos {
        padding: 15px;
    }

    .all-videos {
        display: flex;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 500px) {
    .all-videos a img {
        width: 100%;
        height: 150px;
    }

    .all-videos .videos {
        padding: 15px;
    }

    .all-videos {
        flex-direction: column;
        justify-content: space-around;
    }
}

.product-name img {
    position: relative;
}

.jite {
    margin-left: 5px;
    margin-right: 15px;
}

.celebrate {
    padding-top: 0;
}

.get-tuch {
    font-size: 25px;
    font-weight: 600;
    color: #ed3338;
}

.export-button {
    background-color: red;
    color: #fff;
    padding: 7px 25px;
}

.export-button:hover {
    background-color: black;
    color: #fff;
}

.big img {
    height: auto;
    object-fit: cover;
    width: 95%;
}

iframe {
    border: none;
}

.owl-carousel .owl-stage-outer {
    padding-right: 70px;
}

.iabrandss-text .export {
    /* margin-top: -17px; */
}

.viewall {
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #ed3338;
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 10px;
}

.viewall:hover {
    background-color: #000;
    color: #fff;
}

.form-flex {
    display: flex;
}

.career {
    padding: 35px 20px 0;
    /* background-color: #ed3338; */
    margin-top: 40px;
}

.career-img {
    text-align: center;
}

.career .career-find h5 {
    
    font-size: 20px;
    color: #000;
}

.career .career-find h2 {
    
    font-size: 30px;
    color: #000;
}

.career .career-find p {
    
    font-size: 16px;
    color: #000;
    
    transition: ease-in-out 0.5s;
}

.career .career-find p a {
    color: #ed3338;
}

.section-job {
    margin: 30px 0;
}

.job {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 25px;
    transition: .4s ease ;
    border-radius: 15px;
	height: 100%;
}

.job-2:hover {
    background-color: #ed3338;
    color: #fff;
}

.job-2:hover p {
    color: #fff;
}

.job-2:hover .location i {
    color: #fff;
}

.job-2:hover .section-job a {
    box-shadow: rgb(250 250 250 / 82%) 0px 2px 4px 0px,
        rgb(245 245 245 / 71%) 0px 2px 16px 0px;
}

.job-2:hover a i {
    /* color: #fff; */
}

.section-job .job h4 {
    font-size: 22px;
}

.job .location i {
    color: #ed3338;
    font-size: 20px;
    padding-right: 7px;
}

.section-job .job h6 {
    font-size: 17px;
}

.section-job .job a {
    font-size: 17px;
    color: #ed3338;
    padding: 10px 12px;
    border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/*     margin-top: 10px; */
    display: inline-block;
    background: white;
}

/* .section-job .job a:hover {
    background-color: #ed3338;
    color: #fff;
    transition: 0.5s;
} */

.section-job-dit {
    /* margin-top: 60px; */
}

.dit-bg {
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
    /* padding: 30px; */
}

.jov-dit h3 {
    /* text-align: center; */
    font-size: 30px;
}

.jov-dit ul {
    display: flex;
    justify-content: center;
}

.jov-dit ul li {
    list-style: none;
    margin: 10px;
    font-size: 30px;
    color: #ea0000;
}

.jov-dit ul li a:hover {
    color: black;
    transition: 0.5s;
}

.jov-dit ul li a {
    list-style: none;
    color: #ea0000;
}

.section-job-dit .line {
    height: 1px;
    background-color: #000;
    margin: 10px 0px;
}

.applicant p {
    font-weight: bold;
}

.applicant p span {
    font-weight: 300;
}

.applicant ul li {
    line-height: 30px;
}

.culor-dit {
    color: #ed3338;
}

/************************* job-details form *************************/
form {
    /* margin: 0; */
    /* background: linear-gradient(#141e30, #243b55); */
    /* padding: 40px; */
}

.login-box {
    /* width: 600px; */
    /* padding: 40px; */
    /* background: rgba(0,0,0,.5); */
    /* box-sizing: border-box; */
    /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
    border-radius: 10px;
    margin: 40px auto;
    padding: 30px;
    width: 60%;
    margin: auto;
    background: #c3964f;
    border-radius: 20px;
    margin: 35px auto 0;
}

.login-box h2 {
    /* padding-top: 30px; */
    /* color: #ed3338; */
    /* text-align: center; */
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    outline: none;
    background: transparent;
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: rgb(0, 0, 0);
    pointer-events: none;
    transition: 0.5s;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #ed3338;
    font-size: 12px;
}

.login-box .btn {
    /* position: relative; */
    /* display: inline-block; */
    /* padding: 10px 20px; */
    /* color: #ed3338; */
    /* font-size: 16px; */
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    overflow: hidden;
    transition: 0.5s;
    /* margin-top: 40px; */
    /* letter-spacing: 4px; */
}

.login-box a:hover {
    background: #ed3338;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0px #ed3338, 0 0 0px #ed3338, 0 0 2px #ed3338,
        0 0 18px #ed3338;
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ed3338);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ed3338);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #ed3338);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ed3338);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

/************************* job-details form s*************************/

/* ****************************************************** */

.owl-carousel .owl-stage-outer {
    padding-right: 70px;
}

.iabrandss-text .export {
    /* margin-top: -17px; */
}

.viewall {
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #ed3338;
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 10px;
}

.viewall:hover {
    background-color: #000;
    color: #fff;
}

.form-flex {
    display: flex;
}

.ih-item.square {
    width: 300px !important;
    height: 210px !important;
}

.technosters_1 .container .item {
    padding: 5px;
    padding-top: 30px;
    /* background-color: #ddc1db8a; */
    background: #ddc1db17 0% 0% no-repeat padding-box;
    box-shadow: #0000000c 5px 10px 10px;
    border-radius: 10px;
    margin: 20px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.technosters_1 .container button {
    margin-top: 15px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
}

.technosters_1 .favourites-slider {
    position: relative;
}

.technosters_1 .favourites-slider .navs {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: red;
    color: #fff;
    top: calc(57% - 20px);
    display: block;
    text-align: center;
    line-height: 40px;
    
    font-size: 22px;
    cursor: pointer;
}

.height-slider {
    height: 280px;
}

.slider-h {
    /*height: 500px;*/
    height: auto;
}

.height-slider img {
    height: 215px;
}

/***************** product-details *****************/
.pro-dit-bg {
    margin-top: 30px;
}

.pro-dit-bg .dit-img img {
    width: 60%;
    height: 70%;
}

.pro-dit-bg .dit-img h1 {
    font-size: 41px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.pro-dit-bg .dit-img p {
    color: #555555;
    font-size: 15px;
    line-height: 26px;
    
}

.ait-btn {
    margin-top: 30px;
}

.ait-btn a {
    background: #ed3338;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 10px;
    padding: 6px 15px;
}

.ait-btn a:hover {
    background-color: #000;
}

.product-mt {
    margin-top: 50px;
    float: left;
}

.product-mt:nth-of-type(2n) .col-md-6.col-sm-6.col-xs-6:first-child {
    order: 2;
    float: right;
}

.product-mt:nth-of-type(2n) .col-md-6.col-sm-6.col-xs-6:last-child {
    order: 1;
    float: left;
}













/***************** product-details *****************/

/***************** product-list *****************/
.masala .videos iframe {
    width: 100%;
    height: 250px;
}

.masala-dt .img img {
    width: 100%;
}

.pro-list-bg .img {
    text-align: center;
}

.masala-dt h1 {
    
    font-size: 42px;
    font-weight: 500;
    color: inherit;
}

.masala-dt p {
    color: #555555;
    font-size: 15px;
    line-height: 26px;
}

.masala-dt .pro-size h5 {
    font-size: 17px;
    font-weight: bold;
    
}

.masala-dt .pro-btn {
    margin-top: 23px;
}

.pro-btn a {
    background-color: #ed3338;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 65px;
    font-size: 15px;
    cursor: pointer;
}

.pro-btn a:hover {
    background-color: #000;
}

.sale-icon img {
    height: 40px;
}

.sale-icon .amazan {
    display: inline-block;
    padding: 7px 20px;
    margin: 5px 18px;
    transition: ease-in-out 0.3s;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
}

.sale-icon .amazan:hover {
    box-shadow: #ed3338 0px 1px 4px, #ed3338 0px 0px 0px 3px;
    border-radius: 10px;
}

.sale-icon {
    padding: 10px 15px;
    box-shadow: #ed3338 0px 1px 4px, #ed3338 0px 0px 0px 3px;
    border-radius: 10px;
}

.list-form {
    background-color: #fff;
    position: fixed;
    display: none;
    padding: 30px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 0;
    z-index: 99;
    /*bottom: 10%;*/
    top: 55px;
    right: 0;
    width: 500px;
    margin: 0px auto;
}

.list-form form {
    padding: 0px 0px;
}

.list-form form label {
    margin-bottom: 0;
}

.list-form .input {
    margin: 20px;
}

.list-form .input input,
.list-form textarea {
    width: 100%;
}

.list-form h4 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}

.list-form .input label {
    /* margin: 0 30px 0px; */
}

.list-form .input .btn {
    background-color: #ed3338;
    color: #fff;
}

.list-form .input .btn:hover {
    background-color: #000;
}

.contact-sec1 .form_box input[type="submit"] {
    width: 120px;
    height: 37px;
    line-height: 25px;
    background: #ed3338;
    display: block;
    text-align: center;
    margin: 14px auto;
    color: #fff;
    
    text-transform: uppercase;
    border-radius: 7px;
    font-size: 18px;
}

/***************** product-list *****************/

.pagination {
    justify-content: center;
    margin: 25px 0;
}

.pagination .page-numbers {
    outline: none;
    border: none;
    background-color: #ed3338;
    color: #ffffff;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin: 5px;
}

.pagination .page-numbers.current {
    background-color: #ed3338;
}

img.imgStyle {
    width: 20%;
}

.search.search-phone-view {
    display: none;
}

.masala .videos ul {
    padding-left: 15px;
}

.about-iabrandss.recipe-sec1 .big_img img {
    height: auto;
}


.specifications {}

.specifications h4 {
    
    font-size: 29px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.masala-dt .specifications p {
    color: #000;
}

.specifications p span {
    width: 22%;
    display: inline-block;
    vertical-align: top;
}

li .page-numbers {
    background-color: #ed3338;
    color: #fff;
    font-size: 19px;
    display: inline-flex;
    vertical-align: top;
    padding: 4px 15px;
    /* margin: 30px 5px 10px; */
    transition: 0.6s;
    border-radius: 5px;
}

.page-numbers.current,
.page-numbers:hover {
    background-color: #ed3338;
    color: #fff;
}

#sponsor-slider .owl-nav .owl-prev,
#sponsor-slider .owl-nav .owl-next {
    position: absolute;
    bottom: 50%;
    z-index: 1;
    background-color: #df2a2a;
    color: #fff;
    width: 45px;
    height: 45px;
}

#sponsor-slider .owl-nav .owl-prev {
    left: 0;
}

#sponsor-slider .owl-nav .owl-next {
    right: 0;
}

#sponsor-slider .owl-nav .owl-prev span,
#sponsor-slider .owl-nav .owl-next span {
    font-size: 32px;
    line-height: normal;
    display: block;
    margin-top: -5px;
}




.iabrandss-text .wpcf7 form.wpcf7-form.init {
    padding: 0;
    margin-top: 30px;
}

.iabrandss-text .wpcf7 form.wpcf7-form.init .form .contact span.wpcf7-form-control-wrap {
    display: block;
}

.iabrandss-text .wpcf7 form.wpcf7-form.init .form .contact span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    width: 100%;
}

.iabrandss-text .wpcf7 form.wpcf7-form.init .form .form-flex .contact:last-child {
    margin-right: 0;
}

.ds-popup {}

.ds-popup .modal-dialog.modal-dialog-centered {
    margin: 2% auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-popup .modal-header .modal-title {
    font-size: 20px;
    display: inline-block;
}

.ds-popup .modal-header .close {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    opacity: 1;
    font-size: 25px;
    display: grid;
    place-content: center;
    padding: 4px 4px;
}

.ds-popup .modal-content .modal-body {
    padding: 25px 30px;
}

.ds-popup .modal-content .modal-body h5 {
    font-size: 17px;
}

.ds-popup .modal-content .modal-body form {
    padding: 15px 0 0;
}

.ds-popup .modal-content .modal-body form .form-group .form-control {
    outline: none;
    border: 1px solid #ccc;
    text-shadow: none;
    font-size: 15px;
    padding: 10px 15px;
    height: auto;
    margin: 0 0 12px;
}

.ds-popup .modal-content .modal-body form .form-group .btn {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.6px;
    background: #ed3338;
    background: -moz-linear-gradient(top, #ed3338 0%, #ed3338 100%);
    background: -webkit-linear-gradient(top, #ed3338 0%, #ed3338 100%);
    background: linear-gradient(to bottom, #ed3338 0%, #ed3338 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3338', endColorstr='#ed3338', GradientType=0);
    text-shadow: none;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 4px 20px;
}

.ds-popup .modal-content .modal-body form .form-group .btn:hover {
    color: #fff;
    background: #ed3338;
    background: -moz-linear-gradient(top, #ed3338 0%, #ea090d 100%);
    background: -webkit-linear-gradient(top, #ed3338 0%, #ea090d 100%);
    background: linear-gradient(to bottom, #ed3338 0%, #ea090d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3338', endColorstr='#ea090d', GradientType=0);
}

/* header css */
.lang-trans {
    /*     margin-top: 36px; */
    display: inline-block;
    position: absolute;
    right: -28%;
}

.contact-info {
    border: none;
}

/*new designs */

.padding {
    padding: 60px 0;
}

.home-category-sec {
    background-image : url(../images/bg-1.jpg);
    background-size: 100%;
}

.web-title {
    color: #ed3338;
    font-size: 2.5rem;
}

.home-cat-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.home-cat-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.home-cat-img {
    position: relative;
}

.home-cat-text {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-cat-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #e8cf8d, #e8cf8d9c);
}

.home-cat-text h4 {color: #ed3338;font-size: 1.8rem;width: 80%;}

.cat-btn a {
    background: #ed3338;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 10px;
}

.product-box {
    position: relative;
    width: 100%;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    background: white;
    padding: 15px;
    min-height: 390px;
    transition: .4s ease;
}

.product-img img {
    width: 80%;
    margin: 0 auto 10px;
    height: 150px;
    object-fit: contain;
}

.product-name a {
    color: #000;
    font-size: 16px;
    /* font-weight: bold; */
    font-family: 'Begum';
    margin: 7px 0;
    display: inline-block;
}

.product-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.price {
    color: #ed3338;
    font-weight: 500;
    font-size: 17px;
}

.product-flex select {
    width: 100px;
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
}

.add-to-cart a {
    display: inline-block;
    padding: 3px 25px;
    background: #ed3338;
    width: auto;
    color: white;
    border-radius: 10px;
    border: 2px solid #e8cf8d;
    font-size: 15px;
}

.special-slider .product-box {
    padding: 20px;
    width: 90%;
    margin: auto;
    min-height: auto;
}

.bg-color {
    background: #fcedd6;
    padding: 40px 0;
}

.bg-img img {
    width: 70%;
    margin-left: auto;
}

.bg-right {
    text-align: right;
    position: relative;
}

.bg-tags {
    background: #f38e84;
    display: inline-block;
    padding: 5px 10px;
    color: #222;
    border-radius: 10px;
    font-family: 'Mukta Vaani';
    position: absolute;
    font-weight: 500;
    font-size: 1.05rem;
}

.bg-img {
    text-align: center;
}

.bg-tags.tag-1 {
    top: 0;
    left: 0;
}

.bg-tags.tag-2 {
    bottom: 30px;
    left: 0px;
}

.bg-tags.tag-3 {
    top: 0;
    right: 100px;
}

.bg-tags.tag-4 {
    bottom: 0;
    right: 85px;
}


.switcher .option {
    position: absolute !important;
}

.product-tab-left {
    width: 100%;
    background: white;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: sticky;
    top: 50px;
}

ul#productTab {
	width: 100%;
    margin: 20px 0 0;
    border: 0;
    display: inline-block;
	height: 600px;
    overflow: auto;
}

ul#productTab li button {
    width: 100%;
    border: 2px solid transparent;
    text-align: left;
    border-radius: 10px;
    margin: 0 0 10px;
    color: #000;
    font-size: 1.1rem;
    background: #f5f5f578;
}

ul#productTab li button.active {
    border-color: #e8cf8d;
    background: #ed3338;
    color: white;
}
ul#productTab li a {
    width: 100%;
    border: 2px solid transparent;
    text-align: left;
    border-radius: 10px;
    margin: 0 0 10px;
    color: #000;
    font-size: 1rem;
    background: #f5f5f5;
}

ul#productTab li a.active {
    border-color: #e8cf8d;
    background: #ed3338;
    color: white;
}

p.span-title {
    color: #c3964f;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 5px;
}

.stroy-img img {
    width: 100%;
    border-radius: 15px;
    border: 5px solid #c3964f;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.stroy-img h3 {
    color: #ed3338;
    text-align: center;
    margin: 20px 0 0;
    font-style: italic;
}

.stroy-img {
    width: 90%;
    margin: auto;
}

.story-left {
    width: 90%;
}

.story-history {
    position: relative;
}

.str-1 {
    position: relative;
}

.str-1:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fcedd6;
    border: 2px solid #c3964f;
    border-radius: 100%;
    left: -20%;
    top: 5px;
    z-index: 9;
}

.str-1 h4 {
    color: #ed3338;
}

.str-1:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 136%;
    background: #c3964f;
    left: -15%;
    top: -30%;
}

.str-1:hover:before {
    background: #ed3338;
}

.why-box {
    position: relative;
}

.why-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.why-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.why-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, #ed3338, transparent);
    transition: .4s ease;
    bottom: 0;
}

.why-upper {
    position: relative;
}

.why-upper h4 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.why-under {
    text-align: center;
    position: absolute;
    top: 0;
    display: grid;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s ease;
}

.why-box:hover .why-under {
    opacity: 1;
    transform: inherit;
}

.why-box:hover .why-upper h4 {
    display: none;
}

.why-box:hover .why-img:before {
    background: linear-gradient(to top, #ed3338, #ed33388c);
    height: 100%;
}

.wh-icon {
    width: 30px;
    height: 30px;
    background: #fcedd6;
    display: grid;
    place-content: center;
    padding: 6px;
    margin: 0px auto 5px;
    border-radius: 100%;
}

.wh-box {
    margin: 0 0 10px;
}


.b2b-form-sec {
    background: url(../images/bg-2.jpg);
    background-size: cover;
    padding: 110px 0 60px;
    margin-top: -70px;
}

.form-box input , .form-box textarea , .form-box select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #58585861;
    margin: 0 0 15px;
    border-radius: 6px;
    outline: none;
    font-family: 'Mukta Vaani';
    font-size: 16px;
    background: white;
}

.form-box input[type="submit"] {
    background: #ed3338;
    color: white;
    width: auto;
    padding: 10px 45px;
    border-color: #c3964f;
    margin: 0;
}

.b2b-form {
    width: 80%;
    margin: auto;
}


.blog-box {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    background: #fcecd3;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s ease;
}

.blog-img img {width: 100%;border-radius: 25px;margin: 20px 0 0;height: 220px;object-fit: cover;}

.date, .post {
    color: #333;
    font-family: 'Mukta Vaani';
    padding-right: 10px;
    border-right: 2px solid #33333375;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog_title h4 {
    color: #ed3338;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-read a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    color: #c3964f;
}

.social-links img {
    width: 30px;
    height: 25px;
    object-fit: contain;
}

.blog-box:hover {
    background: #ed3338;
}

.blog-box:hover .date , .blog-box:hover .post {
    color: white;
    border-color: white;
}

.blog-box:hover h4 {
    color: #fcecd3;
}

.blog-box:hover a {
    color: wheat;
    color: white;
}

.testimonial-box {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 95%;
    position: relative;
    margin: 0 auto 20px;
    transition: .4s ease;
}

img.t-icon {text-align: right;width: 20px;margin: 0 0 10px;}

.test-flex {
    display: flex;
    align-items: center;
}

.test-flex img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.test-flex h5 {
    color: #ed3338;
}

.testimonial-box:hover {
    background: #ed3338;
}

.testimonial-box:hover img.t-icon {
    filter: brightness(100);
}

.testimonial-box:hover p , .testimonial-box:hover h5 {
    color: white;
}

.news-right {
    width: 75%;
    margin-left: auto;
    position: relative;
}

.news-right form {
    position: relative;
}

.news-right form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}


.gallery-img  {
    width: 93%;
    height: 350px;
    text-align: center;
    background: #f9e9cf;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: auto;
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 100%;
}

.gallery-box h5 {
    text-align: center;
    margin: 15px 0 0;
    color: #ed3338;
    font-size: 16px;
}

footer {
    padding: 50px 0 20px;
    background-image : url(../images/bg-3.jpg);
    background-size : cover ;
}

ul.top-right-ul {
    display: flex;
    align-items: center;
}

ul.top-right-ul li a {
    color: #ed3338;
    font-size: 1.3rem;
    margin: 5px 4px;
    display: inline-block;
}

footer h6 {
    color: #ed3338;
    font-size: 1.4rem;
}

footer .ft-menu li a {
    position: relative;
    display: inline-block;
    padding: 0 0px 6px 20px;
}

footer .ft-menu li a:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../images/footer-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 0;
}

ul.ft-address li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 10px;
}

ul.ft-address li i {color: #c3964f;font-size: 20px;}

ul.ft-address li a {
}

.copyright-sec {
    border-top: 1px solid #c3964f;
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.copyright-sec .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form {
    padding: 30px;
    width: 60%;
    margin: auto;
    background: #c3964f;
    border-radius: 20px;
}

.contact-form.form-box input[type="submit"] {/* background: #c3964f; */font-size: 19px;}

form p {
    margin: 0;
}

textarea {
    height : 100px;
}

.export-form {
    padding: 30px;
    width: 100%;
    margin: auto;
    background: #c3964f;
    border-radius: 20px;
}

#sponsor-slider-2 .sl_item img {
    width: 95%;
    margin: auto;
    padding: 10px;
    background: white;
}

nav.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent !important;
    flex-wrap: wrap;
    justify-content: center;
}

.product-box:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-box:hover img {
    transform: scale(1.1);
}

img {
    transition: .4s ease;
}

.nav-btn a {
    cursor: pointer;
    display: inline-block;
    padding: 6px 25px;
    background: #ed3338;
    width: auto;
    color: white;
    border-radius: 10px;
    border: 2px solid #e8cf8d;
    font-size: 17px;
}

label.resume {
    color: white;
}
.bottom-header .container {
    position: relative;
}
.language-bar {
    position: absolute;
    right: 8px;
    top: 6px;
}

a.btn.btn-toggle {
    display: none;
}

table.variations {
    width: auto;
}

.single_variation_wrap {
    display: flex;
}

.variations_button {
    display: flex;
}

ul#productdetailTab li button {
    border: 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    color: #000;
}

div#productdetailTabContent {
    padding: 20px;
    background: #f8f8f8;
}

ul#productdetailTab li button.active {
    background: #ed3338;
    color: white;
    border-color: #ed3338;
}

.product-related-slider .product-box {
    width: 95%;
    margin: auto;
}

.cart-flex form.cart {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cart-flex .single_add_to_cart_button {
    font-size: 13px;
    text-transform: capitalize;
}

.wpcf7-not-valid-tip {
    background: white !IMPORTANT;
    color: red !IMPORTANT;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: white !important;
    border: 0 !IMPORTANT;
}

.wholesale-wrapper {
    padding: 5rem;
}

input[type="checkbox"] {
    width: auto !important;
}

input#wp-submit {
    background: #000;
    color: white;
    font-size: 16px;
}

.wholesale-box button {
    background: #000 !important;
}

.slider-item img {
    width : 100% ;
    height : auto ;
}

.default-page .woocommerce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.default-page .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 20%;
    flex-shrink: 0;
    padding: 20px;
    background: #ed3338;
    border-radius: 10px;
    height: 100%;
}

.default-page .woocommerce nav.woocommerce-MyAccount-navigation li a {
    display: inline-block;
    color: #000;
    width: 100%;
    background: #f8f8f8;
    padding: 5px 10px;
    margin: 0 0 8px;
    border-radius: 6px;
}

.default-page .woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
    background: #fcedd6;
    color: #000;
}

.default-page .woocommerce .woocommerce-MyAccount-content {
    width: 77%;
    background: #fcedd6;
    padding: 25px;
    border-radius: 10px;
}

.default-page .woocommerce h2 {
    font-size: 24px;
}

.default-page .woocommerce a.edit {
    font-size: 18px;
    color: #ed3338;
    font-weight: 500;
    text-decoration: underline;
}

.default-page form input , .default-page form select , .default-page form textarea {
    min-height: auto;
    height: auto;
    padding: 8px 10px;
    background: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: #ed3338 !IMPORTANT;
    color: white !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
}

table.wishlist_table tr th span {
    font-size: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #ed3338;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #fcedd6 !IMPORTANT;
    border: 0 !important;
}

.woocommerce-privacy-policy-text p {
    font-size: 15px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.woocommerce-privacy-policy-text p a {
    font-size: 14px;
    color: #ed3338;
    font-weight: 600;
    text-decoration: underline;
}

.copyright-sec span {
    display: block;
    font-size: 14px;
}

.copyright-sec span a {
    font-size: 16px;
    color: #ed3338;
    font-weight: 600;
    text-decoration: underline;
}
.form-box label {
    font-size: 16px;
    margin: 0 0 3px;
}

.contact-form.form-box label {
    color: white;
}
form br {
    display: none;
}
.sr-only {
    position:absolute;
    left:-9999px;
}
.news-right span.wpcf7-spinner {
    display: none !important;
}




@media (min-width: 992px) and (max-width: 1399.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

/* RESPONSIVE QUERY______ */


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
	
	nav.main-menu.desk-menu {
    display: none;
}

a.btn.btn-toggle {
    display: inline-block;
    background: #ed3338;
    color: #ffffff;
}
	
.main-logo img {
    width: 140px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.bottom-header {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.language-bar {position: absolute;right: auto;top: 0;left: 0;}

.top-header .container {
    position: relative;
	z-index: 9;
}

.carts-icons {
    margin-left: auto;
}

button.serach-mob {
    background: transparent;
    border: 0;
    margin-left: auto;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
}	
	
button.btn-close.mob-search-close {
        right: 0;
        left: auto;
        position: absolute;
        background: white;
        color: #000;
        font-size: 14px;
        opacity: 1;
        top: -5px;
}

nav.main-menu.mob-menu ul {
    display: inline-block;
    width: 100%;
}

nav.main-menu.mob-menu ul li a {
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #cdcdcd5e;
}

.offcanvas-header .btn-close {
    background: #ed3338;
    opacity: 1;
    color: white;
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
}	
	
.story-history {
    display: none;
}

.stroy-img {
    width: 100%;
    margin: 1rem 0 0;
}
	
.b2b-form-sec {
    margin: 0;
    padding: 40px 0;
}

.b2b-form {
    width: 100%;
}	

.news-right {
    width: 100%;
    margin: 1rem 0 0;
}	
	
div#productCarousel .carousel-item img {
    max-height: max-content;
    height: 400px;
}

.col-lg-6  .product-details {
    margin: 20px 0 0;
}

.cart-flex .quantity input.qty {
    height: auto;
}	
	
.sale-icon h5 {
    font-size: 1rem;
}
	
.form-box.export-form {
    margin: 20px 0;
    padding: 15px;
}	
	
.pdf-btn img {
    width: 170px;
}	

.contact-form {
    width: 100%;
}	
	
.login-box {
    width: 100%;
}	
	
.jov-dit h3 {
    font-size: 20px;
}	

}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

.padding {
    padding: 40px 0;
}

.web-title {
    font-size: 2rem;
}

.home-cat-text {
}

.home-cat-text h4 {
    font-size: 1.4rem;
}

p, li, a {
    font-size: 16px;
}

.cat-btn a {
    font-size: 15px;
}

.home-cat-img img {
    height: 225px;
}

.bg-tags {
    font-size: 16px;
}

.bg-right {
    margin: 20px 0 0;
    text-align: center;
}

ul#productTab li a {
    font-size: 16px;
}

.nav-btn a {
    font-size: 15px;
}

.stroy-img img {
    height: auto;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.gallery-box img {
    height: 300px;
}	

.header-title-breadcrumb-overlay h3 {
    font-size: 35px;
}	
	
.wholesale-box {
    min-width: auto;
    width: 100%;
}

.wholesale-wrapper {
    padding: 2rem 1rem;
    gap: 15px;
    flex-direction: column;
}	
	

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {
	
.main-logo img {
    width: 110px;
}

.carts-icons a {
    font-size: 16px;
}

a.btn.btn-toggle {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    font-size: 13px;
}

.language-bar {
    left: 20px;
    top: -4px;
}

button.serach-mob {
    margin-right: 0;
    color: #595959;
}

.web-title {
    font-size: 1.7rem;
}

.special-slider .product-box {
    min-height: auto;
}

.product-img img {
    height: auto;
}

.gallery-box img {
    height: auto;
    padding: 10px;
}

footer h6 {
    font-size: 1.2rem;
    margin: 12px 0 10px;
}

ul.top-right-ul li a {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.copyright-sec .container {
    flex-direction: column;
}

.pay-imgs img {
    width: 60px;
    height: 45px;
    object-fit: contain;
}
	
.footer-img img {
    margin: 0 0 10px;
    width: 110px;
}

footer {
    padding: 30px 0 20px;
}
	
.offcanvas-header img {
    width: 100px;
}	

.header-title-breadcrumb-overlay h3 {
    font-size: 25px;
}

.header-title-breadcrumb-overlay .breadcrumb li {
    font-size: 16px;
    margin: 0 3px 0 0;
}

.header-title-breadcrumb-overlay {
    padding: 15px 0;
}

.inner-banner img {
    height: 250px;
}	

.videos-box {
    padding: 10px;
}	
	

}

@media only screen and (max-width: 480px) {

.inner-banner img {
   height: 200px;
}	
	
	
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}



