:root {
    --pri: #006b6b;
    --sec: #009ba1;
    --liner: linear-gradient(#006b6b, #009ba1);
    --font: 'Rubik', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #363636;
    font-family: var(--font); 
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #FB3A3A;
    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(--pri);
}

.form-control:focus {
    border-color: var(--pri);
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

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*/
.web-pulse-header {
    float: left;
    width: 100%;
    background: #000;
}

/* Top Header*/
.web-pulse-header .w-e-b-p-u-l-s-e-topbar {
    background: #000;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: var(--pri);
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: #000;
}

.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.phone_call a svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: var(--pri)
}

.navbar .phone_call {
    margin: 10px 0;
}

.navbar .phone_call a {
    color: #fff;
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: var(--pri);
}

ul.social {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px 0 0 3px;
    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: #000;
}

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%);
}

.menubar {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: var(--liner);
    border-bottom: 5px solid var(--pri);
}

.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;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.top-bar {
    padding: 12px 0;
}

.top-bar .con {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.top-bar .con li {
    display: flex;
    align-items: center;
    color: white;
    gap: 6px;
}

.top-bar .con li .ct {
    font-size: 15px;
    color: white;
    transition: 0.3s;
}

.top-bar .con li .ct:hover {
    color: #000;
}

.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: #fff;
    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: 10px 12px 5px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
    background: transparent;
    font-weight: 400;
    border-bottom: 4px solid transparent;
    font-family: var(--font)
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: white;
    background: var(--pri);
    border-radius: 5px 5px 0 0;
}

.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: #000
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
    border-radius: 0;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: white;
}

.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: 280px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    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%;
}

.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider,
.home_slider #slider1 {
    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%;
    aspect-ratio: 160 / 53;
}

#slider .owl-prev,
#slider1 .owl-prev,
#slider1 .owl-next,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--pri);
    border: 0;
    outline: 0;
    background: #006b6b;
    border-radius: 100%;
    z-index: 9;
    opacity: 1;
}

#slider .owl-prev svg,
#slider1 .owl-prev svg,
#slider1 .owl-next svg,
#slider .owl-next svg {
    height: 16px;
    width: 16px;
    color: #fff;
}

#slider .owl-prev,
#slider1 .owl-prev {
    left: 80px;
}

#slider .owl-next,
#slider1 .owl-next {
    right: 80px;
}

#slider .owl-prev:hover,
#slider1 .owl-prev:hover,
#slider .owl-next:hover,
#slider1 .owl-next:hover {
    background: var(--liner);
    color: white;
}

#slider .owl-dots,
#slider1 .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(--liner);
}

.w-p-s-home-feture .serch {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 15px;
    padding-right: 0;
    border-radius: 2px;
}

.w-p-s-home-feture .serch input {
    border: 0;
    outline: 0;
    background: #fff;
    min-width: 250px;
    width: 100%;
}

.w-p-s-home-feture .serch svg {
    height: 16px;
    width: 16px;
    color: var(--pri);
}

.w-p-s-home-feture .serch button {
    outline: 0;
    border: 0;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    transition: 0.2s;
}

.w-p-s-home-feture .serch button:hover {
    background: var(--pri);
}

.offers .item {
    display: flex;
    align-items: center;
}

.offerhead {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    float: left;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: var(--font);
    font-style: italic;
}

.offerhead span {
    color: #000;
}

.viewbt {
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    margin: 0;
    text-decoration: none;
    float: right;
    background-color: #000;
    border: 0;
    border-radius: 4px;
    margin-left: auto;
    font-family: var(--font)
}

.viewbt:hover {
    background: #fff;
    color: #000;
}

.read_more {
    position: relative;
    padding: 10px 25px 10px 25px;
    background: #333;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    margin-top: 20px;
    height: 44px;
}

.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;
}

.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: white;
}

button.read_more {
    border: 0;
    margin: 0;
    border-radius: 4px;
}

.title_3 {
    overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.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(--pri);
    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;
}

.work-exp-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.work-exp-area .work-content .work-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.work-exp-area .about_tagline {
    color: #333;
    font-family: var(--font);
    letter-spacing: 0px;
    margin-bottom: 7px;
}

.work-exp-area .work-content .work-header span {
    height: 100px;
    width: 100px;
    border: 5px solid #d2d2d2;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    font-weight: 700;
    color: var(--pri);
    margin-right: 20px;
    display: inline-block;
}

.work-exp-area .work-content .work-header .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
}

.work-exp-area .work-content .work-item .title {
    font-size: 18px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    text-transform: initial;
}

.work-exp-area .work-content .work-item .title span {
    color: var(--pri);
}

.work-exp-area .work-content .title_3 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--pri);
}

.work-exp-area .work-content h2 {
    font-size: 22px;
    margin: 15px 0 10px;
}

.work-exp-area .work-content .work-item p {
    line-height: 25px;
    padding-right: 0px;
    text-align: justify;
    font-family: var(--font);
}

.home-box {
    width: 100%;
    position: relative !important;
}

.heading-h2 {
    display: inline-block;
    padding: 8px 15px;
    background: var(--pri);
    color: #fff;
    text-align: left;
    font-size: 18px;
}

.heading-h2:after {
    content: "";
    width: 100%;
    border-top: 1px solid #1c1c1c;
    height: 4px;
    left: 0;
    top: 40px;
    display: block;
    position: absolute;
    background: #fff;
    z-index: 0;
    text-align: center;
    border-bottom: 1px solid #1c1c1c;
}

.home-box p {
    font-family: var(--font);
    margin: 10px 0px;
    text-align: justify;
    font-size: 14px;
}

.read-more {
    display: inline-block;
    padding: 8px 20px;
    background: var(--pri);
    color: #fff;
    text-align: left;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font);
    border: 1px solid var(--pri);
    transition: 0.4s;
}

.read-more:hover {
    color: var(--pri);
    background: #fff;
}

.cat_name {
    color: #000;
    font-family: var(--font);
    font-size: 20px;
    margin: 15px 0 12px;
    font-weight: 600;
    padding: 0;
}

.categoryBox {
    background-color: #fff;
    padding: 26px 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    transition: all .2s linear;
    box-shadow: 0 0 15px -7px rgba(56, 56, 56, 0.3);
    border-radius: 5px;
    margin-bottom: 20px;
}

.categoryimgbox {
    background: #fff;
    border-radius: 65%;
    overflow: hidden;
    width: 65%;
    margin: 0px auto;
    border: 4px solid #eee;
    transition: all .2s linear;
}

.categoryBox:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--pri);
    box-shadow: 0 2px 15px -7px rgba(56, 56, 56, 0.3);
}

.categoryBox:hover .categoryimgbox {
    border: 4px solid var(--pri);
}

.work-exp-area .work-content {
    position: relative;
}

.work-exp-area .work-content::before {
    content: "Nirmann";
    position: absolute;
    top: -45px;
    left: -30px;
    font-size: 132px;
    color: #eee;
    z-index: -1;
    font-weight: bold;
}

.work-exp-area .work-content .single-work-services p {
    text-align: left;
}

.work-exp-area .work-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
    display: block;
    max-width: 100%;
    clear: left
}

.work-exp-area .work-content li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.work-exp-area .work-content 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>");
}

.work-exp-area .single-work-services {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px 25px 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: #fff;
    margin-bottom: 30px;
}

.work-exp-area .single-work-services .title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.work-exp-area .single-work-services p {
    font-size: 15px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    margin: 0;
}

.video-section {
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    max-width: 640px;
    width: 100%;
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0;
    border-radius: 6px;
}

.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background: #000;
    border-radius: 4px;
    border: 1px solid #000;
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: #fff;
    color: #000;
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}

/* Home About */
.home_about-web-pulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    background: url(../images/home/about_bg.jpg) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.home_about-web-pulse {
    padding: 0;
}

.home_about-web-pulse .features-image {
    width: calc(75% - 210px);
    float: left;
    display: block;
}

.home_about-web-pulse .web-pulse-features-area {
    width: -webkit-calc(25% + 210px);
    width: calc(25% + 210px);
    float: left;
    position: relative;
}

.home_about-web-pulse .web-pulse-features-area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(229, 149, 9, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.home_about-web-pulse .web-pulse-features-area .features {
    max-width: 460px;
    position: relative;
    z-index: 2;
}

/* Home Blog */
.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.webpulse-home_blog .owl-carousel .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

.webpulse-home_blog .owl-carousel .owl-nav svg {
    width: 14px;
    height: 14px;
}

.webpulse-home_blog .owl-carousel .owl-nav .owl-prev,
.webpulse-home_blog .owl-carousel .owl-nav .owl-next {
    border: 1px solid var(--pri);
    margin-left: 5px;
    height: 32px;
    width: 32px;
    line-height: 1px;
    color: var(--pri);
}

.webpulse-home_blog .owl-carousel .owl-nav .owl-prev:hover,
.webpulse-home_blog .owl-carousel .owl-nav .owl-next:hover {
    background: var(--pri);
    color: white;
}

.webpulse-home_blog .title_2 {
    text-transform: uppercase;
    color: var(--pri);
    font-weight: bold;
    font-family: var(--font);
    margin: 0;
    margin-bottom: 5px;
    font-size: 22px;
}

.webpulse-home_blog .title_2 span {
    color: var(--pri);
}

.h_blog .item {
    max-width: 100%;
    padding-bottom: 11px;
    position: static;
    opacity: 1;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0
}

.h_blog .item .blog_b {
    position: relative;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #eee;
}

.h_blog .item .blogbox {
    background: #fff;
    overflow: hidden;
}

.h_blog .item .blogbox img {
    transition: 0.4s;
}

.h_blog .item .blog_b:hover .blogbox img {
    transform: scale(1.1);
}

.blog_b .bl-des {
    background: #eee;
    padding: 15px 10px;
}

.blog_b .bl-des .tit a {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.home_testimonials_webpulse:before .blog_b .bl-des .read-more {
    padding: 6px 15px;
}

/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 30px;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.home_testimonials_webpulse .tit {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_testimonials_webpulse:before {
    background: var(--liner);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.home_testimonials_webpulse .title_2 {
    color: #fff;
    margin-bottom: 50px;
}

.web-pulse-testimonials {
    float: left;
    width: 100%;
}

.testimonials-item {
    padding: 30px 30px;
    font-size: 15px;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    color: #333;
    min-height: 100%;
    display: flex;
    align-items: center
}

.testimonials-item p {
    margin: 0;
}

.dont-know {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.web-pulse-testimonials .testimonial-info {
    font-size: 16px;
    padding: 0 15px;
    margin-top: 30px;
}

.web-pulse-testimonials .testimonial-info span {
    float: left;
    top: 18px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.web-pulse-testimonials .testimonial-info p {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.web-pulse-testimonials .testimonial-info img {
    width: 65px;
    float: left;
    height: 65px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
}

.web-pulse-testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials-item {
    position: relative;
}

.testimonials-item:after,
.testimonials-item:before {
    left: 80px;
    bottom: -20px;
}

.testimonials-item:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

.testimonials-item:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #eee;
    border-left-style: inset;
    border-right-style: inset;
}

.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: 10px !important;
    overflow: hidden;
}

.accordion-body{
    padding: 12px 15px;
}

.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: 13px 15px;
    font-size: 16px;
    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 {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0
}

.webpulse_home_clients .item .image {
    position: relative;
    padding: 15px 10px 0px;
    text-align: center;
    min-height: 80px;
    max-height: 100px;
    overflow: hidden;
}

.webpulse_home_clients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.webpule_quote {
    float: left;
    width: 100%;
    background: var(--pri);
    display: block;
    overflow: hidden;
    padding: 20px 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: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.banner-btn {
    float: right;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #000;
    border-radius: 4px;
}

.banner-btn:hover,
.banner-btn:focus {
    background: #000;
    color: #fff;
}

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}

.footer_area {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0px 0;
    overflow: hidden;
    background: #002f2f;
}

.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: white;
    text-transform: capitalize;
    text-align: left;
    padding: 0px 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.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: 12px;
}

.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    font-family: var(--font)
}

.footer_area .footer_widget .flex_widget_links .link li a:hover {
    color: var(--sec);
}

.footer_area .footer_widget.question {
    padding-right: 0px;
}

.footer_area .footer_widget .address {
    display: flex;
}

.footer_area .footer_widget .question_bx {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.footer_area .footer_widget .question_bx svg {
    color: var(--sec);
    margin-top: 5px;
    width: 20px;
    height: 20px;
    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: 14px;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_area .footer_widget .question_bx p a:hover {
    color: var(--sec);
    text-decoration: none;
}

.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: 0px;
    color: #fff;
}

.footer_area .copyright a {
    color: var(--sec);
    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: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--pri);
}

#web-pulse-scroll-up svg {
    width: 20px;
    height: 20px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: var(--liner);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    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: 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: var(--liner);
    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: 70px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    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 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0;
}

.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: 44px;
}

.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(--pri);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 15px 10px;
    color: #bfbfbf;
}

.sec_tit {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
    position: relative;
}

/* .sec_tit::before { content: ""; position: absolute; bottom: -11px; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background: var(--pri); } */
.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--pri);
    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(--pri);
    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(--pri);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}

.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(--pri);
    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(--pri);
    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(--pri);
    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(--pri);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    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: 16px;
    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: #fff;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0 0 20px;
    line-height: 30px;
    background: var(--pri);
    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: #423f3f;
    font-size: 16px;
    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: 400px;
    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: 400px;
    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%;
}

.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: #000;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--pri);
}

.wps_right h3,
.wps_right h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--pri);
    padding: 0;
    text-align: left;
}

.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(--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: #000;
    border: 1px solid #000;
    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(--pri);
    color: #fff;
    border: 1px solid var(--pri)
}

.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;
}

.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;
    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: #000;
}

.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;
}

.right-content {
    position: relative;
    padding-right: 15px;
    padding-top: 15px;
}

.right-content .catTitle2 {
    line-height: 24px;
    padding: 5px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content .catTitle2 a {
    color: #000;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.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 .catTitle2 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;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    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(--sec);
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: var(--pri);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.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 #000;
    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: #000;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: var(--pri);
    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: 15px;
}

.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: 300px;
}

.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(--pri);
}

.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 .title_2 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    color: var(--pri);
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--pri);
    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(--pri);
    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(--pri);
}

/* 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 {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    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;
    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,
#whatsapp_form label.error,
#product_pop_form 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: #000;; 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: 20px;
}

.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: 10px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.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(--pri);
}

.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(--pri);
    border: 1px solid var(--pri);
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding-top: 20px;
}

.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(--pri);
    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(--pri);
}

.market_area h3 {
    float: left;
    display: block;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.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: auto;
    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: #000;
    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: #000;
    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: var(--font);
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: var(--pri);
}

.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;
    }
}

.blog-sec {
    float: left;
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #f5f5f5;
}

.blog-sec .tit,
.faq_section .tit {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    position: relative;
}

.blog-sec .tit::before,
.faq_section .tit::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--pri);
}

._bl_bx {
    margin-bottom: 25px;
    box-shadow: 0 15px 20px -2px rgba(7, 28, 31, 0.1);
    background: #fff;
}

._bl_bx p {
    font-size: 15px;
}

._bl_bx .blog-img {
    position: relative;
    height: 280px;
    overflow: hidden;
}

._bl_bx .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.8s;
}

._bl_bx:hover .blog-img img {
    transform: scale(1.1);
}

._bl_bx .blog-img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: 0.4s;
}

._bl_bx:hover .blog-img::before {
    background: rgba(0, 0, 0, 0.5);
}

._bl_bx .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 100%;
    height: 0px;
    width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pri);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    z-index: 2;
}

._bl_bx:hover .link {
    height: 35px;
    width: 35px;
}

._bl_bx .link svg {
    height: 18px;
    width: 18px;
}

._bl_bx .blog-des .blog-tt a {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    transition: 0.2s;
}

._bl_bx:hover .blog-des .blog-tt a {
    color: var(--sec);
}

._bl_bx .blog-ft {
    color: #222;
    font-weight: 500;
}

._bl_bx .blog-des {
    padding: 22px;
    padding-bottom: 18px;
}

._bl_bx .blog-ft {
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 0;
}

._bl_bx .blog-ft .date {
    font-weight: 600;
}

._bl_bx .blog-ft a {
    color: var(--sec);
    font-weight: 500;
    font-size: 15px;
}

._bl_bx .blog-ft a:hover {
    color: var(--pri);
}

._bl_bx .blog-ft svg {
    margin-right: 5px;
    position: relative;
    top: -1px;
    color: var(--pri);
}

.ft-logo {
    margin-bottom: 20px;
}

.intl-tel-input,
.iti {
    width: 100%;
    height: 40px;
}

.right-content .more_info {
    max-height: 285px;
    overflow-y: auto;
    margin-bottom: 0px;
}

.slides {
    width: 50px;
    border: 1px solid #ccc;
    cursor: pointer;

}

.slides.active {
    border: 1px solid #b46f0d;
}

.blog_details1 h2 {
    font-size: 20px;
    margin: 10px 0px;
}

.wps_right .title4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--pri);
    padding: 0;
    text-align: left;
    font-weight: bold;
}