@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

:root {
    --pri: #db2011;
    --brown: #dd0016;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --black: #171a22;
    --grey: #777;
    --font: "Mulish", sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #363636;
    font-family: var(--font);
    font-size: 15px;
    overflow-x: hidden;
}

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: var(--black);
}

p a {
    color: var(--grey);
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    color: var(--black);
}

a {
    color: var(--grey);
    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: #e90a0a;
    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;
    border-radius: 1px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: var(--grey);
}

.form-control:focus::-moz-placeholder {
    color: var(--black);
}

.form-control:focus {
    border-color: var(--brown);
    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*/
.header {
    float: left;
    width: 100%;
    background: transparent;
}

.header .topbar {
    background: #fefefe;
    padding: 0px 0;
}

.header .logo {
    max-width: 170px;    padding: 0px 10px;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
}

.search input.form-control {
    border-radius: 0;
    padding: 0 18px;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: var(--brown);
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: var(--brown);
}

.call-now {
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
}

.call-now .img-bx {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
    border: 1px dashed var(--brown);
}

.call-now:hover .img-bx {
    border-style: solid;
    transform: scale(1.05);
}

.call-now .img-bx svg {
    height: 16px;
    width: 16px;
    color: #111;
}

.call-now .con-bx {
    text-align: left;
}

.call-now .con-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--brown);
}

.call-now .con-bx span a {
    font-size: 17px;
    font-weight: bold;
    color: var(--black);
    margin-top: 2px;
}

.call-now .con-bx span a:hover {
    color: #666;
}

/*👉.phone_call a:hover { color: var(--brown) }👈*/
.navbar .phone_call {
    margin: 10px 0;
}

.navbar .phone_call a {
    color: #fff;
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: var(--brown);
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
    margin-right: auto;
}

ul.social li {
    margin: 0px 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: 0.3s;
    text-align: center;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brown);
    background: white;
    border: 1px solid var(--grey);
}

ul.social li a svg {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook:hover a {
    background: #3c5b9b;
    border: none;
    color: white;
}

ul.social li.twitter:hover a {
    background: var(--liner);
    background-color: #0e1419;
    border: none;
    color: white;
}

ul.social li.linkedin:hover a {
    background: #027ba5;
    border: none;
    color: white;
}

ul.social li.youtube:hover a {
    background: #f70000;
    border: none;
    color: white;
}

ul.social li.instagram:hover a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border: none;
    color: white;
}

ul.social li.pinterest:hover a {
    background: #e60023;
    border: none;
    color: white;
}

.menubar {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
    border-top: 0px solid #ddd;
    box-shadow: none;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.15);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #fff;
    border-top: 0;
}

.menubar.stricky-fixed .bookNow a:after {
    border-top: 45px solid var(--brown);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.navigation {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.navigation .menu {
    float: left;
    position: relative;
    margin: 0;
    width: calc(100% - 15%);
}

/* .navigation .menu:after {
    border-bottom: 51px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -28px;
    width: 30px;
    top: 0;
    bottom: 0;
} */

.bookNow {
    margin-left: auto;
    width: calc(100% - 85%);
}

.bookNow a {
display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    background: var(--liner);
    background-color: var(--brown);
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

.bookNow a:hover {
    background: var(--brown);
}

/* .bookNow a:after { border-top: 45px solid var(--black); border-left: 25px solid transparent; content: ""; display: inline-block; position: absolute; left: -28px; width: 30px; top: 0; bottom: 0; } */
.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: 0.5s ease-in-out;
    cursor: pointer;
    background-color: var(--brown);
    border-radius: 2px;
}

.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: 0.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: right;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    padding: 15px 15px;
    display: block;
    border-left: none;
    color: #444;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 15px;
    background: none;
    font-weight: 500;
    position: relative;
}

.navigation .menu ul li:last-child a {
    border-right:none;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--brown);
    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 0.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 0.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(--brown);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--liner);
    background-color: var(--brown);
}

.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(--brown);
}

.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: 600;
    background: #fff;
    transition: all 0.3s ease;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #222;
}

.navigation ul li.cs-submenu a button svg {
    width: 15px;
    height: 15px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #222;
}

.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 0.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%;
}

/*.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: #fff;
    border: 0;
    outline: 0;
    background: #333;
    border-radius: 100%;
    z-index: 9;
}

#slider .owl-nav .owl-prev {
    left: 80px;
}

#slider .owl-nav .owl-next {
    right: 80px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--brown);
    color: #fff;
    border-color: var(--brown);
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.homeAbout {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-image: url(../images/bg/bg-1.png);
    position: relative;
    z-index: 1;
}

.homeAbout::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(236, 236, 236, 0.5);
    z-index: -1;
}

.step-container {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 3px 3px;
    position: relative;
    z-index: 1;
}

.step-container::before {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 4px;
    content: "";
    margin: 0 auto;
    border-bottom: 6px dotted #ddd;
    z-index: -1;
}

.step-container .step-bx {
    margin-top: 10px;
}

.step-container .step-bx .count {
    position: absolute;
    top: -18px;
    left: -28px;
    width: 22px;
    height: 22px;
    background: #444;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.step-container .img-bx {
    border: 6px solid var(--brown);
    width: 85px;
    height: 85px;
    border-radius: 100%;
    padding: 17px;
    margin: 0 auto 18px;
    position: relative;
    background: #fff;
}

.step-container .img-bx::before {
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    right: -14px;
    bottom: -14px;
    border: 2px dashed var(--brown);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: white;
}

.step-container .tx-bx {
    font-size: 15px;
    font-weight: 700;
    color: #666;
}

.step-container .tx-bx a {
    display: inline;
}

.step-container .tx-bx a:hover {
    color: var(--brown);
}

.fetureBox {
    float: left;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 3px;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.fetureBox:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--brown);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fetureBox:active:before,
.fetureBox:focus:before,
.fetureBox:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.fetureBox:hover {
    border-color: var(--brown);
}

.fetureBox svg {
    fill: var(--brown);
    margin: 0 0 10px;
    width: 50px;
    height: 50px;
}

.fetureBox:hover svg {
    fill: white;
}

.fetureBox small {
    width: 100%;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    line-height: normal;
}

.fetureBox:hover small {
    color: #fff;
}

.homeAbout .fetureBox p {
    text-align: center;
    color: #333;
    margin: 0;
    font-size: 14px;
}

.homeAbout .fetureBox:hover p {
    color: #fff;
}

.homeAbout .homeRight {
    float: right;
    max-width: 450px;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.homeAbout ul li {
    margin-bottom: 5px;
}

.homeAbout h1 {
    font-size: 28px;
    text-transform: capitalize;
    position: relative;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 6px;
}

.homeAbout h2,
.homeAbout h3,
.homeAbout .cmTitle {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 800;
}

.homeAbout .cmTitle {
    font-size: 22px;
    line-height: 1.2;
    color: var(--brown);
}

.homeAbout h1 span {
    color: var(--brown);
}

.homeAbout p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.readMore {
    display: inline-block;
    padding: 8px 9px 7px 13px;
    border: 2px solid var(--brown);
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s linear;
    background: #fff;
    font-size: 15px;
}

.readMore svg {
    margin-left: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
    width: 15px;
    height: 15px;
}

.readMore:before {
    content: "";
    width: 40px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 12px solid transparent;
    border-top: 38px solid var(--brown);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.readMore:hover {
    background-color: var(--brown);
    color: #fff;
    text-decoration: none;
}

.readMore:hover::before {
    border-top-color: #fff;
}

.readMore:hover svg {
    color: var(--brown);
}

.faq-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.faq-sec .accordion {
    border: none;
    background: #f6f6f6;
    padding: 20px 30px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}

.faq-sec .accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0 5px;
}

.faq-sec .accordion .accordion-item:last-child {
    border-bottom: none;
}

.faq-sec .accordion .accordion-item .accordion-button {
    background: transparent;
    padding: 16px 0;
    box-shadow: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
}

.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--brown);
}

.faq-sec .accordion .accordion-item .accordion-body {
    background: transparent;
    padding: 0;
    padding-bottom: 16px;
    font-size: 15px;
}

.faq-sec .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23888" class="bi bi-arrow-down-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z"/></svg>');
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23222" class="bi bi-arrow-down-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z"/></svg>');
}

.qut-frm {
    /* border: 1px solid red; */
    padding: 30px;
    background: #333;
}

.offerSection {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 40px 0;
}

.sectionHeader {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.sectionHeader .sectit {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 25px;
    position: relative;
}

.sectionHeader .sectit:before,
.sectionHeader .sectit:after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sectionHeader .sectit:before {
    background-color: var(--brown);
    bottom: 9px;
    width: 114px;
    height: 2px;
}

.sectionHeader .sectit:after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid var(--brown);
}

.sectionHeader p {
    padding: 0 19%;
}

.offerList .offerBox {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 25px;
    position: relative;
}

/* .offerList .offerBox:after { position: absolute; content: ''; background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(0, 24, 23, 0)); left: 0; bottom: 0; height: 100%; width: 100%; opacity: 0.5; } */
.offerList .offerBox:before {
    background-color: var(--black);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    transition: 0.4s;
}

.offerList .offerBox:hover:before {
    opacity: 0.6;
}

.offerList .offerBox .image {
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
}

.offerList .offerBox .offerDetail {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 9;
}

.offerList .offerBox .offerDetail .readMore {
    display: none;
}

.offerList .offerBox .offerDetail p {
    color: #eee;
    font-weight: 600;
    padding: 0 10px;
    display: none;
}

.offerList .offerBox:hover .offerDetail p {
    display: block;
}

.offerList .offerBox:hover .offerDetail {
    bottom: auto;
    top: 55%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.offerList .offerBox:hover .offerDetail .readMore {
    display: inline-block;
}

.offerList .offerBox .offerDetail .tt {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding: 10px 0;
    background: var(--liner);
    background-color: rgba(0, 0, 0, 0.8);
}

.offerList .offerBox:hover .offerDetail .tt {
    background: transparent;
    padding: 5px 0;
}

.homeFactsheet {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
    margin: 0;
    background: #fff;
}

.whyChoose .sectionHeader .sectit {
    color: white;
}

.whyChoose .sectionHeader .sectit::before {
    background: white;
}

.whyChoose .sectionHeader .sectit::after {
    background: transparent;
    border-color: white;
}

.wps-factsheet {
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    transition: all 0.4s ease;
}

.wps-factsheet .icon_block,
.wps-factsheet .text_block {
    display: table-cell;
    vertical-align: middle;
}

.wps-factsheet .icon_block .inner_box {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
}

.wps-factsheet .icon_block .inner_box img {
    margin: 0 auto;
}

.wps-factsheet .icon_block .inner_box:before,
.wps-factsheet .icon_block .inner_box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.wps-factsheet .icon_block .inner_box:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 2px solid var(--brown);
    border-bottom: 2px solid var(--brown);
}

.wps-factsheet .icon_block .inner_box:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 2px solid var(--brown);
    border-right: 2px solid var(--brown);
}

.wps-factsheet .text_block {
    padding-left: 18px;
    width: 80%;
}

.wps-factsheet .text_block .txtit {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    color: var(--brown);
}

.wps-factsheet .text_block .txtit:before {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--brown);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.wps-factsheet .text_block p {
    color: #333;
    line-height: 26px;
    margin: 0;
    font-size: 14px;
}

.wps-factsheet:hover {
    box-shadow: 0px 21px 21px rgba(0, 0, 0, 0.07);
}

.wps-factsheet:hover .icon_block .inner_box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.wps-factsheet:hover .icon_block .inner_box:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.wps-factsheet:hover .text_block .txtit {
    padding-left: calc(20% + 0px);
}

.wps-factsheet:hover .text_block .txtit:before {
    width: 12%;
}

.homeFeatured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f0f0f0;
}

.homeFeatured .post {
    position: relative;
    margin: 0 auto 50px;
}

.homeFeatured .post-inner {
    position: relative;
    max-width: 400px;
    padding: 0px;
    margin: 0 auto;
}

.homeFeatured .post * {
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.homeFeatured .post .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    margin: 0;
}

.homeFeatured .post .image::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--brown);
    opacity: 0.5;
    z-index: 0;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.homeFeatured .post:hover .image::after {
    top: 0%;
}

.homeFeatured .post .image img {
    position: relative;
    display: block;
    width: 100%;
}

.homeFeatured .post .image .curve {
    position: absolute;
    right: -100px;
    top: 100%;
    width: 250%;
    height: 150%;
    z-index: 1;
    background: #fcfcfc;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
}

.homeFeatured .post:hover .image .curve {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.homeFeatured .post .content {
    position: relative;
    top: 0px;
    margin: -44px 30px 0px;
    z-index: 2;
}

.homeFeatured .post:hover .content {
    top: 35px;
}

.homeFeatured .post .content:before {
    position: absolute;
    right: 0px;
    top: -36px;
    background: #ffffff;
    content: "";
    height: 96%;
    width: 100%;
    border: 1px solid #f1f1f1;
    z-index: 0;
    position: absolute;
    transform: skewY(-13deg);
    -webkit-transform: skewY(-13deg);
    -moz-transform: skewY(-13deg);
    -ms-transform: skewY(-13deg);
    -o-transform: skewY(-13deg);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.homeFeatured .post:hover .content:before,
.homeFeatured .post:hover .content .inner-box {
    border-color: var(--brown);
}

.homeFeatured .post .content .inner-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-top: none;
    padding: 20px 30px 30px;
    z-index: 5;
}

.homeFeatured .post .content h3 {
    position: relative;
    padding-left: 15px;
    border-left: 5px solid var(--brown);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.homeFeatured .post .content .text {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
    color: #333;
}

.homeFeatured .post .content .read_more {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.homeFeatured .post .content .read_more:hover {
    color: var(--brown);
}

.whyChoose {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 50px;
    background: url(../images/bg/bg3.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.whyChoose:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
    z-index: -1;
}

.whyChoose .count-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    border-right: 1px solid #444;
}

.whyChoose .count-bx:last-child {
    /* border-right: none; */
}

.whyChoose .count-bx .ic-bx {
    width: 60px;
}

.whyChoose .count-bx .tx-bx {
    text-align: left;
}

.whyChoose .count-bx .tx-bx p {
    color: #eee;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.whyChoose .count-bx .tx-bx .coun {
    font-size: 30px;
    font-weight: 900;
    background: var(--liner);
    background-color: var(--brown);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
    background-image: url(../images/bg/bg4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.home_testimonials_webpulse:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
    z-index: -1;
}

.review_item {
    padding: 30px 30px;
    border-radius: 3px;
    background: #fff;
    direction: ltr;
    position: relative;
    z-index: 1;
}

.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    width: 70px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px dashed #ddd;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 15px;
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--black);
    font-weight: 700;
    font-size: 17px;
}

.review_item .clint-info-wrapper .client-info span {
    color: var(--brown);
    font-weight: 500;
    font-size: 15px;
}

.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 35px;
    z-index: -1;
    background-image: url(../images/icon/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 50px;
    height: 42px;
}

.review_item .description {
    margin-top: 10px;
}

.review_item .description p {
    margin-bottom: 0;
    color: #666;
    font-weight: 600;
}

.homeBlog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f0f0f0;
}

#blogs {
    float: left;
    width: 100%;
    margin: 0;
    margin: 0;
}

.blogBox {
margin-bottom: 25px;
    height: calc(100% - 25px);
    background: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, .02);
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
button.owl-next svg {
    transform: rotate(60deg);
}
.box-shadow-one {
    background: #f9f9f9;
    box-shadow: 0 0 49px rgba(0, 0, 0, .02);
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 30px;
}
button.owl-prev svg {
    transform: rotate(60deg);
}
.blogBox .image {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    height: 230px;
    background: #fff;
    border-radius: 2px;
}

.blogBox .image img {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.blogDescribe {
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    background: #fff;
    padding: 20px;
    margin-top: 0px;
    position: relative;
}

.blogDescribe .tt {
    display: block;
    overflow: hidden;
    width: 100%;
    float: inherit;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: none;
    margin-bottom: 12px;
    line-height: 23px;
}

.blogDescribe .tt a {
    color: #333;
}

.blogBox:hover .blogDescribe .tt a {
    color: var(--brown);
}

.blogDescribe p {
    display: block;
    overflow: hidden;
    width: 100%;
    float: inherit;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

.blogBox:hover .blogDescribe h3 {
    color: var(--brown);
}

.blogBox:hover .blogDescribe p {
    color: #333;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.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%;
}

footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 50px 0 0;
    background: #0f0f0f;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/bg2.webp);
}

.dark-layout {}

.border-b {
    border-bottom: 1px solid #333;
}

.section-b-space {
    padding-bottom: 10px;
}

.footer-theme2 {
    text-align: center;
}

.footer-theme2 .footer-mobile-title {
    display: none !important;
}

.footer-theme2 .footer-logo {
    margin-bottom: 18px;
}

.footer-theme2 p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.small-section .footer-theme2 p {
    color: #c7c7c7;
}

.footer-theme2 ._abkn {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background: #a5a09d;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: auto;
    padding: 10px 30px;
}

.footer-theme2 .subscribe-block {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px 50px;
}

.footer-theme2 .subscribe-block img {
    width: 185px;
    margin: 0 auto 15px;
    background: #fff;
    padding: 10px;
    border-radius: 1px;
}

.footer-theme2 ul.social li a {
    border: none;
    border-radius: 100%;
    width: 38px;
    height: 38px;
}

.footer-theme2 .subscribe-block h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-theme2 .subscribe-block .form-group {
    margin-bottom: 0;
}

.footer-theme2 .subscribe-block .form-control {
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 15px 0;
    border-radius: 0;
    height: auto;
}

.footer-theme2 .contact-details li {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-theme2 .contact-details li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.footer-theme2 .contact-details li a:hover {
    color: #ff142b;
}

.footer-theme2 h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 24px;
    padding: 0 0 15px;
}

.footer-theme2 h4 span {
    color: var(--brown);
}

.subscribe-wrapper img {
    margin-bottom: 30px;
    padding: 10px;
}

.small-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
    padding-right: 10px;
    padding-left: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

.footer-theme2 .footer-link li a {
    font-size: 15px;
    color: #fff;
    padding: 4px 0;
}

.footer-theme2 .footer-link li a:hover {
    color: #ff142b;
}

.sub-footer.darker-subfooter {
    /* background: var(--liner); */
    background-color: var(--brown);
}

.sub-footer p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.sub-footer .payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
}

.sub-footer .payment-card-bottom a {
    color: #fff;
    font-size: 14px;
}

.sub-footer .payment-card-bottom a:hover {
    color: #222;
    text-decoration: none;
}

.sub-footer .payment-card-bottom li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.contact-details {
    margin: 0;
    padding: 0;
}

.web-pulse-india {
    float: left;
    width: 100%;
    background: #060709;
    padding: 30px 0px;
    background-image: url("../images/footer-bg-map.png");
}

.footer-title {
    /* float: left; */
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.footer-title span {
    color: var(--brown);
}

.web-pulse-india p {
    float: left;
    width: 100%;
    color: #fff;
}

.web-pulse-india p a {
    float: left;
    color: var(--brown);
}

.web-pulse-india p a:hover {
    color: #fff;
}

.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-links li {
    line-height: 24px;
    list-style: none;
    color: #dadada;
    font-size: 14px;
}

.footer-links a {
    color: #dadada;
    text-transform: capitalize !important;
}

.footer-links a:hover {
    color: var(--brown);
}

.wps_copy {
    float: left;
    width: 100%;
    background: #060f26;
    line-height: 40px;
    color: #dedede;
}

.wps_copy a {
    color: var(--brown);
}

.wps_copy a:hover {
    color: #000;
}

.footer-contant .social {
    margin: 0 auto;
    float: left;
    width: 100%;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 10;
    bottom: 93px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--liner);
    background-color: var(--brown);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#web-pulse-scroll-up svg {
    width: 18px;
    height: 18px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}

.whatapp_btn {
    background: #01e675;
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 93px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16), 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 21px;
    height: 21px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 35px;
    color: #ffffff;
    display: table;
    height: 48px;
    left: 15px;
    min-width: 48px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: var(--liner);
    background-color: var(--brown);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.send_enquiry svg {
    width: 21px;
    height: 21px;
    line-height: 48px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--brown);
    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.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: right;
    padding: 20px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    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: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    background: var(--liner);
    background-color: var(--brown);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 2px;
}

.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;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 44px;
    font-size: 13px;
}

.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(--brown);
}

.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;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 25px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: var(--black);
    margin-bottom: 35px;
    position: relative;
    overflow: visible;
}

.title_2:after {
    background: var(--brown);
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    border-radius: 2px;
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--black);
    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(--brown);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f6f6f6;
}

.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(--brown);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2c56a4;
}

.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(--brown);
    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(--brown);
    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(--brown);
    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(--brown);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #2c56a4;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #2c56a4;
    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: 15px;
    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 0.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 0.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;
    line-height: 30px;
    background: var(--brown);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin:10px 0px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
}

.category_page .wps_right ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0;
    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_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;
}

.small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.small .item:last-child {
    margin: 0;
}

.small .item.active {
    border-color: var(--pri);
}

.small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0px 0 15px 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%;
    border: 1px solid #eee;
}

.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: var(--brown);
}

.wps_right ._wpsti {
    padding: 0;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
}

.wps_right ._cbx {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.wps_right ._cbx .hover_effect {
    height: 500px;
}

.wps_right h2,
.wps_right .cmTitle {
    font-size: 23px;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--brown);
}

.wps_right h3,
.wps_right h4 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
    color: var(--brown);
    text-align: left;
    padding: 0;
}

.wps_right .cmTitle {
    color: var(--black);
    font-weight: 700;
    margin: 10px 0px;
    font-size: 22px;
}

.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(--brown);
    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(--brown);
    border: 1px solid var(--brown);
    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(--black);
    color: #fff;
    border: 1px solid var(--black);
}

.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: block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;aspect-ratio: 1;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: var(--brown);
}

.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;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content .head {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.right-content h3 a {
    color: var(--black);
}

.right-content .head 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(--brown);
}

.product_listing:hover .right-content .head a {
    color: var(--brown);
}

.product_listing:hover .right-content h4 a {
    color: var(--brown);
}

.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(--brown);
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: var(--brown);
    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 #2c56a4;
    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: #2c56a4;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: var(--brown);
    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: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.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(--brown);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f5f5f5;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--brown);
    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(--brown);
    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(--brown);
}

/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    max-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;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--brown);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.blog_details1 h3,
.blog_details1 h2 {
    margin: 10px 0px;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
    display: flow-root;
}

.blog_details1 ul { 
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: inline-block;
    align-items: center;
}
.blog_details1 ul li a{display: inline;}
.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,
.output {
    color: #fb3a3a;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.contact_details .title_h2_2 {
    color: var(--brown);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.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(--brown);
}

.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(--brown);
    border: 1px solid var(--brown);
}

.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(--brown);
}

/* 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(--brown);
    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(--brown);
}

.market_area h3 {
    float: left;
    display: block;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--brown);
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px !important;
    line-height: 20px;
    width: 25% !important;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: var(--brown);
    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: auto;
    aspect-ratio: 1;
}

.product_popup .catName {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

#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: auto;
    margin: auto;
}

.product_popup h4 {
    color: #2c56a4;
    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(--brown);
}

.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;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #cde9f7;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform 0.5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.im_pg {
    display: block;
    width: 100%;
    position: relative;
    height: 355px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.im_pg img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.in_head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.in_bx {
    box-shadow: 2px 2px 5px 1px rgba(210, 210, 210, 0.75);
    border: 1px solid rgba(210, 210, 210, 0.75);
    padding: 20px;
    margin-bottom: 15px;
}

.in_bx ul {
    margin-bottom: 0;
}

.in_bx .in_img {
    margin-bottom: 7px;
}

.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: #111;
    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: var(--brown);
}

.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;
    }
}

.tt-bx {
    margin-bottom: 27px;
    text-align: center;
}

.tt-bx .tt {
    font-weight: 800;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #333;
}

.tt-bx .tt span {
    font-weight: 900;
    font-style: italic;
    background: var(--liner);
    background-color: var(--brown);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.tt-bx p {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 22px;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}

.cl-now {
    background: var(--liner);
    background-color: var(--black);
    width: 48px;
    height: 48px;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 35px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2);
    font-size: 20px;
    animation: email-an linear 1s infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.cl-now:hover {
    color: #fff;
    animation: none;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2), 0 0 0 0 rgba(20, 25, 29, 0.2), 0 0 0 0 rgba(20, 25, 29, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2), 0 0 0 12px rgba(20, 25, 29, 0.2), 0 0 0 0 rgba(20, 25, 29, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2), 0 0 0 15px rgba(20, 25, 29, 0), 0 0 0 16px rgba(20, 25, 29, 0.067);
    }

    100% {
        box-shadow: 0 8px 10px rgba(20, 25, 29, 0.2), 0 0 0 18px rgba(20, 25, 29, 0), 0 0 0 20px rgba(20, 25, 29, 0);
    }
}

.productBrochureandvideo {
    margin-right: 15px;
    margin-bottom: 10px;
}

.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cdcdcd;
    padding: 4px 6px;
    font-weight: bold;
    transition: 0.3s;
}

.productBrochureandvideo a svg {
    color: #fd002c;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #fd002c;
    border: 1px dashed #fd002c;
}

.stButton {
    margin-bottom: 10px;
}
.clientBx {
margin-bottom: 15px;
}
.clientBx .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    overflow: hidden;
    border-radius: 12px;
    padding: 0px;
    transition: 0.3s;
    padding: 10px;
    background: white;
}

.clientBx .image img {
    width: 100%;
}
.clientBx .pdfTitle{
    line-height: normal;
    padding: 5px 0;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}
.clientBx:hover .pdfTitle{
    color: var(--brown);
}
.blog_details1 p strong a {
    color: var(--black);
}

.homeAbout ul {
    padding: 0px;
    margin: 0px 0px 15px 17px;
}

.homeAbout ul li {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
    color: #333;    list-style: circle;
    margin-left: 2px;
}

ul {
    padding: 0;
    margin: 0px 0px 15px;
}

@media (min-width:1024px) {
    .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-12.col-12 .right-content .head {
        font-size: 18px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.pdfBrochure {
    padding: 10px;
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 512px;
    max-height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.pdfResponsive {
    position: relative;
    height: 450px;
    padding-bottom: 107%;
    /* -webkit-overflow-scrolling: touch;
    overflow: auto; */
}

.pdfResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.blog_details1 ul { 
    display: flow-root;
}
.blog_details1 p a {
    color: #0b0c0f;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
/* new css added */
.topLeft {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.socialMedia {
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}
.socialMedia li {
    margin: 0px;
    display: inline-block;
}
.socialMedia li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e01a2e;
}
.socialMedia li a svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}
.topLeft .callAction {
    font-size: 15px;
    color: #383636;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
 /* why choose us */
 .webpulseChoose {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fcfcfc;
}
.webpulseChooseTitle {
    font-size: 28px;
    color: #444;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 600;
}
.webpulseChooseTitle span {
    color: #e01a2e;
}
.text {
    width: 100%;
    border-left: 3px solid #e01a2e;
    padding-left: 15px;
    margin-bottom: 25px;
}
.text p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}
.wpsFeature {
    width: 100%;
    margin: 0;
    padding: 23px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    top: 15px;
    margin-bottom: 0px;
    box-shadow: 0 0 49px rgb(0 0 0 / 8%);
    height: 100%;
}
.wpsFeature .wpsIcon.active {
    background: #e01a2e;
    color: #ffffff;
}
.wpsFeature .wpsIcon {
     position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e01a2e;
}
.wpsFeature .wpsFeatureTitle {
    font-size: 18px;
    color: #262830;
    margin-bottom: 10px;
    font-weight: 700;
}
.why-images{overflow: hidden;border-radius: 10px;}
/* aboutus */
 .wpsAboutSection {
        float: left;
        width: 100%;
        padding: 40px 0;
        margin: 0;
        background: #F6F6F6;
    }

    .videoImg {
       float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 20px 20px;
    position: relative;
    height: auto;
    aspect-ratio: 1;
    }

    .readMoreBtn span {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;    color: #fff;
    }

    .readMoreBtn:before {
        content: "";
        left: 0;
        position: absolute;
        z-index: 1;
        background: #de081d;
        width: 35%;
        height: 40px;
        transition: all 0.4s;
    }

    .readMoreBtn {
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        transition: all 0.4s;
        background: #000000b5;
        padding: 0 20px;
        line-height: 40px;
        height: 40px;
        position: relative;
        z-index: 0;
        overflow: hidden;
        color: var(--darkGreyColor);
        border: 0;
    }
    .wpsAboutTitle {
    font-size: 28px;
    color: #444;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
}
    .readMoreBtn:hover:before, .readMoreBtn:focus:before {
    width: 100%;
}
    .wpsAboutTitle span {
    color: #e01a2e;
}
.scrollbar-width-home{max-height: 380px;
    overflow-y: auto;
    padding-right: 20px;
    margin-bottom: 25px;}
    .videoImg img {
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;    width: 100%;
}
.webpulseChooseTitle { 
    font-weight: 700;
}
.homeAbout p a {
    color: #333;
    font-weight: 800;
}
.maxWidth p {
    display: inline-block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}
/* latest lookbook */
 .webpulseLookBook {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #ffffff;
}
.titleCenter {
    font-size: 28px;
    color: #444;
    margin: 10px 0px 5px;
    padding: 0;
    font-weight: 700;
    text-align: center;
}
.titleCenter span {
    color: #e01a2e;
}
.lookBook {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;border: 1px solid #e3dcd4a6;
    border-radius: 10px;
}
.lookBook a {
    width: 100%;
    height: 100%;
}
.lookBook a img {
    transition: all 0.4s;
    aspect-ratio: 106 / 57;
    object-fit: contain;
    object-position: center;
}
.lookBook .lookBookTitle {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 99;
    background: #ffffff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 30px);
    padding: 10px 15px;
    color: #313030;
    border-radius: 5px;
    transition: all 0.4s;
    transform: translateY(150%);    border: 1px solid #eee;
}
.lookBook .lookBookTitle svg {
    margin-left: auto;
    width: 20px;
    height: 20px;
}
.lookBook:hover .lookBookTitle {
    color: #e01a2e;
    transform: translateY(0%);
}

/* category images */
     .owl-carousel button.owl-prev {
    left: -20px;
    top: 48%;
    transform: rotate(180deg);
}
.owl-carousel button.owl-next, .owl-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    border: 0;
    outline: 0; 
    border-radius: 100%;
    z-index: 50;
    cursor: pointer;
    transition: all .3s ease;
    color: #e01a2e !important;
    box-shadow: 0 0 49px rgba(0, 0, 0, .02);    background: var(--liner) !important;
    background-color: #1d212b !important;
}
.owl-carousel button.owl-next:hover, .owl-carousel button.owl-prev:hover{background-color: #e01a2e !important;}
.owl-carousel button.owl-next svg, .owl-carousel button.owl-prev svg{fill:#fff;}
.categoryItem {
background: #ffffff;
    box-shadow: 0 0 49px rgb(0 0 0 / 2%);
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #dddddd69;
}
.owl-carousel .owl-next {
    right: -20px;
    top: 48%;
}
.categoryItem .image {
    aspect-ratio: 1;
    overflow: hidden;
}
.categoryItem .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    transition: all .3s ease;
}
.categoryItem .categoryItemInfo {
    padding: 15px;
    text-align: center;background: #f9f9f9;
    border-top: 1px solid #eeeeee6b;
}
.categoryItem .categoryItemInfo .categoryItemTitle {
    font-size: 18px;
    font-weight: 700;
    color: #363535;
    margin-bottom: 5px;
    line-height: 1.4;    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categoryItem .categoryItemInfo p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.categoryItem .categoryItemInfo span {
    color: #e01a2e;
    text-decoration: underline;
    font-weight: 500;
}
.categoryItem:hover .image img {
    transform: scale(1.02);
}
.categoryItem:hover .categoryItemInfo .categoryItemTitle {
    color: #e01a2e;
}
/* products sections */
   .productItem {
background: #f9f9f9;
    box-shadow: 0 0 49px rgba(0, 0, 0, .02);
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.productItem .image {
    aspect-ratio: 1;
    overflow: hidden;
}
.productItem .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    transition: all .3s ease;
}
.productItem .productItemInfo {
    padding: 15px 15px 20px;
    text-align: center;    border-top: 1px solid #eeeeeead;
}
.productItem .productItemInfo .productItemTitle {
    height: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #363535;
    margin-bottom: 5px;
    line-height: 1.4;
}
.productItem:hover .image img {
    transform: scale(1.1);
}
.productItem .productItemInfo span {
    color: #e01a2e;
    text-decoration: underline;
    font-weight: 500;
}
.productItem:hover .productItemTitle{color: #e01a2e;}
.categoryItem .categoryItemInfo span:hover{
    color: #1e2129;}
    .productItem .productItemInfo span:hover{color: #1e2129;}

    /* testimonials  */
    .testimonialsBox {
                    background: #ffffff;
                    padding: 25px;
                }

                .testimonialsItem {
                    padding: 20px;
                }

                .testimonialsItem p {
                    font-size: 16px;
                    line-height: 1.4;
                    text-align: center;
                }

                .testimonialsUser {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0;
                    padding: 0;
                }

                .testimonialsUser li {
                    margin-right: 10px;
                    list-style: none;
                }

                .testimonialsUser li:first-child span {
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    background: #e01a2e;
                    font-size: 24px;
                    color: #fff;
                }

                .testimonialsUser li span.name {
                    font-size: 18px;
                    line-height: 25px;
                    font-weight: 700;
                    color: #383737;
                    margin: 5px 0px;
                    padding: 0;
                    display: block;
                }

                .testimonialsUser li span+img {
                    width: 80px !important;
                    margin-top: 2px;
                }

                .testimonialsBox {
                    width: 65%;
                    margin: auto;
                }

                /* blogs */
                .blogLarge {
    width: 100%;
}
.blogLarge .image {
    width: 100%;
    aspect-ratio: 100 / 63;
    overflow: hidden;
    margin-bottom: 10px;
}
.blogLarge ul {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    gap: 10px;
}
.blogLarge ul li {
    list-style: none;
    font-size: 13px;
    color: #312f2f;
}
.blogLarge ul li span {
    background-color: #F7ECED;
    color: #e01a2e;
    line-height: normal;
    padding: 3px 15px;
    border-radius: 20px;
}
.blogLarge .blogLargeTitle {
     font-size: 20px;
    color: #E01A2E;
    font-weight: 600;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogLarge p {
      font-size: 15px;
    line-height: 1.6;
    color: var(--black);
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wpsBlogList:last-child {
    margin: 0;
}
.wpsBlogList {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}
.wpsBlogList .wpsBlogListInfo ul {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    gap: 10px;
}
.wpsBlogList .image {
position: relative;
    overflow: hidden; 
    width: 100%; 
    border-radius: 10px;
}
.wpsBlogList .image img {
    min-height: 100%;
    object-fit: cover;transition: all 0.5s ease;
}
.wpsBlogList .wpsBlogListInfo {
    width: calc(100% - 300px);
    margin-left: auto;
}
.wpsBlogList .wpsBlogListInfo ul li {
    list-style: none;
    font-size: 13px;
    color: #323131;
}
.wpsBlogList .wpsBlogListInfo ul li span {
    background-color: #F7ECED;
    color: #e01a2e;
    line-height: normal;
    padding: 3px 15px;
    border-radius: 20px;
}
.wpsBlogListTitle {
    font-size: 17px;
    color: #434040;
    font-weight: 700;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wpsBlogList .wpsBlogListInfo p{   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.wpsPhotos .owl-item.center .item .photos {
    -webkit-transform: scale(1.40);
    -ms-transform: scale(1.40);
    transform: scale(1.40);
}
.wpsPhotos .owl-item .item .photos {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
    border: solid 5px #F7ECED;
    border-radius: 100%;
    overflow: hidden;
    margin: 40px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #e01a2e;
}
.wpsPhotos .owl-item .item .photos img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;transition: all 0.5s ease;
}
.wpsPhotos .owl-item .item .photos:after {
    color: #ffffff;
    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;
    transition: 0.3s ease-out;
    transform: scale(0.1);
    opacity: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'><path d='M8 0C5.829 0 5.555.01 4.703.048c-.85.038-1.43.173-1.938.367a3.94 3.94 0 0 0-1.42.92A3.94 3.94 0 0 0 .425 2.755c-.194.508-.329 1.088-.367 1.938C.01 5.555 0 5.829 0 8s.01 2.445.048 3.297c.038.85.173 1.43.367 1.938.2.522.47.965.92 1.415.45.45.893.72 1.415.92.508.194 1.088.329 1.938.367C5.555 15.99 5.829 16 8 16s2.445-.01 3.297-.048c.85-.038 1.43-.173 1.938-.367a3.94 3.94 0 0 0 1.415-.92c.45-.45.72-.893.92-1.415.194-.508.329-1.088.367-1.938C15.99 10.445 16 10.171 16 8s-.01-2.445-.048-3.297c-.038-.85-.173-1.43-.367-1.938a3.94 3.94 0 0 0-.92-1.415 3.94 3.94 0 0 0-1.415-.92c-.508-.194-1.088-.329-1.938-.367C10.445.01 10.171 0 8 0zm0 1.44c2.136 0 2.389.008 3.233.046.78.036 1.203.166 1.484.275.372.144.637.317.916.596.279.279.452.544.596.916.109.281.239.704.275 1.484.038.844.046 1.097.046 3.233s-.008 2.389-.046 3.233c-.036.78-.166 1.203-.275 1.484a2.5 2.5 0 0 1-.596.916 2.5 2.5 0 0 1-.916.596c-.281.109-.704.239-1.484.275-.844.038-1.097.046-3.233.046s-2.389-.008-3.233-.046c-.78-.036-1.203-.166-1.484-.275a2.5 2.5 0 0 1-.916-.596 2.5 2.5 0 0 1-.596-.916c-.109-.281-.239-.704-.275-1.484C1.448 10.389 1.44 10.136 1.44 8s.008-2.389.046-3.233c.036-.78.166-1.203.275-1.484.144-.372.317-.637.596-.916.279-.279.544-.452.916-.596.281-.109.704-.239 1.484-.275C5.611 1.448 5.864 1.44 8 1.44zm0 2.92A3.64 3.64 0 1 0 8 11.64 3.64 3.64 0 0 0 8 4.36zm0 6A2.36 2.36 0 1 1 8 5.64a2.36 2.36 0 0 1 0 4.72zm4.406-6.845a.845.845 0 1 1-1.69 0 .845.845 0 0 1 1.69 0z'/></svg>");
}
.wpsPhotos .owl-item .item .photos:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .6;
}
.wpsBlogList .wpsBlogListInfo .wpsBlogListTitle:hover, .wpsBlogList .wpsBlogListInfo .wpsBlogListTitle:focus {
    color: #e01a2e;
}
.wpsBlogList a {
    width: 100%;
    display: flex;    align-items: center;
}
.wpsBlogList:hover .image img {
    transform: scale(1.05);
}
.blogLarge .image img {
    width: 100%;
    border-radius: 10px;
}
span.btns {
    font-weight: 800;
    color: #e11e31;transition: all 0.5s ease;
}
.wpsBlogList:hover span.btns { 
    color: #1d1d1d;
}
.wpsPhotos .owl-item .item .photos:hover img
 {
    opacity: 0.4;
}
/* footer */
.footer-theme2 .subscribe-block {
    text-align: justify;
    border-left: 0px solid #333;
    border-right: 0px solid #333;
    padding: 0px 0px;
}
.footer-title { 
    text-align: left;
}
.footer-contant {
    text-align: left;
}
.footer-theme2 .subscribe-block img {
    width: 155px;
    margin: 0 auto 15px;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 1px;
}

.footer-theme2 .contact-details li {
    display: list-item;
    color: #fff;
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 20px;
}
.footer-theme2 .subscribe-block ul.contact-details li 
 {
    list-style: none;
    margin: 0px 0px 10px;
}
.product-listing li{width:42%;float:left;}
.footer-theme2 p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.section-b-space.border-b {
    border: none;
}
.sub-footer.darker-subfooter { 
    margin-top: 30px;
}
footer { 
    background-image: none;
} 
footer .readMoreBtn { 
    background: #626262b5;
}
.bookNow { 
    width: calc(100% - 87%);
}
.topLeft .callAction .telephone {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    background: #f7eced;
    margin-right: 5px;
    color: #e01a2e;
}
.topLeft a {
    font-weight: 800;
    color: #25272f;
    padding: 6px;
}
.bookNow a:hover {
    background: #20232b;
}
.blogLarge .image img { 
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.topLeft a:hover { 
    color: #dd0117; 
}
.top_right {  
    border-color: #cccccc47 !important;
}
.col-xxl-10.col-xl-10.col-lg-10.col-md-6.col-5.border-start.ps-lg-0{border-color: #cccccc47 !important;}
.right-content .more_info {
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 10px;
}
.right-content table { 
    width: 100%;
}
.readMoreBtn span.text-white {
    text-decoration: none;
}
.scrollbar-widths{max-height: 495px;overflow-y: auto;margin-bottom: 20px;padding-right:15px;}
@media (min-width:1024px) {
    .blogLarge .image { 
    height: 300px;border-radius: 10px;
}
.wpsBlogList .image { 
    max-width: 280px; 
    height: 195px; 
}
}