@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
    --orange: #d35f22;
    --grey: #2f4858;
    --blue: #16316f;
    --black: #2d2d2d;
    --red: #b90601;
    --font: "Lato", sans-serif;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #363636;
    font-family: var(--font);
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px !important;
}


.form-group {
    position: relative;
    margin-bottom: 15px
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--orange);
    ;
}

.form-control:focus {
    border-color: var(--orange);
    ;
    box-shadow: none;
    outline: 0;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 5px 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
}

.topbar .w-p-s-logo {
    margin: 8px 0;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: var(--orange);
    ;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: var(--black);
    color: var(--orange);
}


.phone_call {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-right: 20px;
}

.phone_call a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.phone_call a svg {
    color: var(--orange);
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: var(--orange)
}

.phone_call a:hover svg {
    color: var(--orange)
}

.navbar .phone_call {
    margin: 10px 0;
}

.navbar .phone_call a {
    color: #fff;
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: var(--orange);
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px 2px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: var(--liner);
    background-color: #000;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.menubar {
    float: left;
    width: 100%;
    position: relative;
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    background: transparent;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: rgba(0, 0, 0, 0.8);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.navigation .menu ul:before,
.navigation .menu ul:after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.navigation .menu ul:after {
    top: auto;
    bottom: 2px;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 10px 18px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    letter-spacing: 0.3px;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--orange);
    ;
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 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(--orange);
    ;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--orange);
}

.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(--orange);
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--orange);
    ;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}





.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}


.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

/*👉.navigation .menu ul > li:nth-child(3) ul.cs-dropdown {
    width: 500px;
}

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative;
}

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even) {
    border-left: 1px solid #eee;
}👈*/


/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--black);
    border-radius: 100%;
    z-index: 9
}

#slider .owl-nav .owl-prev {
    left: 80px;
}

#slider .owl-nav .owl-next {
    right: 80px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home_slider .banner_inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
}

.home_slider .banner_info {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.home_slider .title_1 {
    color: var(--orange);
    display: inline-block;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 800;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);

}

#slider .owl-item.active .title_1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.home_slider p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}

#slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.path_type_1 {
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;
    padding: 0;
}


.path_type_1.top {
    height: 70px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";

}

svg:not(:root) {
    overflow: hidden;
}

.why-us-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.why-bx {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 1px;
    text-align: center;
    background: #f8f8f8;
    padding: 20px;
}

.why-bx .img img {
    width: 70px;
    display: block;
    margin: 0 auto 10px;
    filter: invert(1);
}

.why-bx .tx-bx {
    font-weight: 600;
    font-size: 15px;

}

/* Fetures */
.w-p-s-home-feture {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background: #fff;
}

.wprt-icon-text {
    border: 1px solid #f1f1f1;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.wprt-icon-text .icon {
    padding: 10px 0 0;
}

.wprt-icon-text .icon {
    color: var(--orange);
    ;
    font-size: 52px;
    line-height: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.wprt-icon-text:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



.wprt-icon-text:hover .icon {
    color: var(--orange);
    ;
}

.wprt-icon-text .title_01 {
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.wprt-icon-text:hover .title_01 {
    color: var(--orange);
    ;
}

.wprt-icon-text:hover .title_01 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Home About */
.home_about-web-pulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 60px 0 130px;
    background: url(../images/background1.jpg) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.home_about-web-pulse:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.home_about-web-pulse .container {
    position: relative;
    z-index: 9
}

.home_about_content {
    margin: 0px auto;
    padding-top: 60px;
    text-align: center;
}

.home_about_content h1 {
    color: var(--orange);
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.home_about_content h2,
.home_about_content h3 {
    color: var(--orange);
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.home_about_content p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin-bottom: 20px;
}

.read_more_btn {
    margin-top: 20px;
    padding: 8px 30px;
    background: transparent;
    font-size: 16px;
    display: inline-block;
    color: white;
    background: var(--liner);
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.read_more_btn:hover,
.read_more_btn:focus {
    background: #fff;
    color: var(--orange);
    border-color: var(--orange);
}

.services-block-six {
    position: relative;
    margin-bottom: 30px;
}

.services-block-six .inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 3px;
}

.services-block-six .inner:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.services-block-six .inner:hover {
    border-color: var(--orange);
    background: var(--orange);
}

.services-block-six .inner .icon {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    color: #df6512;
    margin-bottom: 25px;
}

.services-block-six .inner .title_3 {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 700;
    text-transform: inherit;
}

.services-block-six .inner:hover .title_3,
.services-block-six .inner:hover p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    color: #333;
}

.services-block-six .inner:hover .title_3,
.services-block-six .inner:hover .icon {
    color: #333;
}



/* Featured Services */
.webpulse_home_featured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f5f5f5;
    position: relative;
}

.title {
    padding-bottom: 10px;
    margin-bottom: 13px;
    position: relative;
    color: #333;
    font-weight: 800;
    font-size: 26px;
}

.title-bx p {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    max-width: 750px;
    color: var(--grey);
}

.title span {
    position: relative;
    color: var(--orange);
}

.title:before,
.title:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.title:after {
    background: var(--orange);
    ;
    left: 30px;
}

.text-center .title:before,
.text-center .title:after {
    left: 50%;
    margin-left: -30px;
}

.text-center .title:after {
    margin-left: 0;
}

.text-right .title:before,
.text-right .title:after {
    left: inherit;
    right: 30px;
}

.text-right .title:after {
    right: 0;
}

.text-right {
    text-align: right;
}

.inner-box {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inner-box .image-box {
    position: relative;
}


.inner-box .image-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.inner-box .image-box .overlay-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-box .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--orange);
    ;
    padding: 15px;
    content: "";
    outline: 2px solid #fff;
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.inner-box:hover .overlay-link:before {
    opacity: .70;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

.inner-box .image-box .overlay-link svg {
    color: #fff;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px;
    height: 30px;
}

.inner-box:hover .overlay-link svg {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.lower-content {
    text-align: center;
    padding-top: 15px;
}

.lower-content .tt a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lower-content:hover .tt a {
    color: var(--orange);
}

.lower-content p {
    color: #535766;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    display: block;
}

.lower-content .re-mr {
    color: var(--orange);
    transition: 0.2s;
    font-size: 15px;
    display: inline-block;
}

.lower-content .re-mr:hover {
    color: var(--grey);
}

#featuredProducts .owl-prev,
#featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: var(--orange);
    ;
    border-radius: 100%;
    z-index: 9
}

#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    background: var(--orange);
    color: #333;
    border-color: var(--orange)
}

#featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}



/* Home Nature Life */
.web-pulse-choose {
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0 50px;
    background: url(../images/background2.jpg) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.web-pulse-choose:before {
    background-color: rgba(32, 32, 32, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.web-pulse-choose .container {
    position: relative;
}

.web-pulse-choose .ming {}

.home_right_sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home_right_sec .title {
    text-align: left;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 15;
}

.home_right_sec p {
    color: white;
}

.project-bx {
    position: relative;
    overflow: hidden;
}

.project-bx img {
    transition: 0.3s ease-in-out;
}

.project-bx:hover img {
    transform: scale(1.1);
}

.project-bx::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 40, 44, 0) 50%, #27282c 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.project-bx .link {
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}

.project-bx .link svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.project-bx .tt {
    position: absolute;
    pointer-events: none;
    bottom: 12px;
    left: 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: bold;
    z-index: 3;
    color: #e0e0e0;
    text-shadow: 0px 1px 1px black;
}


/* Home Blog */
.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
}

.webpulse-home_blog h3 {
    font-size: 26px;
}

.blog-item {
    position: relative;
    margin: 0;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
}

.blog-item .blog__img img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-item .blog__content {
    background-color: #f5f5f5;
    position: relative;
    z-index: 2;
    padding: 25px;
}

.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog-item .blog__meta-cat {
    margin-right: 8px;
    line-height: 1
}

.blog-item .blog__meta-cat a {
    position: relative;
    color: var(--orange);
    ;
    padding-right: 7px;
    display: inline-block;
}

.blog-item .blog__meta-cat a:hover {
    color: #1b1a1a
}

.blog-item .blog__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: var(--orange);
}

.blog-item .blog__meta-cat a:last-child {
    padding: 0
}

.blog-item .blog__meta-cat a:last-child:after {
    display: none
}

.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px;
}

.blog__meta svg {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.blog-item .blog__title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 14px;
    padding: 0;
    padding-left: 17px;
    position: relative;
    text-align: left;
    font-weight: 600;
}

.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--orange);
}

.blog-item .blog__title a {
    color: #1b1a1a
}

.blog-item .blog__title a:hover {
    color: var(--orange);
}

.blog-item .blog__desc {
    margin-bottom: 0
}

/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 60px 0 60px;
    background: url(../images/background2.jpg) no-repeat fixed;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webpulse:before {
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_testimonials_webpulse h3 {
    font-size: 30px;
    color: #fff;
}

.testimonial-item {
    padding-left: 35px;
}

.ti-text {
    border: 1px solid #efefef;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 20px;
    padding-left: 50px;
}

.ti-badge {
    position: absolute;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 40px;
    left: -19px;
    background: var(--orange);
    ;
}

.ti-badge svg {
    width: 30px;
    height: 30px;
}

.ti-badge:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #b74910;
    border-right: 9px solid #b74910;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0;
}

.ti-badge:before {
    font-size: 24px;
}

.ti-words {
    font-size: 15px;
    line-height: 24px;
    color: var(--grey);
}

.five_start {
    margin: 0;
    padding: 0;
}

.five_start li {
    font-size: 15px;
    margin-right: 5px;
    color: #f8c325;
    padding: 0;
    display: inline;
}

.ti-info ul li {
    float: left;
    margin-right: 10px;
}

.ti-info ul li img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.ti-name {
    font-size: 16px;
    line-height: 25px;
    color: var(--orange);
    margin: 0px;
    padding: 0;
}

.ti-info ul li p {
    margin: 0;
    color: #fff;
}

.md-header {
    font-size: 34px;
    line-height: 43px;
    color: #fff;
    text-align: left;
    padding: 22px 0;
}

.path_type_2-gray {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    margin-top: 90px;
}

.path_type_2-gray path {
    fill: #f5f5f5;
}

.path_type_2-white {
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.path_type_2-white path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.path_type_2.home-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 1;
}

.path_type_2.home-right {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 1;
    left: auto;
}

.path_type_2.home-left,
.path_type_2.home-right path {
    fill: #f0f0f0;
    stroke: #f0f0f0;
    stroke-width: 4;
}


/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.webpulse_home_clients h4 {
    text-align: left;
    font-size: 26px;
}

.webpulse_home_clients .clients {
    margin: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-dots {
    margin-top: 10px;
}


/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #333;
}

.web-pulse-india .title_5 {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    font-weight: 600;
}

.web-pulse-india .title_5:after {
    width: 50px;
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-color: var(--orange);
    ;
    margin-top: 10px;
    border-top-width: 2px;
    left: 0;
    top: 100%;
}

.web-pulse-india p {
    float: left;
    width: 100%;
    color: #fff;
}

.web-pulse-india p a {
    float: left;
    color: #fff;
}

.web-pulse-india p a:hover {
    color: var(--orange);
}

.web-pulse-india p span {
    float: left;
}

.web-pulse-india h4 span {
    color: var(--orange);
}

.add-bx {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    gap: 10px;
}

.add-bx .icon svg {
    min-width: 22px;
    height: 22px;
    color: var(--orange);
}

.add-bx .con {
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.add-bx .con a {
    display: inline;
    color: #fff;
    font-size: 15px;
}

.add-bx .con a:hover {
    color: var(--orange);
}

.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-links li {
    line-height: 28px;
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    text-transform: capitalize !important;
}

.footer-links a:hover {
    color: var(--orange);
}

.address_group p {
    margin-bottom: 0;
}

.wps_copy {
    float: left;
    width: 100%;
    background: var(--liner);
    background-color: var(--orange);
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
}

.wps_copy a {
    color: #222;
    display: inline-block;
}

.wps_copy a:hover {
    color: #fff;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--orange);
    ;
}

#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
}

#web-pulse-scroll-up:hover {
    background: #333;
}

.web-pulse-india address {
    float: left;
    width: 100%;
}

.web-pulse-india address .title_6 {
    font-size: 16px;
    color: var(--orange);
    margin: 0 0 10px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.popular_tag {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}

.popular_tag li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.popular_tag li a {
    border: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    color: #fff;
    border-radius: 50px;
    padding: 4px 15px;
}

.widget__newsletter-form {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #222;
}

.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fd5d14;
    color: #fff;
    text-align: center;
}

.widget__newsletter-form .btn i {
    position: relative;
    font-size: 16px;
    margin: 0;
    top: 0;
    left: 0;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 45px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: var(--orange);
    ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 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(--orange);
    ;
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}


/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 200px 0 50px;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 25px;
}

.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;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}


/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.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;
    line-height: 55px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a {
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: var(--orange);
    ;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--orange);
    ;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    color: #bfbfbf;
}


.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--orange);
    ;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.read_more_btn_2 {
    padding: 8px 20px;
    font-size: 16px;
    display: inline-block;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 4px;
}

.read_more_btn_2 svg {
    margin-right: 2px;
    width: 18px;
    height: 18px;
}

.read_more_btn_2:hover,
.read_more_btn_2:focus {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    margin: 0;
}

.read_more_btn_2.callback {
    background: var(--orange);
    color: #fff;
    border-radius: 4px;
    border-color: var(--orange);
}

.read_more_btn_2.callback svg {
    width: 21px;
    height: 21px;
}

.read_more_btn_2.callback:hover,
.read_more_btn_2.callback:focus {
    background: #fff;
    color: var(--orange);
    ;
    border-color: var(--orange);
    ;
}


.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}


.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
}

.wps-factsheet .icon {
    height: 45px;
    float: left;
}

.wps-factsheet .icon img {
    float: left;
    width: 55px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h3 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
    color: #666;
    text-align: left;
}



/* left menu */
.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: var(--orange);
    ;
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: var(--orange);
    ;
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: var(--orange);
    ;
    color: #fff;
}



/* About Right*/
.right_side .title_h2 {
    padding: 10px 15px;
    margin: 0 0 15px;
    line-height: 30px;
    background: var(--liner);
    background-color: var(--orange);
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}



.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.wps_right {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info h4 {
    font-size: 16px;
}

.right_side .factsheet .info p {
    font-size: 13px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li::before {
    width: 20px;
    height: 18px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 4px;
    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>");
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f2f2f2;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 27px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 35px;
    position: relative;
    font-weight: 800;
}

.title_2:after {
    background: var(--orange);
    bottom: -14px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 7px !important;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    text-transform: initial;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--orange);
    ;
    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(--orange);
    ;
}

.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: normal;
}



.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f9f9f9;
}

.category_page .title_h2 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--orange);
    ;
    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: 400px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    /* border: 1px solid #eee; */
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: var(--orange);
}

.wps_right p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}

.wps_right h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--orange);
    font-weight: 800;
}

.wps_right h2,
.wps_right h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--orange);
    font-weight: 800;
}


.wps_right .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 9px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #e0e0e0;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--orange);
    ;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 16px;
    color: #fff;
    background: #333;
    border: 1px solid #222;
    border-radius: 3px;
    padding: 10px 0;
    width: 245px;
    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(--orange);
    ;
    color: #fff;
    border: 1px solid var(--orange);
}


.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px 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;
}


.product_listing .product .small {
    padding: 10px 0;
    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: var(--orange);
    ;
}

.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_btn_2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content h3 a {
    color: #333;
}

.right-content .pr-tt {
    line-height: 24px;
    padding: 13px 0;
    text-align: left;
}

.right-content .pr-tt a {
    font-size: 18px;
    font-weight: 800;
    color: #222;
}

.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.more_info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.product_listing:hover .right-content h3 a {
    color: var(--orange);
    ;
}

.product_listing:hover .right-content .pr-tt a {
    color: var(--orange);
}


.right-content table {
    margin: 0;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 9px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: var(--orange);
    width: 40%;
}

/* 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 h6 {
    color: var(--orange);
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

#callback .product_popup h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

#product_pop_form p {
    font-size: 14px;
    margin-bottom: 20px;
}

#callback_form p {
    font-size: 14px;
    margin-bottom: 20px;
}

#callback .modal-dialog {
    margin: 12% auto;
}



/* You May Also Like  */
.you_may {
    float: left;
    width: 100%;
    padding: 7px 15px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--orange);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0px 30px;
    text-align: center;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #e59509;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: #e59509;
}

.product_more:hover .may_btn {
    background: #e59509;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 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 .title_h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.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(--orange);
    ;
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}


/* Video Gallery */
.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.video_gallery i {
    line-height: inherit;
    color: var(--orange);
    ;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}









/* Client Page */
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}


/* Blog Page */
.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orange);
    ;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_left .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orange);
    ;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog-item {
    margin-bottom: 25px;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orange);
    ;
    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: 275px;
}

.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(--orange);
    ;
}



/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
}

.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_details1 .blog_details_img img{
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.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 var(--orange);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    width: 20px;
    height: 18px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 4px;
    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_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.share-area {
    background: #fff;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #ffffff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #ffffff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #ffffff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #ffffff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: var(--orange);
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details .title_h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 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(--black);
}

.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(--orange);
    border: 1px solid var(--orange);
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
    font-weight: 800;
}


.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(--orange);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap_right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--liner);
    background-color: var(--orange);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
}

.sitemap li a:hover {
    color: var(--orange);
    ;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--orange);
    ;
}

.market_area h3 {
    float: left;
    display: block;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: var(--orange);
    ;
    color: #fff !important;
}

.video-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    width: 640px;
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0 auto;
    border-radius: 6px;
}

.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: var(--orange);
    border-radius: 4px;
    border: 1px solid var(--orange);
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: #fff;
    color: var(--orange);
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}

.company-factsheet-sec {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.factsheetBox_one {
    text-align: right;
}

.factsheet_left,
.factsheet_right {
    background: var(--liner);
    background-color: #FFD166;
    border-radius: 15px 0px 15px 15px;
    padding: 15px 25px;
    margin: 25px 0;
}

.factsheet_right {
    border-radius: 0px 15px 15px 15px;
}

.factsheet_left .tt,
.factsheet_right .tt {
    font-size: 18px;
    font-weight: 800;
}

.factsheet_left p,
.factsheet_right p {
    margin-bottom: 0;
}

.factsheetBox_two {
    text-align: left;
}

.ComFacimage {
    text-align: center;
}


.award-sec {
    float: left;
    width: 100%;
    background: url(../images/why-chose-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.award-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(167, 167, 167, 0.1); */
    z-index: -1;
}

.award-bx {
    position: relative;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
}

.award-bx .img {
    position: relative;
}

.award-bx .link {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.award-bx:hover .link {
    opacity: 1;
}

.award-bx .link svg {
    height: 25px;
    width: 25px;
}

.award-bx .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--grey);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.award-bx:hover .img::before {
    opacity: 0.8;
}

.award-bx .tt {
    font-weight: bold;
    font-size: 18px;
    color: var(--orange);
    padding: 10px;
}

.video-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: white;
}

.vd_bx {
    text-align: center;
    position: relative;
}

.vd_bx img {
    overflow: hidden;
    border-radius: 3px;
}

.vd_bx .tt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.video-play-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
}

.video-play-icon svg {
    width: 50px;
    height: 50px;
}

.product-sec {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
    background: #edf0f5;
}

.productBox {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.productBox img {
    transition: 0.2s ease-in-out;
}

.productBox:hover img {
    transform: scale(1.1);
}

.productBox .tt {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.85);
    padding: 8px 12px;
    border-radius: 0 5px 5px 0;
    bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    transition: 0.2s ease-in-out;
}

.productBox:hover .tt {
    color: var(--orange);
}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}


.productBrochureandvideo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #cdcdcd;
    padding: 4px 6px;
    font-weight: bold;
    transition: 0.3s;
}

.productBrochureandvideo a svg {
    color: #fd002c;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.productBrochureandvideo a:hover {
    color: #fd002c;
    border: 1px dashed #fd002c;
}

.youTube-btn svg{
    width: 40px;
    height: 28px;
}