@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primary: #580f0b;
    --secondary: #e2c5a8;
    --heading: #211350;
}

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading);
}

.introduce_content h3{
    color:var(--heading) !important;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
    font-family: 'Roboto', sans-serif;
}

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

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



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

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

ul li,
ol li {
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
    color: var(--heading);
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

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

textarea {
    height: 100px !important;
}

textarea,
select,
input {
    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: var(--secondary);
}

.form-control:focus {
    border-color: var(--secondary);
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px;
}

h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: bold;
}

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

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

/* Top Header*/
.topbar {
    float: left;
    width: 100%;
    height: auto;
    background: var(--primary);
    margin: 0;
    padding: 0;
    position: relative;
}

.bg-red {
    background-color: var(--primary);
}

.bg-purple {
    background-color: var(--primary);
}

.bg-green {
    background-color: var(--secondary);
}

.testi {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px;
    font-family: 'Oswald', sans-serif;
    color: #0c0c0c;
    line-height: 1.2;
}

header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.top_contact {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right
}

.top_contact li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--primary);
    font-family: Roboto, sans-serif;
}

.top_contact li a {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 35px
}

.top_contact li a:hover,
.top_contact li a:focus {
    color: var(--secondary);
}

.menubar {
    float: right;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff;
}

.top_contact li a.social {
    width: 15px;
    text-align: center;
}

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

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

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

ul.social li a svg {
    color: #fff;
    width: 18px;
    height: 18px;
    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: right;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff;
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

.menubar .logo {
    float: left;
    width: auto;
    padding: 12px;
    position: absolute
}

.menubar .logo a {
    width: 115px;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 999;
    padding: 17px;
    text-align: center;
    border-radius: 100%;
    top: -25px;
}


@media (max-width: 767px) {
    .menubar .logo a {
        width: 95px;
    }
}


.menubar .logo a img {
    position: relative;
    display: inline-block;
    z-index: 999;
}

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

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

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

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

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

.navigation .menu ul li {
    display: inline-block;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.navigation .menu ul li a {
    padding: 20px 12px;
    display: block;
    color: #777;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 400;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--primary);
    background: transparent;
}



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

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

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

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

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .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: #fff;
    background: var(--primary);
}

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

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

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

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


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    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: var(--primary);
}

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

/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    position: relative;
}

.home_slider:before {
    background-color: var(--primary);
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    content: "";
}

.home_slider .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.home_slider .container .inner-bg-overlay {
    background-color: var(--primary);
    position: absolute;
    width: auto;
    left: 0;
    right: 12%;
    bottom: 0;
    top: 0;
}

.home_slider .sliderDetail {
    display: flex;
    align-items: center;
}

.home_slider .sliderDetail .infoSlide.slick-active {
    /*animation: 1s fadeInUp;*/
}

.home_slider .sliderDetail .infoSlide .sliderContent {
    width: 90%;
    overflow: hidden;
}

.home_slider .sliderDetail .infoSlide .sliderContent .sliderTitle {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: uppercase;
}

.home_slider .sliderDetail .infoSlide .sliderContent .sliderTitlespan {
    display: block;
}

.home_slider .sliderDetail .infoSlide .sliderContent p {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 26px;
}

.home_slider img {
    width: 100%;
}

.home_slider .sliderArrows {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.home_slider .sliderArrows .sliderUp,
.home_slider .sliderArrows .sliderDown {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    color: #FFFFFF;
}

.home_slider .sliderArrows .sliderDown {
    padding-top: 1px;
}

.home_slider .sliderArrows .sliderUp:hover,
.home_slider .sliderArrows .sliderDown:hover {
    background-color: var(--secondary);
}

.home_slider .sliderArrows svg {
    width: 20px;
    height: 20px;
}


.read_more_1 {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.read_more_1:hover {
    border: solid 1px #FFFFFF;
}

.read_more_1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.read_more_1:hover {
    color: var(--primary);
}

.read_more_1:hover span {
    transform: translateY(0) scale(3.15);
}

.read_more_1 span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.read_more_1 span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.read_more_1 span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.read_more_1 span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.read_more_1 span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

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

.introduce_services {
    float: right;
    max-width: 49%;
    width: 100%;
    margin: 0 0 15px 15px;
}

.introduce_images {
    float: left;
    max-width: 49%;
    width: 100%;
    margin-bottom: 15px;
}
.introduce_content_style_2 .introduce_services ul {
    margin: 0;
    padding: 0;
}

.introduce_content_style_2 .introduce_services ul:after {
    display: block;
    clear: both;
    content: '';
}

.introduce_content_style_2 .introduce_services li {
    float: left;
    list-style: none outside none;
    width: 50%;
}
.introduce_content_style_2 .introduce_services li:before{
content:none;
width: 0;
height: 0;
margin: 0;
}
.introduce_content_style_2 .introduce_services li:hover {
    cursor: pointer;
}

.introduce_content_style_2 .introduce_services li div {
    padding: 51px 0;
    text-align: center;
    width: 100%;
}

.introduce_content_style_2 .introduce_services span {
    display: block;
}

.introduce_content_style_2 .introduce_services li div>.icon {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 60px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0;
}

.introduce_content_style_2 .introduce_services li .icon img {
    font-size: 28px;
    padding: 8px 0;
    width: 42px;
}

.introduce_content_style_2 .introduce_services li:hover .icon img {
    -webkit-animation: rotate-icon 2s infinite linear;
    -moz-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
    -ms-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
    -o-animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
    animation: rotate-icon 2s infinite linear, scale-icon 0.3s 1 linear;
}

.introduce_services li span {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    line-height: normal;
    padding-top: 3px;
}

div .introduce_content_style_2 {
    padding: 0;
    text-align: left;
}

.introduce_content_style_2 .h1_title {
    margin: 0;
    padding: 26px 0 10px;
    color: var(--heading);
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400;
    text-transform: uppercase;
}

.introduce_content_style_2 h2 {
    margin: 0;
    padding: 0 0 10px;
    color: var(--heading);
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

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

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

.introduce_content_style_2 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>");
}

.bg_btn_1 {
    background: var(--secondary);
    border-color:var(--secondary);
}

.bg_btn_1:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}

.introduce_content_style_2 p {
    color: #333;
    line-height: 24px;
    margin: 0 0 15px;
}


.background_color_1 {
    background: var(--secondary) !important;
}

.background_color_2 {
    background: var(--primary) !important;
}

.background_color_3 {
    background: var(--secondary) !important;
}

.background_color_4 {
    background: var(--primary) !important;
}

@keyframes rotate-icon {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scale-icon {
    0% {
        -moz-transform: scale(3);
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


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

.h2_title {
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--heading);
    font-size: 28px;
}

.h2_title:after {
    background: var(--secondary) none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


.services_margin {
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.services_block figure {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.services_block figure .image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.services_block figure:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 65px solid #fff;
    border-right: 100px solid transparent;
    z-index: 2;
}

.services_block figure:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    border-bottom: 54px solid #fff;
    border-left: 358px solid transparent;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #191919;
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block figure figcaption a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    margin: -34px 0px 0px -22px;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -moz-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -ms-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -o-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
}

.services_block figure figcaption a svg {
    width: 25px;
    height: 25px;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block:hover figure figcaption {
    opacity: 1;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block:hover figure figcaption:before {
    opacity: 0.90;
    width: 100%;
    border-radius: 0;
}

.services_block .service_info {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px 22px 20px;
    position: relative;
}

.services_block .service_info .h3_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    text-align: left;
}

.services_block .service_info .h3_title a {
    color: var(--heading);
}

.services_block:hover .service_info .h3_title a {
    color: var(--primary);
}

.services_block .service_info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: left;
    padding-right: 40px;
}

.music-artist-network {
    position: absolute;
    right: 17px;
    top: -67px;
    margin: 0px;
    width: 42px;
    text-align: center;
    padding: 15px 0px 10px 0px;
    z-index: 3;
    background-color: var(--secondary);
}

.music-artist-network:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: -20px;
    border-bottom: 25px solid var(--secondary);
    border-left: 20px solid transparent;
    top: 0;

}

.music-artist-network li {
    float: left;
    width: 100%;
    text-align: center;
}

.music-artist-network li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 35px;
    text-align: center;
}

.home_service .slick-prev,
.home_service .slick-next {
    background: var(--secondary);
}

.home_service .slick-prev {
    left: -20px
}

.home_service .slick-next {
    right: -20px
}

.home_service .slick-next:focus,
.home_service .slick-next:hover,
.home_service .slick-prev:focus,
.home_service .slick-prev:hover {
    outline: 0;
    background: var(--primary);
}


.home_why_choose {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(-90deg, transparent, var(--primary) 65%);
}

.h-100 {
    height: 100%;
    position: relative;
}

.whychooseus3 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
}

.whychooseus3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 42, 92, 0.76);
    background: linear-gradient(-90deg, transparent, var(--primary) 65%);
    opacity: 0.9;
}

.padding_50 {
    padding: 70px 70px;
    position: relative;
    z-index: 99;
}

.title_style2 span {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600;
}

.title_style2 span:before {
    position: absolute;
    content: '';
    background: rgb(221 198 171 / 49%);
    width: 50px;
    height: 50px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.title_style2 span:after {
    position: absolute;
    content: '';
    background: rgb(221 198 171 / 49%);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.title_style2.white span:before,
.title_style2.white span:after {
    background: #33557d;
    border-left: 2px solid #002a5c;
    border-bottom: 2px solid #002a5c;
}

.h2_title_2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}

.whychooseus3 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.whychooseus3 ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.whychooseus3 ul li {
    list-style: none;
    float: left;
    width: 50%;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.whychooseus3 ul li svg {
    margin-right: 10px;
    color: var(--secondary);
    width: 20px;
    height: 20px;
}

.whychooseus3 .bg_btn_1 {
    background: var(--secondary);
    border-color: var(--secondary);
}

.whychooseus3 .bg_btn_1:hover {
    border-color: #fff;
    color: var(--secondary);
}


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

.service_inner_box {
    position: relative;
    padding: 0px 20px 30px;
    margin-bottom: 25px;
}

.service_inner_box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.service_inner_box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

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

.service_inner_box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.90);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service_inner_box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.service_inner_box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service_inner_box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service_inner_box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.service_inner_box .lower-box {
    position: relative;
    margin-top: -25px;
    padding-top: 15px;
    padding-left: 0px;
}

.service_inner_box .lower-box .box-inner {
    position: relative;
    padding: 30px 10px 0px 10px;
}

.service_inner_box .lower-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 34px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background-color: var(--primary);
}

.service_inner_box .lower-box h3 {
    margin: 0;
}

.service_inner_box .lower-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.service_inner_box:hover .lower-box h3 a {
    color: var(--primary);
}



.testimonials_four {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    background-color: #f8f9fa
}

.testimonials_four .title_style2 {
    margin-bottom: 30px;
}

.testimonials_four .title_style2 span {
    color: var(--primary);
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600;
}

.padding_40 {
    padding: 50px 0;
}

.bg_img {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
    height: 100% !important;
    width: 50vw;
}

.bg_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
}

.left-negative-margin {
    margin-left: -6.5rem;
    margin-top: 3.5rem;
}

.testimonials_four .media {
    background: #fff;
    z-index: 1;
    position: relative;
    max-width: 360px;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}


.icon-box {
    position: relative;
    padding: 10px 0 0px 22px;
    font-size: 46px;
    line-height: 1;
    width: 100px;
    margin-bottom: 0;
    float: left;
    color: var(--primary);
}

.icon-box .box-circle {
    left: 0px;
    bottom: 0;
    width: 1.07em;
    height: 1.07em;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background: #ddc6ab54;
    top: 0;
}

.icon-box svg {
    width: 40px;
    height: 40px;
}

.icon-box.last svg {
    width: 45px;
    height: 45px;
}

.media .media-body .countup {
    font-weight: 600;
    color: var(--primary);
    font-size: 24px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.web-pulse-testimonials {
    width: 90%;
}

.web-pulse-testimonials .home_testimonial p {
    font-size: 15px;
    margin-bottom: 15px;
}


.home_testimonial_block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;

}

.home_testimonial_block .inner-box {
    position: relative;
    padding: 40px 45px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-left: 15px;
    margin-right: 15px;
}

.home_testimonial_block .inner-box:before {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    bottom: -10px;
    height: 50px;
    z-index: -1;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--primary);
}

.home_testimonial_block .inner-box:hover:before {
    background-color: var(--primary);
}

.home_testimonial_block .inner-box .quote-icon {
    position: absolute;
    right: 60px;
    bottom: 60px;
    color: #ddc6ab54;
    font-size: 60px;
    right: 20px;
}

.home_testimonial_block .inner-box .author-image-outer {
    position: relative;
}

.home_testimonial_block .inner-box .author-image-outer .author-image {
    position: absolute;
    right: 0px;
    top: -65px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    border: 3px solid #ddd;
}

.home_testimonial_block .inner-box .author-image-outer .author-image img {
    width: 100%;
}

.home_testimonial_block .inner-box .author-image-outer .authorName {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

.home_testimonial_block .inner-box .author-image-outer .designation {
    position: relative;
    color: var(--primary);
    font-size: 14px;
    margin-top: 8px;
}

.home_testimonial_block .inner-box .author-image-outer .quote-icon {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #dbdbdb;
    line-height: 1em;
    font-size: 40px;
}

.home_testimonial_block .inner-box .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 40px;
}

.home_partner {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: var(--primary) url("../images/curve.svg") no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.home_partner .h2_title {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.home_partner .h2_title:after {
    background: var(--secondary);
}

.ht-110 {
    height: 70px;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    height: 80px;
    position: relative;
    width: 160px;
}

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

.pertner_flexio h5 {
    margin: 0;
}

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


.single-post2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.blog-content2 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -115px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta svg {
    margin-right: 5px;
    color: var(--heading);
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .title_h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    height: 55px;
    position: relative;
    font-weight: normal;
}

.blog-content2 .title_h5 a {
    text-decoration: none;
    line-height: 22px;
    color: var(--heading);
}

.blog-content2 .title_h5 a:hover {
    color: var(--primary);
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: 25px;
}



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

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


.title_3 {
    overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 25px;
    position: relative;
    font-weight: normal;
}

.title_3:after {
    background: var(--secondary);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    width: 50px;
}

.title_5 {
    text-align: center;
    overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-weight: var(--primary);
}

.title_5:after {
    background: var(--secondary);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


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

.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, 0.125);
}

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

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--primary);
    font-weight: normal;
}

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

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: var(--primary);
}

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

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

.footer_wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: var(--primary);
}

.footer_wrap .footer-top .footer-widget .footer-widget-title {
    margin: 0 0 20px;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title .ftcomp {
    padding-left: 12px;
    line-height: 27px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title .ftcomp:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: var(--secondary);
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
}

.footer_wrap p,
.footer_wrap a {
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .com-address-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon {
    width: 48px;
    height: 48px;
    background: var(--secondary);
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon svg {
    color: #fff;
    width: 25px;
    height: 25px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info {
    width: calc(100% - 60px);
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span {
    color: #fff;
    font-size: 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span:hover{
    color: var(--secondary);
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a:hover {
    color: var(--secondary);
}

.footer_wrap .footer-top .footer-widget .read_more_1 {
    color: #fff;
    background-color: var(--secondary);
}

.footer_wrap .footer-top .footer-widget .read_more_1:hover {
    color: var(--secondary);
}

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

.footer-menu ul li {
    padding-bottom: 10px;
    display: block;
}

.footer-menu ul li a {
    display: block;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footer-menu ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background-color: var(--primary);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-menu ul li a:hover {
    color: var(--secondary);
}

.footer-menu ul li a:hover:after {
    width: 100%;
}

    .sign {
        background-color: var(--secondary) !important;
    }

.comp-location {
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 25px;
    background: #fff;
}

.comp-location .loc-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FCE7E8;
}

.comp-location .loc-icon i {
    font-size: 22px;
    color: var(--primary);
}

.comp-location h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.comp-location span {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px;
    display: block;
}

.comp-location p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.wps_copy {
    float: left;
    width: 100%;
    background: #3f386a;
    line-height: 40px;
    color: #dedede;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.wps_copy a {
    color: var(--primary);
    display: inline-block;
}

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

.text-right {
    text-align: right;
}


#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 0.25s;
    display: none;
    background: var(--secondary);

}

#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 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

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

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

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


.send_enquiry {
    background: var(--secondary);
    border-radius: 40px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

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

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

.send_enquiry:focus {
    color: #fff;
}

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

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


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

.modal-header {
    padding: 0 15px;
    background: var(--primary);
    color: #fff;
    border-radius: 0;
}

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

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

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

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

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

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



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

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

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

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

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

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

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



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

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

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

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

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

.inner_breadcrumb .breadcrumb li.active {
    color: var(--secondary);
}

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

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

/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 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: var(--secondary);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--primary);
}

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

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

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: var(--secondary);
    color: #fff;
}

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

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

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

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: var(--secondary);
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

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

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

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: var(--secondary);
    color: #fff;
}

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

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

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    /*👉 background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;👈*/
}

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

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

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

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

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

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

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

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



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

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

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

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

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

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--secondary);
    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: 16px;
    font-weight: normal;
}

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

}

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

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

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

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

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

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--heading);
}

.wps_right h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--heading)
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

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

.wps_right table tbody tr td:first-child {
    color: var(--primary);
    width: 40%;
}

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

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

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

.interested_section .interested_btn:hover {
    background: var(--secondary);
    color: #fff;
    border: 1px solid var(--secondary)
}

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

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

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.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 .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

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

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

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

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

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

.product_listing .product .read_more {
    margin-top: 0;
}

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

.padding0 {
    padding: 0;
}

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

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

.right-content .pdtitle a {
    color: var(--heading);
}

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

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

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

.product_listing:hover .right-content .pdtitle a {
    color: var(--primary);
}

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

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

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

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

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

.right-content table tbody tr td:first-child {
    color: var(--primary);
    width: 40%;
}

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

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

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

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

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

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

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



/*  Testimonial Page  */

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

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

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

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

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

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

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

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

.testimonial_author .loc {
    color: var(--secondary);
    line-height: 20px;
    margin: 0;
}


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

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

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

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

.gallery_item_info .gtitle {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

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

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

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

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

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--secondary);
}

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

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

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

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

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

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

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

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

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: var(--secondary);
}



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

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

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

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

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

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

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

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

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 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 #e59509;
}

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

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

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

.blog_details1 h4 {
    color: #0c0c0c;
    font-size: 22px;
}

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

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

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

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

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

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

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

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

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

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


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

label.error,
.output {
    color: #FB3A3A !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
}

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

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

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


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

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

/*👉.contact_details {
    background: var(--primary);;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}👈*/

.contact_details .title_h2_2 {
    color: var(--primary);
    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;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

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

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

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

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--secondary);
}

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

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

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

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: var(--primary);
}


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

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

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

}

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

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

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

.sitemap li a:hover {
    color: var(--primary);
}

.market_area .market {
    float: left;
    display: block;
    font-size: 23px;
    margin: 0 0 15px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #0c0c0c;
    line-height: 1.2;
}

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

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

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

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

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

.market-list li a:hover {
    background: var(--primary);
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 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: var(--primary);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

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

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;
}


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

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


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

.webpulse-home_blog h6 span {
    color: var(--secondary);
}

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

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

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

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

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* loader css */
.btn-loader {
    font-weight: 600;
}

.btn-loader {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.btn-loader::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* loader css end */

/*-------------------*/
        .simple_banner {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .simple_banner .slide {
            position: relative;
            min-height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
        }

        .simple_banner .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 100%);
        }

        .simple_banner .container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }

        .content_minimal {
            max-width: 550px;
            background: rgb(253 252 240 / 15%) backdrop-filter: blur(10px);
            padding: 45px 50px;
            border-radius: 24px;
            border-left: 5px solid var(--secondary);
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
        }

        .content_minimal .bannerhead {
            font-size: 52px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
            line-height: 1.2;
            font-family: 'Oswald', sans-serif;
            letter-spacing: -0.5px;
        }

        .content_minimal p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 28px;
            font-family: 'Roboto', sans-serif;
        }

        .content_minimal a {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--secondary);
            color: #fff;
            padding: 12px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s;
            font-family: 'Roboto', sans-serif;
            letter-spacing: 0.5px;
        }

        .content_minimal a:hover {
            background: var(--secondary);
            gap: 15px;
            transform: translateX(5px);
        }

        .nav_simple {
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 10;
        }

        .nav_simple .arrow {
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(8px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #fff;
            font-size: 20px;
            transition: all 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .nav_simple .arrow:hover {
            background: var(--secondary);
            transform: scale(1.08);
            border-color: transparent;
        }

        .dots_simple {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 14px;
            z-index: 10;
        }

        .dots_simple .dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .dots_simple .dot.active {
            width: 28px;
            border-radius: 12px;
            background: var(--secondary);
            box-shadow: 0 0 8px rgba(0, 172, 177, 0.4);
        }

        @media (min-width: 768px) and (max-width: 1024px) {
            .content_minimal {
                max-width: 500px;
                padding: 38px 42px;
            }

            .content_minimal .bannerhead {
                font-size: 42px;
            }

            .content_minimal p {
                font-size: 15px;
                margin-bottom: 25px;
            }

            .content_minimal a {
                padding: 11px 28px;
                font-size: 13px;
            }

            .nav_simple {
                right: 30px;
            }

            .nav_simple .arrow {
                width: 44px;
                height: 44px;
                font-size: 18px;
            }

            .dots_simple {
                bottom: 30px;
                gap: 12px;
            }
        }

        @media (max-width: 767px) {
            .simple_banner .slide {
                min-height: 90vh;
                align-items: center;
                text-align: center;
            }

            .simple_banner .slide::before {
                background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
            }

            .simple_banner .container {
                padding: 0 16px;
            }

            .content_minimal {
                max-width: 100%;
                padding: 28px 25px;
                border-left: 4px solid var(--secondary);
                border-radius: 20px;
            }

            .content_minimal .bannerhead {
                font-size: 32px;
                margin-bottom: 12px;
            }

            .content_minimal p {
                font-size: 14px;
                margin-bottom: 22px;
                line-height: 1.5;
            }

            .content_minimal a {
                padding: 10px 24px;
                font-size: 13px;
                gap: 8px;
            }

            .nav_simple {
                position: absolute;
                right: auto;
                left: 50%;
                transform: translateX(-50%);
                bottom: 25px;
                top: auto;
                flex-direction: row;
                gap: 20px;
            }

            .nav_simple .arrow {
                width: 42px;
                height: 42px;
                font-size: 18px;
                background: rgba(0, 0, 0, 0.5);
                backdrop-filter: blur(12px);
                border: 1px solid rgba(255, 255, 255, 0.25);
            }

            .dots_simple {
                bottom: 95px;
                gap: 12px;
            }

            .dots_simple .dot {
                width: 7px;
                height: 7px;
            }

            .dots_simple .dot.active {
                width: 22px;
            }
        }

        @media (max-width: 480px) {
            .content_minimal {
                padding: 22px 20px;
            }

            .content_minimal .bannerhead {
                font-size: 28px;
            }

            .content_minimal p {
                font-size: 13px;
                margin-bottom: 20px;
            }

            .content_minimal a {
                padding: 8px 20px;
                font-size: 12px;
            }

            .nav_simple .arrow {
                width: 38px;
                height: 38px;
                font-size: 16px;
            }

            .dots_simple {
                bottom: 88px;
                gap: 10px;
            }
        }

        @media (min-width: 1200px) {
            .content_minimal {
                max-width: 600px;
                padding: 50px 55px;
            }

            .content_minimal .bannerhead {
                font-size: 58px;
            }

            .content_minimal p {
                font-size: 17px;
            }

            .content_minimal a {
                padding: 14px 36px;
                font-size: 15px;
            }
        }
        
        
               .custom_card {
            border: 1px solid #001f3f;
            background: #ffffff;
            transition: 0.3s ease;
            aspect-ratio: 23 / 30;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .custom_card img {
            max-width: 100%;
            /* max-height: 100%; */
            object-fit: contain;
        }

        .certi_title {
            font-size: 15px;
            font-weight: 700;
            color: #001f3f;
            margin-bottom: 0;
        }

        .certification_section {
            background: rgb(238, 238, 238);
        }
/*------------------*/