/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root {
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --main-font: "Poppins", Arial, Helvetica, sans-serif;
    --sec-font: "Inter", Arial, Helvetica, sans-serif;
    --pri:#0c76e2; 
    /* #f27d00; */
    --sec: #ed3833;
    --dark-blue: #2a2a2a;
    --text-color: #505050;
    --light-text: #646464;
    --bgg-green: linear-gradient(#fff, #cce6d7);
    --bgg-orange: linear-gradient(#fff, #f6dbcc);
    --bgg-indigo: linear-gradient(#fff, #cbedfe);
    --bgg-red: linear-gradient(#fff, #f4d3d0);
    --bgg-yellow: linear-gradient(#fff, #fdf2df);
    --bgg-purple: linear-gradient(#fff, #dbd5e1);
    --bgg-cyan: linear-gradient(#fff, #d7e0f3);
    --bgg-pink: linear-gradient(#fff, #ecd9e8);
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--text-color);
    font-family:  "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    overflow-x: hidden;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
    color: var(--text-color);
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-color);
}

p a {
    color: var(--text-color);
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
}

a {
    color: var(--text-color);
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    color: var(--text-color);
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}

.iti--separate-dial-code .iti__selected-flag{
    background: transparent;
}

.bg-light {
    background: #f1f1f1 !important;
}

.tt-bx {
    margin-bottom: 20px;
    text-align: center;
}

.tt-bx .sub {
    color: var(--pri);
    font-size: 19px;
    font-weight: bold;
}

.tt-bx .tt {
    font-weight: 800;
    font-size: 27px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--dark-blue);
}

.tt-bx .tt span {
    font-weight: 900;
    background: var(--liner);
    background-color: var(--pri);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
    /* font-style: italic; */
}

.tt-bx p {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    color: var(--light-text);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: var(--light-text);
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    margin-bottom: 3px !important;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px !important;
    width: 100%
}


.form-group, .input-group {
    position: relative;
    margin-bottom: 13px;
}

.form-control,  .form-select{
    padding: 0.375rem 0.75rem;
    border: none;
    border-radius: 0px !important;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 4px;
    font-weight: 500;
}

.form-select:focus{
    box-shadow: none;
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--text-color);
}

.form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: 0;
}

.login-bg button[type=submit] {
    border: none;
    display: block;
    background-color: var(--pri) !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}

.login-bg button[type=submit]:hover {
    background-color: #9f9da7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.welbar {
    background-color: #F4F6FA;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.welbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welbar a {
    display: inline-block;
    color: var(--text-color);
    transition: 0.2s linear;
}

.welbar a:hover {
    display: inline-block;
    color: var(--dark-blue);
}

.welbar .wel-ic ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.welbar .wel-ic ul li {
    padding: 0 5px;
    position: relative;
}


.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-top: 0px solid #ececec;
    border-bottom: 0px solid #ececec;
    background-color: #fff;
}

.topbar .logo {
    max-width: 170px;
}

.topbar .top-right,
.welbar .top-right {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--light-text);
    padding: 0;
    margin: 0;
    /* border: 2px solid red; */
}

.topbar .top-right li,
.welbar .top-right li {
    padding-right: 10px;
    position: relative;
}

.topbar .top-right li.call-now {
    display: flex;
    align-items: center;
}

.topbar .top-right li.call-now .img-bx {
    max-width: 39px;
    margin-right: 4px;
    background: #fff;
    /* padding: 10px; */
    border-radius: 100%;
    /* border: 1px solid var(--pri); */
}



.topbar .top-right li.call-now .con-bx {
    text-align: right;
}

.topbar .top-right li.call-now .con-bx span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--light-text);

}

.topbar .top-right li.call-now .con-bx span a {
    font-size: 18px;
    padding-left: 5px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-top: 1px;
}

.topbar .top-right li.call-now .con-bx span a:hover {
    color: var(--dark-blue);
}

.topbar ul li.cart_drop,
.welbar ul li.cart_drop {
    padding: 0 8px;
}

.topbar ul li.cart_drop svg,
.welbar ul li.cart_drop svg {
    color: var(--light-text);
    height: 21px;
    width: 21px;
}


.welbar ul li.cart_drop svg {
    color: var(--light-text);
    height: 14px;
    width: 14px;
}


.welbar ul li.cart_drop svg:hover {
    color: var(--dark-blue);
}

.topbar ul li.cart_drop .count,
.welbar ul li.cart_drop .count {
    display: block;
    text-align: center;
    min-width: 16px;
    height: 16px;
    position: absolute;
    right: -7px;
    top: -2px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bolder;
    background: var(--pri);
    color: white;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
    line-height: 16px;
    border: 1px solid var(--pri);
}

.welbar ul li.cart_drop .count {
    background: #eee;
    color: var(--pri);
    border: 1px solid var(--pri);
}

.topbar .content-search {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.topbar .content-search select {
    width: auto;
    max-width: 125px;
    padding: 0 10px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--light-text);
    font-weight: 500;
    height: 38px;
}

.topbar .content-search input {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 0 20px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--text-color);
    font-weight: 500;
    height: 38px;

}


.topbar .content-search button {
    outline: none;
    border: none;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    color: var(--light-text);
    /* color: white; */
    background: #fff;
}

.topbar .content-search button:hover {
    color: var(--pri);
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}



ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

 .navigation .menu .instagram1 a.readmore-button {
    color: #ffff;
    font-weight: 700;
    font-size: 15px;
    margin-left: 12px;    padding: 11px 13px;
    background: #509d28;
}
  /* Header*/ 
.bg-orange{background-color: #0c76e2;}
.text-blue{color:#0c76e2}
.header {  width: 100%; position: relative; top: 0; left: 0; z-index: 999; padding: 0; } 
.topbar {
    width: 100%;
    margin: 0; 
    padding: 5px 0px 5px;
    background: #313131;
    } 
    .call-now .con-bx span a:hover { 
    color: #000; 
}
.navigation .menu .instagram1 a.readmore-button:hover {
    color: #fff; 
    background: #0c76e2;
}
.navigation .menu .instagram1 a.readmore-button:hover svg{ color: #fff; }
.top_right {  width: 100%; display: flex; justify-content: flex-start; align-items: center; margin: 0; } 
.search { max-width: 370px; width: 100%; margin: 0 0px; padding: 0; position: relative; margin-left: auto; } 
.search_btn {      position: absolute;
    top: 3px;
    right: 2px;
    padding: 0 20px;
    line-height: 31px;
      background: #509d28;
    color: #ffffff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 40px 40px 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; } 
.search_btn:hover { background: #3e3e3e; color: #0c76e2; } 
.phone_call { display: inline-block; list-style: none;padding: 0 } 
.phone_call a { color: #0c76e2; text-decoration: none; font-size: 15px; font-weight: 600; } 
.phone_call a svg { width: 24px; height: 24px; margin-right: 3px; vertical-align: middle } 
.phone_call a:hover { color: #0c76e2} 
.navbar .phone_call { margin: 10px 0; } 
.navbar .phone_call a { color: #fff; } 
.navbar .phone_call a:hover, .navbar .phone_call a:focus { color: #eadd89; } 
ul.social {  margin: 0; padding: 0; } 
.top_right ul.social {  margin: 0; list-style: none; padding: 0px; width: auto; display: flex
    ;
        align-items: center;} 
header ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    border: 0px solid #ffffff;
    background: #fff !important;
}

ul.social li { margin: 0px; display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 100%; display: flex; align-items: center; justify-content: center;     color: #262b2f;
    background: #ffffff;} 
ul.social li a svg { color: #262b2f; width: 15px; height: 15px; margin: 0; padding: 0; } 
ul.social li.facebook a { background: #3C5B9B; } 
ul.social li.twitter a { background: #000000 } 
ul.social li.linkedin a { background: #027ba5; } 
ul.social li.youtube a { background: #f70000; } 
ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 
.menubar {
    width: 100%;
    position: relative;
    background-color:rgb(255 255 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;    float: left;
    } 
/* .menubar .container { background: #fff; border-radius: 0px 0px 12px 12px; position: relative;    width: 94%;     max-width: 94%;}  */
.topbar .list-style-none li a { color: #fff;    letter-spacing: 0px; font-size: 15px;    font-weight: 500; } 
/* .menubar .container:before { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M49 947 c-38 -29 -49 -88 -28 -144 6 -15 88 -163 182 -327 116 -202 189 -318 224 -356 53 -57 153 -120 192 -120 l21 0 0 480 0 480 -287 0 c-211 -1 -292 -4 -304 -13z'/></g></svg>"); position: absolute; left: -51px; z-index: -1; top: 0px; } 
.menubar .container:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M0 480 l0 -480 21 0 c39 0 139 63 192 120 35 38 108 154 224 356 94 164 176 312 182 327 21 56 10 115 -28 144 -12 9 -93 12 -303 13 l-288 0 0 -480z'/></g></svg>"); position: absolute; right: -51px; z-index: -1; top: 0px; }  */
.menubar.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: #fff; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } } 
.menubar .logo { padding: 0px; display: flex; height: 100%; align-items: center;    width: 170px; } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.call-now { display: flex; align-items: center; transition: all 0.3s linear; } 
.call-now .img-bx {width: 30px;height: 30px;margin-right: 10px;background: #fff0;display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: all 0.3s ease;border: 1px dashed #fff;} 
.call-now:hover .img-bx { border-style: solid; transform: scale(1.05); } 
.call-now .img-bx svg {height: 16px;width: 16px;color: #fff;} 
.call-now .con-bx { text-align: left; } 
.call-now .con-bx span {
      font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    } 
    .topbar p.mb-0.ms-2.text-white {
    font-size: 14px;
}
.call-now .con-bx span a {    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 1px;} 
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between { width: 100%; height: 100%; } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #164178; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
 
.navigation .menu { display: block } 
.navigation .menu ul {  width: 100%; margin: 0; padding: 0; text-align: right; display: flex; position: relative; justify-content: end;    padding-left: 0px; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a {     padding: 27px 8px;
    display: block;
    color: #383838;
    transition: all 0.3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;} 
    .navigation .menu a.moreBtn {
      display: flex;
    padding: 8px 16px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.navigation .menu a.moreBtn svg {
    width: 16px;
    max-width: 16px;
    min-width: 16px;
    margin-right: 5px;
}
.navigation .menu ul li.active a, .navigation .menu ul li:hover a {color: #0c76e2;background: transparent;} 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left; border: 0; } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top:-32px } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown { left: 0px; margin-top: -24px; } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 260px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease; } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: #0c76e2; } 
.navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff; background: #0c76e2} 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: #0c76e2; } 
.navigation .menu ul li ul.cs-dropdown li a {       color: #3c3c3c;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px;} 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #333; } 
.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: #0c76e2; } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: #242424 } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: #fff; } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 
.menubar .logo img { width: 100%; max-width: 100%; } 
.hidden-lg{display: none !important;} 
.list-style-none li{list-style: none;} 
/* .navigation .menu ul li:nth-child(4) ul.cs-dropdown{width: 650px;border: 1px solid #eee;} 
.navigation .menu ul li:nth-child(4) ul.cs-dropdown li { width: 50%;  margin: 0px 0px; border-left: 1px solid #eee; } 
.navigation .menu ul li:nth-child(10) ul.cs-dropdown {left: -95%;}  */
header .btn-primary {
    color: #fff;
    background-color: #0c76e2;
    border-color: #0c76e2;
    border-radius: 21px;
    padding: 0px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 24px;
    text-transform: uppercase;
}
.navigation .menu .instagram1 {
    width: 225px;
}
.navigation .menu .instagram1 button.btn.fw-bold {
    color: #0c76e2;
    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    font-weight: 700 !important;
}
.skewed-header {
      position: absolute;
      height: 48px;
      background-color: #0c76e2;
      color: #000000;
      display: flex;
      align-items: center;
      padding-left: 0px;
      clip-path: polygon(7% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
      right: 0px;
      width: 40%;
      top: 0px;
      z-index: 0;
    }
.topbar .d-flex.justify-content-end {
    position: relative;
    z-index: 1;    align-items: center;
}
.readmore-button, .readmore-button-bl {
    border-radius: 35px;
    background-color: #0c76e2;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    z-index: 1;
}
    @media (max-width: 768px) {
      .skewed-header {
        height: 58px;
        padding-left: 30px;
      }
    }
  
.search input.form-control {
    margin: 1px 0px;
    padding: 5.5px 10px;
    height: auto;
    border-radius: 50px !important;
    border: 2px solid #eee;
    background: #ffffffc9;
}



/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.home_slider .slide {
    overflow: hidden;
    width: 100%;
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 80px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--pri);
    border: 0;
    outline: 0;
    background: white;
    z-index: 9;
    opacity: 1;
}

#slider .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

#slider .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--pri);
    color: white;
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}


/* .title-bx .sub-title::after{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    display: block;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    height: 0;
    width: 80px;
    border-top: 1px solid var(--pri);
} */

.title-bx .des {
    font-size: 16px;
    margin-bottom: 0px;
    color: #111;
    text-transform: capitalize;
    max-width: 650px;
    margin: 0 auto;
}


.as_featured {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
}



.box {
    width: 100%;
    height: 60px;
    /* background: var(--liner); */
    background-color: var(--dark-blue);
    color: #fff;
    padding: 20px;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.box.arrow-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    height: 60px;
    width: 60px;
    transform: rotate(-45deg);
    /* background: var(--liner); */
    background-color: var(--dark-blue);
    z-index: -1;
}

.box .tt {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.marquee2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #f7f7f7;
    height: 60px;
    border-bottom: 1px solid #e9e9e9;
}

.Marquee-content {
    display: flex;
    animation: scrolling 20s linear infinite;
}

.marquee-item {
    flex: 0 0 12vw;
    margin: 0 5px;
    position: relative;
    height: 60px;
}

.marquee-item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* start Category */

.category-shop {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 0 40px;
}

.category-shop .cat-bx {
    background: #5faa3012;
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e0efd5;
}



.category-shop .cat-img {
    overflow: hidden;
}

.category-shop .cat-img img {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center right;
    transition: 0.6s;
    z-index: 0;
}

.category-shop .cat-bx:hover .cat-img img {
    transform: scale(1.05);
}

.category-shop .cat-des {
    position: absolute;
    top: 40px;
    left: 30px;
    padding: 0;
    height: 74%;
    width: 47%;
    z-index: 3;
}

.category-shop .cat-des .title {
    font-size: 22px;
    font-family: var(--sec-font);
    color: var(--dark-blue);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: normal;
}

.category-shop .cat-des .des {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--light-text);
}

.category-shop .cat-des .moreBtn {
    padding: 8px 17px;
}

.homeFeture {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    /* border: 2px solid red; */
}

.homeFeture .productBox {
       background-color: #eaf3e2;
    margin-bottom: 2px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    border: 1px solid #619ce74a;
    border-radius: 10px;
    overflow: hidden;
}

.homeFeture .productBox img {
    transition: 0.6s;
}

.homeFeture .productBox:hover img {
    scale: 1.1;
}

.homeFeture .productImg {
    position: relative;
    overflow: hidden;
}

.homeFeture .productImg .off_label {
    background: var(--pri);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.homeFeture .productContent {
    border-top: 1px solid #eee;
    text-align: center;
    background-color: #eaf3e2;
    padding: 10px;
}

.homeFeture .productContent .title {
      height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #539f2b;
}

.homeFeture .productBox:hover .productContent .title {
    color: var(--pri);
}

.homeFeture .productContent p {
    margin-bottom: 0;
    color: var(--light-text);
}

.discount-bar {
    border-radius: 5px;
    overflow: hidden;
    padding: 35px 80px;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(82 138 229), rgb(40 200 221));
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.discount-bar .txx-bx {
    max-width: 500px;
    text-align: right;
}

.discount-bar .txx-bx .title {
    font-size: 33px;
    font-family: var(--pri-font);
    text-shadow: 2px 2px 2px rgba(42, 42, 42, 0.2);
    color: white;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 38px;
}

.discount-bar .txx-bx p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.form-subcriber {
    background-color: #fff;
    max-width: 420px;
    border-radius: 50px;
    position: relative;
    z-index: 4;
    margin-left: auto;
}

.form-subcriber input {
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
    background: url(https://nest-frontend.netlify.app/assets/imgs/theme/icons/icon-plane.png) no-repeat 25px center;
    height: 55px;
    font-size: 16px;
}

.form-subcriber button {
    font-size: 16px;
    padding: 10px 33px;
    color: #ffffff;
    border: none;
    background-color: #1b6ba8;
    border: 0;
    border-radius: 50px;
    font-weight: 700;
    margin: 5px;
}

.form-subcriber button:hover {
    color: white;
    background: var(--dark-blue);
}

/* end Category */

.video_gallery {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #f1f1f1;
    /* background-position: center;
    background-size: cover; */
    transition: 0.3s;
}

.video_gallery .vd_bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
    margin-bottom: 35px;
    box-shadow: 9px 9px 0 0 var(--light-text);
}

.video_gallery .video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.video_gallery .moreBtn,
.abt_con .moreBtn,
.moreBtn.active {
    background: var(--liner);
    background-color: var(--pri);
    color: #fff;
}

/* Start Shop */

.shopHome {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 20px;
    background: #fff;
    /* border: 2px solid red; */
}

.shopHome .pro-bx,
.shophome2 .pro-bx {
    border: 1px solid #e7e7e7;
    /* background-color: #eee; */
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.shophome2 .pro-bx {
    margin-bottom: 5px;
}

.shopHome .pro-bx .pro-des,
.shophome2 .pro-bx .pro-des {
    border-top: 1px solid #eee;
    text-align: left;
    padding: 15px;
    text-align: center;
}

.shophome2 .pro-bx .pro-des {
    padding: 7px;
}

.shophome2 .pro-bx .pro-des p {
    margin-bottom: 5px;
}

.shopHome .pro-bx .pro-des .price,
.shophome2 .pro-bx .pro-des .price {
    color: var(--pri);
    font-weight: 600;
    font-size: 15px;
}

.shophome2 .pro-bx .pro-des .price {
    font-size: 14px;
}

.shopHome .pro-bx .pro-des .price del,
.shophome2 .pro-bx .pro-des .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 13px;
}

.shophome2 .pro-bx .pro-des .price del {
    font-size: 12px;
}

.shopHome .pro-bx .pro-des .title,
.shophome2 .pro-bx .pro-des .title {
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
    text-transform: capitalize;
}

.shophome2 .pro-bx .pro-des .title {
    font-size: 15px;
    margin-bottom: 0px;
}

.shopHome .pro-bx .pro-img,
.shophome2 .pro-bx .pro-img {
    overflow: hidden;
    position: relative;
}

.shophome2 .pro-bx .pro-img {
    padding: 15px 25px;
    background: #fff0 !important
}

.shopHome .pro-bx .pro-img .cart-btn,
.shophome2 .pro-bx .pro-img .cart-btn {
    background-color: var(--pri);
    color: white;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 2;
    opacity: 0;
    bottom: -50px;
    pointer-events: none;
}

.shophome2 .pro-bx .pro-img .cart-btn {
    padding: 6px;
    font-size: 15px;
}

.shopHome .pro-bx:hover .pro-img .cart-btn,
.shophome2 .pro-bx:hover .pro-img .cart-btn {
    opacity: 1;
    bottom: 10px;
    pointer-events: all;
}

.shopHome .pro-bx .pro-img span,
.shophome2 .pro-bx .pro-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    z-index: 2;

}

.shopHome .pro-bx .pro-img .off_label,
.shophome2 .pro-bx .pro-img .off_label {
    background: var(--pri);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.shopHome .pro-bx .pro-img span svg,
.shophome2 .pro-bx .pro-img span svg {
    margin-top: 1px;
    height: 15px;
    width: 15px;

}

.shopHome .pro-bx .pro-img img,
.shophome2 .pro-bx .pro-img img {
    transition: all 0.6s;
    /* max-height: 320px; */
    width: 100%;
    /* object-fit: cover; */
}

.shopHome .pro-bx:hover .pro-img img,
.shophome2 .pro-bx:hover .pro-img img {
    scale: 1.1;
}

.shopHome .pro-bx:hover .pro-des .title,
.shophome2 .pro-bx:hover .pro-des .title {
    color: var(--dark-blue);
}

.pr-details {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 12px;
}

.pr-details li {
    font-weight: bold;
    color: #555;
}

.pr-details li span {
    font-weight: 400;
    color: var(--light-text);
}

.pro-bx .btn-grp {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn1 {
    background: var(--liner);
    background-color: var(--pri);
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
}

.btn1:hover,
.btn1:focus {
    background: var(--pri);
    color: #fff;
}

.btn2 {
    background: var(--liner);
    background-color: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
}

.btn2:hover,
.btn2:focus {
    background: #222;
    color: #fff;
}

/* shop2 */

.shophome2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.shophome2 .owl-item:nth-child(8n - 1) .pro-bx .pro-img {
    background: var(--bgg-cyan);
}

.shophome2 .owl-item:nth-child(8n - 2) .pro-bx .pro-img {
    background: var(--bgg-green);
}

.shophome2 .owl-item:nth-child(8n - 3) .pro-bx .pro-img {
    background: var(--bgg-indigo);
}

.shophome2 .owl-item:nth-child(8n - 4) .pro-bx .pro-img {
    background: var(--bgg-orange);
}

.shophome2 .owl-item:nth-child(8n - 5) .pro-bx .pro-img {
    background: var(--bgg-pink);
}

.shophome2 .owl-item:nth-child(8n - 6) .pro-bx .pro-img {
    background: var(--bgg-purple);
}

.shophome2 .owl-item:nth-child(8n - 7) .pro-bx .pro-img {
    background: var(--bgg-red);
}

.shophome2 .owl-item:nth-child(8n - 8) .pro-bx .pro-img {
    background: var(--bgg-yellow);
}

/* .shophome2 .tt-bx .tt{
    font-size: 25px;
    margin-bottom: 4px;
} */

.left-bar {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.left-bar .img-bx {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/bg/deo-bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}


.left-bar:hover .img-bx {
    transform: scale(1.1);
}


.left-bar .bar-des {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    height: 100%;
}

.left-bar .bar-des .title {
    font-size: 20px;
    font-family: var(--main-font);
    color: var(--pri);
    font-weight: bolder;
    line-height: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-style: italic;
}

.left-bar:hover .bar-des .title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.left-bar .bar-des .sub-title {
    font-size: 30px;
    color: white;
    margin: 22px 0;
    padding: 0 10px;
}

.left-bar:hover .bar-des .sub-title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

.left-bar .bar-des .moreBtn {
    color: white;
    border-color: white;
    box-shadow: none !important;
}

.left-bar .bar-des .moreBtn:hover {
    border-color: var(--pri);
}

.left-bar::before {
    content: "";
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.shophome2 .shop-sec {
    position: relative;
}

.shophome2 .shop-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    top: -70px;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next {
    margin-left: 5px;
    height: 35px;
    width: 35px;
    line-height: 12px;
    color: #fff;
    transition: 0.2s;
    border-radius: 100%;
    background:#539f2b;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev:hover,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--pri);
    color: white;
    border-color: var(--pri);
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev svg,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next svg {
    height: 20px;
    width: 20px;
}

.moreBtn {
    position: relative;
    z-index: 1;
    background: var(--liner);
    background-color: #509d28;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.4s;
    border: 0;
    outline: 0;
}


.moreBtn::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    transition: 0.4s;
}

.moreBtn:hover,
.moreBtn:focus {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}

.moreBtn:hover:before {
    height: 200%;
    width: 200%;
    border-radius: 0;
}


.webpulse_home_featured {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.webpulse_home_featured:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.webpulse_home_featured .aboutTitle {
    color: #fff;
}




@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.featuredProducts .owl-prev,
.featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 23px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--dark-blue) !important;
    border: 0;
    outline: 0;
    background: var(--pri) !important;
    border-radius: 100%;
    z-index: 9
}

.owl-prev svg,
.owl-next svg {
    height: 14px;
    width: 14px;
}

.featuredProducts .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

.featuredProducts .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

.featuredProducts .owl-prev:hover,
.featuredProducts .owl-next:hover {
    color: var(--pri);
    background: #eee;
}

.featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

/* home_testimonials_webpulse */

.review_sec {
    float: left;
    width: 100%;
    padding: 45px 0;
    margin: 0;
    color: var(--black);
    background: var(--bgg-cyan);
}

.review_sec .tt-bx .tt,
.client-sec .tt-bx .tt {
    font-size: 27px;
}
 
.review_item {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    direction: ltr;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin: 10px 2px;    border:1px solid #619ce74a;
}
footer .social-bx li a {
    line-height: 32px !important;
}
.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 65px;
    width: 65px;
    padding: 5px;
    background: var(--liner);
    background-color: #5695e566;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #5393e533;
}

.star {
    color: #ffcc33;
    margin-top: 3px;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 12px;
}

.review_item .clint-info-wrapper .client-info .title {
    color:#509d28;
    font-weight: 700;
    font-size: 18px;

}

.review_item .clint-info-wrapper .client-info span {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 15px;
}

.review_item::before {
    position: absolute;
    content: "";
    right: 28px;
    top: 32px;
    z-index: -1;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 35px;
    height: 35px;    
    /* filter: invert(1); */
}

.review_item .description {
    margin-bottom: 15px;
    padding-right: 55px;
}


.review_item .description p {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: justify;
}


.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    background: #f6f6f6;
}


.blog-bx {
    padding: 10px;
    position: relative;
    transition: 0.3s;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    height: 100%;
    padding-bottom: 20px;
}

.blog-bx:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 15px;
}

.blog-bx .lable {
    position: absolute;
    top: 45px;
    left: 0;
    font-weight: 700;
    padding: 5px 10px;
    font-family: var(--sec-font);
    background: var(--pri);
    color: white;
    z-index: 1;
}

.blog-bx .img-bx {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
}

.blog-bx .img-bx img {
    height: 210px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transition: 0.6s;
}

.blog-bx:hover .img-bx img {
    scale: 1.1;
}

.blog-bx .des-bx {
    /* border: 2px solid red; */
    /* min-height: 160px; */
    display: flex;    padding: 0px 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-bx .des-bx .date {
    color: var(--light-text);
    font-size: 13px;
    margin-bottom: 12px;
}

.blog-bx .des-bx .date span {
    background: var(--dark-blue);
    display: inline-block;
    height: 1px;
    width: 10px;
    position: relative;
    top: -3px;
    margin: 0 2px;
}

.blog-bx .des-bx .blog-title {
    margin-bottom: 5px;
    transition: 0.3s;
    font-weight: 600;
    text-transform: capitalize;
    color: #373737;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blog-bx:hover .des-bx .blog-title {
    color: var(--dark-blue);
}

.blog-bx .des-bx .des {
    color: #5f5f5f;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

 .review_item .clint-info-wrapper .thumb img {
    border-radius: 50%;
}

.blog-bx .des-bx .read-more {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 15px;
    margin-bottom: 2px;
}

.blog-bx .des-bx .read-more::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    bottom: -3px;
    left: 0;
    background-color: var(--dark-blue);
    transition: 0.3s;
}

.blog-bx .des-bx .read-more:hover::before {
    width: 100%;
}

/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    /* background: #f3f4f7; */
}

.webpulse_home_clients .clients img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 90px;
    transition: all 0.3s ease;
}

.webpulse_home_clients .vogi-title {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.webpulse_home_clients .vogi-sub-title {
    font-family: var(--sec-font);
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    color: var(--dark-blue);
    text-transform: capitalize;
    text-align: center;
}

.webpulse_home_clients .vogi-title span {
    font-size: 30px;
    font-weight: bold;
}

.webpulse_home_clients .vogi-title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 18px;
    width: 39%;
    height: 1px;
    background-color: #ececec;
}

.webpulse_home_clients .vogi-title::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 18px;
    width: 39%;
    height: 1px;
    background-color: #ececec;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 40px;
    background: #e3f7fd;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 35px;
    position: relative;
    font-weight: 800;
    font-family: var(--main-font);
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}

.title_2 span {
    color: var(--dark-blue);
}

.title_2:after {
    background: var(--pri);
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 15px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



/* newletters */

.news-letter {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-size: contain;
    position: relative;
    z-index: 0;
    /* border: 2px solid red; */
    background-color: #eee;
    background-attachment: fixed;
}

.news-letter .form-bx .input-bx {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-letter .form-bx .input-bx input {
    height: 50px;
    line-height: 50px;
    max-width: 450px;
    border-right: none !important;
    border-radius: 0 !important;
    margin-left: auto;
}

.news-letter .form-bx .input-bx button {
    border: none;
    height: 50px;
    text-align: center;
    padding: 0 25px;
    background-color: var(--pri);
    color: white;
    font-size: 15px;
    border-radius: 0;
}

.news-letter .letter-bx {
    position: relative;
    padding-left: 62px;
}

.news-letter .letter-bx::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f1d9";
    font-size: 37px;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    color: var(--pri);
}

.news-letter .letter-bx .title {
    font-size: 32px;
    font-weight: bold;
    color: var(--pri);
    margin-bottom: 5px;
}

.news-letter .letter-bx .sub-title {
    font-size: 15px;
    color: var(--text-color);
    font-weight: bold;
}


/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 50px 0px 10px;
    position: relative;
    z-index: 1;
    background: #000000;
    /* background-position: center;
    background-size: cover; */
}

.web-pulse-india::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0);
    z-index: -1;
}

.web-pulse-india .copy {
    border-top:1px solid #e7e7e747;
        padding: 20px 0px 10px;
}



.web-pulse-india .copy .copyright i {
    color: var(--pri);
}

.web-pulse-india .copy a {
    display: inline-block;
    color: #fff;
    line-height: 20px;
}

.web-pulse-india .copy a:hover {
    display: inline-block;
    color: var(--pri);
}

.social-bx {
    margin-bottom: 25px;
}

.social-bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.social-bx ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #aaa;
    margin-right: 7px;
    color: var(--dark-blue);
    transition: 0.4s;
    line-height: 35px;
}

.social-bx ul li a:hover {
    border-color: var(--dark-blue);
    background: var(--dark-blue);
    color: white;
}

.social-bx ul li a i {
    font-size: 15px;
}


.social-bx .title {
    color: #7fb761;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.copyright {
   color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.web-pulse-india .module {
margin-bottom: 40px;
    display: flow-root;
}

.web-pulse-india .module p {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.web-pulse-india .ftlogo {
    max-width: 200px;
    margin-bottom: 12px;
}

.web-pulse-india .module .module-title {
    color:#7fb761;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}

.web-pulse-india .module .contact-bx {
    display: flex;
    /* align-items: center; */
    margin-top: 17px;
}

.web-pulse-india .module .contact-bx img {
    max-width: 20px;
    margin-right: 9px;    filter: invert(1);
}

.web-pulse-india .module .contact-bx .contact {
    font-size: 15px;
    font-weight: 600;color:#fff;
}

.web-pulse-india .module .contact-bx .contact a,
.web-pulse-india .module .contact-bx .contact p {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.web-pulse-india .module .contact-bx .contact a:hover {
    color: var(--pri);
}

.web-pulse-india .module ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.web-pulse-india .module ul li a {
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding-left:0px;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
}
footer ul.social li a svg {
    color: #ffffff;}

.web-pulse-india .module ul li a:hover {
color: #7fb761;
    padding-left: 3px;
}

/* 
.web-pulse-india .module ul li a::before {
    font-family: 'FontAwesome';
    content: "\f192";
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 0;
} */

.dot-indicator{
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;    margin-right: 5px;
  justify-content: center;position: relative;
}

.dot-indicator::after{
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1.3px;
    left: 2.8px;
}

.web-pulse-india .instagram-item {
    float: left;
    margin-bottom: 6px;
    padding: 0 3px;
    position: relative;
    width: 25%;
}

.web-pulse-india .instagram-item img {
    border: 1px solid #eee;
}

.web-pulse-india .instagram-item.first-item {
    width: 50%;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

.text-right {
    text-align: right;
}

.text-pri {
    color: var(--pri) !important;
}


#web-pulse-scroll-up {
    position: fixed;
    z-index: 99;
    bottom: 75px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--liner);
    background-color: var(--pri);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

#web-pulse-scroll-up svg {
    width: 20px;
    height: 20px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}


.whatapp_btn {
    background: #01e675;
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 75px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16), 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 21px;
    height: 21px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 20px;
    color: #ffffff;
    display: table;
    height: 48px;
    left: 15px;
    min-width: 48px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: var(--liner);
    background-color: var(--pri);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.send_enquiry svg {
    width: 21px;
    height: 21px;
    line-height: 48px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #0c76e2;
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: left center;
    padding: 15px 0 20px;
    margin: 0;
    background-image: url(../images/bg/bread-cum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.heading_banner:before {
    content: "";
    background: #00243f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}


.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    font-size: 20px;
    font-family: var(--pri-font);
    text-shadow: 2px 2px 2px rgba(42, 42, 42, 0.2);
    color: white;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.inner_breadcrumb2 {
    box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb2 .breadcrumb {
    float: left;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 600;
    text-transform: capitalize;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 33px;
}

.inner_breadcrumb2 .breadcrumb li {
    line-height: 45px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #eee;
    letter-spacing: 0px;
}

.inner_breadcrumb2 .breadcrumb li a {
    color: var(--text-color);
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #fff;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    float: left;
    padding: 8px 10px;
    color: #eee;
}

.inner_breadcrumb2 .breadcrumb li+li:before {
    padding: 15px 10px;
    color: var(--text-color);
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* Brand Store */

.brand-store {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.brand-store .client-bx img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 0px;
    transition: 0.3s;
}
.bg-light2{background: #5faa3012 !important;}
.brand-store .client-bx img:hover {
    transform: scale(1.02);
    /* box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

/* About Us */

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    /* background: #f3f3f3; */
}

.left_image {
    float: left;
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}


/* category Page */

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}


.category_page .title_2:after {
    background: #282d32;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.wps_right ul {
    margin: 0 0 15px;
    padding: 0;
}

.wps_right ul li {
    display: block;
    list-style: none;
    color: var(--text-color);
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;    margin-bottom: 5px;
}

.wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23555' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 16px;
    color: #fff;
    background: var(--pri);
    border: 1px solid var(--pri);
    border-radius: 0px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333
}

.product_right_image {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0px 0 25px 25px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
            height: auto;
        aspect-ratio: 1;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;width: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .readMore_2 {
    margin-left: -40px;
}



.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 0;
    width: 100%;
}

#thumbs img.active {
    border-color: var(--pri);
}

.wps_right h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    color: #404040;
    text-transform: capitalize;
}

.wps_right h1 span {
    color:#509d28;
}

.wps_right h2, .wps_right h3, .wps_right h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0px;
    color: #0c76e2;
    text-transform: capitalize;
}

/* .wps_right h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--text-color);
    text-transform: capitalize;
} */

/* .wps_right h4 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--text-color);
    text-align: left;
    padding: 0;
} */

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--pri);
    width: 40%;
}

.imageAbout {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
}

.imageAbout img {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid var(--pri);
}

.wps_right p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}


.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: var(--pri);
    ;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr_view {
    margin-bottom: 25px;
}

.pr-li {
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.2s;
    height: 100%;
}

.pr-li .img_bx {
    padding: 10px;
    border-right: 1px solid #eee;
    height: 100%;
}

.pr-li .img_bx img {
    width: 100%;
}

.pr-li .img_bx .small {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.pr-li .img_bx .small img {
    width: 55px;
    border: 1px solid #aaa;
    cursor: pointer;
}

.pr-li .img_bx .small .item.youtube a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--liner);
    background-color: #f70000;
    border-radius: 1px;
}

.pr-li .img_bx .small .item.youtube svg {
    height: 25px;
    width: 25px;
    color: white;
}

.pr-li .img_bx .small .item.active {
    border: 1px solid var(--pri);
}

.productBrochureandvideo {
    margin-right: 15px;
    margin-bottom: 10px;
}

.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #a4a4a4;
    padding: 8px 6px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 5px;
}

.productBrochureandvideo a svg {
    color: #539f2b;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #539f2b;
    border: 1px dashed #539f2b;
}

.pr-li .tx-bx {
    padding: 15px;
}

.grid.pr_view .pr-li .tx-bx {
    padding-top: 0;
}


.pr-li .tx-bx .title {
    color: var(--pri);
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.grid.pr_view .pr-li .tx-bx .title { 
 text-align: center
}

.pr_view .pr-li .tx-bx .bt_bx {
    display: flex;
    gap: 5px;
}

.grid.pr_view .pr-li .tx-bx .bt_bx {
    text-align: center;
    justify-content: center;
}

.pr-li .tx-bx .title a {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    transition: 0.4s;
}

.pr-li:hover .tx-bx .title a {
    color: var(--pri);
}

.pr-li .tx-bx .info {
    max-height: 270px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
}
 

.pr-li .tx-bx .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb {
    background-color: var(--pri);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.pr-li .tx-bx .info::-webkit-scrollbar-thumb:hover {
    background-color: var(--dark-blue);
}

.grid.pr_view .pr-li .tx-bx .info {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px;
    text-align: center !important;
}
.grid.pr_view .pr-li .tx-bx .info p {
    text-align: center;
}

.g_100 {
    width: 100% !important;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .all_btns {
    margin-top: 0;
}

.product_listing .right-content .readMore_2 {
    margin-top: 10px;
    margin-right: 50px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding: 10px;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a {
    color: #333;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content .head {
    line-height: 24px;
    padding: 15px 0;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    color: #333;
}

.right-content .head a {
    color: #333;
}

.right-content:hover .head a {
    color: var(--pri);
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: var(--pri);
}

.product_listing:hover .right-content h4 a {
    color: var(--pri);
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 15px;
}

.detailsPage .right-content .table-responsive {
    max-height: 300px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eee;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: var(--pri);
    ;
    width: 40%;
}

.product_listing .right-content .specifications {
    display: block;
    position: relative;
    padding: 0 0 5px;

}

.product_listing .right-content .specifications ul {
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.product_listing .right-content .specifications ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 25%;
    margin-bottom: 0px;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
}

.product_listing .right-content .specifications ul li::before {
    content: "";
    width: 0;
    height: 0;
}

.product_listing .right-content .specifications ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.product_listing .right-content .specifications ul li .specificationsDesc {
    padding-left: 10px;
}

.product_listing .right-content .specifications ul li .specificationsDesc .title {
    font: normal 300 14px/1.1 Oswald;
    margin-bottom: 5px;
    color: #222222;
    text-transform: uppercase;
    display: block;
}

.product_listing .right-content .specifications ul li .specificationsDesc .value {
    font: normal 400 13px/1.1 Oxygen;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #777777;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.you_may {
    float: left;
    width: 100%;
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 9px;
}

.bttn {
    font-size: 14px;
    outline: none;
    padding: 10px 13px;
    border: none;
    background: #333;
    border-radius: 2px;
    color: #fff;
    transition: .2s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bttn.active,
.bttn:hover,
.bttn:focus {
    background-color: var(--pri);
    color: #fff;
}


/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}

.testimonial_author .media-left img {
    border: 1px solid var(--pri);
    border-radius: 4px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 18px;
    color: var(--pri);
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #f7b11b;
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f9f3e8;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}


.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--green);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f1f1f1;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative;
}


.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top center;

}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: var(--pri);
}



/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;

}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img img {
    display: block;
    max-height: 500px;
    margin: 10px auto;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 20px 25px;
    margin-bottom: 20px;
    background: #fff;
    border-left:3px solid #539f2b;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h2, .blog_details1 h3, .blog_details1 h4 {
      margin: 10px 0px;
    padding: 0;
    line-height: 30px;
    color: #539f2b;
    font-size: 20px;
}

/* .blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
} */

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid var(--pri);
    ;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.mini-blogs ul {
    padding: 0 20px;
    background-color: #fff;
    border-radius: 3px;
    padding-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.mini-blogs ul li {
    padding-top: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.mini-blogs ul li:last-child {
    border-bottom: 0;
}

.mini-blogs ul .tt {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 700;
}

.mini-blogs ul .tt span {
    color: var(--dark-blue);
}

.mini-blogs .tx-bx .title {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 3px;
}

.mini-blogs ul li:hover .tx-bx .title {
    color: var(--dark-blue);
}

.mini-blogs .tx-bx p {
    line-height: normal;
    font-size: 13px;
    color: #555;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;

}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_page ul.social {
    margin-bottom: 15px;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;text-align: left;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    width: 100%;
    height: 425px;
    position: relative;
    display: block;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* .contact_form_grid1 textarea{
    height: 150px !important;
} */

.contact_page .contactTitle {
    color: var(--dark-blue);
    font-size: 21px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 2px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    color: var(--dark-blue);
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}



.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--dark-blue);
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #f7b11b;
    border: 1px solid #f7b11b;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: var(--pri);
}

.adress-bx {
    padding: 20px;
    border: 1px solid #ccc;
    transition: 0.4s;
    margin-top: 25px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adress-bx:hover {
    border: 1px solid var(--text-color);
}

.adress-bx .adress {
    margin-bottom: 0;
    color: var(--light-text);
    position: relative;
    padding-left: 18px;
}

.adress-bx .adress::before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    color: var(--pri);
}

.adress-bx .adress a {
    color: var(--pri);
    text-decoration: underline;
}

.adress-bx .title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap_page .title_h2 {
    margin-bottom: 15px;
    color: #fff;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;

}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
       font-size: 14px;
    padding-bottom: 10px;
    display: block;
}

.sitemap li a:hover {
    color: var(--pri);
}

.market_area h3 {
    float: left;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #509d28;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--pri);
}

.market-list {
    float: left;
    width: 100%;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px !important;
    line-height: 20px;
    width: 25% !important;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 16px;
    background-color: #ddd;
    font-weight: 600;
}

.market-list li a:hover {
    background: var(--pri);
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
       aspect-ratio: 1;
    height: auto;
}

#callback .product_popup_image {
       aspect-ratio: 1;
    height: auto;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: var(--pri);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;

}

.video_section iframe {
    width: 100%;
    height: 415px;
}


.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #cde9f7;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--dark-blue);
    width: 13px;
}


.mb-phn {
    display: none;
}

.stButton {
    margin-bottom: 10px;
}


.terms-conditions a {
    color: var(--dark-blue);
    display: inline-block;
}

.terms-conditions h2{
    margin-bottom: 15px;
    font-size: 28px;
}

.terms-conditions .tt{
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
    color: var(--text-color);
}

.terms-conditions h2 span{
    color: var(--dark-blue);
}

.terms-conditions p {
    color: var(--light-text);
    text-align: justify;
    font-size: 16px;
    margin-bottom: 5px;
}

.terms-conditions table {
    width: 100%;
    margin: 20px 0;
    border-color: #ccc;
}

.terms-conditions table tr td {
    color: var(--light-text);
}

.terms-conditions table tr:first-child td {
    color: var(--text-color);
    font-weight: 600;
}

.login-form {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    max-width: 600px;
    width: 45%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0px 0px;
    border-radius: 4px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.login-form form {
    padding: 0px 60px;
}

.login-form .thumbur {
    width: 140px;
    height: 140px;
    position: relative;
    background-color: #efefef;
    background-image: linear-gradient(to right, #efefef 0, #efefef 50%, #e1e1e1 50%, #e1e1e1 100%);
    margin: auto;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .thumbur i {
    position: relative;
    font-size: 65px;
    color: var(--pri);
}

.login-form .login-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: var(--pri);
    margin: 20px 0;
}

.login-form .change-type {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translatey(-50%);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.login-form .submit {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 50px;
    height: 45px;
    border: 0;
    outline: 0;
    color: white;
    background: var(--pri);
    font-size: 20px;
    transition: 0.4s;
}

.login-form .submit:hover {
    transform: scale(1.1);
}

.login-form a {
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
}

.login-form a:hover,
.login-form a:focus {
    color: var(--pri);
}

.login-form .shift {
    color: var(--light-text);
    background: #eeedf1;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    padding: 0px 60px;
}

/* listing */
.product_listing {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.product_listing .homeFeture{
    background: transparent;
    float: none;
    padding: 0;
}

.product_listing #sidebar {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px 0 10px;
}

.product_listing .price_filter {
    margin: 0 0 20px;
    padding: 10px 20px 25px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    border: 1px solid #eee;
    background: #fff;
}

.product_listing .left_title1 {
    padding: 7px 0;
    color: var(--dark-blue);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.product_listing label {
    margin-bottom: 10px;
    display: inline-block;
}

.product_listing #amount {
    border: 0 !important;
    outline: 0 !important;
    color: var(--pri);
    font-weight: 600;
    text-align: right;
    font-family: FontAwesome;
    width: 130px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 16px;
}

.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.ui-slider-handle.ui-corner-all.ui-state-default:active {
    background-color: #eee;
    border: 1px solid #aaa;
    outline: none;
}

.ui-widget-header {
    background: var(--pri);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
    border: none;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
}

.product_filter {
    float: left;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 18px;
    background: #fff;
}

.left_title {
    padding: 7px 0px;
    color: var(--dark-blue);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product_filter ul {
    margin: 10px 0;
    padding: 0;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product_filter ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.product_filter ul li {
    text-transform: capitalize;
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    padding: 0 10px;
}

.product_filter ul li:last-child {
    border-bottom: 0;
}

.product_filter li label {
    font-size: 15px;
    cursor: pointer;
    color: var(--text-color);
    display: block;
    line-height: 30px;
    margin: 0;
    padding-top: 1px;
}

.product_filter li label:hover {
    color: var(--dark-blue);
}

.product_filter li label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    height: 14px;
}

.product_filter li label input[type=checkbox]:checked+span {
    color: var(--dark-blue);
}

.product_filter li label>span {
    display: block;
    position: relative;
    padding-left: 27px;
}

.product_filter li label>span:before {
    content: '';
    width: 15px;
    height: 14px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ccc;
}

.product_filter li label input[type="checkbox"]:checked+span:before {
    background: var(--dark-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/checked.png);
    border: 1px solid var(--dark-blue);
}

.product_filter li label:after {
    clear: both;
}

.product_filter li label:before,
.product_filter li label:after {
    content: "";
    display: table;
}

/* 
.left-pro-bx .des-bx{
    border: 2px solid red;
} */

.left-pro-bx .des-bx .title {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 600;
}

.left-pro-bx .des-bx .price {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.left-pro-bx .des-bx .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 13px;
}

.page_show {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.page_show ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li:nth-child(2) {
    float: right;
}

.page_show ul li select {
    border: 0;
    background: transparent;
    width: auto;
    font-size: 12px;
    height: auto;
    outline: none;
    padding: 0;
}

.page_show ul li:last-child {
    float: right;
}


/* product-details */

.selectors .mz-thumb img {
    max-width: 85px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #ececec;
}

.product_details .tt{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--text-color);
} 

.btn-grp .w-btn {
    position: relative;
    z-index: 1;
    background: var(--liner);
    background-color: #01e675;
    display: inline-block;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.4s;
    border: 0;
}

.btn-grp .w-btn svg {
    width: 20px;
    height: 20px;
}

.product_details .protitle {
    color: var(--dark-blue);
    font-size: 25px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_details p {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 10px;
}

.product_details .price .off_label {
    position: absolute;
    right: 0;
    top: 0px;
    left: 125px;
    display: block;
    width: 90px;
    text-align: center;
    z-index: 5;
    font-size: 15px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: normal;
}

.product_info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}

.product_info li {
    font-size: 16px;
    color: #222222;
    margin-bottom: 7px;
}

.product_info li span {
    color: var(--light-text);
}

.product_info li small,
.product_info li a {
    display: inline-block;
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 16px;
    text-transform: uppercase;
}

.product_info li small.stock {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.product_info_btn {
    margin-bottom: 15px;
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border: 0;
    background: var(--liner);
    background-color: var(--dark-blue);
    font-weight: 600;
}

.product_overview .nav-tabs .nav-link {
    color: var(--text-color);
    background: #e9ecef;
    font-weight: 600;
    border: none;
}

.product_overview .nav-tabs{
    border: none;
}

.product_overview .tab-pane {
    background: #fff;
    padding: 20px;
    border: 1px solid #ececec;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 2px; */
    color: var(--light-text);
    outline: none;
}

.product_overview .tab-pane p {
    color: var(--light-text);
    line-height: normal;
    margin-bottom: 10px;
}

.product_overview .tab-pane .bx-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
}


.product_overview .tab-pane .dl-horizontal dt {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.product_overview .tab-pane .dl-horizontal dd {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.tab-pane .product_rate {
    font-size: 14px;
    background: var(--pri);
    border: 1px solid var(--pri);
    padding: 8px 20px;
    color: #fff;
}


.cart_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.cart_page .cart_left .bx-title {
    background: var(--pri);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_left table {
    border: 0px solid #ccc !important;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 820px;
}

.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.cart_left table th {
    border: 0px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    color: var(--pri);
    background: #eee;
}

.cart_left table th {
    border: 0px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    color: var(--pri);
    background: #eee;
}

.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.cart_left table td {
    font-size: 13px;
    border: 1px solid #ddd;
    border: 1px solid #eee;
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.cart_left table tbody tr td:first-child {
    width: 50%;
}

.cart_image {
    float: left;
    margin-right: 3%;
    position: relative;
    height: 65px;
    width: 110px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.cart_image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.cart_left table tbody tr td .price {
    position: relative;
    color: var(--pri);
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.3s ease;
}

.cart_info a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.cart_info p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.cart_off_label {
    display: block;
    text-align: center;
    background: var(--pri);
    color: #fff;
    padding: 2px 10px;
}

.price span {
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
}

.cart_remove {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 14px;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
    display: inline-block;
}

.cart_right_title {
    background: var(--pri);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.coupon_form {
    position: relative;
    margin-bottom: 5px;
}

.coupon_form input {
    border: 1px #dedede solid;
    border-radius: 0px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    height: 34px;
}

.coupon_form .apply_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--pri);
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 15px;
    font-size: 13px;
}

.coupons_text {
    font-size: 12px;
    color: var(--text-color);
}

.coupons_text a {
    display: inline-block;
    color: var(--pri);
}


.cart_right .table {
    border: 0;
    margin-bottom: 15px;
}

.table.table-totals tr {
    border: 0;
}

.cart_page .cart_right table tr td:nth-child(1) {
    width: auto !important;
}

.cart_right .table tr th,
.cart_right .table tr td {
    border: 0;
    padding: 5px 0;
    font-size: 14px;
}

.table.table-totals tr {
    border: 0;
}

.cart_right .table tbody tr:last-child td {
    padding-bottom: 15px;
}

.cart_right .table tr td.free {
    color: var(--pri);
    text-transform: uppercase;
}

.cart_right .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.cart_right .table tfoot tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    width: auto !important;
}

.payable {
    color: var(--pri);
}

.order_btn {
    width: 100%;
    padding: 10px 25px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid var(--pri);
    font-weight: 600;
}

.order_btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.cart_right .safe_info {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.cart_right .safe_info i {
    font-size: 36px;
    color: var(--pri);
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.shopping_btn {
    padding: 10px 20px;
    background: #fff;
    color: var(--pri);
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid var(--pri);
}

.shopping_btn:hover {
    background: var(--pri);
    color: white;
}

.checkout_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f1f3f6;
    position: relative;
}

.checkout_page .bx-title {
    background: var(--pri);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}



.checkout_page .form-group+.form-group {
    margin-top: 10px;
}

.checkout_page .forgot-password {
    padding-top: 14px;
    display: inline-block;
    color: var(--pri);
    position: absolute;
    top: -4px;
    right: 7px;
}

.panel-body form .radio_btn {
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-body form .radio_btn input {
    float: left;
    height: 17px;
    line-height: 25px;
    margin: 5px 0 0;
    margin-right: 10px;
}

.checkout_page .step_login_btn {
    padding: 10px 25px;
    background: var(--pri);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
}

.checkout_page .step_login_btn:hover {
    background: #333;
}

.checkout_page .checkout_right {
    padding: 15px;
    background: #eee;
}

.checkout_page .checkout_right h4 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

.checkout_page .checkout_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout_page .checkout_right ul li {
    font-size: 13px;
    list-style: none;
    line-height: 22px;
}

.checkout_page .checkout_right ul li i.fa-check {
    background: transparent !Important;
    color: var(--pri);
}

.cart_right ul {
    background: #fff;
    margin: 0;
    padding: 0;
}

.cart_right ul li {
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee5e8;
    list-style: none;
}

.cart_right ul li i {
    float: left;
    color: var(--pri);
    min-width: 40px;
    line-height: 1;
    margin-left: 0.7rem;
    margin-top: 0.3rem;
    font-size: 34px;
    min-width: 40px;
    margin-right: 10px;
    text-align: center;
}

.cart_right ul li h4 {
    text-align: left;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.cart_right ul li:last-child {
    border-bottom: 0;
}

.dashboard_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.dashboard_page .dashboard-links {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 20px;
}

.dashboard_page .dashboard-links li a {
    box-shadow: 1px 1px 4px -1px #ccc;
    border-radius: 5px;
    padding: 13px 15px;
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.dashboard_page .dashboard-links li:last-child a {
    margin-bottom: 0;
}

.dashboard_page .dashboard-links li a:hover,
.dashboard_page .dashboard-links li a.active {
    background: var(--pri);
    color: white;
}

.dashboard_page .dashboard-bx {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.dashboard_page .dashboard-bx .profile-bar {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #eee;
}

.profile-bx {
    display: flex;
    align-items: center;
}

.profile-bx .profile-icon {
    color: var(--pri);
    border: 5px solid;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bolder;
    background: white;
    margin-right: 15px;
}

.profile-bx .profile-des .title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.profile-bx .profile-des a {
    color: var(--light-text);
    font-size: 13px;
    line-height: 18px;
}

.edit-profile {
    display: inline-block;
    padding: 10px 20px;
    background: var(--pri);
    color: white;
    text-align: center;
}

.edit-profile:hover {
    color: white;
    background: #333;
}

.recent-order-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
}

.recent-order-bar .recent-order-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pri);
    margin-bottom: 5px;
}

.recent-order-bar .order-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-order-bar .order-details li {
    color: var(--text-color);
    line-height: 18px;
}

.recent-order-bar .order-details li span {
    color: var(--light-text);
    font-weight: 500;
}

.recent-order-bar .upload-btn {
    outline: 0;
    border: 2px dashed var(--pri);
    color: var(--pri);
    background: white;
    font-weight: bold;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.dashboard-bx .address-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
    margin-bottom: 20px;
}

.dashboard-bx .address-bar .add-title {
    color: var(--light-text);
    font-weight: bold;
    font-size: 15px;
    color: var(--text-color);
}

.dashboard-bx .address-bar .add-title a {
    float: right;
    padding: 3px 6px;
    color: var(--pri);
    border-radius: 3px;
    background-color: #eee;
    font-size: 14px;
}

.dashboard-bx .address-bar .add-title a i {
    font-size: 12px;
}

.dashboard-bx .address-bar .name {
    font-weight: bold;
    margin: 5px 0;
    font-size: 17px;
    color: var(--pri);
}

.dashboard-bx .address-bar p {
    margin: 0;
    color: var(--light-text);
}

.dashboard-bx .dashboard-title {
    color: var(--pri);
    font-size: 18px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.cart_left.wishlist-bx table {
    border-radius: 5px;
    border: 1px solid #eee !important;
}

.cart_left.wishlist-bx table th {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 12px 10px;
}

.in-stock {
    padding: 3px 6px;
    background: forestgreen;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.out-stock {
    padding: 3px 6px;
    background: #ff2020;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.wishlist-bx .cart_add {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    color: var(--pri);
}

.wishlist-bx .cart_add:hover {
    background: var(--pri);
    color: white;
}

.wishlist-bx .cart_remove {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.order-details-bar .details-bx,
.order-details-bar .address-bx {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #f3f3f3;
}

.order-details-bar .details-bx .Order-id {
    font-size: 18px;
    font-weight: 700;
}

.order-details-bar .details-bx .Order-date {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    margin-bottom: 8px;
}

.order-details-bar .table.table-totals tr {
    border: 0;
}

.order-details-bar .table tr th,
.order-details-bar .table tr td {
    border: 0 !important;
    padding: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.order-details-bar table tr td:nth-child(1) {
    width: auto !important;
}

.order-details-bar .table tbody tr:last-child td {
    padding-bottom: 1rem;
}

.details-bx .table tr td.free {
    color: forestgreen;
    text-transform: uppercase;
}

.order-details-bar .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.order-details-bar .table tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    color: var(--text-color);
    width: auto !important;
}


.order-details-bar .address-bx .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order-details-bar .address-bx .name {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-color);
}

.order-details-bar .address-bx .address-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-details-bar .address-bx .address-details li {
    font-size: 14px;
    color: var(--light-text);
    padding-top: 8px;
}

.order-details-bar .address-bx .address-details li span {
    color: var(--text-color);
    font-weight: 500;
}

.abt_con {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.abt_con h1 {
    font-size: 22px;
    font-weight: bold;
    color: var(--light-text);
    margin-bottom: 7px;
}

.abt_con h2,
.abt_con h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 5px;
}

.abt_con p {
    text-align: justify;
    color: var(--light-text);
    letter-spacing: 0px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 65px;
    height: 65px;
    border-radius: 80px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
    background: var(--liner);
    background-color: var(--pri);
    box-shadow: 0 0 0 0 rgba(110, 39, 37, .5);
    -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play-icon:hover {
    animation: none;
    color: #fff;
}

.video-play-icon:focus {
    color: #fff;
}

.login-bg {
    background: #9f9da7
}

input[type='checkbox'],
input[type='radio'] {
    width: auto !important
}

label.shipping input {
    float: left;
    height: 15px;
    margin-right: 10px;
}

.checkout_btn {
    padding: 10px 30px;
    background: #171717;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
    z-index: 1;
}

.checkout_btn:hover,
.checkout_btn:focus {
    background: var(--pri);
    color: #fff;
}

.mobile_view {
    display: none;
}

.payment_option {
    float: left;
    width: 100%;
}

.payment_option form .radio {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0 10px 30px;
    user-select: none;
    width: 100%;
    display: flex
}

.payment_option form .radio:last-child {
    border-bottom: 0;
}

.payment_option form .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_option form .checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-color: var(--pri) !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.payment_option form .radio input:checked~.checkround {
    background: #fff;
}

.payment_option form .checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.payment_option form .radio input:checked~.checkround:after {
    display: block;
}

.payment_option form .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pri) !important;
}

.confrmorder {
    padding: 12px 40px;
    background: var(--pri) !important;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 0;
    z-index: 1;
}

.payment_option form label {
    cursor: pointer;
}

.product_details .form-group.check input {
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
}


.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 29px;
    height: 60px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background:#509d28;
    border-radius: 100%;
    z-index: 99;
    opacity: 1;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ffffff;
    border-left: 0;
}

.carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #eee;
    border-right: 0;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    opacity: 1;
    background: #619ce7;
}

@media (max-width:980px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 22px;
        height: 47px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 15px;
        width: 15px;
    }

    .carousel-control-prev {
        left: 0px;
        border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
    }
}

.get_qut {
    padding: 0 25px;
    box-sizing: border-box;
    background: var(--liner);
    background-color: var(--pri);
    line-height: 70px;
    color: #fff;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 400;
}

.get_qut:hover {
    background: var(--pri);
    color: white;
}

@-webkit-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-moz-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-ms-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

/*кнопка обратной связи*/

.email-bt {
    background: #F95C18;
    border: 2px solid #F95C18;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    left: 8%;
    bottom: 18%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.email-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.email-bt .text-call span {
    text-align: center;
    color: #F95C18;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.call_now {
    background: var(--liner);
    background-color: #31a3fd;
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    right: 16px;
    bottom: 18px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2);
    font-size: 20px;
    animation: email-an linear 1s infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.call_now:hover {
    color: #fff;
    animation: none;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 0 rgba(41, 107, 165, 0.2), 0 0 0 0 rgba(41, 107, 165, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 12px rgba(41, 107, 165, 0.2), 0 0 0 0 rgba(41, 107, 165, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 15px rgba(41, 107, 165, 0), 0 0 0 16px rgba(41, 107, 165, 0.067);
    }

    100% {
        box-shadow: 0 8px 10px rgba(41, 107, 165, 0.2),
            0 0 0 18px rgba(41, 107, 165, 0), 0 0 0 20px rgba(41, 107, 165, 0);
    }
}


@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

/* --------- why us -----------  */

.why-us {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 30px;
    background: #fff;
}


.step-sec {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to right, #f3f4f7, #f3f4f7); */
}

.step-sec .tt-bx .tt {
    font-size: 32px;
    margin-top: 4px;
}

.step-bx {
    margin-bottom: 25px;
}

.step-bx .img-bx {
    background: var(--bgg-cyan);
    width: 115px;
    height: 115px;
    padding: 25px;
    border-radius: 100%;
    margin: 0 auto 15px;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.step-bx .img-bx::before {
    content: " ";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 165%;
    width: 105px;
    height: 25px;
    /* background: #eee; */
    /* background-image: url(https://pixner.net/paylio/paylio-v1/assets/images/icon/how-works-arrow-1.png); */
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step-bx.second .img-bx {
    background: var(--bgg-red);
}

.step-bx.second .img-bx::before {
    transform: translateY(10%) scaleY(-1);
}

.step-bx.thrid .img-bx {
    background: var(--bgg-green);
}

.step-bx.thrid .img-bx::before {
    content: none;
}

.step-bx .tx-bx {
    text-align: center;
}

.step-bx .tx-bx .tt {
    font-weight: bold;
    font-size: 22px;
    color: var(--text-color);
    margin-bottom: 3px;
}

.step-bx .tx-bx p {
    color: var(--light-text);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 0 10px;
}


.faq-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #d87a14;
    margin-bottom: 32px;
    position: relative;
    font-weight: 700;
}

.title_2:after {
    background: var(--dark-blue);
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 55px;
}

.faq-sec .accordion {
     border: none;
    background: #f6f6f600;
    padding: 20px 30px 10PX;
    border-radius: 0;
    box-shadow: none;
}

.faq-sec .accordion .accordion-item {
    background:#5faa3012;
    border-bottom: 0px solid #ddd;
    /* padding: 2px 25px; */
    margin-bottom: 10px;
    border-radius: 5px;
    border:1px solid #dfe5d9;
}
.accordion-collapse {
    border-top: 1px solid #f1d9c1;
    padding-top: 15px;
}
.faq-sec .accordion .accordion-item p {
    margin-bottom: 0;
    text-align: justify;
}

.faq-sec .accordion .accordion-item:last-child {
    border-bottom: none;
}

.faq-sec .accordion .accordion-item .accordion-button {
    background: transparent;
    padding: 12px 17px;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    color: #377dd5;
}

.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--dark-blue);
    /* padding-bottom: 10px; */
}

.faq-sec .accordion .accordion-item .accordion-body {
    background: transparent;
     padding: 3px 17px 21px;
    font-size: 15px;
}

.faq-sec .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23888" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>');
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222" class="bi bi-arrow-up-circle" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/> </svg>');

}
.faq-sec .accordion .accordion-item:hover span.accordion-button.collapsed {
    background: #444444 !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
     color: #ffffff;
    background: #619ce7;
    border-radius: 5px 5px 0px 0px;
}
.faq-sec .accordion .accordion-item:hover .accordion-button:not(.collapsed)::after, .faq-sec .accordion .accordion-item .accordion-button:not(.collapsed)::after {
     filter: invert(1);
}
.mid-banner {
    float: left;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 4px;
}

.topcon-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url(../images/bg/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.topcon-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, 0.5);
    z-index: -1;
}

.topcon-sec .title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;    color: #373737;
}

.topcon-sec .title::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    background: var(--pri);
    height: 4px;
    border-radius: 1px;
}

.topcon-sec p {
    letter-spacing: 0px;
    font-size: 16px;
    color: var(--light-text);
}

.client-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url(../images/bg/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.client-sec .client-bx {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background: white;
    padding: 12px;
    border-radius: 3px;
    margin: 5px 0 15px;
}

.client-sec .client-bx img {
    border: 1px solid #ececec;
    width: 100%;
    border-radius: 3px;
}

.reapir-page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.breadcum-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    color: white;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/bread-cum.jpg);
    background-size: cover;
}

.breadcum-sec::before {
    content: "";
    background: #00243f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

#sticky-form {
    position: sticky;
    top: 65px;
    color: #fff;
    z-index: 2;
}

.breadcum-sec h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.review {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.breadcum-sec p {
    color: white;
    font-size: 16px;
}

.breadcum-sec ul {
    list-style: square;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    margin-top: 20px;
}

.qurey-form-page {
    /* border: 1px solid #ececec; */
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 1px;
    border-top: 5px solid var(--dark-blue);
    background: #f8f8f8;
}

.qurey-form-page .moreBtn {
    padding: 13px 20px;
    font-size: 17px;
}

.qurey-form-page textarea {
    height: 80px !important;
}

._in_bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._in_ic {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65px;
    margin-bottom: 12px;
}

._in_ic img {
    width: 45px;
}

._in_bx p {
    font-size: 13px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    padding-top: 7px;
    color: #222;
    line-height: 17px;
}
/* 
.whychoose-sec {
    float: left;
    width: 100%;
    margin: 0;
}

.why-bx {
    background: #F0F6FF;
    padding: 20px;
    text-align: center;
    box-shadow: rgb(197 215 242) 0px 1px 2px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.why-bx .img {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.why-bx .tt {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 3px;
    color: var(--text-color);
}

.why-bx p {
    margin-bottom: 0;
}

.counter {
    float: left;
    width: 100%;
    background-color: #F0F6FF;
    padding: 30px 0;
    box-shadow: rgb(197 215 242) 0px 1px 2px;
}

.count-bx {
    text-align: center;
    position: relative;
    z-index: 1;
}

.count-bx .title {
    font-weight: 900;
    background: var(--liner);
    background-color: var(--dark-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
    font-size: 32px;
    margin-bottom: 3px;
}

.count-bx::before {
    content: "";
    height: 42px;
    width: 42px;
    position: absolute;
    top: -5px;
    left: 50%;
    border-radius: 100%;
    background: linear-gradient(180deg, #4595d1 -9.95%, hsla(0, 0%, 99%, 0) 96.48%);
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
}

.count-bx p {
    margin-bottom: 0;
} */

.repair-con {
    float: left;
    width: 100%;
}

.repair-bx.why-bx {
    padding: 17px;
    transition: 0.3s ease;
}

.repair-bx.why-bx:hover {
    transform: scale(1.05);
}

.repair-bx.why-bx .tt {
    margin-bottom: 0;
    font-size: 17px;
}

.repair-bx.why-bx .img {
    margin-bottom: 10px;
}

.inner-breadcum {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 45px;
    border-radius: 8px;
    overflow: hidden;
    margin: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 12px;
}

.inner-breadcum .hd-tt {
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 10px;
    font-size: 32px;
}

.inner-breadcum .srch-bx {
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
    padding: 5px;
    background: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 2px;
    margin-bottom: 15px;
}

.inner-breadcum .srch-bx input {
    border: none;
    height: 35px;
    outline: 0;
    line-height: normal;
    padding: 0 10px;
    font-weight: 500;
    /* border: 1px solid red; */
}

.inner-breadcum .srch-bx button {
    border: none;
    outline: 0;
    background: var(--liner);
    background-color: var(--dark-blue);
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
}

.inner-breadcum .srch-bx button:hover {
    background: var(--dark-blue);
}

.inner-breadcum ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.inner-breadcum ul li {
    padding-left: 22px;
    position: relative;
    color: #000;
    font-weight: 600;
}

.inner-breadcum ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23025b9d" class="bi bi-check-all" viewBox="0 0 16 16"> <path d="M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z"/> </svg>');
    position: absolute;
    top: 0;
    left: 0;
}

.brand-dis {
    margin-top: 20px;
}

.brand-dis .br-sec {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

.brand-dis .br-sec .br-bx {
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    height: 70px;
    width: 70px;
    background: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 2px;
}

.brand-dis .br-sec .link {
    color: var(--dark-blue);
    font-weight: 600;

}

.all-client-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: var(--bgg-cyan);
}

.all-client-sec .mTitle {
    font-size: 25px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 10px;
}


.clientItems {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.clientItems .clientBx {
    width: calc(100% / 8 - 15px);
}

.clientBx img {
    display: block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    overflow: hidden;
    border-radius: 2px;
    padding: 0px;
    transition: 0.3s;
    padding: 5px;
    background: white;
}

.productDetails {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.sell-pr-des {
    padding: 10px;
}

.sell-pr-des .mtt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
    color: var(--dark-blue);
}

.sell-pr-des .tt {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 5px;
}

.sell-pr-des .review {
    margin-bottom: 10px;
}

.sell-pr-des .vri-items {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sell-pr-des .vri-items .vri-item {
    padding: 5px 10px;
    border: 1px dashed #666;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.sell-pr-des .vri-items .vri-item.active {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}

.sell-pr-des .alert {
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
}

.evaluation-page {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.pr-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.pr-card .img {
    width: 120px;
}

.pr-card .text {
    width: calc(100% - 120px);
    font-weight: 600;
    padding: 10px;
    font-size: 17px;
}

.dv-lists {
    padding: 15px;
}

.dv-lists .mtt {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.dv-lists .tt {
    margin-bottom: 3px;
}

.dv-lists ul {
    margin-bottom: 10px;
}

.dv-lists ul li::marker {
    color: var(--dark-blue);
}

.dv-lists ul li {
    font-size: 15px;
}

.dv-detail {
    padding: 30px;
}

.dv-detail .mtt {
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom: 15px;
    font-size: 28px;
    text-align: center;
}

.dv-detail .tt {
    color: var(--light-text);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}


.dv-detail .dv-items {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dv-detail .dv-items .dv-item {
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: var(--light-text);
    display: block;
    position: relative;
    padding: 7px 18px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #f7f7f7;
    user-select: none;
}

.dv-detail .dv-items .dv-item.active {
    border-color: var(--dark-blue);
    background: white;
    color: var(--dark-blue);
}


/* Hide the browser's default radio button */
.dv-detail .dv-items .dv-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8px;
    left: 9px;
    height: 18px;
    width: 18px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #aaa;
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--dark-blue);
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--dark-blue);
}

#sellEnquiry .modal-content{
overflow: hidden;
border-radius: 3px;
}

.sellInfo{
    background: linear-gradient(to right, rgba(2, 90, 157, 0.9), rgba(11, 170, 249, 0.9));
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sellInfo .m-tt{
    font-size: 23px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.sellInfo p{
    margin-bottom: 20px;
    color: white;
    font-weight: 500;
}

.sellInfo .tt{
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}

.sellInfo ul {
    color: white;
    font-size: 15px;
}

.sellInfo .img-bx{
    max-height: 400px;
}

.sellInfo .img-bx img{
    height: 400px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.sellField{
    background: white;
    padding: 30px;   
    position: relative;
}

.sellField .img-logo{
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.sellField .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

.input-group .input-icon{
    position: absolute;
    z-index: 5;
    top: 1px;
    left: 0;
    height: calc(100% - 2px);
    width: 40px;
    /* background: #f2f2f2; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-text);
}

.input-group .form-control{
    padding-left: 40px;
}

.MagicZoom {
    display: block;
    border: 1px solid #ececec;
}

.MagicZoom img{
    width: 100%;
}
 
                    .flip-card {
                        perspective: 1000px;
                        height: auto;aspect-ratio: 1;
                    }

                    .flip-card-inner {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        transition: transform 0.7s ease;
                        transform-style: preserve-3d;
                        border-radius: 10px;    border: 1px solid #dedede;
                    }

                    .flip-card:hover .flip-card-inner {
                        transform: rotateY(180deg);
                    }

                    .flip-card-front,
                    .flip-card-back {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        border-radius: 10px;
                        backface-visibility: hidden;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .flip-card-front {
                        background-size: cover;
                        background-position: center;
                        color: #fff;
                        padding: 20px;
                    }

                    .flip-card-front h5 {
                        background: rgba(0, 0, 0, 0.6);
                        padding: 10px 15px;
                        border-radius: 6px;
                        font-size: 20px;
                    }

                    .flip-card-back {
                        background:#303030;
                        transform: rotateY(180deg);
                    }
                    .flip-card-front {
    bottom: 0px;
    top: inherit;
    padding-top: 74%;
}
                .title4{     text-transform: capitalize;
    text-align: center;
    padding: 12px 0px;
    background: var(--liner);
    background-color:#1b1b1b;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;}
.whyChoose {
    float: left;
    width: 100%;
    color: #fff;
    padding:50px 0 70px;
    background: url(../images/bg3.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.whyChoose:before {
    content: '';
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
    z-index: -1;
}

.whyChoose .count-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    border-right:1px solid #ffffff;
}

 
.whyChoose .count-bx .ic-bx{
    width: 60px;
}

.whyChoose .count-bx .tx-bx{
    text-align: left;
}

.whyChoose .count-bx .tx-bx p{
    color: #eee;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.whyChoose .count-bx .tx-bx .coun{
    font-size: 30px;
    font-weight: 900;
    background: var(--liner);
    background-color:var(--pri);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.webpulse_home_clients .marquee-carousel .clients img { 
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0px;
    width: 80px;
    margin: auto;
}
.webpulse_home_clients.client-sec .clients {
background: #fff;
    border-radius: 10px;
    padding: 15px 0px; 
    margin: 10px 0px;    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    border: 1px solid #619ce74a;
}
.webpulse_home_clients .client-box1 .clients img { 
    padding: 15px;    height: 80px;
}
.client-box .clients {
    width: 95%;
    margin: 10px auto;
}
/* industry we serve */
      .text-wrap .title5 {
                margin: 0px;    padding: 0px 10px;
            }

            .title5 {
                text-align: center;
                margin-top: 10px;
                font-weight: 600;
            }

            .industry-box {
                position: relative;
                height: 180px;
                border: 1px solid #e5e5e5;
                display: block;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                overflow: hidden;
                cursor: pointer;
                transition: all 0.3s ease;
            }

            /* icon */
            .icon-wrap {
                transition: transform 0.35s ease;    text-align: center;
    padding-top: 20px;
            }

            /* text hidden initially */
            .text-wrap {
                position: absolute;
                bottom: -40px;
                text-align: center;
                transition: all 0.35s ease;
                opacity: 0;
            }

            /* background slide */
            .industry-box::after {
                content: "";
                position: absolute;
                inset: 0;
                background:var(--pri);
                transform: translateY(100%);
                transition: transform 0.35s ease;
                z-index: 0;
            }

            .industry-box * {
                position: relative;
                z-index: 2;
            }

            /* hover effects */
            .industry-box:hover::after,
            .industry-box.active::after {
                transform: translateY(0);
            }

            .industry-box:hover .icon-wrap,
            .industry-box.active .icon-wrap {
                transform: translateY(-20px);
                z-index: 0;
            }

            .industry-box:hover .text-wrap,
            .industry-box.active .text-wrap {
                bottom: 75px;
                opacity: 1;
                color: #fff;
            }

            /* icon white on hover */
            .industry-box:hover img,
            .industry-box.active img {
                filter: brightness(0) invert(1);
            }

            .navigation .navbar button { 
    color: #000000;}
    .navigation .navbar button svg {
       color: #000;
    stroke: #000;
    width: 100%;
    height: auto;
}
.navigation .navbar button { 
    padding: 0px; 
}
header ul.social li a:hover svg {
    color: #ffffff; 
}
header ul.social li a:hover { 
    background: #626262 !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: #434343 !important;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: 0px;
    margin-top: -32px;
    display: none;
}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li:hover ul.cs-dropdown {    display: block;
    right: -100%;
    left: inherit !important;}
    .navigation .menu ul li ul.cs-dropdown li a button svg {
    color: #333 !important;
}
.navigation .menu ul li ul.cs-dropdown { 
    left: -2%;}
    .navigation .menu ul li ul.cs-dropdown li a span img {
    width: 30px;
    border-radius: 50px;
    margin-right: 5px;
}
.navigation .menu ul li.applications-menu ul.cs-dropdown li a { 
    padding: 3px 15px;}
    .col-121.copyright-w {
    font-size: 15px;
}
/* about css */
.shadow {
    box-shadow: 0px 0px 5px 1px #ccc !important;
}

 /* Factory Gallery */
         .factory-gallery {
         width: 100%;
         }
         .factory-gallery .section-title p {
         max-width: 720px;
         font-size: 15px;
         color: #555;
         }
         .col-md-5c{width: 50%;}
         @media (min-width: 1024px) {
         .col-md-5c {
         width: 20%;
         }
         }
         /* Gallery Item */
         .fg-item {
         background: #fff;
         border: 1px solid #ddd;
         border-radius: 12px;
         overflow: hidden;
         height: 100%;
         }
         .fg-link {
         position: relative;
         display: block;
         aspect-ratio: 4 / 3;
         overflow: hidden;
         }
         .fg-link img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: 0.4s ease;
         }
         /* Hover Overlay */
         .fg-icon {
         position: absolute;
         inset: 0;
         background: rgb(214 114 6 / 66%);
         opacity: 0;
         transition: 0.4s ease;
         }
         .fg-icon::after {
         content: "+";
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         font-size: 32px;
         color: #fff;
         font-weight: 700;
         }
         /* Hover Effects */
         .fg-link:hover img {
         transform: scale(1.1);
         opacity: 0.4;
         }
         .fg-link:hover .fg-icon {
         opacity: 1;
         }
             /* YouTube Video Grid */
         .yt-video-section {
         width: 100%;
         overflow: hidden;
         }
         .yt-video-section .section-title p {
         max-width: 720px;
         font-size: 15px;
         color: #555;
         }
         /* Video Box */
         .yt-video-box {
         position: relative;
         height: auto;
         overflow: hidden;
         border-radius: 16px;
         background: #000;
         box-shadow: 0 6px 18px rgba(0,0,0,0.15);aspect-ratio: 4 / 3;
         }
         .yt-video-box img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
         /* Play Button */
         .yt-play-btn {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 52px;
         height: 52px;
         line-height: 52px;
         border-radius: 50%;
         background: #d9141b;
         color: #fff;
         text-align: center;
         font-size: 20px;
         text-decoration: none;
         animation: ytPulse 1.4s infinite;
         }
         .yt-play-btn span{    display: flex;
         align-items: center;
         justify-content: center;
         height: 100%;}
         /* Pulse Animation */
         @keyframes ytPulse {
         0% { box-shadow: 0 0 0 0 rgba(217,20,27,0.6); }
         100% { box-shadow: 0 0 0 40px rgba(217,20,27,0); }
         }

          .features { float: left; width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/1.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
.features:before {    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; background: #000000;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #00000000 80%); } 
.features .h2_title { color: #fff; } 
.h2_title { font-weight: 700; margin-bottom: 40px; position: relative; text-transform: uppercase; text-align: center; color: #383d92; font-size: 30px; padding-bottom: 10px; } 
.features .features-holder { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 25px; } 
.features .feature-panel-holder { padding-top: 25px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a { border-color: #ccc; margin-top: 12px; color: #ccc; } 
.features .feature-panel-holder .feature-panel { position: relative; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; overflow: hidden; cursor: pointer; margin-bottom: 33px; border-radius: 8px 0 8px 8px; border-color: rgba(249, 249, 249, .15); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } 
.h2_title:after { bottom: -10px; content: ""; height: 3px; left: 50%;  background: #d2deff none repeat scroll 0 0; margin-left: -50px; position: absolute; width: 100px; } 
.features .feature-panel-holder .feature-panel .feature-icon { margin-bottom: 5px; } 
.features .feature-panel-holder .feature-panel .feature-icon img { width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; filter: invert(1); transition: .3s ease-in-out; } 
.features .feature-panel-holder .feature-panel .feature-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 10px; } 
.features .feature-panel-holder .feature-panel .feature-content .titleFact { font-weight: 500; font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #fff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; font-family: 'Roboto', sans-serif; } 
.features .feature-panel-holder .feature-panel .feature-content p { text-align: center; font-size: 15px; line-height: 24px; margin-bottom: 0; color: #ddd; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; height: 25px; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: #424242; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: #fff1f3; } 
.features .feature-panel-holder:hover { padding-top: 0; } 
.features .feature-panel-holder:hover .feature-panel .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
.features .feature-panel-holder .feature-panel.feature-panel-dark { border: 1px solid rgba(249, 249, 249, .15); } 
.features .feature-panel-holder .feature-panel a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); font-size: 13px; color: #fff; margin-top: -32px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .features-card .card-panel .panel-body .titleCat { font-size: 18px; line-height: 32px; font-weight: 600; color: #539f2b; margin-bottom: 10px; text-transform: uppercase; font-family: 'Oswald', sans-serif; } 
.features .features-card .card-panel.reversed .panel-icon { margin-right: 0; margin-left: 40px; display: flex; align-items: center; transform: translateY(-7px); } 
.features .features-card .card-panel.reversed { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } 
.features .features-card .card-panel { display: -webkit-box; display: -ms-flexbox; display: flex; background: #fff; border-radius: 8px 0 8px 8px; padding: 30px 40px 34px; -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); position: relative; -ms-flex-preferred-size: 48%; flex-basis: 48%; } 
.features .features-card .card-panel .panel-icon img { margin-left: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; min-width: 80px; width: 80px; } 
.features .more-features { text-align: center; margin-bottom: 20px; } 
.features .more-features p {font-weight: 500; font-size: 16px; color: #f4f4f4;    position: relative; margin-bottom: 0; } 
.features .more-features.more-features-2 p a { color:#c1f1a7; } 
.features .more-features p a { position: relative; color: #383d92; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; text-transform: capitalize; padding-bottom: 8px; } 
.features .features-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); margin-top: -100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; z-index: 9; } 
.bg-skype { background-color: #009edc !important; } 
.counter-block.shadow img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid #ccc;} 

.title_3 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #d46e00;
    font-weight: 700;
    text-transform: inherit;
}
.breadcrumbSection {
    float: left;
    width: 100%;
    background: #ffffff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.breadcrumbSection .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
    content: "/";
    display: inline-block;
    text-rendering: auto;
}

.breadcrumbSection .breadcrumb li {
    color: #666;
    float: left;
    line-height: 55px;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbSection .breadcrumb li.active {
    color: #0c76e2;
}
ul.breadcrumb {
    margin: 0px;
}
.bg-skype { background-color: #009edc !important; } 
.bg-orange { background-color: #fd8f33 !important; } 
.bg-firoze { background-color: #7c6bc3 !important; } 
.title_3 { position: relative; font-size: 18px; line-height: 25px; margin: 0; padding: 0; color: #539f2b; font-weight: 700; text-transform: inherit; } 
.counter-block.shadow img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid #ccc;}
 /* contact us */ .bg-sky { background: #2483e5 !important; } 
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color: #509d28; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
.shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
.z-index-1 { z-index: 1; } 
.h-170 { height: 100%; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #509d28; border-width: 2px 0 0 2px; border-radius: 2px 0 0 0; } 
.corner:after { content: ""; position: absolute; top: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #509d28; border-width: 2px 2px 0 0; border-radius: 0 2px 0 0; } 
.corner .bottom_corners:before { content: ""; position: absolute; bottom: -2px; left: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #509d28; border-width: 0 0 2px 2px; border-radius: 0 0 0 2px; } 
.corner .bottom_corners:after { content: ""; position: absolute; bottom: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #509d28; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
.base-header2 { position: relative; z-index: 9; } 
.z-index-9{z-index: 9;} 
.icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #fff; } 
.single-item ul.social li a svg {
    color: #ffffff;}
   .single-item p a:hover {
    text-decoration: underline;
    outline: none;
    color: #da8221 !important;
}
 .text-center.lsp-5.lh-base.text-uppercase.fs-20.text-skype.fw-bold.lsp-5px.pb-0.mb-0 {
    color: #509d28;
    text-transform: capitalize !important;
}
.pr-li { 
    background: #fff;
}
.table-responsive table td {
    font-size: 14px;
    border: 1px solid #d4d4d4;
    padding: 10px;
}
.productBrochureandvideo .item.youtube a {
    background: red;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .slides {
            width: 50px;
            border: 1px solid #ccc;
            cursor: pointer;
          
        }
        .slides.active {
            border: 1px solid #539f2b;
        }
        .productBrochureandvideo .item.youtube a svg {
    color: #fff;
    width: 25px;
    height: 25px;
    margin: 0px;
}
.pr-li .tx-bx .info {
    max-height: 255px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 15px;
}
.right_side .moreBtn { 
    font-weight: 500; 
    font-size: 14px; 
}
.col-lg-8.col-md-7.col-12.g_col.g_100 a.moreBtn {
    font-size: 14px;
    font-weight: 400;
}
.home_slider .banner_inner { top: 0%; display: inline-block; text-shadow: none; right: 0%; left: 0%; padding: 0; bottom: 0%; background-color:#fff0; display: flex; height: 100%; }
.home_slider .banner_info { max-width: 700px; margin: 0 auto; text-align: center; }
.home_slider .title_1 { color:#ffffff; display: inline-block; font-size: 35px; text-transform: uppercase; margin-bottom: 10px; font-weight: 600; text-shadow: 1px 1px 0 rgb(255 255 255 / 74%)} 
#carouselExampleControls .active .title_1 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
.carouselExampleControls p { color: #fff; font-size: 18px; line-height: 24px; text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); } 
#carouselExampleControls .active p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }


.clients .title3 {
    font-size: 17px;
    text-align: center;
    margin: 10px 0px;
    font-weight: 600;
    color:#539f2b;
}
div#clients .clients {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    margin: 10px 10px;
    border: 1px solid #619ce74a;
    border-radius: 5px;
    padding: 10px;
}
.js-marquee-wrapper {
    width: 100000px;
    transform: translateX(0);
    animation: 29.2143s linear 0s infinite normal none running
}

.js-marquee {
    margin-right: 0;
    float: left;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    will-change: transform;
    transform: translateX(0);
    animation: marquee 20s linear infinite
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.tf__brand_3 {
    float: left;
    width: 100%;
    background: #539f2b;
    padding: 15px 0;
    transform: scale(1.025) rotate(-3deg);
    position: relative;
    -webkit-transform: scale(1.025) rotate(-3deg);
    -moz-transform: scale(1.025) rotate(-3deg);
    -ms-transform: scale(1.025) rotate(-3deg);
    -o-transform: scale(1.025) rotate(-3deg);
    overflow: hidden
}

.tf__brand_3 ul {
    display: flex;
    margin: 0
}

.tf__brand_3 ul li {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    padding-left: 80px;
    margin-left: 50px;
    list-style: none
}

.tf__brand_3 ul li::after {
    position: absolute;
    content: "";
    background: url(../img/banner_shape_2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0
}

.tpbanner-shape-two {
    position: absolute;
    bottom: 175px;
    bottom: 135px;
    right: 0
}

.tpbanner-shape-two img {
    max-width: 120px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
    .about_page .scrollbar-with {
        max-height: 340px;
        overflow-y: auto;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .tt-bx.text-start p.m-0.text-start {
    max-width: 93%;
}
h2.m-0.p-0 {
    transition: 0.3s;
    font-weight: 600;
    text-transform: capitalize;
    color: #373737;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.topbar { 
    background: #0c76e2;
}
.navigation .menu a.moreBtn { 
    background: #0c76e2;
}
.skewed-header { 
    background-color: #509d28;}
     .homeCommunity {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}
 .homeCommunity .community__content {
    padding: 40px;
}
.yt-video-box { 
    aspect-ratio: inherit;
    height: 345px;
    margin-right: 20px;
}
.brand2-bg-1 {
    background-color: #fff;
    border-radius: 15px;
}
.join-btn {
      padding: 8px 24px;
    background-color: #eaf3e2;
    border-radius: 8px;
    color: #5ca62f;
}
.community__content-inner .titleNew1 {
    font-size: 30px;
    margin-block-start: 20px;
    margin-block-end: 20px;
    color: #0c76e2;
    line-height: normal;
    font-weight: 700;
}
.community__content-inner p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

@media (min-width:1024px) {
    .navigation .menu ul li.applications-menu ul.cs-dropdown{width: 750px;
        right: -300%;
        left: inherit;}
        .navigation .menu ul li.desktop-hide {
    display: none;
}
      .navigation .menu ul li.applications-menu ul.cs-dropdown li{width:33.3%;float: left;border-left:1px solid #eee;}
}

  
 