body {
    background: #fff;
    color: #363636;
    font-family: "Figtree", sans-serif;    
    font-size: 15px;overflow: hidden;overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 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%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px !important;
}


.form-group {
    position: relative;
    margin-bottom: 15px
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #0098da;
}

.form-control:focus {
    border-color: #0098da;
    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: #00a455;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.search {
    max-width: 330px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
    margin-left: auto;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: #0098da;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: #00a456;
    color: #0098da;
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a {
    color: #0098da;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.phone_call a svg {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: #0098da
}


.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='77px' height='77px' 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='77px' height='77px' 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: 40px;
    height: 40px;
    margin-right: 10px;
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
    border: 1px dashed #ffc300;
}
.call-now:hover .img-bx {
    border-style: solid;
    transform: scale(1.05);
}
.call-now .img-bx svg {
    height: 16px;
    width: 16px;
    color: #ffc300;
}
.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: #00a456;
    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;    padding-left: 18px;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 27px 20px;
    display: block;
    color: #333;
    transition: all 0.3s ease;
    font-size: 18px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0px;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #0098da;
    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: 325px;
    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: #0098da;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: #0098da
}

.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: #0098da;
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 16px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;font-weight: 600;
    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: #0098da;
}

.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,
#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;
    border: 0;
    outline: 0;opacity: 1;
    background: #f7bd00;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-prev {
    left: 15px;
}

#slider .owl-next {
    right: 15px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background:#d1a000;
    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: invert(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 0px #cccccc85;
    width: 96%;
    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: #ffffff;
    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: #f7bd00;
    font-size: 30px;
    line-height: 65px;
    color: #424242;    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceBlock:hover .captionBox .icon {
    background: #0098da;
    color: #fff;
}

.serviceBlock .captionBox .icon img {
    width: 50px;
    height: 50px;
}

.serviceBlock .captionBox .captionBox_title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #00a456;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
}

.serviceBlock .captionBox .captionBox_title a {
    display: inline-block;
    color: #0098da;
    -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: #f7bd00;}
.serviceBlock:hover .captionBox .captionBox_title a {
    color: #0098da;
}

.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: #0098da;
    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: #0098da;
}

.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: #00a455
}

.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: #f7bd00;
    left: 30px;
}
.aboutText{
    text-align: center;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto 20px;
    font-style: italic;
    width: 100%;
}

.homeFactsheet {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 17px;
    border: 1px solid #eeee;
    border-radius: 11px;
}

.homeFactsheet img {
    margin-bottom: 10px;    width: 50px;
}

.homeFactsheet .factsheetTitle{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px;
    color: #0098da;
    text-transform: capitalize;
    letter-spacing:0.5px;
}

.homeFactsheet p {
    height: 40px;
    line-height: normal;
    margin: 0;
}
.wps_right h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #0098da;
}
.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: #e3ae00;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #e3ae00;
    transition: all 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
}

.moreBtn:hover,
.moreBtn:focus {
    background: #e3ae00;
    color: #fff;
    border-color: #e3ae00;
}
.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: 40px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.productBox .productImg {
    position: relative;
    border-radius: 100%;
    margin-bottom: 22px;
    display: inline-block;
    background: #fff;
    border: 10px solid #0098da;
    -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;
    
}

.productBox .productImg img {
    border-radius: 100%;
}

.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: #0098da;
}

.productBox .productImg .boxIcon img{
    width: 45px;
}
.productBox:hover .productImg .boxIcon{
    background: #0098da;
    color:#333;
}
.productBox .productContent .productTitle {
    margin-bottom: 10px;
}

.productBox .productContent .productTitle a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    -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;
}

.productBox:hover .productContent .productTitle a {
    color: #0098da;
}

.productBox .productContent p {
    color: #fff;
    font-size: 15px;
}

.productBox:hover .productImg {
    border-color: #0098da;
    animation: pulse 3000ms infinite;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #0098da;
      box-shadow: 0 0 0 0 #0098da;
    }
    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 #0098da;
      box-shadow: 0 0 0 0 #0098da;
    }
    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: #0098da;
    border-radius: 100%;
    z-index: 9
}
a:hover {
    color: #0098da;
}
#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    background: #0098da;
    color: #333;
    border-color: #0098da
}

#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: #0098da;
	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: #0098da;
	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: #00a456;
	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;
}

.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 #eeee;
    border-radius: 12px;;
    padding: 10px;
}

.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: 50px;
    filter: grayscale(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{ 
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px;
    color: #0098da;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*.feature-block h5 a:hover{
	color: #00a456;
}*/

.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: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
}

.testimonials_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 55px 0;
    background-color: #0099da;
}
.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: 300px;
    font-size: 15px;
}

.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 {
    padding-left: 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: #00a456;
    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: #0098da;
    border: 2px solid #0098da;
    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: 30px;
    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: #00a455;
}

.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 #00a455;
}

.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 h5{text-align: left; margin: 0; padding: 0;}
.blog-2 h4 a, .blog-2 h5 a{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0098da;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.blog-2:hover h4 a, .blog-2:hover h5 a{
    color: #00a456;
}
.blog-2 .read_more_btn{padding: 8px 25px; margin-bottom: 10px;}
.blog-2:hover .read_more_btn{background: #0098da; color: #fff; border-color: #0098da;}
.single-item a:hover{
    color: #0098da !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: #00a456;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2:after {
    background: #0098da;
    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: #0098da;
    background: #fff;
    font-weight: normal;
}
.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: invert(1);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #0098da;
    background: #fff;
}

.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%, #0098da, #094e6f);
    background:#f0f0f0 url(../images/ftr_bg.png) no-repeat center top;
    background-size: auto;
  padding: 50px 0px 20px;
  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: #fac828;
	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:#ffcc28;
    border-color:#ffcc28;
}

.web-pulse-india .moreBtn:hover,.web-pulse-india .moreBtn:focus {
    background: #ffcc28;
    color: #fff;
}

.web-pulse-india p span {
    float: left;
}
.footer-lings-2{display: flow-root;}
.footer-lings-2 li{float: left;margin-right:1%;width: 49%;}
ul.footer-links.footer-lings-2 li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.web-pulse-india h4 span {
    color: #0098da;
}

.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: #fdd141;
}

.address_group p {
    margin-bottom: 5px;
    color: #fff;
}
.address_group p a{
    color: #fff;
}

.address_group p a:hover{color:#fdd141;}

.wps_copy { float: left;
    width: 100%;
    background:#008d4a;
    line-height: 24px;
    color: #fff;    padding: 10px 0px;
    box-shadow: 0px -1px 2px 0px #5c5c5c;

}

.wps_copy a {
    color: #ffd000;
    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: 9;
    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: #0098da;
}

#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
}

#web-pulse-scroll-up:hover {
    background: #0098da;
    color: #333;
}

.web-pulse-india address {
    float: left;
    width: 100%;    margin-bottom: 5px;
}

.web-pulse-india address .title_6 {
    font-size: 18px;
    color: #bae2ff;
    margin: 0 0 0px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.popular_tag {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}

.popular_tag li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.popular_tag li a {
    border: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    color: #fff;
    border-radius: 50px;
    padding: 4px 15px;
}

.widget__newsletter-form {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #222;
}

.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fd5d14;
    color: #fff;
    text-align: center;
}

.widget__newsletter-form .btn i {
    position: relative;
    font-size: 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: #00a456;
}
.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: #0098da;
    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: #0098da;
    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: 100%;
    background-position: center;
    padding: 170px 0 50px;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding:0px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}



/* Breadcrumb*/
.inner_breadcrumb{ float: left; width: 100%; background:#fff;position:relative;margin:0;box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
.inner_breadcrumb .breadcrumb{background:none;border-radius:0;border:none;list-style:none;padding:0;float:left;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:#f7b11b;}
.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: #01a455;
    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: #f7b11b;
    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: #0098da;
    margin-bottom: 25px;
    position: relative;
	overflow: visible;
}

.about_page .title_2:after {
    background: #f7b11b;
    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: #f7b11b; font-size: 24px; color: #fff; font-weight: 600;}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #0098da;
}

.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: #f7b11b;
    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: #f7b11b;
    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: #f7b11b;
    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: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #0098da;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #0098da;
    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;    font-weight: 500;

}

.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: #f7b11b;
    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: 500px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #0098da;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #0098da;
}

 
.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: #0098da;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #00a456;
    border: 1px solid #00a456;
    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: #f7b11b;
    color: #fff;
    border: 1px solid #f7b11b
}

.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;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: inherit;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 300px;
    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: 100%;object-fit: cover;
    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: #0098da;
}

.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: nowrap;
    text-overflow: ellipsis;
}

.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 {
    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{
    color: #00a456;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: #0098da;
}

.product_listing:hover .right-content h4 a {
    color: #0098da;
}

.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: #0098da;
    width: 40%;
}
.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #0098da;
    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 #0098da; 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: #0098da;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}
.testimonial_author .loc {
    color: #f7b11b;
    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: 350px;
}

.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: #0893d4;
}

.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: #f7b11b;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: #f7b11b;
  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: #f7b11b;}



/* New Blog Details Page */
.blog_details{ float: left; width: 100%; background: #fff; }
.blog_details ul {display: inline-block; margin:0px 0 20px; padding: 0;}
.blog_details ul li {display: inline-block; margin-right: 15px; list-style: none;}
.blog_details ul li:before{ content: none; margin: 0;}
.blog_details ul li a {color: #333333; transition: all 0.5s ease-out;}
.blog_details ul li i {margin-right: 5px;}
.blog_details1{ float: left; width: 100%; margin: 0; padding: 0;}
.blog_details1 img{ margin-bottom: 15px;}
.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p{ text-align: justify; line-height: 24px;}
.blog_details1 .block-quote {padding: 30px 40px;margin-bottom: 20px;background: #eee;border-left: 3px solid #e59509;}
.blog_details1 .block-quote p{ font-size: 15px; line-height: 24px;}
.blog_details1 h3{ margin: 0 0 5px; padding: 0; line-height: 30px;}
.blog_details1 ul{float: left; width: 100%; margin: 0 0 25px; padding: 0;}
.blog_details1 ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}
.fb-comments{ width: 100%;}

/* 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;
}

#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: #0098da;
    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: #f7b11b;
}

.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: #f7b11b;
    border: 1px solid #f7b11b;
}

.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: #0098da;
}


/* 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: #f7b11b;
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:#f7b11b;}

.market_area h3 {
    float: left;
    display: block;
}
.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0098da;
}
.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: #0098da;
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}
#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: #0098da;
    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: #f7b11b;
}
.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: 30px 30px;
    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: #00a456 ;
    font-weight: 700;
    font-size: 17px;
}
.review_item .clint-info-wrapper .client-info span {
    color:#ebb400;
    font-weight: 500;
    font-size: 15px;
}
.review_item .description {
    margin-top: 10px;
}
.review_item .description p {
    margin-bottom: 0;
    color: #666;
    font-weight: 600;
}
/* 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: #ffd524; 
    padding-right: 3px;
}
.qut-frm.bg-dark.p-4.rounded-3 button.moreBtn {
    background: #fff;
    color: #0098da;
    border: 2px solid #ffd524;
}
.qut-frm.bg-dark.p-4.rounded-3 {
    background: #0098da !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 #eee;
    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;
}
.featured-block-four {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 33px 20px;
    transition: all 700ms ease;
    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: #00a456;
    padding: 12px 0px;
    line-height: 20px;
    color: #0098da;
    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: #00a456;
    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: #0098da;
}
.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: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    color: #0099da;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
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: #fff2100d !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:#07a155eb; background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #00a756d6 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: #01994e; } 
   .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 { 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: #0068b3;
       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: #ffcd07;} 
   .features .more-features p a { position: relative; color:#ffcd07; -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: 7; -webkit-box-orient: vertical; overflow: hidden; } 
   /*  */
   .fs-20.mt-3.mb-2.title3 {
       font-size: 18px;
       font-weight: 800;
   }
   .iti {width: 100%; }
   
   .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
       height: 40px;
   }
   /* contact us */ 
   .bg-sky { background: #00a456 !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: #e3ae00; 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 #fa9928; 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 #fa9928; 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 #fa9928; 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 #fa9928; 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 3px; 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;}
.product_popup h6 {color: #00914c;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: #0098da;
}
.productBrochureandvideo a svg {
    color: #0098da;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}