body {
    background: #fff;
    color: #363636;
    font-family: Manrope, sans-serif;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c
}

p a {
    color: #363636;
    width: auto;
    display: inline-block
}

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

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    color: #f00e0e;
    display: block;
    font-weight: 400;
    margin: 0
}

textarea {
    height: 100px !important
}

input,
select,
textarea {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important
}

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

.form-control::-moz-placeholder {
    color: #555
}

.form-control:focus::-moz-placeholder {
    color: #b22d30
}

.form-control:focus {
    border-color: #b22d30;
    box-shadow: none
}

h2 {
    font-size: 20px;
    font-weight: 700
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 700;
    overflow: hidden
}

h3 span {
    padding: 0 10px 0 0;
    position: relative
}

h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff
}

h5 {
    text-transform: capitalize
}

.header {
    float: left;
    width: 100%;
    background: 0 0
}

.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: both */
}

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

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

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

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

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

.search_btn:hover {
    background: #fdc716
}

.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    padding: 0
}

.phone_call a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.phone_call svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
    color: #b22d30;
    border: 1px solid #b22d30;
    border-radius: 8px;
    padding: 7px
}

.phone_call strong {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #b22d30
}

.phone_call a figcaption p {
    font-size: 14px;
    margin: 0;
    line-height: normal;
    color: #fdc716
}

.navbar .phone_call {
    margin: 10px 0
}

.navbar .phone_call a {
    color: #fff
}

.navbar .phone_call a:focus,
.navbar .phone_call a:hover {
    color: #fdc716
}

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

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

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

.topbar ul.social li {
    margin: 5px;
    display: flex;
    flex-direction: column
}

.topbar ul.social li a {
    width: 30px;
    height: 30px
}

ul.social li a {
    transition: background .4s ease-in-out;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0
}

ul.social li.facebook a {
    background: #3c5b9b
}

ul.social li.twitter a {
    background: #359bed
}

ul.social li.linkedin a {
    background: #027ba5
}

ul.social li.youtube a {
    background: #f70000
}

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

.menubar {
    float: left;
    width: 100%;
    position: relative;
    background: 0 0;
    position: absolute;
    z-index: 99
}

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

    to {
        opacity: 1;
        transform: none
    }
}

.navigation {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

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

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

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

.bookNow a {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #000 !important;
    font-size: 14px;
    padding: 15px 18px;
    background: #fdc716;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600
}

.bookNow a:after {
    border-top: 51px solid #fdc716;
    border-left: 25px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: -28px;
    width: 30px;
    top: 0;
    bottom: 0
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fdc716;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.navigation .navbar button span:first-child {
    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:first-child {
    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;
    display: block;
    text-align: center
}

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

.navigation .menu ul li a {
    padding: 15px 15px;
    display: block;
    color: #fff;
    transition: all .3s ease;
    font-size: 14px;
    background: 0 0;
    font-weight: 600;
    text-transform: uppercase
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #ffe6e6;
    background: 0 0
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #3a3d94;
    background: #f8f9f9
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #3a3d94;
    background: #f8f9f9
}

.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: #fdc716
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
    transition: all .3s ease
}

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

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

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

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg)
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    height: auto;
    max-height: 360px;
    overflow: auto
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    aspect-ratio: 45 / 19;
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.home_slider .slide img {
    width: 100%;
    max-width: 100%
}

#slider .owl-next,
#slider .owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #fdc716;
    border-radius: 100%;
    z-index: 9
}

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

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

#slider .owl-next:hover,
#slider .owl-prev:hover {
    background: #b22d30;
    color: #fff;
    border-color: #b22d30
}

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

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

.fetureBox {
    float: left;
    width: 100%;
    padding: 20px 20px;
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
    min-height: 196px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 6px;
    overflow: hidden;
    background: #fdfdfd
}

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

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

.fetureBox:hover {
    border-color: #fdc716
}

.fetureBox svg {
    color: #b22d30;
    margin: 0 0 10px;
    width: 70px;
    height: 70px
}

.fetureBox:hover svg {
    color: #fff
}

.fetureBox small {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: capitalize;
    display: block;
    line-height: 24px;
    margin-bottom: 10px
}

.fetureBox:hover small {
    color: #fff
}

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

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

.homeAbout .homeRight {
    float: right;
    max-width: 520px;
    width: 100%;
    margin: 100px 20px 0 0
}

.homeAbout h1 {
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 15px
}

.homeAbout h1:before {
    background-color: #fdc716;
    content: "";
    height: 3px;
    width: 114px;
    position: absolute;
    left: 0;
    bottom: 0
}

.homeAbout h1 span {
    color: #b22d30
}

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

.welcomeSection {
    padding-bottom: 50px
}

.Introimage {
    margin: 1%;
    position: relative
}

.Introimage:after {
    content: "";
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    border: 4px solid #fdc716;
    margin: 8px 8px;
    transition: all .3s ease-out;
    opacity: .6
}

.Introimage:hover:after {
    opacity: 1
}

.readMore {
    display: inline-flex;
    padding: 11px 13px 10px 23px;
    border: 2px solid #fdc716;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background: #fff
}

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

.readMore:before {
    content: "";
    width: 52px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 44px solid #fdc716;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.readMore:hover {
    background-color: #fdc716;
    color: #fff;
    text-decoration: none
}

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

.readMore:hover svg {
    color: #0a1f54
}

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

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

.offerSection .sectionHeader ._t {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative
}

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

.offerSection .sectionHeader ._t:before {
    background-color: #d0d0d0;
    bottom: 9px;
    width: 114px;
    height: 2px
}

.offerSection .sectionHeader ._t:after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #d0d0d0
}

.sectionHeader p {
    padding: 0 19%
}

.offerList {
    margin-left: -4px;
    margin-right: -4px;
    width: 100%;
    float: left
}

.offerList .offerBox {
    width: 33.3333%;
    float: left;
    border: 4px solid #eee;
    position: relative
}

.offerList .offerBox:after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #000 0, transparent 57%);
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.offerList .offerBox:before {
    background-color: rgb(178 45 48 / 53%);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 5
}

/* .offerList .offerBox:hover:before {
    opacity: 1
} */
.offerList .offerBox .image {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.offerList .offerBox img {
    width: 100%;
    transition: transform 0.5s ease;
}

.offerList .offerBox:hover img {
    transform: scale(1.1);

}

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

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

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

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

.offerList .offerBox .offerDetail ._t {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px;
    color: #fff;
    text-align: center
}

/* .offerList .offerBox:hover .offerDetail ._t {
    font-size: 18px;
    padding-right: 0;
    margin-top: 0;
    position: relative;
    top: -20px;
    letter-spacing: .5px;
    line-height: 24px;
    color: #fff
} */

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

.sectionHeader ._t {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
    text-align: center
}

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

.sectionHeader ._t:before {
    background-color: #d0d0d0;
    bottom: 9px;
    width: 114px;
    height: 2px
}

.sectionHeader ._t:after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #d0d0d0
}

.wps-factsheet {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 5px;
    border-radius: 4px;
    transition: all .4s ease
}

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

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

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

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

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

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

.wps-factsheet .text_block {
    padding-left: 10px;
    width: 80%;
    height: 85px
}

.wps-factsheet .text_block ._t {
    position: relative;
    font-size: 24px;
    margin-bottom: 0;
    transition: all .4s ease;
    color: #b22d30;
    text-transform: uppercase;
    font-weight: 600
}

.wps-factsheet .text_block ._t:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #b22d30;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease
}

.wps-factsheet .text_block p {
    color: #333;
    line-height: normal;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

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

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

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

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

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

.homeFeatured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 10px;
    background: #fdc71617
}

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

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

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

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

.homeFeatured .post .image::after {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    display: block;
    background: #b22d30d6;
    opacity: .5;
    z-index: 0;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

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

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

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

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

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

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

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

.homeFeatured .post:hover .content .inner-box,
.homeFeatured .post:hover .content:before {
    border-color: #b22d30
}

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

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

.homeFeatured .post .content ._t a {
    color: #000;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    overflow: hidden
}

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

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

.homeFeatured .post .content .read_more:hover {
    color: #b22d30
}

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

.whyChoose:before {
    background-color: #b22d30;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.whyChoose .container {
    position: relative
}

.whyChoose ._t {
    color: #fff
}

.whyChoose ._t:before {
    background-color: #e35d60
}

.whyChoose ._t:after {
    border: 2px solid #e35d60
}

.whyChoose p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
    padding: 0 10%
}

.chooseItem {
    padding: 0;
    display: block;
    text-align: center;
    color: #e35d60;
    font-size: 1rem;
    padding-bottom: 20px;
    border: 1px solid #e35d60;
    border-top: 0;
    transition: all .4s ease;
    margin-bottom: 25px;
    min-height: 120px
}

.chooseItem svg {
    margin-bottom: 20px;
    width: 60px;
    height: 60px
}

.chooseItem.last svg {
    width: 70px;
    height: 70px
}

.chooseItem:hover {
    border-color: #fff;
    color: #fff
}

.chooseItem .chooseTitle {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Manrope, sans-serif
}

.home_testimonials_webpulse {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    text-align: center;
    background: #fff;
    position: relative
}

#testimonials {
    float: left;
    width: 100%
}

#testimonials .item span {
    font-size: 18px;
    color: #FFD700;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px
}

#testimonials .item span svg {
    margin: 0;
    width: 18px;
    height: 18px;
}

#testimonials .item p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    letter-spacing: .32px;
    padding: 0 10%;
    margin-bottom: 25px;
    padding: 0 15%
}

#testimonials .item img {
    border-radius: 100%;
    display: inline-block;
    width: auto
}

#testimonials .item ._t {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    text-align: center;
    color: #000;
    font-weight: 600
}

#testimonials .owl-next,
#testimonials .owl-prev {
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fdc716;
    border: 0;
    outline: 0;
    background: 0 0;
    border-radius: 100%;
    z-index: 9
}

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

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

#testimonials .owl-next:hover,
#testimonials .owl-prev:hover {
    background: #b22d30;
    color: #fff;
    border-color: #b22d30
}

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

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

.blogBox {
    margin: 0 15px 20px 0;
    padding: 0
}

.blogBox .image {
    position: relative;
    padding: 0;
    margin-bottom: 13px;
    overflow: hidden;
    height: 232px;
    background: #fff;
    border-radius: 16px
}

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

.blogDescribe {
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    background: #fff;
    padding: 15px;
    margin-top: -50px;
    position: relative;
    width: 90%;
    margin-left: 5%
}

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

.blogDescribe ._t a {
    color: #333
}

.blogBox.blogDescribe a:hover {
    color: #fff
}

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

.blogBox:hover .blogDescribe ._t {
    color: #b22d30
}

.blogBox:hover .blogDescribe ._t a {
    color: #b22d30
}

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

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

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600
}

.accordion-button:not(.collapsed) {
    color: #333;
    background: #fdc716;
    font-weight: 400
}

.accordion-button:not(.collapsed):after {
    transform: rotate(180deg);
    background-image: var(--bs-accordion-btn-icon)
}

.accordion-button:focus,
.accordion-button:hover {
    color: #333;
    background: #fdc716
}

.accordion-button:hover:after {
    transform: rotate(-180deg)
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px
}

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

.webpulse_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0;
    transition: opacity .3s ease;
    top: 0;
    left: 0
}

.webpulse_home_clients .item .image {
    position: relative;
    padding: 15px 10px 15px;
    text-align: center;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden
}

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

footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 70px
}

.flt-con {
    height: 370px
}

.flt-item {
    top: 135px
}

.dark-layout {
    background-color: #171a22;
    padding: 20px 0 0
}

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

.section-b-space {
    padding-bottom: 40px
}

.footer-theme2 {
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

.footer-theme2 ._t {
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 25px;
    padding: 0 0 15px
}

.footer-theme2 ._t span {
    color: #b22d30
}

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

.small-section {
    padding-top: 0;
    padding-bottom: 35px
}

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

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

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

.sub-footer.darker-subfooter {
    background: #0b0e17
}

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

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

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

.sub-footer .payment-card-bottom a:hover {
    color: #b22d30
}

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

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

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

.web-pulse-india h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

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

.web-pulse-india p a {
    float: left;
    color: #b22d30
}

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

.web-pulse-india p span {
    float: left
}

.web-pulse-india h4 span {
    color: #b22d30
}

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

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

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

.footer-links a:hover {
    color: #b22d30
}

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

.wps_copy a {
    color: #b22d30
}

.wps_copy a:hover {
    color: #000
}

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

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    display: none;
    background: #b22d30
}

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

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

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

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

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

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

.send_enquiry {
    border-radius: 40px;
    bottom: 30px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all .2s linear;
    background: #b22d30;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px
}

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

.send_enquiry:focus {
    color: #fff
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .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: #b22d30;
    color: #fff;
    border-radius: 0
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.modal-header h6 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: .2px
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center
}

.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: center;
    padding: 100px 0 50px;
    margin: 0
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.heading_banner .container {
    position: relative;
    z-index: 9
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.inner_breadcrumb .breadcrumb {
    background: 0 0;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: .3px
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block
}

.inner_breadcrumb .breadcrumb li.active {
    color: #b22d30
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf
}

.title_2 {
    padding: 0 0 0;
    font-size: 25px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    position: relative;
    overflow: visible;
    font-weight: 700;
    text-transform: uppercase
}

.title_2:after {
    background: #b22d30;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

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

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

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

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none
}

.left_sidebar ul li a {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
    background: #b22d30;
    color: #fff
}

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

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    position: relative
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #333;
    text-align: left;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
    background: #b22d30;
    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: 0;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75)
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: initial;
    line-height: 24px
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
    background: #b22d30;
    color: #fff
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px
}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

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

.right_side h3 {
    padding: 0;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #fdc716;
    font-weight: 600
}

.wps_right {
    float: left;
    width: 100%
}

.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400
}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0
}

.wps_right ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.left_image {
    float: left;
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease
}

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

.right_image1 {
    float: right;
    width: 340px;
    margin: 0 0 15px 15px;
    text-align: center
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease
}

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

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

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

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

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: 400
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>")
}

.product_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 25px 15px;
    text-align: center
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    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
}

#largeImage,
#thumbs img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px
}

/* #thumbs img.active {
    border-color: #b22d30
} */

.wps_right h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #b22d30
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #b22d30
}

.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: #b22d30;
    width: 40%
}

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

.interested_section .interested_btn {
    font-size: 18px;
    color: #333;
    background: #fdc716;
    border: 1px solid #fdc716;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.interested_section .interested_btn:hover {
    background: #b22d30;
    color: #fff;
    border: 1px solid #b22d30
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    transition: all .35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #eee
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all .4s ease-in-out;
    margin-bottom: 10px
}

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

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

.product_listing .product .largeImage img,
.product_listing .product .small 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: #fdc716
}

.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 {
    margin-top: 0
}

.product_listing .right-content .read_more {
    margin-top: 10px
}

.padding0 {
    padding: 0
}

.right-content {
    position: relative;
    padding-right: 15px
}

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

.right-content h3 a {
    color: #b22d30
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    color: #b22d30;
    font-size: 20px
}

.right-content h3 a {
    color: #b22d30
}

.right-content p {
    font-size: 15px;
    margin-bottom: 10px
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px
}

.product_listing:hover .right-content h3 a {
    color: #b22d30
}

.product_listing:hover .right-content h4 a {
    color: #b22d30
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px
}

.right-content table {
    margin-bottom: 15px
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 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: #b22d30;
    width: 40%
}

.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #b22d30;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee
}

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    transition: all .35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #eee
}

.team_member .image {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 268px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block
}

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

.team_info {
    position: relative;
    padding-right: 15px
}

.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0
}

.team_info h3 small {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px
}

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    display: table;
    position: relative;
    border-radius: 4px
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px
}

.testimonial_text_box .this-quote img {
    width: auto
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    text-align: justify
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left
}

.testimonial_author .media-left img {
    border: 1px solid #fdc716;
    border-radius: 4px
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.testimonial_author .media-body {
    vertical-align: middle
}

.testimonial_author .this-title {
    font-size: 18px;
    color: #fdc716;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0
}

.testimonial_author .loc {
    color: #b22d30;
    line-height: 20px;
    margin: 0
}

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

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px .98px .02px rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px
}

.gallery_item_info {
    text-align: center;
    padding: 15px
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%
}

.hover_effect {
    display: block;
    position: relative;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 376px
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
    -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);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.hover_effect:hover img {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: .4
}

.hover_effect:hover {
    background: #b22d30
}

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

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

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff
}

.right_news:last-child {
    margin-bottom: 0
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 274px
}

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

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0;
    text-align: left
}

.right_news .title_h4 a {
    color: #333
}

.right_news:hover .title_h4 a {
    color: #b22d30
}

.blog_details {
    float: left;
    width: 100%;
    background: #fff
}

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

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

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

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

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

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
    overflow: inherit
}

.blog_details1 img {
    margin-bottom: 15px
}

.blog_details_img {
    width: 100%;
    text-align: center;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #fdc716
}

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

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px
}

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

.blog_details1 ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.fb-comments {
    width: 100%
}

.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: #333;
    transition: all .5s ease-out
}

.blog_news .content_details ul {
    display: inline;
    margin: 0
}

.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: 400
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px
}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative
}

#contact_form label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

#quick_form label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

#quick_enquiry label.error,
.output {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 15px
}

.pac-container {
    z-index: 100000
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
    margin-bottom: -80px
}

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

.contact_details .title_h2_2 {
    color: #b12d2f;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 15px
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px
}

.contact_details .address_list li a {
    color: #333;
    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:focus,
.contact_details .address_list li a:hover {
    color: #b22d30
}

.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: #b22d30;
    border: 1px solid #b22d30
}

.contact_form_grid .form_grid {
    background-color: #fff;
    padding: 30px
}

.contact_form_grid1 .form_grid {
    background-color: #fff
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #b12d2f
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #b22d30;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 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: 14px;
    padding-bottom: 5px;
    display: block
}

.sitemap li a:hover {
    color: #b22d30
}

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

.market_area h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fdc716
}

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

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

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

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

.market-list li a:hover {
    background: #fdc716;
    color: #fff !important
}

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

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px
}

#callback .product_popup_image {
    height: 176px
}

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

.product_popup h4 {
    color: #fdc716;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0
}

.product_popup .catName {
    font-size: 16px;
    font-weight: 700
}

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

#product_enquiry label.error {
    color: #fb3a3a;
    font-weight: 400
}

.product_right_image .read_more {
    margin-top: 0
}

.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: #fff
}

.video_section iframe {
    width: 100%;
    height: 415px
}

.latest {
    font-size: 25px;
    font-weight: 700;
    font-family: Manrope, sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px
}

.webpulse-home_blog h6 span {
    color: #b22d30
}

.webpulse-home_blog h6 {
    text-transform: uppercase
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s
}

@keyframes fadeimg {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

.logo {
    aspect-ratio: 719 / 92;
}

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

.search {
    overflow: hidden;
    color: #333;
    border-radius: 5px;
    border: 1px solid #9e9e9e
}

.search_btn {
    color: #333
}

.phone_call a figcaption p {
    color: #333
}

.bookNow a {
    color: #333
}

.phone_call a:hover,
.phone_call a:focus {
    color: #b22d30 !important;
}

#slider .owl-next,
#slider .owl-prev {
    color: #333
}

.header .topbar {
    padding: 5px 0
}

.readMore svg {
    color: #333
}

.offerList .offerBox:before {
    transition: .4s
}

.offerSection {
    background: url(../images/offer-banner.jpg) center fixed
}

.readMore:hover {
    color: #333
}

.offerSection .sectionHeader ._t {
    color: #fff
}

.sectionHeader p {
    color: #fff
}

.fetureBox {
    margin-bottom: 45px
}

.fetureBox:hover svg {
    color: #333
}

.fetureBox:hover small {
    color: #333
}

.homeAbout .fetureBox:hover p {
    color: #333
}

.offerList .offerBox {
    width: 31.3333%;
    margin: 1%
}

.sectionHeader ._t {
    margin-bottom: 30px
}

.wps-factsheet {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ead2d3;
    transition: .4s;
    margin-bottom: 27px
}

.wps-factsheet:hover {
    box-shadow: 0 12px 30px rgb(178 45 48 / 31%);
    border-color: #ead2d3;
}

.wps-factsheet .icon_block .inner_box {
    border: none
}


.homeFeatured .post .image {
    border-radius: 16px
}

.chooseItem {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

#testimonials .owl-next,
#testimonials .owl-prev {
    color: #b22d30;
    border: 1px solid;
    background: #fff
}

.title_2 {
    margin-bottom: 30px
}

.content-box {
    border: 3px solid #b22d30;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #00000033
}

.map-box {
    border-radius: 15px;
    overflow: hidden;
    max-height: 200px
}

iframe {
    display: block
}

.content-box ._t {
    color: #b12d2f;
    font-size: 18px;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase
}

.cm_box span {
    font-size: 18px;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 6px
}

.cm_box {
    margin-top: 10px
}

.cm_box a,
.cm_box a:hover {
    text-decoration: none;
    color: #333
}

.cm_box a:hover {
    text-decoration: underline;
    color: #b22d30
}

.swiper-slide img {
    max-height: 70px;
    padding: 2px 0;
    object-fit: contain;
    object-position: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.topbar .swiper-slide img {
    aspect-ratio: 200 / 99;
}

.swiper-slide {
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c6c6c6
}

@media (max-width:768px) {
    .offerList .offerBox {
        width: 100%
    }

    .swiper-slide img {
        height: 100%;
        max-height: 50px
    }
}

.link_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    flex-wrap: wrap
}

.link_box a {
    color: #fff
}

.link_box a:hover {
    color: #fdc716
}

.cat_gallery {
    float: left;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    border: 1px solid #666
}

.cat_gallery .image {
    height: 350px;
    position: relative;
    overflow: hidden
}

.cat_gallery .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.cat_gallery h4 {
    background-color: #b22d30;
    color: #fff;
    margin: 0;
    padding: 10px 0
}

.cat_gallery a {
    position: relative;
    width: 100%;
    height: 100%
}

.cat_gallery a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(34, 34, 34, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    visibility: hidden
}

.cat_gallery:hover a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.abt-card .img-box {
    position: relative
}

.abt-card {
    margin-bottom: 30px
}

.abt-card:hover .text-box ._t {
    color: #b22d30
}

.abt-card:hover .abt-icon {
    color: #fcd846
}

.abt-card .text-box ._t {
    color: #333;
    font-size: 18px;
    text-align: start;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}

.offerSection .sectionHeader {
    margin-bottom: 5px
}

.abt-card .text-box p {
    text-align: start
}

.abt-card .abt-icon {
    background: #333;
    color: #fff;
    font-size: 19px;
    padding: 4px 13px;
    border-radius: 50%;
    top: 5px !important
}

#slider:hover .owl-next,
#slider:hover .owl-prev {
    opacity: 1
}

#slider .owl-next,
#slider .owl-prev {
    opacity: 1;
    background-color: #b22d30
}

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

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

.Introimage {
    margin-bottom: 10px
}

.IntroductionBox h2 {
    font-size: 20px
}

.home_testimonials_webpulse .sectionHeader ._t {
    margin-bottom: 0
}

.Introimage img {
    height: 300px
}

.iti {
    width: 100%
}

.telePhone.mobile {
    padding-left: 84px
}

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

.homeBlog .cat_gallery .image {
    aspect-ratio: 903/1280
}

.homeBlog .cat_gallery .text-white {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product_popup .catName {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

/**/
.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.buttons .button2 {
    padding: 8px 18px;
    /* background: #fdc716; */
    border: 1px solid #fdc716;
    color: #fdc716;
    /* color: #333; */
    border-radius: 4px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: box-shadow 0.3s ease;
}

.buttons .button3 {
    padding: 8px 18px;
    background: #b22d30;
    border: 1px solid #863b3d;
    color: #fff;
    border-radius: 4px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: box-shadow 0.3s ease;
}

.buttons .button2 svg {
    margin-right: 5px;
}

.buttons .button3 svg {
    margin-right: 5px;
}


.buttons .button2:hover {
    color: #fff;
    background: #2e3188;
    border-color: #2e3188;
    box-shadow: 0px 6px 16px rgba(255, 255, 255, 0.3);
}


.buttons .button3:hover {
    color: #000;
    background: #fdc716;
    border-color: #fdc716;
    box-shadow: 0px 6px 16px rgba(255, 255, 255, 0.3);
}

.read_more {
    padding: 8px 18px;
    background: #b22d30;
    border: 1px solid #863b3d;
    color: #fff;
    border-radius: 4px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.read_more:hover {
    color: #fff;
    background: #2e3188;
    border-color: #2e3188;
}


/**/
.productFullDetails {
    float: left;
    width: 100%;
}

.productFullDetails h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #b22d30;
}

.productFullDetails h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #b22d30;
}

.productFullDetails h4 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
    color: #000;
}

.productFullDetails p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    letter-spacing: normal;
}

.productFullDetails ul {
    margin: 0 0 25px;
    padding: 0
}

.productFullDetails ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
}

.productFullDetails ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");}

.productFullDetails .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px
}

.productFullDetails table {
    margin-bottom: 15px
}

.productFullDetails table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left
}

.productFullDetails table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%
}

.productFullDetails table tbody tr td:first-child {
    color: #b22d30;
    width: 40%;
    font-weight: 600;
    font-size: 16px;
}

.productFullDetails table tbody tr td p {
    margin: 0;
}



.detailsTitle {
    text-align: left;
    padding: 0;
    font-size: 25px;
    margin: 0 0 15px;
    float: left;
    width: 100%;
    color: #000;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.detailSlider {
    float: left;
    width: 100%;
}

.detailSlider .main-slider {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.detailSlider .main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    padding: 0;
}

.detailSlider .thumb-slider {
    margin-bottom: 20px;
}

.detailSlider .thumb-slider .swiper-slide {
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.detailSlider .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #b12d2f;
}

/**/
.rightSideBar {
    float: left;
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
}

.rightSideBarTitle {
    background: #b12d2f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
}

.rightSideBar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #eee;
}

.rightSideBar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.rightSideBar ul li:last-child {
    border: 0;
}

.rightSideBar ul li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    text-decoration: none;
}

.rightSideBar ul li a:hover,
.rightSideBar ul li a:focus {
    background: #b12d2f;
    color: #fff;
}


.viewButton3 {
    display: inline-flex;
    padding: 11px 13px 10px 23px;
    border: 2px solid #b22d30;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: none;
    color: #b22d30;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    background: #fff
}

.viewButton3 svg {
    margin-left: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    width: 18px;
    height: 18px
}

.viewButton3:before {
    content: "";
    width: 52px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 44px solid #b22d30;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.viewButton3:hover {
    background-color: #2e3188;
    border-color: #2e3188;
    color: #fff;
    text-decoration: none
}

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

.viewButton3:hover svg {
    color: #2e3188
}

.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.viewButton3.m-1 {
    width: 130px;
    background: #b22d30;
    color: #fff;
    padding: 7px 10px;border: 1px solid #b22d30 !important ;
    margin-bottom: 13px !important;
}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.readMore {
    padding: 7px 25px 7px 3px;
    width: 165px;
    background: #fdc716;
    justify-content: center;
}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.viewButton3.m-1:hover{background: #fdc716;color:#000; border:1px solid #fdc716 !important}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.readMore:hover{ background: #b22d30;color:#fff;border:1px solid #b22d30 !important }
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.readMore:hover svg{color:#fff;}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.viewButton3.m-1 svg {
    position: absolute;    transition: all 1s 
ease 0s;
    right: 13px;
    top: 10px;
}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 .readMore:before{display: none;}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 .readMore svg {
    color: #333;    transition: all 1s 
ease 0s;
    position: absolute;   top: 10px;
    right: 6px;
}
.product_listing .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 .viewButton3:before { 
   display: none;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}