@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --pri: #175493;
    --sec: #175493;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --black: #110a13;
    --grey: #86848e;
    --font: 'Roboto', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--black);
    font-family: var(--font);
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    color: var(--black);
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #666;
}

p a {
    color: #666;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: none;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #666;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    height: 100px !important;
}

textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--sec);
}

.form-control:focus {
    border-color: var(--sec);
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.logo {
    max-width: 230px;
    margin: 3px 0;
}

.bottom-bar {
    float: left;
    width: 100%;
    background-color: var(--pri);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    height: 48px;
}

.bottom-bar::after {
    content: '';
    height: 49px;
    width: 50px;
    position: absolute;
    top: -1px;
    left: -45px;
    z-index: -1;
    background: url(../images/shape/r.png);
    background-size: cover;
}

.bottom-bar::before {
    content: '';
    height: 49px;
    width: 100%;
    background-color: var(--sec);
    position: absolute;
    top: -1px;
    right: -100%;
}

.top-li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-bar .call_us {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-right: 15px;
    height: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-bar .call_us .icon {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    color: var(--pri);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom-bar .call_us .icon svg {
    height: 12px;
    width: 12px
}

.bottom-bar .call_us p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.bottom-bar .call_us p a {
    margin: 0;
    color: #fff;
    font-weight: 500;
    margin-left: 7px;
    font-size: 14px;
    transition: .3s
}

.bottom-bar .call_us p a:hover {
    color: #3297ff;
}

.iso-bx {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 15px;
    height: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.iso-bx .img {
    width: 32px;
}

.iso-bx .tx {
    margin: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    transition: 0.3s;
    text-align: center;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a,
ul.social li.facebook a:hover {
    background: #3C5B9B;
    color: white;
}

ul.social li.twitter a,
ul.social li.twitter a:hover {
    background: var(--liner);
    background-color: #0e1419;
    color: white;
}

ul.social li.linkedin a,
ul.social li.linkedin a:hover {
    color: white;
    background: #027ba5;
}

ul.social li.youtube a,
ul.social li.youtube a:hover {
    background: #f70000;
    color: white;
}

ul.social li.instagram a,
ul.social li.instagram a:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}

.bottom-bar ul.social li {
    margin-left: 3px;
}

.bottom-bar ul.social li a {
    border-radius: 2px;
    background: white;
    color: var(--pri);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.menubar {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .1);
    background: #fff;
}

.web-pulse-header.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;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    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: var(--pri);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 14px 13px;
    display: block;
    color: var(--black);
    transition: all 0.3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 500;
}

.navigation .menu ul li:last-child a {
    padding-right: 0;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--pri);
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.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: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    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;
    width: 250px;
}

.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: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--pri)
}

.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: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 4px;
    color: var(--black);
}

.navigation ul li.cs-submenu a button svg {
    width: 14px;
    height: 14px;
    transition: 0.2s;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--pri);
}

.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
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

/*.navigation .menu ul > li:nth-child(3) ul.cs-dropdown { width: 520px } .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li { display: inline-block; width: 50%; float: left; position: relative; } .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even) { border-left: 1px solid #eee; }*/
/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_slider .slide img {
    width: 100%;
    max-width: 100%;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--pri);
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    z-index: 9;
    text-align: center;
}

#slider .owl-nav .owl-prev {
    left: 30px;
}

#slider .owl-nav .owl-next {
    right: 30px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--pri);
    color: #fff;
    border-color: var(--pri)
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

/* Fetures */
.w-p-s-home-feture {
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: var(--sec);
}

.offers .item {
    display: flex;
    align-items: center;
}

.offerhead {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    float: left;
    margin: 0;
    color: var(--pri);
}

.viewbt {
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    margin: 0;
    text-decoration: none;
    float: right;
    background-color: var(--pri);
    border: 0;
    border-radius: 4px;
    margin-left: auto;
}

.viewbt:hover {
    background: #732d7f;
    color: #fff;
}

.home_featured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: var(--black);
    margin-bottom: 30px;
    position: relative;
    overflow: visible;
    font-weight: 600;
    line-height: 45px;
}

.title_2 .line {
    background: var(--pri);
    height: 5px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    width: 25px;
    position: relative;
}

.title_2.text-white .line {
    background: #fff;
}

.title_2 .line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    width: 40px;
    height: 1px;
    background: #777;
}

.title_2 .line::before {
    right: 35px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #777;
}

.title_2.text-white .line::after,
.title_2.text-white .line::before {
    background: #fff;
}

.title_2 p {
    max-width: 850px;
    margin: 20px auto 0;
    color: #272727;
}

.title_2.text-white p {
    color: #fff;
}

#featuredProducts .owl-prev,
#featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--pri);
    border-radius: 100%;
    z-index: 9
}

#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

.read_more {
    position: relative;
    padding: 10px 25px;
    background: var(--liner);
    background-color: var(--pri);
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    height: 44px;
    border-radius: 2px;
}

.read_more:before,
.read_more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: var(--pri);
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .3s ease-in-out;
}

._con_bx .read_more {
    padding: 15px 30px;
    line-height: 15px;
    margin-top: 10px;
}

.read_more:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.read_more:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.read_more:hover:before,
.read_more:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}

.read_more:hover {
    color: #fff;
}

button.read_more {
    border: 0;
    margin: 0;
    border-radius: 2px;
}

.title_3 {
    overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: var(--pri);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_3:after {
    background: var(--sec);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    width: 50px;
}

.title_5 {
    text-align: center;
    overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_5:after {
    background: var(--sec);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.home_right {
    float: right;
    max-width: 450px;
    margin: 0 0 15px 25px;
    border-radius: 8px;
    overflow: hidden;
}

.abt-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: url(../images/shape/bg-2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.abt-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.4);
    z-index: -1;
}

.abt-sec .tx_bx p {
    text-align: justify;
}

.abt-sec .tx_bx ul {
    padding-left: 20px;
}

.abt-sec .tx_bx ul li {
    margin-bottom: 10px;
    text-align: justify;
}

.abt-sec .tx_bx .main-tt,
.abt-sec .tx_bx h1,
.abt-sec .tx_bx h2,
.abt-sec .tx_bx h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 38px;
}

.abt-sec .tx_bx h2,
.abt-sec .tx_bx h3 {
    font-size: 26px;
    line-height: 35px;
}

.abt-sec .tx_bx .main-tt span,
.abt-sec .tx_bx h1 span,
.abt-sec .tx_bx h2 span,
.abt-sec .tx_bx h3 span {
    font-weight: 700;
    display: inline;
    background: var(--liner);
    background-color: var(--pri);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.webpulse_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #f8f8f8;
}

.webpulse_home_product ._pr_bx {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
}

.webpulse_home_product ._pr_bx .img-bx {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.webpulse_home_product ._pr_bx:hover .img-bx .link {
    height: 35px;
    width: 35px;
}

.webpulse_home_product ._pr_bx:hover .img-bx::before {
    background: rgba(0, 0, 0, 0.6);
}

.webpulse_home_product ._pr_bx .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.webpulse_home_product ._pr_bx:hover .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.feature-icon-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.fect-icon-bx {
    border-right: 1px solid #e0e0e0;
}

.fect-icon-bx .img {
    width: 60px;
    margin: 0 auto 8px;
}

.fect-icon-bx .tx {
    margin-bottom: 0;
    font-weight: 500;
}

.home-sec {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    background: url(../images/shape/hormigon.jpg);
}

.home-sec .home-sec-tx {
    padding: 50px 0;
    padding-left: 70px;
}

.home-sec p {
    margin-bottom: 10px;
    text-align: justify;
}

.home-sec ul {
    padding-left: 20px;
}

.home-sec ul li {
    text-align: justify;
    margin-bottom: 10px;
}

.home-sec .home-sec-tx .main-tt,
.home-sec .home-sec-tx h1 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 40px;
}

.home-sec .home-sec-tx .main-tt span,
.home-sec .home-sec-tx h1 span {
    font-weight: 700;
    display: inline;
    background: var(--liner);
    background-color: var(--pri);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.webpulse_home_product ._pr_des2 {
    padding-right: 20px;
    padding-left: 35px;
    position: relative;
    background: #fefefe;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #e0e0e0;
}

.webpulse_home_product ._pr_des2::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    border-radius: 1px;
    height: calc(100% - 30px);
    background-color: var(--sec);
}

.webpulse_home_product ._pr_des2 .tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 24px;
    transition: 0.2s;
}

.webpulse_home_product ._pr_bx:hover ._pr_des2 .tit {
    color: var(--pri);
}

.webpulse_home_product ._pr_des2 ._re_mr {
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
    display: inline-block;
}

.webpulse_home_product ._pr_des2 ._re_mr:hover {
    color: var(--sec);
    padding-left: 5px;
}

.bg_1 {
    background: var(--sec);
}

#ourProducts .owl-prev,
#ourProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #000;
    border-radius: 100%;
    z-index: 9
}

#ourProducts .owl-nav .owl-prev {
    left: -20px;
}

#ourProducts .owl-nav .owl-next {
    right: -20px;
}

#ourProducts .owl-prev:hover,
#ourProducts .owl-next:hover {
    background: var(--sec);
    color: #fff;
    border-color: var(--sec)
}

#ourProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.wps_why_us {
    float: left;
    width: 100%;
    color: #fff;
    padding: 40px 0;
    margin: 0;
    background: #fff;
}

.wps_why_us .title_2 {
    margin-bottom: 50px;
}

.ctpbox {
    background: var(--pri);
    margin-top: 30px;
    height: 150px;
    position: relative;
}

.ctpbox .texti {
    padding-top: 80px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.ctpcount {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: -40px auto 0;
    border: 3px solid var(--sec);
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.ctpcount img {
    width: 65px;
    margin: 15px auto;
}

/* Home Nature Life */
.web-pulse-choose {
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0 0;
    background: url(../images/home/background1.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.web-pulse-choose:before {
    background-color: rgba(17, 17, 17, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.red-sec-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0 50px;
    margin-bottom: 15px;
}

.red-sec-heading h5 {
    color: #fff;
    margin: 0;
    float: left;
    font-size: 30px;
    font-weight: bold;
}

.why_choose_p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.icon_box {
    background: var(--sec);
    text-align: left;
    padding-left: 15px !important;
    position: relative;
    padding: 20px !important;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0;
    min-height: 130px;
    transition: all .3s ease;
}

.icon_box img {
    display: inline-block;
    font-size: 42px;
    transition: all 0.3s ease;
    font-weight: 600;
    vertical-align: text-bottom;
}

.media-heading {
    text-align: left;
    padding: 0;
    margin-bottom: 10px !important;
    color: #fff;
    font-size: 20px;
}

.icon_box p {
    color: #fff;
    font-weight: 400;
}

.icon_box:hover {
    transform: translateY(-5px);
}

/* Home Blog */
.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 30px;
    background: #f5f5f5;
}

.blog-bx {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-bx .blog-img img {
    transition: 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-bx:hover .blog-img img {
    transform: scale(1.05);
}

.blog-des {
    color: #fff;
    width: 100%;
    padding: 20px;
}

.blog-des a {
    transition: 0.4s;
    font-size: 14px;
    color: var(--pri);
    display: inline-block;
    font-weight: 500;
}

.blog-bx .blog-des ._re_mr svg {
    transition: 0.1s;
}

.blog-bx .blog-des ._re_mr:hover svg {
    transform: translateX(3px);
}

.blog-des .head a {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black);
}

.blog-bx:hover .blog-des .head a {
    color: var(--pri);
}

.postDate {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    color: var(--black);
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 15px -5px #33333326;
    font-weight: 600;
    z-index: 2;
}

.postDate span {
    font-size: 20px;
    display: block;
    line-height: 15px;
    color: var(--pri);
}

/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    background: url(../images/shape/pt5.png);
    background-color: var(--sec);
    padding: 40px 0;
    position: relative;
}

.home_testimonials_webpulse .owl-carousel .owl-dots {
    margin-top: 20px;
}

.home_testimonials_webpulse .owl-carousel .owl-dots .owl-dot.active span,
.home_testimonials_webpulse .owl-theme .owl-dots .owl-dot:hover span {
    background: #7890aa;
}

.home_testimonials_webpulse .tes_tit_ {
    text-align: center;
    margin-bottom: 40px;
}

.home_testimonials_webpulse .tes_tit_ .sub_head::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: -50px;
    height: 2px;
    width: 40px;
    background-color: var(--pri);
}

.home_testimonials_webpulse .owl-nav button.owl-prev,
.home_testimonials_webpulse .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
    background: var(--black);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.home_testimonials_webpulse .owl-nav button.owl-prev {
    left: -20px;
}

.home_testimonials_webpulse .owl-nav button.owl-next {
    right: -20px;
}

.home_testimonials_webpulse .owl-nav button.owl-prev:hover,
.home_testimonials_webpulse .owl-nav button.owl-next:hover {
    background: var(--pri);
}

.testi-bx {
    background: #fff;
    padding: 35px;
    border-radius: 6px;
    padding-top: 50px;
}

.testi-bx .testi-top {
    padding-left: 30px;
    position: relative;
}

.testi-bx .testi-top::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    border-radius: 1px;
    height: calc(100% + 18px);
    background-color: var(--sec);
}

.testi-bx .testi-top .ic {
    position: absolute;
    top: -36px;
    left: 3px;
}

.testi-bx .testi-bottom {
    display: flex;
    align-items: center;
}

.testi-bx .img-bx {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 5px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin-right: 20px;
    border-radius: 2px;
}

.testi-bx .img-bx img {
    border-radius: 2px;
}

.testi-bx .name {
    font-size: 18px;
    font-weight: 600;
    color: var(--pri);
}

.testi-bx .des {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.testi-bx .ic svg {
    height: 120px;
    width: 120px;
    color: var(--pri);
    opacity: 0.1;
}

.testi-text {
    text-align: start;
    margin-bottom: 30px;
    line-height: 22px;
    color: var(--black);
}

.rounded-x {
    border-radius: 50%;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 3px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--pri);
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: var(--pri);
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 16px;
    line-height: 24px;
}

.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.webpulse_home_clients .clients {
    margin: 3px 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.webpule_quote {
    float: left;
    width: 100%;
    background: url(../images/shape/pt5.png);
    background-color: var(--sec);
    display: block;
    overflow: hidden;
    padding: 30px 0px;
}

.banner-contact {
    float: right;
    display: flex;
    align-items: center;
}

.banner-contact a svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.banner-contact a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
    transition: 0.3s;
}

.banner-contact a:hover {
    color: var(--black);
}

.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.banner-btn {
    float: right;
    padding: 10px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    background: var(--liner);
    background-color: var(--black);
    border-radius: 1px;
}

.banner-btn:hover,
.banner-btn:focus {
    background: var(--liner);
    background-color: #fff;
    color: var(--sec);
}

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 23px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}

.footer_area {
    float: left;
    width: 100%;
    display: block;
    padding: 50px 0 0px;
    z-index: 1;
    background-image: url(../images/shape/pt15.png);
    background-color: #000;
    position: relative;
    z-index: 1;
}

.footer_area::before {
    content: "";
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer_area img.footer_shape {
    position: absolute;
    right: 0;
    top: 65px;
}

.footer_area .footer_widget .footer_logo {
    margin-bottom: 23px;
    display: inline-block;
}

.footer_area .footer_widget p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.footer_area .footer_widget.explore_vizeon {
    padding-left: 0px;
}

.footer_area .footer_widget .widget_title {
    color: #4a93de;
    text-transform: capitalize;
    text-align: left;
    padding: 0px 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_area .footer_widget .flex_widget_links {
    display: flex;
    align-items: flex-start;
}

.footer_area .footer_widget .flex_widget_links .link {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_area .footer_widget .flex_widget_links .link li {
    display: block;
    line-height: 22px;
    margin-bottom: 8px;
}

.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}

.footer_area .footer_widget .flex_widget_links .link li a:hover {
    color: #4a93de;
}

.footer_area .footer_widget.question {
    padding-right: 0px;
}

.footer_area .footer_widget .address {
    display: flex;
}

.footer_area .footer_widget .question_bx {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.footer_area .footer_widget .question_bx svg {
    color: #4a93de;
    margin-top: 5px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    float: left;
    min-width: 24px;
}

.footer_area .footer_widget .question_bx .number,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

.footer_area .footer_widget .question_bx p,
.footer_area .footer_widget .question_bx p a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_area .footer_widget .question_bx p a {
    font-weight: 600;
}

.footer_area .footer_widget .question_bx p a:hover {
    color: #4a93de;
}

.footer_area .footer_widget .question_bx h4 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer_area .footer_widget .question_bx span a {
    color: #fff;
    display: inline-block;
}

.footer_area .footer_widget .question_bx span a:hover,
.footer_area .footer_widget .question_bx span a:focus {
    color: var(--pri);
}

.footer_area .footer_widget .question_bx:last-child {
    margin-bottom: 0;
}

.footer_area .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0 5px 0;
    margin-top: 35px;
    color: #fff;
}

.footer_area .copyright a {
    color: #4a93de;
    display: inline-block;
}

.footer_area .copyright p {
    color: #ffffff;
    font-size: 14px;
}

.footer_area .copyright p a {
    color: #ffffff;
}

.text-right {
    text-align: right;
}

.footer_area .copyright .footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_area .copyright .footer_social li {
    margin-left: 57px;
}

.footer_area .copyright .footer_social li:first-child {
    margin-left: 0;
}

.footer_area .copyright .footer_social li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.footer_area .footer_widget .question_bx .number,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 35px;
    right: 15px;
    width: 43px;
    height: 43px;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--liner);
    background-color: var(--sec);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#web-pulse-scroll-up svg {
    width: 18px;
    height: 18px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}

.whatapp_btn {
    background: #01e675;
    width: 43px;
    height: 43px;
    color: #fff;
    position: fixed;
    left: 20px;
    bottom: 80px;
    cursor: pointer;
    z-index: 999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.whatapp_btn svg {
    width: 22px;
    height: 22px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 4px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 43px;
    left: 20px;
    min-width: 43px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: var(--liner);
    background-color: var(--pri);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.send_enquiry svg {
    width: 22px;
    height: 22px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    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: var(--sec);
    color: #fff;
    border-radius: 0;
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header h6 {
    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: 0.2px;
}

.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;
    background-size: 100%;
    background-position: center;
    padding: 80px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.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 {
    margin: 0;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 12px 20px;
    background: var(--pri);
    border-radius: 1px;
}

.heading_banner .cat_title2 {
    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;
}

/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.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: var(--sec);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--sec);
    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: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--pri);
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: var(--sec);
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #333;
    text-align: left;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: var(--sec);
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: initial;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: var(--sec);
    color: #fff;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: var(--pri);
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: var(--pri);
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    /*👉 background: #fff; padding: 10px; border: 1px solid #ccc; margin-bottom: 20px;👈*/
}

.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal
}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_right ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.wps_right 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>");
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f3f3f3;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: var(--black);
    font-size: 15px;
    font-weight: normal;
}

.category_page .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='currentColor' 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>");
}

.product_right_image {
    float: right;
    max-width: 480px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 450px;
    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%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.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: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #ac2990;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--pri);
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--pri)
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 15px;
    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(--sec);
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: var(--pri);
    border: 1px solid var(--sec);
    border-radius: 3px;
    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: var(--sec);
    color: #fff;
    border: 1px solid var(--sec)
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
    background: #fff;
}

.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: 10px;
}

.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;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.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;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more {
    margin-top: 0;
}

.product_listing .right-content .read_more {
    margin-top: 10px;
}

.padding0 {
    padding: 0;
}


.btn-grp2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}


.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #999;
    color: #666;
    padding: 4px 6px;
    font-weight: 500;
    transition: 0.3s;
}

.productBrochureandvideo a svg {
    color: red;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: red;
    border: 1px dashed red;
}

.v-btn svg {
    width: 37px;
}


.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3,
.right-content .tt {
    line-height: 24px;
    padding: 12px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a,
.right-content .tt a {
    color: var(--black);
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 15px;
    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(--sec);
}

.product_listing:hover .right-content h4 a,
.product_listing:hover .right-content .tt a {
    color: var(--sec);
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow: auto;
    padding-right: 5px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 8px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: var(--pri);
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    color: var(--pri);
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.team_member .image {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 268px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.team_member .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.team_info {
    position: relative;
    padding-right: 15px;
}

.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.team_info h3 small {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

/*  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: var(--sec);
    line-height: 20px;
    margin: 0;
}

.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.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: 10px 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.gallery_item_info h4 {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.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: 500px;
}

.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(--sec);
}

.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: 50px 0;
    background: #fff;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.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: 274px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.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(--sec);
}

/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
}

.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 {
    display: block;
    max-width: 650px;
    margin: 0 auto 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 20px 30px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--sec);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    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 #e59509;
}

.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;
}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 30px;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#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 {
    float: left;
    width: 100%;
    height: 500px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

/*👉.contact_details { background: var(--pri);; border-radius: 4px 0 0 4px; padding: 40px 40px 50px 30px; }👈*/
.contact_details .title_h2_2 {
    color: var(--pri);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 15px;
}

.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: 10px;
    font-size: 15px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 7px;
}

.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:first-child {
    display: flex;
    align-items: center;
}

.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(--sec);
}

.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: var(--sec);
    border: 1px solid var(--sec);
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .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);
}

/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--sec);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.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: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--sec);
}

.market_area h3 {
    float: left;
    display: block;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--pri);
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 97%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.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;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.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;
}

.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: #fff;
}

.video_section iframe {
    width: 100%;
    height: 415px;
}

.latest {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: var(--sec);
}

.webpulse-home_blog h6 {
    text-transform: uppercase;
}

.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;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    to {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.why-us-sec {
    float: left;
    width: 100%;
    background: white;
    padding: 60px 0;
}

.why-imgs .img-1 {
    margin-bottom: 10px;
}

.why-imgs .img-1 img {
    width: 100%;
}

.why-imgs .img-2 {
    margin-left: 10px;
}

.why-imgs .exp-bx {
    background: var(--liner);
    background-color: var(--pri);
    color: white;
    padding: 25px;
}

.why-imgs .exp-bx .no-title {
    font-size: 50px;
    font-weight: 800;
    margin-right: 5px;
    display: block;
}

.why-us-sec .why-tx .main-tt {
    font-size: 30px;
    color: var(--black);
    margin-bottom: 33px;
    font-weight: 800;
    position: relative;
}

.why-us-sec .why-tx .main-tt::before {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 10px;
    height: 10px;
    background-color: var(--pri);
}

.why-us-sec .why-tx .main-tt::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    width: 55px;
    height: 2px;
    background-color: var(--pri);
}

.why-us-sec .why-tx .sub-tt {
    display: block;
    color: #555;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.why-us-sec .why-tx p {
    text-align: justify;
}

.why-us-sec .why-tx ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.why-us-sec .why-tx ul li {
    margin-bottom: 12px;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
}

.why-us-sec .why-tx ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="white" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--liner);
    background-color: var(--pri);
    display: flex;
    justify-content: center;
    line-height: 35px;
    border-radius: 100%;
}

.certificateSection {
    float: left;
    width: 100%;
    color: #fff;
    padding: 40px 0;
    background: url(../images/background1.jpg) no-repeat;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.certificateSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.certificateBox {
    text-align: center;
    background: white;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.certificateBox .certificateImg {
    position: relative;
}

.certificateBox .certificateImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--pri);
    z-index: 1;
    transition: .4s;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.certificateBox:hover .certificateImg::before {
    opacity: 0.5;
}

.certificateBox .certificateImg .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 100%;
    height: 0;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pri);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    transition: .3s linear;
    z-index: 2;
}

.certificateBox:hover .certificateImg .link {
    height: 35px;
    width: 35px;
}

.certificateBox .certificateImg .link:hover {
    color: white;
    background: var(--liner);
    background-color: var(--pri);
}

.certificateBox .certificateContent {
    padding: 10px 0;
    font-weight: 800;
    font-size: 17px;
    color: var(--black);
    border-top: 1px solid #e0e0e0;
}

.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 65px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--liner);
    background-color: var(--pri);
    border-radius: 100%;
    z-index: 99;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #111;
    opacity: 1;
}

.carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
}

.carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
}

@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;
    }
}


.heading-sec {
    margin-bottom: 30px;
}

.heading-sec .tt {
    font-size: 25px;
    margin-bottom: 3px;
    color: var(--black);
    font-weight: 600;
}

.heading-sec .tt span {
    font-style: italic;
    color: var(--pri);
}

.heading-sec p {
    color: #5f5f5f;
    font-size: 16px;
}