body {
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px !important;
}


.form-group {
    position: relative;
    margin-bottom: 15px
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #F39C12;
}

.form-control:focus {
    border-color: #F39C12;
    box-shadow: none;
    outline: 0;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 9;
}


.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0px;
}

.topbar .w-p-s-logo {
    margin: 0;
    max-width: 180px;
}

.topbar .w-p-s-logo img {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    height: 100%;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: #F39C12;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: #0c4376;
    color: #fff;
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.phone_call a svg {
    color: #F39C12;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: #F39C12
}

.phone_call a:hover svg {
    color: #F39C12
}

.navbar .phone_call {
    margin: 10px 0;
}

.navbar .phone_call a {
    color: #fff;
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: #F39C12;
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #F39C12;
    border-radius: 100%;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li a:hover {
    background: #0c4376;
}

/* ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #000;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
} */


.menubar {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.menubar:before,
.menubar:after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.menubar:after {
    top: auto;
    bottom: 2px;
}


.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #0c4376;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

/* MAIN MENU */
.navigation .menu ul {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    padding: 10px 12px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

/* FIX: ONLY FIRST LEVEL HOVER */
.navigation .menu>ul>li:hover>a,
.navigation .menu>ul>li.active>a {
    color: #F39C12;
}

/* DROPDOWN BASE */
.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.2s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    text-align: left;
}

.navigation .menu ul li ul.cs-dropdown li:first-child ul.cs-dropdown {
    left: auto;
    right: 100%;
}

/* FIX: ONLY DIRECT CHILD DROPDOWN */
.navigation .menu ul li:hover>ul.cs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* DROPDOWN ITEMS */
.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: normal;
}

/* CLEAN HOVER (2nd + 3rd level) */
.navigation .menu ul li ul.cs-dropdown li:hover>a {
    background: #F39C12;
    color: #fff;
}

/* 2ND LEVEL */
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    top: 0;
    left: 100%;
}

/* 3RD LEVEL */
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    top: 0;
    left: 100%;
}

/* ARROW BUTTON */
.navigation ul li.cs-submenu>a button {
    border: 0;
    background: transparent;
    margin-left: 5px;
    color: inherit;
    cursor: pointer;
}

/* TOP LEVEL ARROW ROTATE */
.navigation ul li.cs-submenu:hover>a button svg {
    transform: rotate(180deg);
}

/* CHILD ARROW (RIGHT SIDE) */
.navigation ul li ul.cs-dropdown li.cs-submenu>a button {
    float: right;
}

.navigation ul li ul.cs-dropdown li.cs-submenu>a button svg {
    transform: rotate(-90deg);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}




/*Home Banner */
.homeSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.homeSlider #slider .carousel-inner {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 95%, 0 75%);
    aspect-ratio: 16/9;
}

.homeSlider #slider .carousel-inner img {
    width: 100%;
    aspect-ratio: 16/9;
}

.homeSlider #slider .carousel-caption {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0;
    left: 0;
    padding: 0;
    bottom: 0%;
    display: flex;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); */

}

.homeSlider #slider .carousel-caption .banner_info {
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center;
}

.homeSlider #slider .carousel-caption .banner_info .title_1 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
    opacity: 0;
    color: #F39C12;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.homeSlider #slider .carousel-caption .banner_info p {
    color: #ddd;
    font-size: 22px;
    line-height: 1.5;
    opacity: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.homeSlider #slider .carousel-item.active .carousel-caption .banner_info .title_1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    opacity: 1;
}

.homeSlider #slider .carousel-item.active .carousel-caption .banner_info p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    opacity: 1;
}

.homeSlider #slider .carousel-control-prev,
.homeSlider #slider .carousel-control-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: #0c4376;
    border-radius: 100%;
    z-index: 9;
    opacity: 1;
}

.homeSlider #slider .carousel-control-prev {
    left: 80px;
}

.homeSlider #slider .carousel-control-next {
    right: 80px;
}

.homeSlider #slider .carousel-control-prev:hover,
.homeSlider #slider .carousel-control-next:hover {
    background: #F39C12;
    color: #0c4376;
    border-color: #F39C12
}

.carousel-indicators {
    margin-bottom: 20px;
    align-items: center;
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background: #F39C12;
    border: 0;
}




.path_type_1 {
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;
    padding: 0;
}


.path_type_1.top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;

    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";

}

svg:not(:root) {
    overflow: hidden;
}

/* Fetures */
.w-p-s-home-feture {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background: #fff;
}

.wprt-icon-text {
    border: 1px solid #f1f1f1;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.wprt-icon-text .icon {
    padding: 10px 0 0;
}

.wprt-icon-text .icon {
    color: #F39C12;
    font-size: 52px;
    line-height: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.wprt-icon-text .icon img {
    max-width: 75px;
}

.wprt-icon-text:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



.wprt-icon-text:hover .icon {
    color: #F39C12;
}

.wprt-icon-text .title_01 {
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.wprt-icon-text:hover .title_01 {
    color: #F39C12;
}

.wprt-icon-text:hover .title_01 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.service_category {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    background: #fff;
}

.p0 {
    padding: 0;
}

.grid_1 {
    padding: 0
}

.grid_1:first-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.grid_1:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.grid_2 {
    padding: 0
}

.grid_2:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.grid_2:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.img-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3/2;
}

.service_content {
    position: relative;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: #0c4376;
}

.service_content .center_box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    padding: 0 60px;
}

.service_content .center_box .title_3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.service_content .center_box .title_3 a {
    color: #F39C12;
}

.service_content:hover .center_box .title_3 a {
    color: #FD902C;
}

.service_content .center_box p {
    margin-bottom: 10px;
    color: #fff;
}


.defaultBtn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #F39C12;
    background: transparent;
    border: 1px solid #F39C12;
    border-radius: 4px;
    padding: 10px 50px 10px 25px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.defaultBtn:hover {
    color: #fff
}

.defaultBtn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.defaultBtn:hover::before {
    transform: translateY(-50%) rotate(45deg);
    filter: brightness(0) invert(1);
}

.defaultBtn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #F39C12;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.defaultBtn:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}




/* Home About */
.home_about-web-pulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 150px 0 170px;
    background: url(../images/background1.jpg) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home_about-web-pulse:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 67, 118, 0.85);
    z-index: 1;
}

.home_about-web-pulse .container {
    position: relative;
    z-index: 9
}

.home_about_content {
    max-width: 100%;
    margin: 0px auto 20px;
    padding: 0px;
    text-align: left;
}

.homeImage {
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;
    aspect-ratio: 200/249;
}

.homeImage img {
    width: 100%;
    height: 100%;
    aspect-ratio: 200/249;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
}


.home_about_content .homeImage {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;
    aspect-ratio: 200/249;
}

.home_about_content .homeImage img {
    width: 100%;
    height: 100%;
    aspect-ratio: 200/249;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
}

.home_about_content .title_h1 {
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
}

.home_about_content .maxText {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 15px;
}

.home_about_content h2 {
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
}

.home_about_content h3 {
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.home_about_content h4 {
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}


.home_about_content p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.home_about_content ul {
    margin: 0 0 25px;
    padding: 0;
}

.home_about_content ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
}

.home_about_content ul li:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' 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>");

}



.home_about_content p strong,
.home_about_content p b {
    color: #F39C12;
}

.grid_5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.services-block-six {
    position: relative;
    margin-bottom: 30px;
}

.services-block-six .inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 12px;
}

.services-block-six .inner:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.services-block-six .inner:hover {
    border-color: #F39C12;
    background: #F39C12;
}

.services-block-six .inner .icon {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    color: #F39C12;
    margin-bottom: 15px;
}

.services-block-six .inner .icon svg {
    width: 70px;
    height: 70px;
}

.services-block-six .inner .title_3 {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #0c4376;
    font-weight: 700;
    text-transform: inherit;
}

.services-block-six .inner:hover .title_3,
.services-block-six .inner:hover p,
.services-block-six .inner:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    color: #fff;
}
.services-block-six .inner p{
    min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Featured Services */
.webpulse_home_featured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 50px 0;
    background: #fff;
    position: relative;
}

.title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #0c4376;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.title span {
    position: relative;
    color: #F39C12
}

.title:before,
.title:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.title:after {
    background: #F39C12;
    left: 30px;
}

.text-center .title:before,
.text-center .title:after {
    left: 50%;
    margin-left: -30px;
}

.text-center .title:after {
    margin-left: 0;
}

.text-right .title:before,
.text-right .title:after {
    left: inherit;
    right: 30px;
}

.text-right .title:after {
    right: 0;
}

.text-right {
    text-align: right;
}

.fullText {
    width: 100%;
    margin-bottom: 15px;
}

.fullText p {
    font-size: 16px;
    color: #333;
    line-height: 25px
}

.inner-box {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 10px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.inner-box:hover {
    box-shadow: 0 0px 30px rgba(0, 0, 0, .10);
}

.inner-box .image-box {
    position: relative;
}

.inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    aspect-ratio: 1/1;
    border-bottom: 1px solid #eee;
}

.inner-box .image-box .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.inner-box .image-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.inner-box .image-box .overlay-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-box .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #F39C12;
    padding: 15px;
    content: "";
    outline: 2px solid #fff;
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.inner-box:hover .overlay-link:before {
    opacity: .70;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

.inner-box .image-box .overlay-link svg {
    color: #fff;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px;
    height: 30px;
}

.inner-box:hover .overlay-link svg {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.inner-box .lower-content {
    position: relative;
    padding: 25px 25px;
    background-color: #ffffff;
}

.inner-box .lower-content .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    color: #F39C12;
    margin-bottom: 24px;
}

.inner-box .lower-content .featureTitle {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner-box .lower-content .featureTitle a {
    color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inner-box:hover .lower-content .featureTitle a {
    color: #F39C12;
}

.inner-box .lower-content .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0px;
}

.inner-box .lower-content .text p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-box .lower-content .read_more_btn {
    color: #F39C12;
    border-color: #F39C12;
}

.inner-box:hover .lower-content .read_more_btn {
    color: #fff;
    background: #F39C12;
    border-color: #F39C12;
}

#featuredProducts .owl-prev,
#featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #F39C12;
    border-radius: 100%;
    z-index: 9
}

#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    background: #0c4376;
    color: #fff;
    border-color: #0c4376
}

#featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}



/* Home Nature Life */
.web-pulse-choose {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 0px;
    background: url(../images/background2.webp) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.web-pulse-choose:before {
    background: rgba(12, 67, 118, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.web-pulse-choose .container {
    position: relative;
}

.web-pulse-choose .ming {
    margin-top: 90px;
}

.home_right_sec p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

.accessories {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}

.accessories a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.accessories a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47.81%, rgba(0, 0, 0, 0.37) 58.9%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 1;
}

.accessories a .image {
    width: 100%;
    aspect-ratio: 3/2.2;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

.accessories a .image img {
    transition: 0.4s;
    aspect-ratio: 3/2.2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.accessories:hover a .image img {
    transform: scale(1.15);

}

.accessories .content {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 233px;
    left: 30px;
    bottom: -27%;
    text-align: start;
    bottom: 5%;
    transition: all 0.4s ease;
}

.accessories:hover .content {
    bottom: 25px !important;
}

.accessories .content .number {
    font-weight: 600;
    font-size: 48px;
    line-height: 35px;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0.2;
    margin-bottom: 15px;
}

.accessories:hover .content .number {
    display: none;
}

.accessories .content .title {
    margin-bottom: 15px;
    transition: all 0.4s ease;
    line-height: 1;
    font-size: 20px;
    color: #fff;
}

.accessories:hover .content .title {
    color: #F39C12;
}




.vd_bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.vd_bx img {
    width: 100%;
    height: auto;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 55px;
    height: 40px;
    border-radius: 12px;
    text-align: center;
    color: var(--bs-body-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.5s;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    background-color: #d7141b;
    box-shadow: 0 0 0 0 rgba(110, 39, 37, 0.5);
    -webkit-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
    }
}

@-moz-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
    }
}

@-ms-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
    }
}

@keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
    }
}

.video-play-icon svg {
    width: 30px;
    height: 30px;
}






.home_right_sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 0;
}

.home_right_sec .title {
    text-align: left;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 15;
}

.service-box {
    position: relative;
    perspective: 1000px;
    height: 250px;
    margin-bottom: 30px;
}

.service-flip-images:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 40, 44, 0) 50%, #27282c 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}




.service-flip-front,
.service-flip-images:after {
    border-radius: 2px;
}

.service-flip-images {
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service-flip-desc {
    background: #fd5d14;
    color: #fff;
    position: relative;
    text-align: center;
}

.service-flip {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.service-flip-title {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 30px;
    right: 30px;
    z-index: 1;
    text-align: left;
}

.service-flip-title .title_02 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.service-flip-desc .service-flip-text {
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

.service-flip-desc .service-flip-text .center_content {
    width: 100%;
    height: 100%;
}

.service-flip-desc .service-flip-text .title_02 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.service-flip-desc .service-flip-text a {
    font-size: 24px;
    color: #fff;
}

.service-box:hover .service-flip-title .title_02 {
    color: #F39C12;
}

.flip-icon {
    background: transparent;
    bottom: 5px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 9;
}

.flip-icon svg {
    color: #F39C12;
    width: 24px;
    height: 24px;
}

.service-flip-desc .service-flip-text>i {
    font-size: 30px;
    line-height: 42px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}




/* Home Blog */
.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f0f0f0;
}

.webpulse-home_blog h3 {
    font-size: 26px;
}

.blog-item {
    position: relative;
    margin: 0;
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.blog-item .blog__img img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-item .blog__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 27px;
    padding-left: 25px;
    margin-right: 15px;
    margin-top: -20px;
    border-radius: 0 4px 0 0;
    padding-bottom: 20px;
}

.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px
}

.blog-item .blog__meta-cat {
    margin-right: 8px;
    line-height: 1
}

.blog-item .blog__meta-cat a {
    position: relative;
    color: #F39C12;
    padding-right: 7px;
    display: inline-block;
}

.blog-item .blog__meta-cat a:hover {
    color: #1b1a1a
}

.blog-item .blog__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #F39C12
}

.blog-item .blog__meta-cat a:last-child {
    padding: 0
}

.blog-item .blog__meta-cat a:last-child:after {
    display: none
}

.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px
}

.blog-item .blog__title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-weight: 500;
}

.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #0c4376
}

.blog-item .blog__title a {
    color: #1b1a1a
}

.blog-item .blog__title a:hover {
    color: #F39C12
}

.blog-item .blog__desc {}

.blog-item .blog__content .read_more_btn {
    color: #F39C12;
    border-color: #F39C12;
}

.blog-item:hover .blog__content .read_more_btn {
    background: #F39C12;
    color: #fff;
    border-color: #F39C12;
}

/**/
.videoSection {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    background-color: #0c4376;
}

.videoSection::before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(180deg, rgba(193, 183, 154, 0.20211834733893552) 2%, rgba(193, 183, 154, 0) 100%);
    z-index: -1;
}

.patternSection {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    background: #ffffff0f url(../images/cta-box-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #ffffff0f;
}

.videoSection .title_2 {
    color: #fff;
}

.videoSection .maxWidth p {
    color: #fff;
}



/**/
.factoryPhoto {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    background-color: #fff
}

.maxWidth {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.maxWidth p {
    display: inline-block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}


.masonry {
    float: left;
    width: 100%;
    display: flex;
    gap: 15px;
    /* -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px; */
    margin-bottom: 25px;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    overflow: hidden;
}

.masonry .item .img-bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.masonry .item:hover .img-bx::before {
    opacity: 0.5;
}

.masonry .item:before,
.masonry .item:after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.masonry .item:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
}

.masonry .item:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.masonry .item:hover:before,
.masonry .item:hover:after {
    height: 50px;
    width: 50px;
    opacity: 1;
}

.masonry .item img {
    max-width: 100%;
    aspect-ratio: 64 / 65;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.masonry .item .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: rgba(243, 156, 18, 0.4);
    border: 2px solid rgba(243, 156, 18, 0.5);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

.masonry .item .link-wrap svg {
    width: 20px;
    height: 20px;
}

.masonry .item:hover .link-wrap {
    opacity: 1;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        display: block;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}




/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 60px 0 60px;
    background: url(../images/background3.webp) no-repeat fixed;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webpulse:before {
    background-color: rgba(12, 67, 118, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_testimonials_webpulse h3 {
    font-size: 30px;
    color: #fff;
}

.testimonial-item {
    padding-left: 35px;
}

.ti-text {
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 37px;
    padding-bottom: 25px;
    border: 1px solid #efefef;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 12px;
}

.ti-badge {
    position: absolute;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 40px;
    left: -19px;
    background: #F39C12;
}

.ti-badge svg {
    width: 30px;
    height: 30px;
}

.ti-badge:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #e27008;
    border-right: 9px solid #e27008;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0;
}

.ti-badge:before {
    font-size: 24px;
}

.ti-words {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

.five_start {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.five_start li {
    font-size: 15px;
    margin-right: 5px;
    color: #F39C12;
    padding: 0;
    display: inline;
}

.ti-info ul li {
    float: left;
    margin-right: 10px;
}

.userName {
    display: flex;
    align-items: center;
    gap: 10px;
}

.userName span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #F39C12;
    font-size: 24px;
    color: #fff;
}

.userName strong {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    margin: 0px;
    padding: 0
}


.md-header {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    text-align: left;
}

.path_type_2-gray {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    margin-top: 90px;
}

.path_type_2-gray path {
    fill: #f5f5f5;
}

.path_type_2-white {
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.path_type_2-white path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.path_type_2.home-left {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: none;
    z-index: 1;
}

.path_type_2.home-right {
    position: absolute;
    bottom: -1px;
    right: 0 !important;
    background: none;
    z-index: 1;
    left: auto;
}

.path_type_2.home-left,
.path_type_2.home-right path {
    fill: #f0f0f0;
    stroke: #f0f0f0;
    stroke-width: 4;
}


/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    background: #f0f0f0;
}

.webpulse_home_clients h4 {
    text-align: left;
    font-size: 26px;
}

.webpulse_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    transition: opacity 0.3s ease;
    overflow: hidden;
    border-radius: 16px;
}

.webpulse_home_clients .item .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 100px;
    max-height: 100px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.webpulse_home_clients .item .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}


/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 50px 0px 30px;
    background-image: radial-gradient(circle farthest-side at 50% 50%, #0c4376, #000);
}

.web-pulse-india .title_5 {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    font-weight: 600;
}

.web-pulse-india .title_5:after {
    width: 50px;
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-color: #F39C12;
    margin-top: 10px;
    border-top-width: 2px;
    left: 0;
    top: 100%;
}

.web-pulse-india p {
    float: left;
    width: 100%;
    color: #fff;
}

.web-pulse-india p a {
    float: left;
    color: #F39C12;
}

.web-pulse-india p a:hover {
    color: #F39C12;
}

.web-pulse-india p span {
    float: left;
}

.web-pulse-india h4 span {
    color: #F39C12;
}

.footer-links {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.footer-links li {
    line-height: 28px;
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.footer-links li a {
    color: #fff;
    text-transform: capitalize !important;
    position: relative;
    padding-left: 20px;
}

.footer-links li a:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' 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>");

}


.footer-links a:hover {
    color: #F39C12;
}

.footer-links a:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23F39C12' 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>");

}

.footerContact {
    display: flex;
    margin-bottom: 10px;
}

.footerContact svg {
    color: #F39C12;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    float: left;
    min-width: 24px;
}

.footerContact .number,
.footerContact .email,
.footerContact .address_place {
    line-height: 1.6;
}

.footerContact p,
.footerContact p a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerContact .number a {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.footerContact p a:hover {
    color: #F39C12
}




.wps_copy {
    float: left;
    width: 100%;
    background: #0c4376;
    line-height: 40px;
    color: #fff;
}

.wps_copy a {
    color: #F39C12;
    display: inline-block;
}

.wps_copy a:hover {
    color: #F39C12;
    text-decoration: underline;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #F39C12;
}

#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
}

#web-pulse-scroll-up:hover {
    background: #0c4376;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F39C12;
}



.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 45px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: #F39C12;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #0c4376;
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.iti {
    width: 100%;
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    padding: 170px 0 60px;
    margin: 0;
    background: #000;
    background-position: center;
}

.heading_banner.contact {
    background-position: top;
    background-size: 100%;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}



/* Breadcrumb*/
.breadcrumbSection {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.breadcrumbSection .breadcrumb {
    background: transparent;
    border: 0;
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumbSection .breadcrumb li {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    height: 24px;
    display: inline-flex;
    align-items: center;
}

.breadcrumbSection .breadcrumb li a {
    padding: 0;
    color: #666;
    letter-spacing: normal;
    font-size: 14px;
    line-height: normal;
}

.breadcrumbSection .breadcrumb li+li:before {
    position: relative;
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23bfbfbf" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671"/></svg>');
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    height: 100%;

}

.breadcrumbSection .breadcrumb li.active,
.breadcrumbSection .breadcrumb li a:hover {
    color: #F39C12;
}

/**/

.title_2 {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 26px;
    margin: 0;
    text-align: center;
    color: #0c4376;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}

.title_2:after {
    background: #F39C12;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 35px;
    text-align: center;
    aspect-ratio: 1/1.5;
}

.right_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1.5;
    object-fit: cover;
    object-position: center;
    border: 1px solid #eee;
    border-radius: 200px;
}


.contentInfo h2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color: #F39C12;
}

.contentInfo h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color: #F39C12;
}

.contentInfo p {
    line-height: 24px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 16px;
}


.contentInfo ul {
    margin: 0 0 25px;
    padding: 0;
}

.contentInfo ul li {
    display: flow-root;
    list-style: none;
    line-height: 24px;
    margin-bottom: 5px;
    color: #423f3f;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
}

.contentInfo ul li:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' 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>");

}

/**/
.awardsRecognitions {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
}

.productGallery2 {
    float: left;
    width: 100%;
    height: 283px;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    /* box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75); */
    transition: all .4s ease-in-out;
    margin-bottom: 20px
}

.productGallery2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto
}

.productGallery2:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' 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 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0'/><path d='M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 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-.5'/></svg>");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: absolute;
    z-index: 1;
    line-height: 292px;
    background: #F39C12;
    opacity: 0.7;
    transition: all .4s ease-in-out;
    margin: 0;
    padding: 0;
    display: none
}

.productGallery2:hover:after {
    display: block
}

/**/
.aboutDirector {
    background: #f0f0f0;
    padding: 50px 0 0;
    float: left;
    width: 100%;
}

.aboutDirector_content {
    padding: 0;
    padding-right: 30px;
}

.aboutDirectorTitle {
    font-size: 32px;
    line-height: normal;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px;
    color: #F39C12;
}

.aboutDirector_content p {
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.single-img img {
    transform: scale(1)
}

/**/
.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.product_right_image {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.product_right_image .image img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.enquireBtn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    background: #0c4376;
    border: 1px solid #0c4376;
    border-radius: 4px;
    padding: 10px 50px 10px 25px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.enquireBtn:hover {
    color: #fff;
    border-color: #F39C12;
}

.enquireBtn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../images/envelope.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    filter: brightness(0) invert(1);
}

.enquireBtn:hover::before {
    filter: brightness(0) invert(1);
}

.enquireBtn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #F39C12;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.enquireBtn:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}


.pageInfo .maxText {
    max-height: 555px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 20px;
}


.pageInfo p {
    margin-bottom: 20px;
    font-size: 16px;
}

.pageInfo h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #F39C12;
}

.pageInfo h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #F39C12;
}


.pageInfo h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #F39C12;
    padding: 0;
    text-align: left;
}


.pageInfo .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    max-height: 350px;
}

.pageInfo table {
    margin: 0;
    width: 100%;
}

.table> :not(:first-child) {
    border: 0;
}

.pageInfo table thead th {
    background: #0c4376;
    color: #fff;
    border: 1px solid #0c4376;
    font-size: 16px;
}


.pageInfo table tbody tr th,
.pageInfo table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.pageInfo table tbody tr th,
.pageInfo table tbody tr td {
    border: 1px solid #eaeaea;
    width: 40%;
}

.pageInfo table tbody tr td:first-child {
    color: #333;
    width: 40%;
}

.pageInfo table tbody tr td b {
    font-weight: 500;
}

.pageInfo table tbody tr td strong {
    font-weight: 500;
}

.category_page .pageInfo ul {
    margin: 0 0 25px;
    padding: 0;
    display: flow-root;
}

.category_page .pageInfo ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
}

.category_page .pageInfo ul li:before {
    position: absolute;
    left: 0;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' 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>");

}


/**/
#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 6px;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #F39C12;
}

/**/
.productRangeTitle {
    color: #F39C12;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: left;
}

.singleProduct {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 15px;
}

.singleProduct .image {
    position: relative;
    margin-bottom: 13px;
    border-bottom: 1px solid #eee;
    aspect-ratio: 1/1;
}

.singleProduct .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.singleProductTitle {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 15px;
}

.singleProduct:hover .singleProductTitle {
    color: #F39C12;
}

.singleProduct:hover {
    box-shadow: 2px 1px 13px 0 #9d9490;
}


/*Single Category*/

.singleCategory {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 15px;
}

.singleCategory .image {
    position: relative;
    margin-bottom: 13px;
    border-bottom: 1px solid #eee;
    aspect-ratio: 1/1;
}

.singleCategory .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.singleCategoryTitle {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 15px;
}

.singleCategory p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 15px;
}

.singleCategory:hover .singleCategoryTitle {
    color: #F39C12;
}

.singleCategory:hover {
    box-shadow: 2px 1px 13px 0 #9d9490;
}



.singleCategory .enquireBtn {
    padding: 8px 30px 8px 12px;
    font-size: 13px;
}

.singleCategory .enquireBtn:before {
    right: 8px;
    width: 16px;
    height: 16px;
}


.singleCategory .defaultBtn {
    color: #F39C12;
    border: 1px solid #F39C12;
    padding: 8px 30px 8px 12px;
    font-size: 13px;
}

.singleCategory .defaultBtn:before {
    right: 8px;
    width: 16px;
    height: 16px;
}

.singleCategory .defaultBtn::after {
    background: #F39C12;
}

.singleCategory .defaultBtn:hover {
    color: #fff;
}



.singleCategory .buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}






/**/
.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #F39C12;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.product_listing {
    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;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.product_listing .product {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .right-content {
    position: relative;
    padding-right: 15px;
}

.product_listing .right-content .productTitle {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.product_listing .right-content .productTitle a {
    color: #0c4376;
}

.product_listing:hover .right-content .productTitle a,
.product_listing .right-content .productTitle a:focus {
    color: #F39C12;
}

.more_info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;
}

.allListing .more_info {
    max-height: 420px;
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.btn-grp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px
}

.btn-grp .v-btn {
    background: #333;
    background-color: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 51px;
    border-radius: 6px
}

.btn-grp .w-btn {
    position: relative;
    z-index: 1;
    background: #01e675;
    display: inline-block;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    transition: .4s;
    border: 0
}

.btn-grp .w-btn svg {
    width: 20px;
    height: 20px
}

.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0c4376;
    border-radius: 4px;
    color: #fff;
    background: #0c4376;
    padding: 5px 6px;
    font-weight: 500;
    transition: .3s
}

.productBrochureandvideo a svg {
    margin-right: 4px
}

.productBrochureandvideo a:focus,
.productBrochureandvideo a:hover {
    background: #F39C12;
    border-color: #F39C12;
    color: #fff
}

.right-content .defaultBtn {
    color: #0c4376;
    border: 1px solid #0c4376;
}

.right-content .defaultBtn::before {
    background-image: url('../images/arrow-primary2.svg');
}

.right-content .defaultBtn::after {
    background: #0c4376;
}

.right-content .defaultBtn:hover {
    color: #fff;
}

/* FAQS */
.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f0f0f0;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #F39C12;
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: #F39C12;
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px;
}


/**/
.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee;
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    aspect-ratio: 3/2;
    position: relative;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 12px;
}

.gallery_page .gallery_item img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery_page .gallery_item: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;
}

.gallery_page .gallery_item:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.gallery_page .gallery_item: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;
}

.gallery_page .gallery_item:hover {
    background: #F39C12;
}

.gallery_page .gallery_item: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>");
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info .title_h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

/*Video Gallery*/
.videoFeedback {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;

}

.videoFeedback .image {
    position: relative;
    height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 15px;
}

.videoFeedback .image img {
    height: 100%;
    object-fit: cover;
}

.videoFeedback .image:before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: opacity 180ms ease;
    transition: opacity 180ms ease;
}

.videoFeedback .image:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

.videoFeedback:hover .image:before {
    opacity: 0;
}


.videoFeedback .image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #01102f 100%)
}


.feedbackStar {
    position: absolute;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #f90;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    color: #f90;
    z-index: 9;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}

.videoFeedback .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    position: absolute;
    z-index: 99;
}

.videoFeedback .image span svg {
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(255 255 255/1);
    border-radius: 100%;
    padding: 5px;
}

.videoTitle {
    display: flex;
    align-items: center;
    justify-content: center;

}

.videoTitle .vidoIcon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 24px;
    color: #F39C12;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoName {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #333;
    line-height: normal;
}

.videoFeedback:hover .videoName {
    color: #F39C12;
}

.cmTitle {
    color: #333;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    line-height: normal;
}

/**/
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 12px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

/**/
.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f0f0f0
}

.blog_page .blog-item {
    margin-bottom: 25px;
}

.blog_details h1 {
    color: #F39C12;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}

.blog_details ul {
    display: inline-block;
    margin: 0 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_details_img {
    position: relative;
    aspect-ratio: 16/7;
    text-align: center;
    margin-bottom: 20px;
}

.blog_details_img img {
    aspect-ratio: 16/7;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.blog_details .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 3px solid #F39C12;
}

.blog_details .block-quote span svg {
    width: 20px;
    height: 20px;
}

.blog_details .block-quote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.blog_details h2 {
    font-size: 22px;
    font-weight: 600;
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
}

.blog_details h3 {
    font-size: 22px;
    font-weight: 600;
    color: #F39C12;
    margin: 0 0 10px;
    padding: 0;
}

/**/
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.contact_details {
    background: #0c4376;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 40px 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #F39C12;
}

.contact_details .title_h2 {
    color: #F39C12;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact_details p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #fff;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}

.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: #F39C12;
}

.contact_details ul.social li a:hover {
    background: #333;
}



.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

/**/
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #F39C12;
}

/**/
.marketPage {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.marketPage .title {
    font-size: 24px;
}

.marketPage h1 {
    float: left;
    display: block;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    color: #F39C12;
}

.marketPage h3 {
    float: left;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #F39C12;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}


.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block;
    color: #333;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #F39C12;
    color: #fff
}

/**/
.rangeProduct {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    transition: all 0.35s ease-in-out;
    background: #fff;
}



.rangeProduct:hover {
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
}



.rangeProduct .image {
    position: relative;
    aspect-ratio: 1/1;
    text-align: center;
    border-bottom: 1px solid #eee;
}



.rangeProduct .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1/1;
}



.rangeProduct .rangeTitle {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    min-height: 50px;
    font-weight: 500;
    color: #333;
}



.rangeProduct:hover .rangeTitle {
    color: #F39C12;
}



.rangeProduct .read_more_product {
    padding: 8px 18px;
    border-radius: 6px;
    line-height: 24px;
}

.modalImage {
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 1/1;
    border-radius: 12px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.modalImage img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.catName {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #F39C12;
}

.testimonialsPage {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #f0f0f0;
}

.testimonialsPage .userName strong {
    color: #0c4376;
}

/**/
.forProduct {
    margin-bottom: 15px;
    max-height: 240px;
}

.forProduct .table-responsive {
    max-height: 100%;
}

.productGallery .largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;

}



.productGallery .productThumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.productGallery .productThumbs .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;

}

.productGallery .productThumbs .item.active {
    border-color: #F39C12
}

.error {
    color: #f30909;
    display: block;
    font-weight: 400;
    margin: 0;
}
#st-1{
    text-align: left!important;
    margin-bottom: 20px;
}