@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap);
body,
p,
p a {
    color: #363636
}
body{overflow: hidden;overflow-y: scroll;}
a,
label {
    color: #f71111;
    display: block
}

.form-group,
.header,
.header .logo img,
.search,
h3 span {
    position: relative
}

h4,
h5 {
    text-transform: capitalize
}

.header .logo,
.navigation .menu ul,
.title_1,
.title_2,
h4,
ul.social li a {
    text-align: center
}

.offerWidth p,
.offerWidth_2 p {
    line-height: 25px;
    font-size: 17px
}

.read_more_btn,
p {
    letter-spacing: normal
}

.latest,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif
}

body {
    background: #fff;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c0c0c;
    margin: 0 0 20px
}

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

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

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

p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px
}

a {
    text-decoration: none;
    outline: 0
}

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

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

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    font-weight: 400;
    margin: 0
}

h2,
h3,
h4 {
    font-weight: 700
}

textarea {
    height: 100px !important
}

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

.form-group {
    margin-bottom: 15px
}

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

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

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

h2 {
    font-size: 26px
}

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

.phone_call a,
h4 {
    color: #fff;
    font-size: 16px;
    padding: 7px 0px;
}

h3 span {
    padding: 0 10px 0 0
}

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

.header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header.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;
    background-color: #fff;
    animation-fill-mode: both
}

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

.header .logo {
    padding:19px 2px 18px 5px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #fff;
    text-align: center;
}

.header.stricky-fixed .logo {
    padding: 5px 0;
    box-shadow: none
}
.header.stricky-fixed .logo img {
    z-index: 999;
    max-width: 55%;
}
.header.stricky-fixed .topbar {
    display: none
}

.header .logo a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block
}

.header .logo img {
    z-index: 999;
    max-width: 82%
}

.header .topbar {
    background: #030526;
    margin-bottom: 5px
}

.header .navigation .menu,
.header .topbar .row,
.search_btn svg {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.header .menu_wrapper {
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #fff
}

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

.phone_call,
.search:before,
ul.social li {
    display: inline-block
}

.phone_call {
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a {
    text-decoration: none;
    font-weight: 600
}

.phone_call a svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle
}

.contact li a:hover,
.phone_call a:hover,
.title_2 span,
footer .footerLink li a:hover,
footer .title_h5 span {
    color: #d0855d
}

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

ul.social li {
    margin: 0 0 0 3px
}

ul.social li a {
    transition: background .4s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.search_btn,
.slide {
    align-items: center
}

ul.social li a svg {
    color: #fff;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg)
}

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%)
}

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

.search:before {
    border-bottom: 40px solid #342116;
    border-left: 26px solid transparent;
    content: "";
    position: absolute;
    left: -30px;
    width: 30px;
    top: 0;
    bottom: 0
}

.search input.form-control {
    height: 40px;
    background: #342116;
    color: #fff;
    border: 0;
    width: 95%;
    border-radius: 0;
    outline: 0
}

.search input.form-control::-moz-placeholder {
    color: #fff
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 40px;
    background: #855034;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg)
}

.read_more_btn:hover,
.search_btn:hover {
    background: #d0855d;
    color: #07121c
}

.navbar .phone_call {
    margin: 10px 0
}

.navbar .phone_call a,
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg,
footer .footerLink li a {
    color: #fff
}

.blogPost:hover .postInfo .title_h4 a,
.come_with_us a:hover,
.contact_details .address_list li a:focus,
.contact_details .address_list li a:hover,
.copyright p a:hover,
.featuredBlock .overlay-box .link-box a:hover,
.inner_breadcrumb .breadcrumb li.active,
.navbar .phone_call a:focus,
.navbar .phone_call a:hover,
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg,
.productBlock:hover .productInfo .title_h3 a,
.product_listing:hover .right-content h3 a,
.product_listing:hover .right-content h4 a,
.right_news:hover .title_h4 a,
.sitemap li a:hover,
.title_1 span,
.webpulse-home_blog h6 span,
.welcomeAbout .work-content .work-item .title span,
footer p a:hover {
    color: #855034
}

.header .navigation {
    float: right;
    width: 100%;
    position: relative;
    background: #fff
}

.title_1:before,
.title_2:before,
.title_3:after {
    width: 50px;
    height: 5px;
    content: '';
    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: #855034;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    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: #855034;
    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,
.navigation .navbar button.open span:nth-child(4) {
    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 .menu,
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown,
.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block
}

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

.navigation .menu ul li a {
    padding: 12px 18px;
    display: block;
    color: #07121c;
    transition: .3s;
    font-size: 17px;
    background: 0 0;
    font-weight: 500
}

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

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    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: .3s
}

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

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown,
.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,
.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

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

.navigation .menu ul li ul.cs-dropdown li,
.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
}

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

.accordion-button:focus,
.accordion-button:hover,
.navigation .menu ul li ul.cs-dropdown li a:hover,
.navigation .menu ul li ul.cs-dropdown li:hover a,
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: #855034
}

.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 a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
    transition: .3s;
    border-bottom: 0 solid transparent
}

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

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

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

.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 .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.title_1:before,
.title_2:before {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

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

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

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

.title_1,
.title_2,
.title_3 {
    width: 100%;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

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

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

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

#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: #333;
    border: 0;
    outline: 0;
    background: #fff;
    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: #855034;
    color: #fff;
    border-color: #855034
}

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

.title_1 {
    color: #07121c;
    display: block
}

.title_1:before {
    background: #855034
}

.title_2 {
    color: #fff;
    display: block
}

.title_2:before {
    background: #d0855d
}

.title_3 {
    color: #07121c;
    display: block;
    text-align: left
}

.title_3:after {
    background: #855034;
    position: absolute;
    left: 0;
    margin: 0
}

.home_we_offer {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.offerWidth,
.offerWidth_2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px
}

.offerWidth p {
    color: #333
}

.offerWidth_2 p {
    color: #fff
}

.home_we_offer ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.home_we_offer ul li {
    width: 24.5%;
    display: inline-block
}

.home_we_offer ul li:last-child .offer-colm {
    border: none
}

.offer-colm .title_h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0 10px;
    margin: 0;
    color: #855034
}

.offer-colm p {
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.offer-colm {
    text-align: center;
    border-right: 1px solid #d3d3d3;
    padding: 15px
}

.home_featured,
.webpulse_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: url(../images/background.jpg) center/cover no-repeat fixed, center/cover no-repeat fixed;
    height: 100%;
    position: relative
}

.webpulse_home_featured:before,
.webpulse_home_product:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

#featuredProducts .owl-next,
#featuredProducts .owl-prev,
#ourProducts .owl-next,
#ourProducts .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: #855034;
    border-radius: 100%;
    z-index: 9
}

#featuredProducts .owl-nav .owl-prev,
#ourProducts .owl-nav .owl-prev {
    left: -20px
}

#featuredProducts .owl-nav .owl-next,
#ourProducts .owl-nav .owl-next {
    right: -20px
}

#featuredProducts .owl-next:hover,
#featuredProducts .owl-prev:hover,
#ourProducts .owl-next:hover,
#ourProducts .owl-prev:hover {
    background: #07121c;
    color: #fff;
    border-color: #07121c
}

.featuredBlock {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.featuredBlock .caption-box .title_h3,
.featuredBlock .overlay-box {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.featuredBlock:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.blogPost .image,
.featuredBlock .image-box,
.webpulse_home_product .container,
footer .container {
    position: relative
}

.featuredBlock .image-box .image {
    position: relative;
    margin-bottom: 0;
    background: #fff;
    height: 385px
}

.accordion-button:hover:after,
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>")
}

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

.featuredBlock .caption-box {
    position: relative;
    padding: 20px 70px 20px 40px;
    background-color: #fff;
    border-top: 0
}

.featuredBlock .caption-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #855034;
    font-size: 40px;
    line-height: 65px;
    color: #fff
}

.featuredBlock .caption-box .icon svg,
.testimonialsText span svg,
.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px
}

.featuredBlock:hover .caption-box .icon {
    background: #07121c
}

.featuredBlock .caption-box .title_h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    transition: .3s
}

.featuredBlock:hover .caption-box .title_h3,
.right-content h3 a,
.send_enquiry:focus {
    color: #07121c
}

.featuredBlock .overlay-box {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255, .9);
    transition: .6s;
    display: flex;
    align-items: center;
    justify-content: center
}

.featuredBlock:hover .overlay-box {
    top: 0
}

.featuredBlock .overlay-box:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #07121c;
    content: "";
    opacity: .7
}

.featuredBlock .overlay-box:after {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #07121c;
    opacity: .7;
    content: ""
}

.featuredBlock .overlay-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px
}

.featuredBlock .overlay-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px
}

.featuredBlock .overlay-box .link-box {
    position: relative;
    display: block
}

.featuredBlock .overlay-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    color: #07121c;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.welcomeAbout .single-work-services,
.welcomeAbout .single-work-services .title {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    -o-transition: .4s ease-out
}

.featuredBlock .overlay-box .link-box a svg {
    margin-left: 5px;
    width: 24px;
    height: 24px
}

.home_right {
    float: right;
    max-width: 450px;
    margin: 0 0 15px 25px;
    border-radius: 8px;
    overflow: hidden
}

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

.welcomeAbout .work-content .work-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.welcomeAbout .work-content .work-header span {
    height: 100px;
    width: 100px;
    border: 5px solid #d2d2d2;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    font-weight: 700;
    color: #855034;
    margin-right: 20px;
    display: inline-block
}

.welcomeAbout .work-content .work-header .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: normal
}

.welcomeAbout .work-content .work-item .title {
    font-size: 18px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    text-transform: initial
}

.welcomeAbout .work-content h2 {
    font-size: 20px;
    margin: 15px 0 10px
}

.welcomeAbout .work-content .work-item p {
    line-height: 25px;
    padding-right: 0;
    text-align: justify
}

.welcomeAbout .work-content .single-work-services p {
    text-align: left
}

.welcomeAbout .work-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
    display: block;
    max-width: 100%;
    clear: left
}

.blog_details1 ul li,
.welcomeAbout .work-content li,
.wps_right ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center
}

.blog_details1 ul li:before,
.welcomeAbout .work-content li:before,
.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>")
}

.read_more_btn,
.video-section .video-inner .video-content a {
    color: #fff;
    align-items: center;
    background: #855034;
    text-align: center;
    display: flex
}

.welcomeAbout .single-work-services {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 15px 25px 20px;
    transition: .4s ease-out;
    background: #fff;
    margin-bottom: 30px;
    height: 235px
}

.welcomeAbout .single-work-services .title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #855034;
    transition: .4s ease-out
}

.welcomeAbout .single-work-services p {
    font-size: 15px;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin: 0
}

.video-section {
    margin: 0;
    padding: 20px 0;
    position: relative
}

.video-section .video-inner {
    position: relative;
    max-width: 640px;
    width: 100%;
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0;
    border-radius: 6px
}

.video-section .video-inner .video-content a {
    position: relative;
    justify-content: center;
    font-size: 16px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #855034
}

.video-section .video-inner .video-content a:hover {
    background: #fff;
    color: #855034
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center
}

.read_more_btn {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    justify-content: center;
    max-width: 160px;
    transition: .5s;
    border: 0;
    outline: 0
}

.read_more_btn svg {
    width: 20px;
    height: 20px;
    margin-left: auto
}

.webpulse_home_product .read_more_btn {
    margin: 0 auto
}

#ourProducts {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.productBlock {
    position: relative;
    display: block;
    background: #fff
}

.productBlock .image {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 282px;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

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

.productBlock .productInfo {
    padding: 10px
}

.productBlock .productInfo .title_h3 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 17px;
    color: #333;
    text-align: center;
    position: relative;
    height: 60px
}

.productBlock .productInfo .title_h3 a,
.right_news .title_h4 a {
    color: #333
}

.productBlock .productInfo .title_h3 a span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.testimonials_section {
    float: left;
    width: 100%;
    padding: 60px 0 80px;
    background-image: url(../images/background2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1
}

.testimonials_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #fff;
    background: rgba(255, 255, 255, .9);
    z-index: -1
}

.testimonials_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 5 38 / 74%);
    z-index: -2
}

.blogPost .postDate,
.testimonialsText span {
    text-align: center;
    background: #07121c;
    color: #fff;
    position: absolute
}

.testimonialsColumn {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.testimonialItem {
    padding-left: 20px;
    padding-right: 10px
}

.testimonialsText {
    padding-left: 60px;
    padding-top: 37px;
    padding-bottom: 25px;
    border: 1px solid #efefef;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    min-height: 270px;
}

.testimonialsText span {
    width: 50px;
    height: 45px;
    line-height: 45px;
    top: 40px;
    left: -18px
}

.testimonialsText span:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #03173c;
    border-right: 9px solid #03173c;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0
}

.testimonialsText p {
    font-size: 16px;
    line-height: 24px;
    font-style: italic
}

.blog_details1,
.product_popup,
.userInfo,
footer .footerLink {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.userInfo ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.userInfo ul li {
    float: left;
    margin-right: 10px;
    list-style: none
}

.userInfo ul li img {
    width: 60px;
    height: 60px;
    border: 2px solid #07121c
}

.userInfo ul li span {
    margin: 0;
    color: #333
}

.userInfo ul li .userName {
    font-size: 16px;
    line-height: 25px;
    color: #07121c;
    margin: 0;
    padding: 0;
    font-weight: 600;
    display: block
}

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

.blogPost {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    background: #fff;
    height: 100%;
}

.blogPost .image img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%, 0 100%)
}

.blogPost:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15)
}

.blogPost .postDate {
    bottom: 0;
    font-size: 13px;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    right: 19px;
    border-radius: 5px 5px 0
}

.blogPost .postDate:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    right: 0;
    border-right: 10px solid #07121c
}

.postDate span {
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff
}

.contact li,
.whatapp_btn {
    display: flex;
    align-items: center
}

.blogPost .postInfo {
    display: block;
    padding: 30px 20px 25px;
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
}

.blogPost .postInfo p {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blogPost .postInfo .title_h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    height: 107px;
    display: flex;
    align-items: center;
    overflow: auto;
}

.blogPost .postInfo .title_h4 a {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 600;
    color: #07121c
}

.blogPost .postInfo .read_more_btn {
    line-height: 40px;
    max-width: 150px;
    padding: 0 20px
}

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

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

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

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

.faq_section,
.gallery_page {
    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: 400
}

.contact,
.padding0,
.upperFotter .image {
    padding: 0
}

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

.accordion-button:not(.collapsed):after {
    transform: rotate(0)
}

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

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

.upperFotter {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.upperFotter .image img {
    position: relative;
    z-index: 9;
    max-width: 225px
}

.upperFotter .upperFotter_right {
    padding: 0;
    position: relative
}

.upperFotter .upperFotter_right:before {
    content: '';
    width: 25000px;
    position: absolute;
    top: 30px;
    left: -70px;
    height: 100%;
    background: #07121c;
    transform: skew(-33deg);
    z-index: 4
}

.upperFotter .upperFotter_right:after {
    content: '';
    width: 25000px;
    position: absolute;
    height: 100%;
    top: 50px;
    margin-right: 83px;
    right: 100%;
    background-image: url(../images/footer-top-bg.jpg);
    background-position: center top;
    transform: skew(-33deg);
    opacity: .1
}

.upperFotter .upperFotter_right .box {
    position: relative;
    padding-left: 80px;
    padding-top: 50px;
    padding-bottom: 50px
}

.upperFotter .upperFotter_right .box:before {
    content: '';
    width: 25000px;
    position: absolute;
    height: 100%;
    top: 50px;
    margin-right: 50px;
    right: 100%;
    transform: skew(-33deg);
    background-color: #855034;
    z-index: -1
}

.upperFotter .upperFotter_right .text-box {
    position: relative;
    z-index: 10;
    top: 50px
}

.upperFotter .upperFotter_right .text-box .footer_text {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

.upperFotter .upperFotter_right .text-box p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 0
}

.upperFotter .upperFotter_right .text-box .number a {
    color: #d0855d;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle
}

.upperFotter .upperFotter_right .text-box .number+b {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 12px
}

.upperFotter .upperFotter_right .text-box .contactBtn {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    border: 1px solid #fff;
    color: #fff;
    font-style: normal;
    padding: 0 25px;
    margin-left: 25px;
    margin-top: 15px;
    transition: .3s
}

.car_gototop.car-run,
.car_gototop.show {
    -webkit-transition: 1s;
    -moz-transition: 1s
}

.upperFotter .upperFotter_right .text-box .contactBtn svg {
    margin-left: 10px;
    font-size: 24px
}

.upperFotter .upperFotter_right .text-box .contactBtn:hover {
    background: #855034;
    border-color: #855034;
    text-decoration: none
}

footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../images/footer-bg.jpg) center center/cover no-repeat #000;
    position: relative
}

footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background-image: linear-gradient(135deg, #002260 0, #000 100%);*/
    opacity: .5
}

footer .title_h5 {
    float: left;
    width: 100%;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

.come_with_us,
.contact li,
footer .footerLink li {
    color: #fff;
    font-size: 16px
}

footer p {
    float: left;
    width: 100%;
    color: #fff
}

footer p a {
    float: left;
    color: #fff
}

footer p span {
    float: left
}

.contact {
    list-style: none;
    margin: 0 0 15px
}

.contact li {
    margin-bottom: 12px;
    width: 100%
}

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

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

.contact li a,
.copyright a {
    color: #fff;
    display: inline-block
}

.come_with_us {
    margin: 10px 0
}

.come_with_us svg {
    color: #855034;
    margin-right: 10px
}

.come_with_us a {
    color: #855034;
    text-decoration: underline;
    display: inline-block
}

.contact_form_grid1 ul.social li a,
.contact_form_grid1 ul.social li a svg,
footer ul.social li a,
footer ul.social li a svg {
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

footer .footerLink li {
    line-height: 30px;
    list-style: none
}

.copyright {
    float: left;
    width: 100%;
    background: #07121c;
    line-height: 40px;
    color: #fff
}

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

.copyright p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 40px
}

.textRight {
    text-align: right
}

.car_gototop {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 10px;
    z-index: 9999;
    opacity: 1;
    cursor: pointer
}

.car_gototop.show {
    bottom: 5% !important;
    transition: 1s
}

.car_gototop.car-run {
    bottom: 100% !important;
    transition: 1s
}

.car_gototop.car-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car_gototop.car-run:after,
.car_gototop.car-run:before,
.car_gototop:hover:after,
.car_gototop:hover:before {
    opacity: 1
}

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

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

.send_enquiry {
    background: #d0855d;
    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: .2s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-content,
.modal-header {
    border-radius: 0
}

.send_enquiry svg {
    line-height: 50px
}

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

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

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

.modal-header {
    padding: 0 15px;
    background: #855034;
    color: #fff
}

.modal-header h5,
.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: 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: 150px 0 70px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.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 .cat_title,
.heading_banner .cat_title2,
.heading_banner h1,
.heading_banner h2 {
    text-align: center;
    width: auto;
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block
}

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

.heading_banner h1 {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 600;
    color: #fff
}

.heading_banner .cat_title2,
.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    color: #eee
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

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

.product_listing,
.team_member {
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    transition: .35s ease-in-out
}

.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: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block
}

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

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

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

.blue-line1,
.testimonial_text_box {
    background: #eee;
    position: relative
}

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

.left_sidebar ul,
.left_sidebar ul li,
.left_sidebar ul li ul {
    margin: 0;
    float: left;
    width: 100%
}

.left_sidebar ul {
    padding: 0;
    background: #855034
}

.left_sidebar ul li {
    padding: 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,
.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover,
.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: #855034;
    color: #fff
}

.left_sidebar ul li ul {
    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 i {
    float: right;
    line-height: 24px
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: 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: 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 form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px
}

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

.right_side h2,
.right_side h3 {
    line-height: 30px;
    color: #855034;
    font-weight: 600;
    padding: 0
}

.right_side h2 {
    margin: 20px 0 5px;
    font-size: 22px
}

.right_side h3 {
    margin: 10px 0 5px;
    font-size: 20px
}

.category_page .wps_right ul li,
.wps_right p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px
}

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

.left_image,
.right_image1 {
    width: 340px;
    text-align: center
}

.wps_right p {
    margin-bottom: 10px;
    text-align: justify
}

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

.left_image {
    float: left;
    margin: 0 15px 15px 0
}

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

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

.right_image1 {
    float: right;
    margin: 0 0 15px 15px
}

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

.wps_right h2,
.wps_right h3 {
    margin-bottom: 10px;
    line-height: normal
}

.wps_right h2,
.you_may {
    font-size: 22px;
    color: #855034
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    color: #423f3f
}

.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 .read_more_btn {
    max-width: 200px;
    margin: 0 auto
}

.product_right_image .read_more_btn svg {
    margin-left: 0;
    margin-right: 5px
}

.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 .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,
.product_listing .product .largeImage img,
.product_listing .product .small img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee
}

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

#thumbs img.active {
    border-color: #ac2990
}

.wps_right h3 {
    font-size: 18px;
    color: #855034
}

.right-content h3,
.right-content h4,
.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left
}

.product_listing .product .small .item:last-child,
.wps_right table {
    margin: 0
}

.right-content table tbody tr td,
.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    border: 1px solid #eaeaea;
    width: 60%
}

.right-content table tbody tr td:first-child,
.wps_right table tbody tr td:first-child {
    color: #07121c;
    font-weight: 500;
    width: 40%
}

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

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #855034;
    border: 1px solid #855034;
    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: #07121c;
    color: #fff;
    border: 1px solid #07121c
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 1px 1px 0;
    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: .4s ease-in-out;
    margin-bottom: 10px
}

.product_listing .product .image1 img,
.team_member .image 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 .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
    height: 60px
}

.product_listing .product .small .item.active {
    border-color: #855034
}

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

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

.youtube svg {
    width: 40px;
    height: 40px
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px
}

.product_listing .product .read_more,
.product_right_image .read_more {
    margin-top: 0
}

.product_listing .right-content .read_more_btn {
    margin-top: 10px;
    max-width: 205px;
    display: inline-block
}

.product_listing .right-content .read_more_btn:last-child {
    background: #07121c;
    color: #fff
}

.product_listing .right-content .read_more_btn svg {
    margin-left: 6px
}

.product_listing .right-content .read_more_btn.callback {
    max-width: 240px;
    background: #07121c
}

.product_listing .right-content .read_more_btn.callback:focus,
.product_listing .right-content .read_more_btn.callback:hover {
    background-color: #1048af
}

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

.right-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

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

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

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

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

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

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px 1px 0;
    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_info {
    position: relative;
    padding-right: 15px
}

.team_info h3 {
    margin: 0
}

.blog_details1 p,
.testimonial_text_box .this-texts {
    text-align: justify;
    line-height: 24px
}

.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;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    display: table;
    border-radius: 4px
}

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

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

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

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

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

.testimonial_author .media-left img {
    border: 1px solid #855034;
    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: #855034;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0
}

#scroll-up,
.blog_details_img,
.feature_height,
.gallery_item_info,
.thumb {
    text-align: center
}

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

.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 {
    padding: 15px
}

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

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

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

.hover_effect:hover,
.left_title1 {
    background: #855034
}

.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: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    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>")
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

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

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

.blog_page .blogPost {
    margin-bottom: 25px;
    position: relative
}

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

.contact_page,
.sitemap_page {
    padding: 50px 0;
    position: relative
}

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

.right_news {
    margin-bottom: 15px;
    border: 1px solid #ccc
}

.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 {
    margin: auto;
    width: auto
}

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

.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,
.blog_news .content_details ul li:before {
    content: none;
    margin: 0
}

.blog_details ul li a,
.blog_news .content_details h2 a {
    color: #333;
    transition: .5s ease-out
}

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

.blog_details_img {
    width: 100%;
    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 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #855034
}

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

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

.blogdetails img,
.fb-comments {
    width: 100%
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px
}

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

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509
}

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

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

.pac-container {
    z-index: 100000
}

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

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

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

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

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

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

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

.contact_details .address_list li a {
    color: #333;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block
}

.contact_details .address_list li a span,
.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center
}

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

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    background: #eee
}

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

.sitemap li {
    list-style: none !important;
    background: url(../images/sitemap_hr.png) 0 9px no-repeat;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block
}

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

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

.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 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd
}

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

.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 {
    width: 100%;
    margin: auto
}

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

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

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

.logo {
    padding: 5px;
    background-color: #fff
}

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

.latest {
    font-size: 26px;
    font-weight: 700;
    color: #0c0c0c;
    margin: 0 0 20px
}

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

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    height: 140px
}

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

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

@keyframes fadeimg {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#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-decoration: none;
    cursor: pointer;
    transition: .25s;
    display: none;
    background: #02662d
}

.visitor-counter {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0
}

.visitor-counter ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.visitor-counter ul li {
    padding: 5px 10px;
    display: inline-block;
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0, #855034 100%);
    background: -webkit-linear-gradient(top, #ff3019 0, #855034 100%);
    background: linear-gradient(to bottom, #ff3019 0, #855034 100%);
    color: #fff;
    border-radius: 5px
}
.work-content {
    float: left;
    width: 100%;
    position: relative;
}