@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&amp;display=swap');

:root {
    --fontFamily: 'Roboto', sans-serif;
    --darkColor: #1E7073;
    --logoColor: #53b8bc;
    --textColor: #333;
    --colorWhite: #fff;
    --blueBorderColor: #0961bb;
    --facebook: #3C5B9B;
    --twitter: #359BED;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 16px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --orageColor: #f68e29;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --errorColor: #dc3545;
    --cleenhearts-font: "DM Sans", sans-serif;
    --cleenhearts-heading-font: "Quicksand", sans-serif;
    --cleenhearts-special-font: "Schoolbell", cursive;

}

body {
    background: #fff;
    color: #363636;
    font-family: var(--fontFamily);
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #363636;
    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: #f90606;
    display: block;
    font-weight: 400;
    margin: 0;
}


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: 15px !important;
}

textarea {
    background: #fff;
    height: 100px;
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #f66419;
}

.form-control:focus {
    border-color: #f66419;
    box-shadow: none;
    outline: 0;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--logoColor);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2:after {
    background: #333;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


.title_2_1 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--colorWhite);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2_1:after {
    background: var(--logoColor);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



.header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #53b8bc;
}

.logoBg {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.logoBg .logo {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
    overflow: hidden;
    z-index: 10;
}

.logoBg .logo a {
    position: relative;
    display: block;
    padding: 12px 10px 20px;
    text-align: center;
    border-radius: 0px 0px 20px 0px;
    background: #fff;
}

.logoBg .logo a:before {
    position: absolute;
    right: 3px;
    top: 102%;
    margin-top: -48px;
    height: 60px;
    width: 100%;
    content: "";
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    border-radius: 20px;
    background: #fff;
}

.logoBg .logo a img {
    position: relative;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 45px;
    align-items: center;
    margin: 0;
}


.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 {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: #b8f8fb;
}

.navbar .phone_call {
    margin: 6px 10px 0 6px;
}

.navbar .phone_call a {
    color: var(--colorWhite);
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: var(--logoColor);
}

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;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorWhite);
}

ul.social li a svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: var(--facebook);
}

ul.social li.twitter a {
    background: var(--darkColor);
}

ul.social li.linkedin a {
    background: var(--linkedin);
}

ul.social li.youtube a {
    background: var(--youtube);
}

ul.social li.instagram a {
    background: var(--instagram);
}

.readMore {
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1;
    background: var(--logoColor);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}

.readMore:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--colorWhite);
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}

.readMore:hover,
.readMore:focus {
    color: var(--logoColor);
}

.readMore:hover:before,
.readMore:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.readMore2 {
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1;
    background: var(--darkColor);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}

.readMore2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--logoColor);
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}

.readMore2:hover,
.readMore2:focus {
    color: var(--colorWhite);
}

.readMore2:hover:before,
.readMore2:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}




.menubar {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #fff;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menubar.stricky-fixed .navigation {
    justify-content: center;
}

.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: var(--colorWhite);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    position: relative;
}

.menubar.stricky-fixed .navigation .menu ul {
    text-align: center;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 10px 18px;
    display: block;
    color: var(--textColor);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 500;
    border-bottom: 4px solid transparent;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--logoColor);
    ;
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -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: 230px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: var(--colorWhite);
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 280px;
}

.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%;
    text-align: left;
}

.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(--logoColor);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--logoColor);
}

.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(--logoColor);
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--textColor);
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--logoColor);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: var(--textColor)
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: var(--textColor)
}

.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: var(--colorWhite);
}

.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 li ul.cs-dropdown li a {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 10px;
}

.header_appointment_btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 30px;
    overflow: hidden;
    background: #313c8c;
    color: #fff;
    font-weight: 600;
    -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-left: 15px;
}

.header_appointment_btn span:before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    border-radius: inherit;
    background: #53b8bc;
}

.header_appointment_btn:hover {
    color: #fff;
}

.header_appointment_btn:hover span:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.header_appointment_btn svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}




.sliderSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.homeSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid var(--logoColor);
    line-height: 0;
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: var(--colorWhite);
    border: 0;
    outline: 0;
    background: var(--logoColor);
    border-radius: 100%;
    z-index: 9
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;

}

.homeSlider .swiper-button-prev {
    left: 80px;
    right: auto
}

.homeSlider .swiper-button-next {
    left: auto;
    right: 80px;
}

.homeSlider .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover {
    background: var(--logoColor);
    border-color: var(--logoColor);
    color: var(--colorWhite);
}


.homeSlider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    transition: 3s all;
    transform: scale(1);
}

.homeSlider .swiper-slide-active img {
    animation: scale 8s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.homeSlider .swiper-slide .bannerInfo {
    position: absolute;
    top: 0;
    left: 12%;
    height: 100%;
    max-width: 490px;
    width: 100%;
    display: flex;
    align-items: center;

}

.homeSlider .swiper-slide .bannerInfo.rightAlign {
    top: 0;
    left: auto;
    right: 12%;
}

.homeSlider .swiper-slide .bannerInfo.centerAligned {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: flex;

    justify-content: center;

}

.homeSlider .swiper-slide .bannerInfo.centerAligned .center {
    display: inline-block;
}

.homeSlider .swiper-slide .bannerInfo .sliderTitle {
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 34px;
    /* text-transform: uppercase; */
    color: var(--logoColor);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}

.homeSlider .swiper-slide .bannerInfo p {
    display: block;
    color: var(--colorWhite);
    font-size: 18px;
    margin-bottom: 20px;
}

.homeSlider .swiper-slide.swiper-slide-active .sliderTag {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}


.homeSlider .swiper-slide.swiper-slide-active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.homeSlider .swiper-slide.swiper-slide-active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.homeSlider .swiper-slide.swiper-slide-active .readMore {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.5s;
}

.helpfulArea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 20px;
    background: #fff;
}

.helpful-card {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.helpful-card:hover {
    background-color: #53b8bc;
    cursor: pointer;
}

.helpful-card .helpful-card-icon {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #53b8bc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.helpful-card:hover .helpful-card-icon {
    background-color: white;
}

.helpful-card .helpful-card-icon svg {
    width: 45px;
    height: 45px;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.helpful-card:hover .helpful-card-icon svg {
    color: #53b8bc;
}

.helpful-card .helpful-card-caption .caption-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #090e0d;
    margin-bottom: 10px;
    line-height: 30px;
}

.helpful-card .helpful-card-caption .caption-para {
    color: #636b6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.helpful-card:hover .helpful-card-caption .caption-title {
    color: var(--colorWhite);
}

.helpful-card:hover .helpful-card-caption .caption-para {
    color: #a1ddd2;
}



.feature-area {
    float: left;
    width: 100%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    margin-bottom: -137px;
    position: relative;
    z-index: 1;
}

.single-feature-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px 18px 15px 15px;
}

.single-feature-wrap:after {
    content: "";
    background: var(--logoColor);
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -42px;
    top: 0px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    width: 150px;
}

.single-feature-wrap .thumb svg {
    width: 55px;
    height: 55px;
    color: var(--colorWhite);

}

.single-feature-wrap .media-body {
    margin-left: 70px;
}

.single-feature-wrap .media-body .featureTitle {
    font-family: var(--fontFamily);
    margin: 0 0 3px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: var(--darkColor);
}

.single-feature-wrap .media-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}


.maxWidth {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.maxWidth p {
    display: inline-block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 17px !important;
    text-align: center !important;
}

.homeAbout {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0px;
    background: #fff;
}

.homeAbout .title1 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingOne);
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-family: var(--fontFamily);
}

.homeAbout h2 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout h3 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout p {
    position: relative;
    line-height: 24px;
    font-size: var(--textSize);
    color: var(--textColor);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: justify;
}

.homeAbout ul {
    margin: 0 0 15px 15px;
    padding: 0px;
}

.homeAbout ul li {
    list-style: square;
    line-height: 24px;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: justify;
    margin-bottom: 5px;
}


.galleryColumn {
    float: right;
    max-width: 450px;
    margin: 10px 0 15px 15px;
    position: relative;
    z-index: 1;
}

.galleryColumn .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

.video-btn {
    width: 54px;
    height: 54px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(237, 27, 36, .2);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(237, 27, 36, .9)
}

.video-btn:after {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.video-btn svg {
    width: 40px;
    height: 40px;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 10px rgba(237, 27, 36, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 0 rgba(237, 27, 36, .1)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 10px rgba(237, 27, 36, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 0 rgba(237, 27, 36, .1)
    }
}


.row__shape {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}

.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}


.homeFactsheet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    margin-top: -160px;
    padding: 40px 0 0;
    margin-bottom: -100px;
    z-index: 9;
}

.homeFactsheet .factsheetOne {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
    text-align: center;
}

.homeFactsheet .factsheetOne .factsheetIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: var(--offWhiteColor);
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid var(--logoColor);
    text-align: center;
    z-index: 3;
    line-height: 100px;
}



.homeFactsheet .factsheetOne:hover .factsheetIcon:before {
    transform: perspective(1200px) rotateY(0) translateZ(0);
    transition-delay: .1s;
    opacity: 1
}


.factsheetInfo {
    position: relative;
    display: block;
    background: var(--offWhiteColor);
    position: relative;
    display: block;
    padding: 26px 15px 32px;
    padding-top: 70px;
    border-radius: 6px;
    border-top: 1px solid var(--whiteBorderColor);
}

.factsheetInfo .factsheetTitle {
    font-weight: 600;
    margin: 0px;
    font-size: var(--headingFour);
    line-height: 24px;
    color: var(--logoColor);
}

.factsheetInfo p {
    margin: 0;
    font-size: var(--paraText);
    padding: 0;
    color: var(--textColor);
    width: 100%;
    text-align: center;
    font-weight: normal;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.homeProducts {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 80px;
    background: var(--darkColor);
    position: relative;
    background: url(../images/background1.jpg) no-repeat center fixed;
    background-size: 100%;
    overflow: hidden;
}

.homeProducts:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 16, 29, 0.9);
    z-index: 1;
}

.homeProducts .container {
    position: relative;
    z-index: 1;
}

.title2 {
    padding: 0;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--logoColor);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title2:after {
    background: var(--colorWhite);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.homeProducts .maxWidth p {
    color: var(--colorWhite);
}

#products {
    float: left;
    width: 100%;
}

.singleItem {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}

.feature_item {
    padding: 22px;
    position: relative;
    background-color: #ECE8E2;
    border-radius: 20px;
}


.feature_image {
    display: block;
    position: relative;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px;
}

.feature_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%);
    width: 100%;
    height: 50%;
    border-radius: 20px 20px 0 0;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.feature_image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(80%);
    width: 100%;
    height: 50%;
    border-radius: 0 0 20px 20px;
    background-color: RGBA(var(--cleenhearts-dark2-rgb, 32, 12, 42), 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: transform 400ms ease, visibility 400ms ease, opacity 400ms ease;
}

.feature_image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.feature_item:hover .feature_image::before,
.feature_item:hover .feature_image::after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.feature_item:hover .feature_image img {
    transform: scale(1.1);
}



.feature_sec {
    display: block;
    overflow: hidden;
    padding: 9px;
    text-align: center
}

.feature_sec .title_h3 {
    font-size: var(--headingFour);
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--textColor);
}

.feature_sec .title_h3 a {
    color: var(--textColor);
}

.feature_item:hover .feature_sec .title_h3 a {
    color: var(--logoColor)
}

.feature_sec p {
    font-weight: 400;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: center;
    line-height: 22px;
}


#products .owl-next,
#products .owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--colorWhite);
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--logoColor);
    border-radius: 100%;
    z-index: 50;
    border: 1px solid var(--logoColor);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

#products .owl-nav .owl-prev {
    left: -50px;
    top: 48%
}

#products .owl-nav .owl-next {
    right: -50px;
    top: 48%
}

#products .owl-nav .owl-next:hover,
#products .owl-nav .owl-prev:hover {
    background: var(--orageColor);
    color: var(--colorWhite);
    border-color: var(--orageColor);
}


.home-about-section {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #eee;
}

.home-about-section .about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 60px;
    /* align-items: end; */
}

.section-head-info {
    line-height: 1;
    margin-bottom: 25px;
}

.section-head-info .section-title {
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 35px;
    color: #0F101D;
    font-size: 26px;
    line-height: 1.2;
}

.section-head-info p {
    margin-bottom: 0px;
    line-height: 1.7;
    font-size: var(--textSize);
    text-align: justify;
}


.home-about-section .about-left-side .about-left-img {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
}

.figure-round-border img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: var(--logoColor);
    border-top-right-radius: 3px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #ffffff;
    padding: 15px 35px;
    text-align: center;

}

.home-about-section .about-left-side .about-left-img .experience-wrapper .experience-no {
    font-size: 26px;
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper .yearOf {
    font-family: var(--fontFamily);
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: uppercase;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper .experience-no,
.home-about-section .about-left-side .about-left-img .experience-wrapper h5,
.home-about-section .about-left-side .about-left-img .experience-wrapper p {
    margin-bottom: 0px;
    color: #fff;
}


.home-about-section .about-right-side .about-right-img {
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.home-about-section .about-right-side .regarding-us {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
    margin-bottom: 37px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content {
    margin: 0 15px;
    max-width: 50%;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content:first-child {
    margin-left: 0;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content:last-child {
    margin-right: 0;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon {
    margin-right: 10px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon svg {
    width: 40px;
    height: 40px;
    color: var(--logoColor);
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-title {
    font-size: 20px;
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content p {
    margin-bottom: 0;
    font-size: var(--textSize);
    text-align: left;
}

.home-service-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 40px;
    background-color: var(--colorWhite);
}

.home-service-section .maxWidth p {
    color: var(--textColor);
}

.home-service-section .service-content-wrapper {
    display: grid;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 0;
    grid-column-gap: 0;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

.home-service-section .service-content-wrapper .service-type {
    background-color: #ffffff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    padding: 10px;
}

.home-service-section .service-content-wrapper .service-type.active {
    background-color: var(--logoColor);
    border-color: var(--logoColor);
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    /* transition: all .5s;
    transform: scale(1.05);
    z-index: 9; */
}

.home-service-section .service-content-wrapper .service-type .service-figure {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.home-service-section .service-content-wrapper .service-type .service-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.home-service-section .service-content-wrapper .service-type p {
    margin-bottom: 15px;
    font-size: 16px;
}

.home-service-section .service-content-wrapper .service-type.active .service-title {
    color: var(--colorWhite);
}

/* .home-service-section .service-content-wrapper .service-type.active .readMore2:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
} */


.homeTestimonials {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px 40px;
    background: #eee;
}

.bottomMarquee {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: var(--logoColor);
}

.bottomMarquee .container {
    overflow: hidden;
}

.help-donate-one__slide {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

.help-donate-one__slide:hover {
    animation-play-state: paused;
}

@keyframes textScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.help-donate-one__text {
    font-family: "Quicksand", sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    display: block;
    transition: all 400ms ease;
}

.help-donate-one__text--one {
    color: #53b8bc;
    text-shadow: 2px 2px 0 #EFECE7, -2px -2px 0 #EFECE7, 2px -2px 0 #EFECE7, -2px 2px 0 #EFECE7, 2px 2px 0 #EFECE7;
}

.help-donate-one__text--two {
    color: #fff;
}

.achievement {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee
}

.sec_bx {
    text-align: center;
    position: relative;
    margin-bottom: 25px
}

.sec_bx .sec_h {
    font-size: 25px;
    font-weight: 600;
    color: var(--dark)
}

.sec_bx .sec_h span {
    color: var(--logoColor);
}

.sec_bx p {
    font-size: 15px;
    font-weight: 400;
    color: var(--logoColor);
    margin-bottom: 0
}

.vd_Bx {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #eee
}

.vd_Bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    transition: .4s
}

.vd_Bx .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to right, #951317, #d71a20);
    border-radius: 100%;
    margin: 0;
}

.vd_Bx .video-btn svg {
    height: 20px;
    width: 20px
}

.vd_Bx img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s linear
}

.vd_Bx:hover img {
    transform: scale(1.05)
}

.vd_Bx:hover::before {
    background: rgba(0, 0, 0, .5)
}

.gallery_page .vd_Bx {
    margin-bottom: 0;
    border: 0
}

.gallery_page .gallery_item_info2 {
    background: linear-gradient(to right, #951317, #d71a20);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 12px
}

.electricVehicle {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    background: #fff;
    overflow: hidden
}

.electricVehicle.bg-light {
    background: #f1f1f1 !important
}

.electricVehicle .c_bx .img_bx img {
    width: 100%;
    height: auto;
    max-height: 300px
}

.electricVehicle .c_bx .des {
    font-size: 16px
}


footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background-color: var(--darkColor);
}

footer p {
    color: var(--colorWhite);
    font-size: 17px;
    margin-bottom: 20px;
}

footer .widget-title {
    margin: 0 0 30px;
    color: var(--colorWhite);
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
}

footer .widget-title:after {
    width: 50px;
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-color: var(--logoColor);
    margin-top: 10px;
    border-top-width: 2px;
    left: 0;
    top: 100%;
}

.widget {
    float: left;
    width: 100%;
    display: block;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.widget ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: 5px;
    top: 11px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--logoColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li:hover:before {
    opacity: 1;
    visibility: visible;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li a {
    color: var(--colorWhite);
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    border: 1px solid;
    border-color: var(--colorWhite);
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: calc(100% - 6px);
    width: 1px;
    top: 22px;
    left: 8px;
    background-color: var(--colorWhite);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:hover {
    color: var(--logoColor);
}

.widget ul li a:hover:before {
    border-color: var(--logoColor);
}

.widget ul li:last-child a:after {
    display: none;
}


footer .widgetAddress .title_6 {
    font-size: 16px;
    color: var(--colorWhite);
    margin: 0 0 10px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
}

footer .widget_info {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.86;
    color: var(--colorWhite);
    margin-bottom: 5px;
    display: flex;
}



footer .widget_info p {
    color: var(--colorWhite);
}

footer .widget_info svg {
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    color: var(--logoColor);
    width: 24px;
    height: 24px;
    min-width: 24px
}

footer .widget_info a {
    font-size: 16px;
    line-height: 1.86;
    color: var(--colorWhite);
    font-weight: 400;
}

footer .widget_info a:hover {
    color: var(--logoColor);
}


.footer ul.social {
    margin-top: 25px;
}

.webpulse_bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: var(--colorWhite);
    background: #136164;
    font-size: 16px;
}

.textRight {
    text-align: right;
}

.webpulse_bottom a {
    font-size: 16px;
    display: inline-block;
    color: var(--colorWhite);
}

.webpulse_bottom a:hover {
    color: var(--logoColor);
}







#scrollUp {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--colorWhite);
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--logoColor)
}

#scrollUp svg {
    width: 24px;
    height: 24px;
}

#scrollUp:hover {
    background: var(--textColor);
    color: var(--colorWhite);
}


.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    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 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: 9;
    transition: all 0.2s linear;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--logoColor);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 20px;
    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: 15px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 70px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 5px 25px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    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);
    margin-bottom: 3px;
}

.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;
    line-height: 55px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a {
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: #f66419;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #f66419;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    color: #bfbfbf;
}

ul.subCatList {
    display: flow-root;
    margin-bottom: 10px !important;
}

ul.subCatList li {
    display: flex !important;
    align-items: center;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 3px;
    width: 48% !important;
    float: left;
}

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.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: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.read_more_btn_2 {
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 5px;
    height: 40px;
}

.read_more_btn_2 svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.read_more_btn_2:hover,
.read_more_btn_2:focus {
    background: #f66419;
    border-color: #f66419;
    color: #fff;
    margin: 0;
}

.read_more_btn_2.callback {
    background: #f66419;
    color: #fff;
    border-radius: 4px;
    border-color: #f66419;
}

.read_more_btn_2.callback svg {
    width: 24px;
    height: 24px;
}

.read_more_btn_2.callback:hover,
.read_more_btn_2.callback:focus {
    background: #fff;
    color: #f66419;
    border-color: #f66419;
}

.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: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1:hover .left_centered .image {
    transform: scale(1.1);
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 3px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    box-shadow: 0 8px 4px -10px #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
}

.info_content h4 {
    font-size: 18px !important;
    text-align: left;
    color: #000;
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}

.wps-factsheet .icon {
    height: 45px;
    float: left;
}

.wps-factsheet .icon img {
    float: left;
    width: 55px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h3 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    color: #666;
    text-align: left;
}

/* left menu */
.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333;
}

.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: 15px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #f66419;
    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: #000;
    text-align: left;
    font-size: 12px;
    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: #f66419;
    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: capitalize;
    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: #f66419;
    color: #fff;
}

/* About Right*/
.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info h4 {
    font-size: 16px;
}

.right_side .factsheet .info p {
    font-size: 15px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.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: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.category_page .title_h2 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    height: 15px;
}

.wps_right h3 a,
.wps_right h4 a {
    color: #f66419;
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #f66419;
}

.wps_right p {
    margin-bottom: 10px;
    font-size: 15px;
}

.wps_right h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 10px;
    color: #f66419;
}

.wps_right h3,
.wps_right h4 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #f66419;
    text-align: left;
    padding-bottom: 0px;
}

.wps_right .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #f66419;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 15px;
    color: #fff;
    background: #333;
    border: 1px solid #222;
    border-radius: 3px;
    padding: 8px 0;
    width: 215px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

a.read_more_btn_2.mx-3.mb-3 {
    background: #f66419;
    border-color: #f66419;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #f66419;
    color: #fff;
    border: 1px solid #f66419
}

.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;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 340px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.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: #f66419;
}

.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: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more_btn_2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content h3 a {
    color: #f66419;
}

.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;
}

.more_info {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 15px 0px 0px;
    height: 310px;
    max-height: 310px;
    overflow: hidden;
    overflow-y: auto;
}

.product_listing:hover .right-content h3 a {
    color: #f66419;
}

.product_listing:hover .right-content h4 a {
    color: #f66419;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 10px;
}

.right-content table {
    margin: 0;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 4px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #f66419;
    width: 40%;
}

/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h6 {
    color: #f66419;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

#callback .product_popup h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

#product_pop_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

#callback_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

#callback .modal-dialog {
    margin: 12% auto;
}

/* You May Also Like  */
.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #f66419;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0px 30px;
    text-align: center;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 20px;
    color: #e59509;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: #e59509;
}

.product_more:hover .may_btn {
    background: #e59509;
}

.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);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.gallery_page .gallery_item img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info .title_h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 15px;
    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: 292px;
    border-bottom: 1px solid #eee;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #f66419;
}

.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>");
}

/* Video Gallery */
.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.video_gallery i {
    line-height: inherit;
    color: #f66419;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

/* Client Page */
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.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 */
.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_left .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog-item {
    margin-bottom: 25px;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 0px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.right_news .image img {
    position: relative;
    max-width: 50px;
    margin: auto;
    top: 0%;
    left: 0%;
    transform: inherit;
    width: 50px;
    height: 50px;
    max-height: 50px;
}

.right_news .title_h4 {
    padding: 6px 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
    width: 80%;
    height: 40px;
    overflow: hidden;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: #f66419;
}

/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 375px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
}

.blog_details_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #f66419;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.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;
}

.share-area {
    background: #fff;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #ffffff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #ffffff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #ffffff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #ffffff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
.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%;
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 20%);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: #f66419;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details .title_h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    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: #7c0000;
}

.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: #f66419;
    border: 1px solid #f66419;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 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: #333;
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.sitemap_right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    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 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: #f66419;
}

.market_area h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f66419;
}

.market_area h3 {
    float: left;
    display: block;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 15px;
    background-color: #eee;
}

.market-list li a:hover {
    background: #f66419;
    color: #fff !important;
}

.video-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    width: 640px;
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0 auto;
    border-radius: 6px;
}

.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background: #f66419;
    border-radius: 4px;
    border: 1px solid #f66419;
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: #fff;
    color: #f66419;
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}

.home_about_content p strong {
    color: #c52222;
}

.ctpcount {
    width: 90px;
    height: 90px;
    padding: 0;
    margin: -40px auto 0;
    border: 3px solid #f66419;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctpcount img {
    width: 50px;
    margin: 0px auto;
}

.ctpbox {
    background: #333;
    margin-top: 30px;
    height: 210px;
    border-radius: 5px;
    position: relative;
}

.ctpbox .texti p {
    color: #fff;
    padding: 0 15px;
    line-height: 22px;
    font-size: 15px;
}

.ctpbox .texti {
    padding-top: 70px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.sitemap_page .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

p.ti-words.c-7 {
    height: 170px;
    overflow-y: auto;
}

.title {
    text-align: center;
}

.title:before {
    left: 47.5% !important;
}

.title:after {
    left: 49.5% !important;
}

.md-header.title:before {
    left: 3px !important;
}

.md-header.title:after {
    left: 30px !important;
}

.md-header.title {
    text-align: left;
}


.wps_why_us.py-5 {
    background: #f9f9f9;
}

.product-lists .right-content h4 {
    margin-bottom: 0px;
}

div#featuredProducts .inner-box .lower-content h4 a {
    font-size: 18px;
}

.wps-factsheet .info_content p {
    text-align: left;
}


/* update css */
.inner_breadcrumb.hidden_xs.border-bottom {
    margin-top: 130px !important;
}

.product_box.text-center.mb-3 .read_more_btn_2 {
    padding: 0px 10px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.product_box.text-center.mb-3 .product_right_image .detail_image {
    margin-bottom: 0px;
    height: 270px;
}

.product_box.text-center.mb-3 .product_right_image .product_dimage {
    height: auto;
    border: 0px solid #eee;
    margin-bottom: 0px;
}

.product_right_image.m-0.text-center {
    float: none;
    margin-bottom: 0px;
}

.product_box.text-center.mb-3 {
    box-shadow: 0px 0px 5px 0px #ccccccd1;
    border-radius: 5px;
    padding-bottom: 20px;
}

.product_box.text-center.mb-3 .product_right_image .detail_image {
    border: none;
    border-bottom: 1px solid #eee;
}

.product_box.text-center.mb-3 h4.text-center {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 15px 0px;
    font-size: 18px;
}

.home_about_content ul {
    margin: 0px;
    padding: 0px;
}

.home_about_content ul li {
    list-style: square;
    margin-left: 20px;
    color: #363636;
    text-align: justify;
    margin-bottom: 5px;
}

.images-about {
    position: relative;
    width: 470px;
    max-width: 470px;
    margin: 0px 0px 30px 35px;
}

.webpulse_home_featured a.read_more_btn.text-center {
    width: 145px;
    display: block;
    margin: auto;
}

.img-wrap a {
    height: 350px;
    border: 1px solid #cccccc47;
}

.icon-play.positionj-absolute.start-50.top-50.translate-middle.z-index-99 {
    background: #f66419;
    width: 80px;
    display: block;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    z-index: 9;
}


.top_right.border-bottom {
    border-color: #eee !important;
}

.whatapp_btn1 {
    background: #ed1b24 !important;
    bottom: 165px;
}

.about_page .product_right_image .detail_image {
    height: 270px;
}