
 @import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Rubik:wght@300;400;500;600;700&family=Chewy&family=Baloo+2:wght@400;500;600;700&display=swap');

body {
    background: #fff;
    color: hsl(0, 1%, 27%);
    font-family:"Rubik", sans-serif;    
    font-size: 15px;overflow: hidden;overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-family: "Lilita One", sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;    
    /* font-weight: 500; */
}
ul{margin: 0px ;padding: 0px;}
ul li {
    letter-spacing: 0.5px; 
    line-height: 24px;
    font-size: 15px;
    color: #363636;    
    /* font-weight: 500; */
}
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%;height: auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #f10d0d;
    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: #da745b;
}

.form-control:focus {
    border-color: #da745b;
    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: 15px;
    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: 0;
}

.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding:3px 0;
    background: #799c39;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;background: #799c39;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
    margin-left: auto;
}

.search_btn {
    position: absolute;
    top: 5px;
    right: 3px;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: #da745b;
    color: #fff;
    border: 0;
    border-left: 2px solid rgb(199 216 166);
    border-radius: 0px 15px 15px 0;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: #799c39;
    color: #da745b;
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.phone_call a svg {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: #ecba33
}


.navbar .phone_call {
    margin: 10px 0;
}

.navbar .phone_call a {
    color: #fff;
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: #eadd89;
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    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: #222;
}

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 .container {
    background: #fff;
    border-radius: 0px 0px 12px 12px;
    position: relative;    width: 92%;
}
.topbar .list-style-none li a {
    color: #fff;    letter-spacing: 0px;
    font-size: 15px;    font-weight: 500;
}
.menubar .container:before {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='75px' height='74px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M49 947 c-38 -29 -49 -88 -28 -144 6 -15 88 -163 182 -327 116 -202 189 -318 224 -356 53 -57 153 -120 192 -120 l21 0 0 480 0 480 -287 0 c-211 -1 -292 -4 -304 -13z'/></g></svg>");
    position: absolute;
    left: -51px;
    z-index: -1;
    top: 0px;

}

.menubar .container:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='75px' height='74px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M0 480 l0 -480 21 0 c39 0 139 63 192 120 35 38 108 154 224 356 94 164 176 312 182 327 21 56 10 115 -28 144 -12 9 -93 12 -303 13 l-288 0 0 -480z'/></g></svg>");
    position: absolute;
    right: -51px;
    z-index: -1;
    top: 0px;


}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #fff;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.menubar .logo {
    padding: 0px;
        display: flex;
        height: 100%;
        align-items: center;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}
.call-now {
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
}
.call-now .img-bx {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #fff0;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3sease;
    border: 1px dashed #eeffaf;
}
.call-now:hover .img-bx {
    border-style: solid;
    transform: scale(1.05);
}
.call-now .img-bx svg {
    height: 16px;
    width: 16px;
    color: #eeffaf;
}
.call-now .con-bx {
    text-align: left;
}
.call-now .con-bx span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.call-now .con-bx span a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between {
    width: 65%;
}
.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: #799c39;
    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: flex;
    position: relative;
    /* justify-content:space-between !important;    */
     padding-left: 18px;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative;font-family: 'Baloo 2', cursive;
}

.navigation .menu ul li a {
    padding: 25px 17px;
    display: block;
    color: #3d3d3d;
    transition: all 0.3s ease;
    font-size: 18px;
    background: transparent;
    font-weight: 700;
    letter-spacing: 0px;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #da745b;
    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: 300px;
    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;
}

.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: #da745b;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: #da745b
}

.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: #da745b;
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #3d3d3d;
    font-size: 17px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;font-weight: 500;
    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: #333;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #da745b;
}

.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
}
.menubar .logo img {
    width: 175px;
    max-width: 175px;
}
.hidden-lg{display: none !important;}
.list-style-none li{list-style: none;}
/* .navigation .menu ul li:nth-child(3) ul.cs-dropdown{width: 650px;border: 1px solid #eee;}
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
    width: 50%;
    float: left;
    margin: 0px 0px;
    border-left: 1px solid #eee;
} */
.navigation .menu ul li:nth-child(9) ul.cs-dropdown {left: -50%;}
/* 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, .owl-next, .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff !important;
    border: 0;
    outline: 0;opacity: 1;
    background: #ecb92c !important;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-prev, .owl-prev {
    left: 15px;
}

#slider .owl-next, .owl-next {
    right: 15px;
}
.owl-next, .owl-prev{    top: 45%;
}
.featuredProducts2 .owl-prev{left: -15px;}
.featuredProducts2 .owl-next{right: -15px;}
#slider .owl-prev:hover, .owl-prev:hover,
#slider .owl-next:hover, .owl-next:hover {
    background:#da745b;
    color: #fff;
    border-color: #ffffff;
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;
    height: 20px; 
    filter: grayscale(1);
}
.homeFeture {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.serviceBlock {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.homeFeture .serviceBlock {
    margin-top: -55px;
}
.serviceBlock .innerBox {
    position: relative;
    overflow: 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;   
        box-shadow: 0px 0px 5px 1px #cccccc99;
    width: 98%;
    margin: 5px auto;
    border-radius: 10px;
}

.serviceBlock .innerBox:hover {
    box-shadow: 0 0px 30px rgba(0, 0, 0, .10)
}

.serviceBlock .imageBox {
    position: relative;
}

.serviceBlock .imageBox .image {
    position: relative;
    margin-bottom: 0;    border-bottom: 1px solid #eee;
}

.serviceBlock .imageBox .image img {
    display: block;
    width: 100%;
    height: auto;
}

.serviceBlock .captionBox {
    position: relative;
    padding: 15px 11px;
    padding-right: 70px;
    background-color: #fff6df;
    border: 0px solid #ebebeb;
    border-top: 0;
}

.serviceBlock .captionBox .icon {
    position: absolute;
    right: -1px;
    top: 0;
    height: 55px;
    width:55px;
    text-align: center;
    background-color: #799c39;
    font-size: 30px;
    line-height: 65px;
    color: #ffffff;    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceBlock:hover .captionBox .icon {
    background: #da745b;
    color: #fff;
}
.topbar ul li a:hover{color:#eeffaf;}
.serviceBlock .captionBox .icon img {
    width: 35px;
    height: 35px;
}
.img-bx.border-0 img {
    height: 27px;
    width: 27px;
}
.serviceBlock .captionBox .captionBox_title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #799c39;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
}

.serviceBlock .captionBox .captionBox_title a {
    display: inline-block;
    color: #da745b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.call-now .con-bx span a:hover{color: #eeffaf;}
.serviceBlock:hover .captionBox .captionBox_title a {
    color: #799c39;
}
.topbar ul li a {
    color: #fff;
    padding: 0px 8px;
}
.d-flex.align-items-center.justify-content-end ul.me-2 li {
    border-right: 1px solid #ffffff8c;
}
.d-flex.align-items-center.justify-content-end ul.me-2 li:last-child{border:none;}
.serviceBlock .overlayBox {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgb(34, 34, 34, .90);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 600ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceBlock .innerBox:hover .overlayBox {
    top: 0%;
}

.serviceBlock .overlayBox:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: .70;
}

.serviceBlock .overlayBox:after {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #ffffff;
    opacity: .70;
    content: "";
}

.serviceBlock .overlayBox .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    top: 50px;
}

.serviceBlock .overlayBox .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 5px;
}

.serviceBlock .overlayBox .linkBox {
    position: relative;
    display: block;
}

.serviceBlock .overlayBox .linkBox a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.serviceBlock .overlayBox .linkBox a:hover {
    color:#ffffff;
}

.serviceBlock .overlayBox .linkBox a svg {
    margin-left: 5px;
    width: 16px;
    height: 16px;
}


.aboutHome{float:left;width:100%;margin:0;padding:40px 0;}

.aboutTitle{
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color:#333;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
}

.aboutTitle span {
    position: relative;
    color: #008344
}

.aboutTitle:before,
.aboutTitle:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.aboutTitle:after {
    background: #ec5c7e;
    left: 30px;
}
.aboutText{
    text-align: center;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto 20px;
    font-style: italic;
    width: 100%;
}

.homeFactsheet {
    background: #f8b0721c;
    padding: 20px;
    text-align: center;
    margin-bottom: 17px;
    border: 1px solid #ffe5d2;
    border-radius: 11px;
}

.homeFactsheet img {
    margin-bottom: 10px;    width: 50px;
}

.homeFactsheet .factsheetTitle{
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px;
    color: #799c39;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: 'Baloo 2', cursive;
}

.homeFactsheet p {
    height: 40px;
    line-height: normal;
    margin: 0;
}
.wps_right h3 {
    font-size: 20px;
    line-height: normal;
    color: #799c39;
    margin: 10px 0px;
}
.aboutContent {
    padding-top: 20px;
    text-align: center;
}

.aboutContent p {
    margin-bottom: 10px;
    font-size: 15px;
}

.moreBtn {
    font-weight: 600;
    padding: 7px 25px;
    background: transparent;
    color: #da745b;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #da745b;
    transition: all 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
}

.moreBtn:hover,
.moreBtn:focus {
    background: #da745b;
    color: #fff;
    border-color: #da745b;
}
.web-pulse-india .moreBtn:hover{
    color: #121212 !important;}
.webpulse_home_featured {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0 ;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.webpulse_home_featured:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.webpulse_home_featured .aboutTitle{color: #fff;}
.productBox{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.productBox .productImg {
    position: relative;
    border-radius: 100%;
    margin-bottom: 22px;
    display: inline-block;
    background: #fff;
    border: 10px solid #799c39;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    aspect-ratio: 1;
    
}

.productBox .productImg img {
    border-radius: 100%;    aspect-ratio: 1;
}

.productBox .productImg .boxIcon{
    position: absolute;
    top: -15px;
    right: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d55e3a;padding: 10px;
}

.productBox .productImg .boxIcon img{
    width: 45px;
}
.productBox:hover .productImg .boxIcon{
    background: #da745b;
    color:#333;
}
.productBox .productContent .productTitle {
    margin-bottom: 10px;
}

.productBox .productContent .productTitle a {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    color: #ecb92c;
    font-family: 'Baloo 2', cursive;
}

.productBox:hover .productContent .productTitle a {
    color: #da745b;
}

.productBox .productContent p {
    color: #fff;
    font-size: 15px;
}

.productBox:hover .productImg {
    border-color: #da745b;
    animation: pulse 3000ms infinite;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #da745b;
      box-shadow: 0 0 0 0 #da745b;
    }
    40% {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #da745b;
      box-shadow: 0 0 0 0 #da745b;
    }
    40% {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
      box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
  }
  #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: #799c39;
    border-radius: 100%;
    z-index: 9
}
a:hover {
    color: #da745b;
}
#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    background: #da745b;
    color: #333;
    border-color: #da745b
}

#featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.why-choose-us{ float: left; width: 100%;
	position: relative;
	padding: 50px 0 10px;
}

.why-choose-us:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 35%;
	background-color: #f7f7f7;
	content: "";
}
.sec-title{
	position:relative;
	display: block;
	margin-bottom:20px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #da745b;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.sec-title .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #da745b;
	border-right: 10px solid #ffffff;
	content: '';
}
.testimonials_section .sec-title .title:before{ 
	background-color: #fff;}
.sec-title .title:after{
	position: absolute;
	left: 34px;
	bottom: 0;
	height: 2px;
	width: 6px;
	background-color: #799c39;
	content: "";
}
.aboutTitle.text-start:before, .aboutTitle.text-start:after {  
    right: inherit; 
}
.why-choose-us .image-column{
	position: relative;
	margin-bottom: 50px;
}

.why-choose-us .image-column .inner-column{
	position: relative;
}

.why-choose-us .image-column .image{
	position: relative;
	margin-bottom: 0;
	display: inline-block;overflow: visible;box-shadow: 0px 0px 5px 0px #ccccccd6;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.why-choose-us .image-column .image:before{
	position: absolute;
	top: 60px;
	right: -65px;
	width: 65px;
	height: 460px;
	background-image: url(../images/pattern-4.jpg);
	content: "";
	z-index: 1;
}

.why-choose-us .image-column .image img{
	display: block;
	max-width: 100%;
	height: auto
}

.why-choose-us .features-column{
	position: relative;
}

.why-choose-us .features-column .inner-column{
	position: relative;
}

.why-choose-us .features-column .sec-title{
	margin-bottom: 0px;
}

.feature-block{
	position: relative;
}

.feature-block .inner-box {
    position: relative;
    /* margin-bottom: 25px; */
    text-align: center;
    border: 1px solid #fdd7c2d1;
    border-radius: 12px;    height: 100%;
    padding: 10px;
    background: #fff5ef5c;
}

.feature-block .icon{
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #7abf18;
    font-weight: 400;
    margin-bottom: 5px;
    padding-top: 5px;
}
.feature-block .icon img {
    width: 40px;
    filter:sepia(1);
}

.feature-block h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
}

.feature-block .title5 a, .feature-block .title5{ 
    display: block;
    margin: 0px 0px 5px;
    padding: 0px;
    color: #799c39;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Baloo 2', cursive;
}

/*.feature-block h5 a:hover{
	color: #799c39;
}*/

.feature-block .text{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    overflow: hidden;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
}

.testimonials_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 55px 0;
    background-color:#799c39;
}
.testimonials_section:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}
.testimonials_section .sec-title h2{color: #ffffff;}
.testimonials_section .outer-container{
	position: relative;
	max-width: 1680px;
	padding: 0 15px;
	margin: 0 auto;
}

.testimonials_section .title-column{
	position: relative;
}

.testimonials_section .title-column .sec-title .text,
.testimonials_section .title-column .sec-title span{
color: #fff;
    max-width: 100%;
    font-size: 15px;    text-align: justify;
}

.testimonials_section .testimonials_column{
	position: relative;
}

.testimonials_section .testimonials_carousel{
	position: relative;
}

.testimonials_block{
    position: relative;
    /* padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.18);
    padding-top: 10px;
    padding-bottom: 10px; */
}


.testimonial-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
    padding: 15px;
}
.ti-text {
    padding-left: 60px;
    padding-top: 37px;
    padding-bottom: 25px;
    border: 1px solid #efefef;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    height: 180px;
width: 100%;
}
.ti-badge {
    position: absolute;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 40px;
    left: -18px;
    background: #799c39;
    color: #fff;
}
.ti-badge:after {
	position: absolute;
	content: '';
	border-bottom: 9px solid #04552f;
	border-right: 9px solid #04552f;
	border-left: 9px solid transparent;
	border-top: 9px solid transparent;
	bottom: 100%;
	left: 0;
}

.ti-badge:before {
	font-size: 24px;
}
.ti-badge svg{
    width: 22px;
    height: 22px;
}
.ti-words {
    font-size: 15px;
    line-height: 24px;
}
.ti-info ul{
    display: flex;
    align-items: center;
}
.ti-info ul li{float: left;
    margin-right: 10px;
 }
.ti-info ul li span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #da745b;
    border: 2px solid #da745b;
    font-size: 24px;
    color: #fff;
}
.ti-name {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin:0px;
    padding: 0;
}
.ti-info ul li p{margin: 0; color: #333;}

.webpulse-home_blog{float:left;width:100%;margin:0;padding:0px 0;background:#fff;}
.blog-2 {
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
}

.blog-2 .bp{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%, 0 100%);
}

.blog-2 .blog-photo{
    position: relative;
}

.blog-2:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.date-box span {
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

.blog-2 .date-box {
    position: absolute;
    top: 15px;
    font-size: 13px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
    right: 19px;
    border-radius: 5px 5px 0 5px;
    background: #008344;
}

.blog-2 .date-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    right: 0;
    border-right: 10px solid #008344;
}

.blog-2 .detail {
    padding: 30px 20px 30px;
}

.blog-2 p{
    font-size: 15px;    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.iti {width: 100%;}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
    height: 40px;
}
.blog-2 h4, .blog-2 h2{text-align: left; margin: 0; padding: 0;}
.blog-2 h4 a, .blog-2 h2 a, .blog-2 .tt a{
    color: #799c39;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Baloo 2', cursive;
}
.blog-2 .tt a:hover{color:#da745b;}
.blog-2:hover h4 a, .blog-2:hover h5 a{
    color: #da745b;
}
.blog-2 .read_more_btn{padding: 8px 25px; margin-bottom: 10px;}
.blog-2:hover .read_more_btn{background: #da745b; color: #fff; border-color: #da745b;}
.single-item a:hover{
    color: #da745b !important;
}
/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px;
    background: #f0f0f0;
}


.webpulse_home_clients .clients {
    border: solid 0px #d8d8d8;
    max-width: 100%;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
    box-shadow: 0px 0px 5px 0px #ccc;
    width: 97%;
    margin: 10px auto;
    border-radius: 10px;
}
.blog-2 .blog-photo img.img-fluid.bp {
    height: 250px;    object-fit: cover;
    width: 100%;
}
.webpulse_home_clients .item .image {
    position: relative;
    padding: 15px 10px 0px;
    text-align: center;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.webpulse_home_clients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}


.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #799c39;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2:after {
    background: #da745b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0px !important;
    overflow: hidden;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}
 
.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* .accordion-button {
    font-size: 17px;
    font-weight: 600;
    text-transform: initial;
    padding: 12px 0px;
    border: none !important;
    letter-spacing: 0.5px;
} */

.accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: bold;
    background: #799c39;
}
/* .accordion-item:last-child{border: none !important;} */
.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);    filter:none;    border: 1px dashed  #fff;
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    font-weight: bold;
    background: #799c39;
}

.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);    filter: invert(1);
}

.accordion-body p {
    font-size: 15px;
    line-height: normal;
}
.accordion-button::after { 
    border: 1px dashed #646464;
    text-align: center;
    border-radius: 50px;
    background-position: center center;
    padding: 5px;
    width: 28px;
    height: 28px;
}






/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 40px 0px 20px;
    background-image: radial-gradient(circle farthest-side at 50% 50%, #da745b, #094e6f);
    background:#f0f0f0 url(../images/ftr_bg.jpg) no-repeat center top;
    background-size: auto;
  padding: 50px 0px 0px;
  background-size: cover;
}

.web-pulse-india .title_5 {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding: 0;
    padding-bottom: 15px;
    font-weight: 600;
}

.web-pulse-india .title_5:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #da745b;
	border-right: 10px solid #ffffff;
	content: '';
}
.web-pulse-india .title_5:after{
	position: absolute;
	left: 34px;
	bottom: 0;
	height: 2px;
	width: 6px;
	background-color: #333;
	content: "";
}

.web-pulse-india p {
    float: left;
    width: 100%;
    color: #fff;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.web-pulse-india .moreBtn {
    color:#da745b;
    border-color:#da745b;
}

.web-pulse-india .moreBtn:hover,.web-pulse-india .moreBtn:focus {
    background: #da745b;
    color: #fff !important;
}

.web-pulse-india p span {
    float: left;
}
.footer-lings-2{display: flow-root;}
.footer-lings-2 li{float: left;margin-right:0%;width: 100%;}
ul.footer-links.footer-lings-2 li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.web-pulse-india h4 span {
    color: #da745b;
}

.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-links li {
    line-height: 28px;
    list-style: none;
    color: #fff;
    font-size: 15px;
}

.footer-links a {
    color: #fff;
    text-transform: capitalize !important;
}

.footer-links a:hover {
    color:#da745b;
}

.address_group p {
    margin-bottom: 5px;
    color: #fff;
}
.address_group p a{
    color: #fff;    font-weight: bold;
    text-decoration: none;
}

.address_group p a:hover{color:#da745b;}

.wps_copy { float: left;
    float: left;
    width: 100%;
    background: #799c39;
    line-height: 24px;
    color: #fff;
    padding: 10px 0px;
    box-shadow: 0px -1px 2px 0px #172112;

}

.wps_copy a {
    color: #ffcca0;
    display: inline-block;
}

.wps_copy a:hover {
    color: #000;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}
.text-right{
text-align: right;
}
#web-pulse-scroll-up {
    position: fixed;
    z-index: 99;
    bottom: 70px;
    right: 10px;
    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: #da745b;
}

#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
}

#web-pulse-scroll-up:hover {
    background: #da745b;
    color: #fff;
}

.web-pulse-india address {
    float: left;
    width: 100%;    margin-bottom: 5px;
}

.web-pulse-india address .title_6 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 0px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.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: 15px;
    margin: 0;
    top: 0;
    left: 0;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 5px;
    bottom: 70px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
a.whatapp_btn.whatapp_btn2 {
    bottom: 10px;
    right:5px;left: inherit;
    background: #799c39;
}
.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: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 5px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: #da745b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #da745b;
    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;
    background-position: center;
    padding: 140px 0 25px;
    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 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    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;text-transform:capitalize;margin:0;}
.inner_breadcrumb .breadcrumb li{font-weight:bold;text-transform:uppercase;color:#666;float:left;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:#da745b;}
.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: #da745b;
    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: #da745b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* About Us */
.about_page{float:left;width:100%;margin:0;padding:50px 0;background:#f6f6f6;}

.about_page .title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: #da745b;
    margin-bottom: 25px;
    position: relative;
	overflow: visible;
}

.about_page .title_2:after {
    background: #da745b;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.about_page .gallery_item{
    border: 1px solid #eee;
    margin-bottom: 25px;
    background-color: #fff;
}
.about_page .gallery_item .hover_effect{
height: 370px;
}

.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: #da745b; font-size: 24px; color: #fff; font-weight: 600;}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #da745b;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #da745b;
    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: 15px;
    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: #da745b;
    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: #da745b;
    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: #da745b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #da745b;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #da745b;
    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: 15px;    

}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_right ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.left_image {
    float: left;
    width: 340px;
    margin: 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%;
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
    display: flex;
align-items: center;
}

.wps-factsheet .icon img {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h3 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 15px;
    margin: 0;
    line-height: 18px;
    color: #666;
    text-align: left;
}



.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f6f6f6;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #da745b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: 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: 475px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    border: 1px solid #eee;
    margin-bottom: 15px;
    aspect-ratio: 1;
    border-radius: 5px;
}

.product_right_image .detail_image img {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;   aspect-ratio: 1;
}

.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;
    aspect-ratio: 1;
    height: auto;
    border-radius: 5px;
    border: 1px solid #dddddd66;
    overflow: hidden;
}
.more_images img {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}

.wps_right h2, .wps_right h3, .wps_right h4 {
     font-size: 30px;
    margin: 10px 0px;
    color: #799c39;
    font-weight: 500;    padding: 0px;
    text-align: left;
}
 .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.moreBtn.callback {
    color: #ffffff;
    border: 2px solid #799c39;
    background: #799c39;
}
 .scrollbar-width{    max-height: 530px;
    margin-bottom: 30px;
    padding-right: 20px;
    overflow-y: auto;}
.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #da745b;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #799c39;
    border: 1px solid #799c39;
    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: #da745b;
    color: #fff;
    border: 1px solid #da745b
}

.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;
    background: #fff;overflow: hidden;
    border-radius: 5px;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: inherit;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
    height: auto;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;object-fit: contain;
    height: auto;aspect-ratio: 1;min-width: 100%;min-height: 100%;
    max-height: 100%;transition: all 1s ease;
}
.product_listing .product .image1:hover{transform: scale(1.1);}
.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: #da745b;
}

.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;
}

.title3 a {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    color: #da745b;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    letter-spacing: 0px;
}

.product_listing .product p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}
.product_listing .product .read_more{margin-top: 0;}
.product_listing .right-content .read_more{margin-top: 10px;}
.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}
 
.right-content h3, .right-content h4, .right-content .title4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a, .right-content h4 a, .right-content .title4 a{
    color: #799c39;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}
.col-xxl-8.col-xl-8.col-lg-8.col-md-7.col-sm-7.col-12 a.moreBtn.ms-1{    color: #fff;
    border: 2px solid #799c39;
    background: #799c39;}
.col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 a.moreBtn.callback:hover, .col-xxl-8.col-xl-8.col-lg-8.col-md-7.col-sm-7.col-12 a.moreBtn.ms-1:hover{    border: 2px solid #da745b;
    background: #da745b;}
.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.grid-col .right-content a.moreBtn.ms-1 {
    background: #799c39;
    border: 2px solid #799c39;
 }
.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a, .product_listing:hover .right-content .title4 a {
    color: #da745b;
}

.product_listing:hover .right-content h4 a {
    color: #da745b;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 335px;
    overflow: auto;
    padding-right: 5px;
}
.right-content table{margin-bottom: 15px;}
.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #da745b;
    width: 40%;
}
.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #da745b;
    font-size: 22px;
    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: 15px;}



/*  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: 15px;
    line-height: 24px;
    text-align: justify;
}
.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}
.testimonial_author .media-left img{border: 1px solid #da745b; 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: #da745b;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}
.testimonial_author .loc {
    color: #da745b;
    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 h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}
 

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
           height: auto;
        background: #fff;
        aspect-ratio: 1;
}

.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: #799c39;
}

.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: #da745b;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: #da745b;
  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: #da745b;}



/* 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;    background: #da745b17;
    border: 1px solid #33333326;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;    object-fit: contain;
    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, .blog_details1 h2{     padding: 0;
    line-height: 30px;
    font-size: 30px;
    margin: 10px 0px;
    color: #799c39;
    font-weight: 500;}
.blog_details1 ul{float: left; width: 100%; margin: 0 0 10px; padding: 0;}
.blog_details1 ul li {
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
    font-weight: 400;
}

.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_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;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;text-align: left;
}

#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_page .contactTitle {
    color: #da745b;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
}
.contact_details .address_list li svg{min-width: 25px; height: 25px; margin-right: 5px;}
.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #da745b;
}

.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: #da745b;
    border: 1px solid #da745b;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #da745b;
}


/* 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: #da745b;
font-size: 24px;
color: #fff;
font-weight: 600;}
.sitemap_page .title_h2{
    margin-bottom: 15px;
    color: #fff;
}
.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: 15px;
padding-bottom: 5px;
display: block;
}
.sitemap li a:hover{ color:#da745b;}

.market_area h3 {
    float: left;
    display: block;
}
.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #da745b;
}
.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px!important;
    line-height: 20px;
    width: 25%!important;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 15px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #da745b;
    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: auto;
    aspect-ratio: 1;
}
#callback .product_popup_image {
    height: auto;
    aspect-ratio: 1;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
      height: auto;
    aspect-ratio: 1;
    margin: auto;    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.product_popup h4 {
    color: #da745b;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}
.product_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: #da745b;
}
.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;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #cde9f7;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.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;
}
/* footer */
footer .list-style-none li a {
    color: #fff;
}
 
footer .list-style-none li {
    border-right: 1px solid #eee;
    width: 13%;
    text-align: center;
}
footer .list-style-none li:last-child{border:none;}

/* testimonials */
.review_item {
    padding: 25px 15px;
    border-radius: 3px;
    background: #fff;
    direction: ltr;
    position: relative;
    z-index: 1;
}
.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 35px;
    z-index: -1;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 50px;
    height: 42px;
}
.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}
.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    width: 70px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px dashed #ddd;
}
.review_item .clint-info-wrapper .client-info {
    padding-left: 15px;
}
.review_item .clint-info-wrapper .client-info .title {
    color: #c86344 ;
    font-weight: 700;
    font-size: 18px;
}
.review_item .clint-info-wrapper .client-info span {
    color:#359559;
    font-weight: 500;
    font-size: 15px;
}
.review_item .description {
    margin-top: 10px;
}
.review_item .description p {
    margin-bottom: 0;
    color: #666;    text-align: justify;
    font-weight: 400;
}
/* faq */
.tt-bx .tt {
    font-weight: 800;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #333;
}
.tt-bx .tt span {
    font-weight: 900;
    font-style: italic;
  color: #ffac93; 
    padding-right: 3px;
}
.qut-frm.bg-dark.p-4.rounded-3 button.moreBtn {
    background: #fff;
    color: #d46e4f;
    border: 2px solid #d46e4f;
}
.qut-frm.bg-dark.p-4.rounded-3 {
    background:#799c39 !important;
}
.accordion-body {
    padding: 10px;
}
/* features */
.features-section-two {
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
    color: #ffffff;
    width: 100%;
    float: left;
}
.circle-one1 {
    position: absolute;
    left: -282px;
    top: 7px;
    width: 600px;
    height: 600px;
    border: 100px solid #ffe8181c;
    border-radius: 50%;
}
.featured-block-three {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #db755c29;
    padding: 33px 20px;
    transition: all 700ms ease;
    box-shadow: none;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.features-section-two .column .inner {
    position: relative;
    display: block;    border-radius: 10px;
    overflow: hidden;
}
.featured-block-four {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #db755c29;
    padding: 33px 20px;
    box-shadow: none;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.serviceBox p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.featured-block-three .inner-box {
    position: relative;
    display: block;
    padding-right: 100px;
    min-height: 96px;
    text-align: right;
}
.featured-block-four .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    text-align: left;
}
.featured-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #dca60f;
    padding: 12px 0px;
    line-height: 20px;
    color: #da745b;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}
.featured-block-four .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    width: 80px;
    height: 80px;
    background: #dca60f;
    padding: 12px 0px;
    line-height: 20px;
    font-size: 42px;
    color: #a0a9e8;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.featured-block-three:hover, .featured-block-four:hover {
    background: #da745b;
}
.featured-block-three:hover .title3, .featured-block-four:hover .title3, .featured-block-three:hover p.text, .featured-block-four:hover p.text{color:#fff}
.featured-block-four .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    text-align: left;
}
.title3 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    color: #799c39;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Baloo 2', cursive;
}
p.text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    overflow: hidden;
}
 
.featured-block-three .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}
.features-section-two .column .inner .icon-box img {
    width: 40px;    filter: invert(1);
}
.featured-block-four .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}
.features-section-two .column:nth-child(2) {
    order: 12;
}
.features-section-two .image-column {
    padding-top: 0px;
    order: 4;
    text-align: center;
    margin-bottom: 0px;
}
/* bg */
.bg-light {
    background:#f9eee8c4 !important;
}
.serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted {
    background: #fff;
    border: none !important;
    box-shadow: 0px 0px 5px 0px #ccc;
    width: 98%;
    margin: 5px auto;
}
.image {
    border-bottom: 1px solid #eee;
}
/* div#accordionExample {
    border: 1px solid #eee;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
} */

   /* ABOUT CSS CUSTOM */ 
   .features {  width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/backgrounds.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
   .features:before { content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; background:#799c39e3; background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #799c39db 80%); } 
   .features .h2_title { color: #ffffff; } 
   .features .h2_title { font-weight: 700; margin-bottom: 40px; position: relative; text-transform: uppercase; text-align: center; color: var(--dark-red); font-size: 30px; padding-bottom: 10px; } 
   .features .features-holder { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 25px; } 
   .features .feature-panel-holder { padding-top: 25px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
   .features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {    border-color: #fff; margin-top: 12px; color: #fff;} 
   .features .feature-panel-holder .feature-panel { position: relative; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; overflow: hidden; cursor: pointer; margin-bottom: 33px; border-radius: 8px 0 8px 8px; border-color: rgba(249, 249, 249, .15); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } 
   .features .h2_title:after { bottom: -10px; content: ""; height: 3px; left: 50%;  background: #d2deff none repeat scroll 0 0; margin-left: -50px; position: absolute; width: 100px; } 
   .features .feature-panel-holder .feature-panel .feature-icon { margin-bottom: 5px; } 
   .features .feature-panel-holder .feature-panel .feature-icon img { width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; filter: invert(1); transition: .3s ease-in-out; } 
   .features .feature-panel-holder .feature-panel .feature-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 10px;     font-weight: 700;
       font-size: 18px;
       line-height: 28px;
       text-transform: inherit;
       margin-bottom: 6px;
       color: #ffffff;
       -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
       transition: 0.3s ease-in-out;font-weight: 600;font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #ffffff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;  } 
   .features .feature-panel-holder .feature-panel .feature-content p { text-align: center; font-size: 15px; line-height: 24px; margin-bottom: 0; color: #ffffff; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; height: 25px;     font-weight: normal !important;} 
   .features .feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: #91b94c; } 
   .features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: #fff; } 
   .features .feature-panel-holder:hover { padding-top: 0; } 
   .features .feature-panel-holder:hover .feature-panel .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
   .features .feature-panel-holder .feature-panel.feature-panel-dark {     background: #799c39;border: 1px solid rgb(255 255 255 / 18%); } 
   .features .feature-panel-holder .feature-panel a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); font-size: 13px; color: #ffffff; margin-top: -32px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
   .features .features-card .card-panel .panel-body .titleCat {    font-size: 18px;
       line-height: 32px;
       font-weight: 800;
       color: #799c39;
       margin-bottom: 10px;
       text-transform: capitalize; } 
   .features .features-card .card-panel.reversed .panel-icon { margin-right: 0; margin-left: 40px; display: flex; align-items: center; transform: translateY(-7px); } 
   .features .features-card .card-panel.reversed { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } 
   .features .features-card .card-panel {     border: 1px solid #eee;display: -webkit-box; display: -ms-flexbox; display: flex; background: #ffffff; border-radius: 8px 0 8px 8px; padding: 30px 40px 34px; -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); position: relative; -ms-flex-preferred-size: 48%; flex-basis: 48%;    align-items: center;} 
   .features .features-card .card-panel .panel-icon img { margin-left: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; min-width: 80px; width: 80px; } 
   .features .more-features { text-align: center; margin-bottom: 20px; } 
   .features .more-features p { font-weight: 700; font-size: 17px; color: #f4f4f4;    position: relative; margin-bottom: 0; } 
   .features .more-features.more-features-2 p a { color:#ffccc0;} 
   .features .more-features p a { position: relative; color:#ff8964; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; text-transform: capitalize; padding-bottom: 8px; } 
   .features .features-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); margin-top: -100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; z-index: 9; } 
   .counter-block img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid #ccc;filter: grayscale(1);} 
   .div-cla p.fs-18.mt-0 { text-align: justify; } 
   .counter-block p { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 12; -webkit-box-orient: vertical; overflow: hidden; } 
   /*  */
.fs-20.mt-3.mb-2.title3 {
    display: block;
    padding: 0px;
    color: #799c39;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Baloo 2', cursive;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
}
   .iti {width: 100%; }
   
   .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
       height: 40px;
   }
   /* contact us */ 
   .bg-sky { background: #799c39 !important; } 
   .contact .video-section .video-inner { position: relative; width: 100%; padding: 185px 0px; background-size: cover; background-repeat: no-repeat; background-position: left center; max-height: max-content; margin: 0 auto; border-radius: 6px; } 
   .corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color: #da745b; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
   .shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
   .z-index-1 { z-index: 1; } 
   .h-170 { height: 215px; } 
   .corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #da745b; border-width: 2px 0 0 2px; border-radius: 2px 0 0 0; } 
   .corner:after { content: ""; position: absolute; top: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #da745b; border-width: 2px 2px 0 0; border-radius: 0 2px 0 0; } 
   .corner .bottom_corners:before { content: ""; position: absolute; bottom: -2px; left: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #da745b; border-width: 0 0 2px 2px; border-radius: 0 0 0 2px; } 
   .corner .bottom_corners:after { content: ""; position: absolute; bottom: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #da745b; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
   .base-header2 { position: relative; z-index:1; } 
   .z-index-9{z-index: 9;} 
   .icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #ffffff; } 
   .iti {width: 100%;} 
   ul.social li { margin: 0px 0px; display: inline-block; border-radius: 5px; } 
   ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 25px; height: 25px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #ffffff;    border:0px solid #ffffff; } 
   .form-group, .form-control { position: relative;font-size: 15px; margin: 0px 0px 10px;font-weight: 600;} section.testimonials_section.pb-3:before { height: 65px;} 
   .why-choose-us-sd ul li{list-style:none} 
   .why-choose-us-sd ul li { list-style: none; display: flex; } 
   .why-choose-us-sd ul li svg { padding: 5px; background: #0068b333; border-radius: 50px; margin-right: 10px; } 
   .why-choose-us-sd ul li svg{padding: 5px;} 
   .why-choose-us-sd ul li { list-style: none; display: flex; margin-bottom: 10px; } 
   .youtube_video.float-start.p-3.rounded.py-2.bg-white { width: 100%; background: #fff; padding: 15px; box-shadow: 0px 0px 5px 0px #ccc;} 
   .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted{  transition: all 0.5s ease;}
   .serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted:hover{   box-shadow: 0px 0px 8px 0px #c9c9c9;  }
.serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted img{transition: all 1s ease;}
.serviceBox.text-center.rounded-3.overflow-hidden.border.border-muted:hover img{  transition: all 1s ease;  transform: scale(1.1);}
.image {overflow: hidden;}
.counter-block.bg-light.rounded.p-3.text-center.h-350.pt-4 { border: 1px solid #cccccc47;    height: 100%;}
.product_popup h6 {color: #da745b;margin: 0px;font-weight: bold;}
section.get-touch-area.py-5 .bg-light {background: #fffef5 !important;}
/* pdf */
.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0px 0;
    margin-bottom: 8px;
}
.productBrochureandvideo {
    margin-right: 15px;
    border: 1px dashed #16417887;
    padding: 5px;
    border-radius: 5px;
}
.productBrochureandvideo a {
    font-weight: 800;
    color: #da745b;
}
.productBrochureandvideo a svg {
    color: #da745b;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

  /* blogs */
  .aboutTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #2b2418;
    font-weight: 500;
    text-align: center;
    font-family: "Lilita One", sans-serif;
    font-size: 45px;
    line-height: 40px;
    position: relative;
    text-transform: capitalize;
}
.aboutTitle:before, .aboutTitle:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.aboutTitle:after {
    background: #5d8143;
    left: 30px;
}
.aboutTitle span {
    position: relative;
    color: #da745b;
}

.wps-latest-news.sec-spacer {
    padding: 0px 0px 55px;width: 100%;float: left;
}
.wps-latest-news .news-normal-block:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.wps-latest-news .news-list-block .news-list-item .news-img a {
    height: 100%;
}
.wps-latest-news .news-list-block .news-list-item .news-img img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}
.wps-latest-news .news-normal-block {
    padding: 7px 7px 15px;
    border: 0px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #ccccccd6;
    border-radius: 10px;
}
.wps-latest-news .news-normal-block .news-img {
    margin-bottom: 20px;
}
.wps-latest-news .news-normal-block .news-img img {
    width: 100%;border-radius: 5px;
}
.wps-latest-news .news-normal-block .news-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.wps-latest-news .news-normal-block .news-btn a:hover{    background-color: #08294f;}
.wps-latest-news .news-normal-block .news-date i {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-right: 4px;
    color: #799c39;
}
.wps-latest-news .news-normal-block .news-date span {
    color: #505050;
}
.wps-latest-news .news-normal-block .news-title {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0px;
    color: #333;
    margin-top: 10px;
}
.wps-latest-news .news-normal-block .news-title a{     color: #799c39;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Baloo 2', cursive;}
.wps-latest-news .news-normal-block .news-desc p {
    margin-bottom: 10px;
}
.wps-latest-news .news-normal-block .news-btn a {
    display: inline-block;
    margin-left: auto;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #da745b;
    color: #fff;
    margin-bottom: 20px;
}
.wps-latest-news .news-list-block .news-list-item .news-title a:hover, .wps-latest-news .news-list-block .news-list-item .news-title a:focus {
    color: #da745b;
}
.wps-latest-news .news-list-block .news-list-item .news-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wps-latest-news .news-list-block .news-list-item .news-title {
    font-size: 16px;
    margin-bottom: 7px;
}
.wps-latest-news .news-list-block .news-list-item .news-title a {
       color: #799c39;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Baloo 2', cursive;
}
.moreBtn a { 
    color: #da745b;}
    .moreBtn a:hover { 
        color: #fff;}
.wps-latest-news .news-list-block .news-list-item .news-desc p {
    margin-bottom: 0;
}
.wps-latest-news .news-list-block .news-list-item + .news-list-item {
    margin-top: 23px;
}
.wps-latest-news .news-list-block .news-list-item {
    overflow: hidden;
    padding: 8px;
    border: 0px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 0px 5px 0px #ccccccd6;
    background: #fff;
    border-radius: 5px;transition: all 0.3s ease 0s;
}
.wps-latest-news .news-list-block .news-list-item:hover{
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
/* .wps-latest-news .news-list-block {
    overflow: hidden;
} */
.wps-latest-news .news-list-block .news-list-item .news-img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right:3px;
    float: left;
}
.wps-latest-news .news-list-block .news-list-item .news-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: left;padding:7px 0px 6px 15px;
}
.wps-latest-news .news-list-block .news-list-item .news-img img {
    border-radius: 5px;
}

button.moreBtn {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex
;    border: 2px solid #799c39;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    transition: all 0.3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 35px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-weight: 700;
    background: #799c39;
    /* border: none; */
}
.wps-latest-news.sec-spacer {
    background-image: url(../images/bg-pattern.png);position: relative;
}
/* .wps-latest-news.sec-spacer::before {
    background-color: rgba(255, 255, 255, 0.9);
}
.wps-latest-news.sec-spacer::before {
     content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
} */
/* blogs end */
/* client partner start */
.bd-partner-bg {
    position: relative;
    z-index: 5;
}

.theme-bg-05 {
    background-color:rgb(253 239 232 / 36%);
}
.bd-partner-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/world-map.webp);
    background-size: cover;
    z-index: -1;
}
.bd-partner-bg p:last-child {
    margin-bottom: 0;
}
.bd-brand-wrapper.style-five .bd-brand-box {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.bd-brand-wrapper.style-five .bd-brand-item:first-child {
    border-width: 0;
}
.bd-brand-wrapper.style-five .bd-brand-item {
    border: 1px solid #e6e5e5;
    transition: all 0.3s linear;
    padding: 15px 15px;
    text-align: center;background: #fff;
}
.bd-brand-wrapper.style-five .bd-brand-item img {
    object-fit: cover;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
    border-width: 0 0 0 1px;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
    border-width: 0 1px 0 1px;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
    border-width: 0;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
    border-width: 1px 0 0 0;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
    border-width: 1px 0 0 1px;
}
.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
    border-width: 1px 1px 0 1px;
}
.bd-brand-wrapper.style-five .bd-brand-item:last-child {
    border-width: 1px 0 0 0;
}
.bd-partner-area.section-space.theme-bg-05.bd-partner-bg.fix {
    padding: 50px 0px 45px;
    width: 100%;
    float: left;
}
.bd-brand-wrapper.style-five .bd-brand-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: #ffffff;
}

/* client partner end */
/* faqs */
.accordion-item {
    margin-bottom: 5px;
    border-radius: 10px !important;
    overflow: hidden;    border: 1px solid #e9c6b0 !important;
}
.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}
.accordion-button {
    padding: 9px 15px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    color: #da745b;
    font-family: 'Baloo 2', cursive;
}
footer p:last-child {
    margin-bottom: 6px;
}
.images.overflow-hidden.rounded-5.rounded img {
    transition: all 0.5s ease;
}
.images.overflow-hidden.rounded-5.rounded:hover img {transform: scale(1.1);}
.slides {
    width: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
  
}
.slides.active {
    border: 1px solid #b46f0d;
}
.item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}

.item.youtube svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
a.moreBtn.mx-2, a.moreBtn.callback {
    color: #799c39;
    border: 2px solid #799c39;
}
a.moreBtn.mx-2:hover, a.moreBtn.mx-2:focus, a.moreBtn.callback:hover, a.moreBtn.callback:focus {
    background: #799c39;
    color: #fff;
    border-color: #799c39;
}
.single_image a.largeImage {
    aspect-ratio: 1;
    height: auto;
}
.single_image a.largeImage img{
    aspect-ratio: 1;
    height: auto;    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}
.more_info {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 18px;padding-right: 15px;
}
.aboutContent h2, .aboutContent h3, .aboutContent h4 {
    font-size: 30px;
    margin: 10px 0px;
    color: #799c39;
    font-weight: 500;
}
.productBox .productContent .productTitle { 
    padding: 0px;
}
.gallery_item_info .title4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.topbar .social li a { 
    padding: 0px 0px;
}
  /* video start code */
  .video_gallery { float: left; width: 100%; position: relative; padding: 50px 0; overflow: hidden; z-index: 1; } 
  .video_gallery .vd_bx { position: relative; overflow: hidden; z-index: 1; border-radius: 16px; border: 1px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; margin-bottom: 15px; } 
  .video_gallery .video-play-icon { width: 50px; height: 50px; line-height: 48px; } 
  .video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 65px; height: 65px; border-radius: 80px; text-align: center; line-height: 65px; color: #fff; display: block; margin: auto; transition: all .5s; background: var(--liner); background-color: #d9141b; box-shadow: 0 0 0 0 rgba(110, 39, 37, .5); -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); } @-webkit-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-moz-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-ms-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
  .video_gallery .moreBtn:before, .video_gallery .moreBtn:after { background: #333; } 
  .video_gallery .moreBtn:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; color: white; }
  /* video end code */
  .menubar { 
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
header .form-group, .form-control { 
    margin: 3px 0px; 
}
.search.mobile_hide input.form-control {
    background: #9fbd67;
    height: 33px;
    color: #fff;
    border-radius: 40px;
    border: 2px solid #ffffff69;
}
.search.mobile_hide input.form-control::placeholder{color:#fff;}


.footer:before {
    content: "";
    height: 11px;
    width: 100%;
    background: url(../images/nav-pattern.png) center;
    position: absolute;
    bottom: inherit;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(360deg);
}
.work-process-one::before {
    content: "";
    height: 11px;
    width: 100%;
    background: url(../images/nav-pattern.png) center;
    position: absolute;
    bottom: inherit;
    top: 0px;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(360deg);
}
.work-process-one::after {
    content: "";
    height: 11px;
    width: 100%;
    background: url(../images/nav-pattern.png) center;
    position: absolute;
    bottom: 0px;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(180deg);
}
.serviceBlock .captionBox .captionBox_title a { 
     font-family: 'Baloo 2', cursive;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
}
.testimonials_section .fs-3.text-white.text-start.fw-bold {
    font-weight: 500 !important;
    font-family: "Lilita One", sans-serif;
    font-size: 45px !important;
}
.read_more.moreBtn a{color:#fff;}
.read_more.moreBtn, .moreBtn {
     background:#daa71a;
    color: #fff;    margin: 1px;
    transition: all 0.5s ease;
    border: 2px solid #ecb92c;
    font-family: 'Baloo 2', cursive;
    text-transform: capitalize;
    font-size: 17px;
}
 .read_more.moreBtn:hover, .moreBtn:hover {
    background: #da745b;
    color: #fff; 
    border: 2px solid #da745b;
}

    /* Instagram Section */
         .insta-section {
         width: 100%;
         }
         /* Heading */
         .insta-id {
            font-size: 25px;
    font-weight: 700;
    color: #383838;
    text-decoration: none;
         }
         .insta-subtitle {
         font-size: 15px;
         margin-top: 8px;
         color: #444;
         }
         /* Carousel Item */
         .insta-item {
         border-radius: 14px;
         overflow: hidden;
         height: 280px;
         }
         /* Image Link */
         .insta-link {
         position: relative;
         display: block;
         width: 100%;
         height: 100%;
         overflow: hidden;
         }
         .insta-link img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: 0.4s ease;
         }
         /* Overlay */
         .insta-link::before {
         content: "";
         position: absolute;
         inset: 0;
         background: rgba(0,0,0,0.45);
         opacity: 1;
         transition: 0.3s ease;
         z-index: 1;
         }
         /* Instagram Icon */
         .insta-link::after {
         content: "";
         position: absolute;
         top: 50%;
         left: 50%;
         width: 32px;
         height: 32px;
         /* Data URI format with URL encoding */
        background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> <path fill="white" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/> </svg> ') no-repeat center/contain;
         transform: translate(-50%, -50%) scale(1);
         opacity: 0.5;
         transition: 0.3s ease;
         z-index: 2; 
         }
         /* Hover */
         /* .insta-link:hover::before {
         opacity: 1;
         } */
         .insta-link:hover::after {
         opacity: 1;
         transform: translate(-50%, -50%) scale(1.2);
         }
         .insta-link:hover img {
         transform: scale(1.1);
         }


         
.footer {
    /* background: #a13d00; */
    background:#993a22;width: 100%;float:left;
}
.d-flow-root {
    display: flow-root;
}
.w-48 {
    width: 48%;
}
.border-start1.border-end1.border-light-gray {
    border-left: 1px solid #ebebeb73;
    border-right: 1px solid #ebebeb73;
    padding: 0px 30px;
}
.background-imagesdfooter {
    padding-bottom: 70px;
    padding-top: 60px;
}
footer ul li {
    list-style: none;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}
.feature-box-content.text-center svg {
    width: 35px;
}

footer .link-secondary2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

footer a.link-secondary2:focus, footer a.link-secondary2:hover {
    color: #ffe001 !important;
}

.bg-black-transparent {
    background-color: #000000bf !important;
}

li.pb-1 a.link-secondary2.d-flex.align-items-start {
    font-size: 15px;
    font-weight: 400;
}

.footer:after {
    content: "";
    background: #0000006e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}

footer .text-gray-light {
    color: #ffca36;
}

.text-muted {
    color: #181818 !important;
}

footer p.link-secondary21 {
    color: #999999;
}

.footer-shadow {
    box-shadow: 0px 5px 5px 1px #00000069
}

.wps_copy {
    width: 100%;
    background: #993a22;
    line-height: 20px;
    color: #fff;
    padding: 10px 0px;
    border-top: 1px solid #cccccc30;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.footer:after {
    content: "";
    background: #0000006e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}

.footer:before {
    content: "";
    height: 11px;
    width: 100%;
    background: url(../images/nav-pattern.png) center;
    position: absolute;
    bottom: inherit;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(360deg);
}
.serviceBlock .overlayBox .linkBox a{color:#ecb92c}
.news-desc a.fw-bold.fs-61.mt-2.text-dark:hover, .wps-latest-news .news-normal-block .news-title a:hover{color:#da745b !important}
.owl-next:hover, .owl-prev:hover, #slider .owl-prev:hover, #slider .owl-next:hover{background:#da745b !important}



 /* CARD */
.grid-col .product_listing {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .35s ease;    margin: 0px;
}

/* IMAGE */
.grid-col .product,
.grid-col .product a {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.grid-col .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;    aspect-ratio: 1;
}

/* CONTENT */
.grid-col .right-content {
    position: relative;
}

.grid-col .title3 {
     font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 5px 0px;
}

.grid-col .title3 a {
       text-decoration: none;
    color: #da745b;
    transition: all 0.5s ease;
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.grid-col .title3 a:hover{color:#799c39}
.grid-col .blue-line1 {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin: 8px 0;
}
.grid-col .right-content a.moreBtn.ms-1:hover{    background: #da745b;
    border: 2px solid #da745b;}
/* TEXT CLAMP */
.grid-col .more_info p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.iti {width: 100%;}
select, input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.iti__selected-country-primary {
    background: #eee;
    padding: 0px 3px;
}
span.iti__country-name {
    color: #333;
}
 .iti .iti__selected-dial-code { 
    color: #333;
}
.error-message {
    color: red;
    margin-top: 5px;
}
.featured-block-four .inner-box p.text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    overflow: hidden;
}
.featured-block-four .inner-box {  
    max-height: 170px;
}
.featured-block-three .inner-box p.text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
.features-section-two .column .inner { 
    height: 100%;
}

.features-section-two .column .inner .image-box {
    height: 100%;
}
.features-section-two .column .inner .image-box img {
    height: 100%;
}
.more-contents{max-height: 330px;padding-right:15px;overflow-y: auto;}
.more-contents ul{padding: 0px;}
.more-contents ul li{list-style: circle;margin-left: 20px;text-align: left;margin-bottom: 10px;}
.news-list-block {
    margin-bottom: 10px;
}
.col-lg-5c{width:50%;padding:0px 15px;}.video_gallery .vd_bx img {
    min-height: 100%;
    object-fit: cover;
}
@media (min-width:1024px) {
    .why-choose-us .image-column .inner-column { 
    height: 920px;
}
.col-lg-5c{width:20%;padding:0px 15px;}
.why-choose-us .image-column .image { 
    width: 100%;
    height: 100%;
}
.video_gallery .vd_bx { 
    height: 300px;
}
.why-choose-us .image-column .image img { 
    height: 100%;
}
}
.right-content h4 {
    color: #333;
}

.product_listing.productlist .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 .right-content {
    padding-bottom: 10px;
}
.right-content table { 
    width: 100%;
}
.search-page .grid-col .title3 a {
    text-decoration: none;
    color: #da745b;
    transition: all 0.5s ease;
    line-height: 24px;
    padding: 0px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    text-align: center;
}
.search-page .pageInfo  .more_info {
    display: none;
}