@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
body{background:var(--white);color:var(--light-black);
     font-family:  'Quicksand', sans-serif;overflow: hidden;overflow-y: scroll;
    font-size:15px;letter-spacing: 0.5px;}
    :root {
        --black: #0c0c0c;
        --light-black:#212529;
        --white:#ffffff;
        --red: #ef1997;
        --dark-red:#eb008b ;
        --dark-pink:#e8028c ;
        --dark-gray:#363636;
        --gray: #ccc; 
        --light-gray:#eee;
        --light-yellow:#feca03;
        --blue-light:#01b8f1; 
        --light-light-yellow:#fff9ed;
        --blue-gradient:linear-gradient(180deg, rgb(3 184 233), rgb(99 212 255));
      }
      .bg-blue{background:var(--blue-light) !important}
h1,
h2,
h3,
h4,
h5,
h6{ font-family:'Poppins', sans-serif;color:var(--black);margin:0 0 20px;}    
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{color:var(--black);   font-family: 'Poppins', sans-serif;}
p a{color:var(--light-black); width: auto;
display: inline-block;}
.title, .title3{   font-family: 'Poppins', sans-serif;}
p a:hover{text-decoration:underline;outline:none;}
p{letter-spacing:0.5px;margin-bottom:10px;line-height:24px;font-size:15px;color:var(--light-black);font-weight: 500;}    
a{color:var(--light-black);text-decoration:none;outline:none;display:block;}
a:hover,
a:focus,
a:active{outline:none;text-decoration:none;}
img{max-width:100%;height: auto;}
iframe{border:0;width:100%;}
blockquote{padding:0;border:0;}
label{color:var(--light-black);display:block;font-weight:400;margin:0;}
textarea {
    height: 100px !important;
}
textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px!important;
}
.border-blue{border-color: var(--blue-light) !important;}
.form-group{position:relative; margin-bottom: 15px;}
.form-control::-moz-placeholder{color:var(--light-black);}
.form-control:focus::-moz-placeholder{color:var(--light-yellow);}
.form-control:focus{border-color:var(--light-yellow); box-shadow: none;}
.d-flow-root{display: flow-root;}
h2{font-size:26px;font-weight:bold;}
h3{font-size:20px;margin:0 0 30px;font-weight:bold;overflow:hidden;}
h3 span{padding:0 10px 0 0;position:relative;}
h4{font-size:16px;font-weight:bold;margin:0;text-transform:capitalize;text-align:center;padding:15px 0;color:var(--white);}
h5{text-transform:capitalize;}

/* Header*/
.web-pulse-header{float:left;width:100%; }

/* Top Header*/
.topbar {
    width: 100%;
    height: auto;
    background: var(--blue-gradient);
    margin: 0;
    padding: 0;
    position: relative;
}
.top_contact li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    padding-right: 8px;
    border-right: 1px solid rgb(247 247 247);
    color: var(--white);
    line-height: 35px;
    font-weight: 600;
    font-size: 14px;
}
.top_contact li a {
    font-size: 14px;
    padding: 0;
    margin: 0;transition: all 0.5s ease;
    color: var(--white);
    font-weight: 600;
}
.top_contact li a:hover{color: var(--black);}
.web-pulse-header .w-e-b-p-u-l-s-e-topbar{ background:var(--white); padding: 0px 0;}
.logo{margin: 0px 0 0;position: relative;}
/* .logo::after{    content: "";
    background-color: var(--white);
    position: absolute;
    z-index: 0;
    width: 115%;
    height: 100%;
    top: 0px;
    left: -7%;
    transform: skew(14deg, 0deg);} */
    .logo img{position: relative;z-index: 9;}
.top_right{float: left; width: 100%; display: flex; justify-content: flex-end; height: 40px; align-items: center; margin: 15px 0;}
.search {
    max-width: 330px;
    width: 100%;
    margin:0 0px;
    padding: 0;
    position: relative;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 40px;
    background: var(--light-yellow);
    color: var(--white);
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 4px 4px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: var(--blue-light);
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    padding: 0
}

.phone_call a{
    color: var(--blue-light);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.phone_call a svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: var(--light-yellow)
}
.navbar .phone_call{margin: 10px 0;}
.navbar .phone_call a{color: var(--white);}
.navbar .phone_call a:hover,.navbar .phone_call a:focus{color: var(--light-yellow);}
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 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: #231573;
}

ul.social li a svg {
    color: var(--white);
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #212121;
}

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: var(--blue-light);
}
.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--white);
    font-size: 25px;
    border-radius: 0; 
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--blue-light);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 10px 20px;
    display: block;
    color: var(--dark-gray);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color:var(--dark-red);
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: var(--white);
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--light-gray);
    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: var(--white);
    background: var(--blue-light);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: var(--white);
    background: var(--blue-light)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: var(--white);
    color: var(--light-black)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: var(--white);
    background: var(--blue-light)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: var(--light-black);
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    background: var(--white);
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}
ul.top_contact.p-0.m-0.first li:last-child{border-right:none;}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--white);
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;    color:var(--dark-gray);
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--dark-red);
}

.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: var(--light-black);
}

.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: var(--white);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}





.navigation .menu ul > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}


.navigation .menu ul > li > ul.cs-dropdown > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul > li ul.cs-dropdown {
    position: absolute;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: var(--white);
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul > li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--light-gray);
    width: 100%;
}

/*.navigation .menu ul > li:nth-child(3) ul.cs-dropdown {
    width: 520px
}

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
}

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even) {
    border-left: 1px solid var(--light-gray);
}*/

/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
    max-width: 100%;
}

#slider .owl-prev,
#slider .owl-next, #slider1 .owl-prev,
#slider1 .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--light-black);
    border: 0;
    outline: 0;
    background: var(--blue-light);opacity: 1;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-prev, #slider1 .owl-prev{
    left: 30px;
}

#slider .owl-next, #slider1 .owl-next{
    right: 30px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover, #slider1 .owl-prev:hover,
#slider1 .owl-next:hover {
    background: var(--blue-light);
    color: var(--white);
    border-color: var(--blue-light)
}

#slider .owl-dots, #slider1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}


/* Fetures */
.w-p-s-home-feture {
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: var(--light-yellow);
}
.offers .item{display: flex; align-items: center;}
.offerhead {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    float: left;
    margin: 0;
    color: var(--blue-light);
}
.viewbt {
    color: var(--white);
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    text-decoration: none;
    float: right;
    background-color: var(--blue-light);
    border: 0;
    border-radius: 4px;
    margin-left: auto;
}
.viewbt:hover{background: var(--blue-light); color: var(--white);}

.home_featured{float:left;width:100%;margin:0;padding:50px 0;background:var(--white);}
.about-counters.welcomeAbout{background:var(--light-light-yellow)}
.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: var(--dark-red);
    margin-bottom: 25px;
    position: relative;    font-weight: 700;
	overflow: visible;
}

.title_2:after {
    background: var(--light-yellow);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}
#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: var(--white);
    border: 0;
    outline: 0;
    background: var(--blue-light);
    border-radius: 100%;
    z-index: 9
}

#featuredProducts .owl-nav .owl-prev {
    left: -20px;
}

#featuredProducts .owl-nav .owl-next {
    right: -20px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    background: var(--light-yellow);
    color: var(--white);
    border-color: var(--light-yellow)
}

#featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.feature_item .item {
    background: var(--white);
    padding: 5px;
    box-shadow: 0px 0px 5px 1px var(--light-gray);
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    overflow: hidden;
}
.feature_item .feature_image {
    position: relative;
    text-align: center;
    min-height: 345px;
    overflow: hidden;
    border-bottom: 3px solid var(--light-yellow);
}

.feature_item .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 345px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.feature_item .image img{ position: absolute; margin:auto; padding: 0; top:50%;left:50%; transform: translate(-50%, -50%); max-width: 100%; width: 100%; /*max-height: 100%;*/}
.feature_item:hover .feature_image .image{transform:scale(1.1)}

.feature_sec{display:block;overflow:hidden;padding: 15px; text-align: center;}

.feature_sec .title_h3 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold;
    overflow: hidden;
}
.feature_sec .title_h3 a{ color: var(--light-black);}
.feature_sec:hover .title_h3 a{ color: var(--blue-light);}
.feature_sec p{font-weight:400;font-size:16px;color:var(--light-black);}

.read_more {
    position: relative;
    padding: 10px 25px 10px 25px;
    background: var(--blue-light);
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: var(--white);
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 47%);
    transition: all 0.3s;
    margin-top: 20px;
    height: 44px;
}

.read_more:before,
.read_more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: var(--light-yellow);
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .3s ease-in-out;
}

.read_more:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.read_more:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.read_more:hover:before,
.read_more:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}

.read_more:hover {
    color: var(--white);
}
button.read_more{border: 0; margin: 0; border-radius: 4px;}


.title_3 {
    overflow: visible;
    padding: 0 0 0px;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: var(--dark-red);
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}
.work-content h2 {
    font-size: 22px;
    margin: 10px 0px;
    color: var(--blue-light);
}
.title3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--blue-light);
}
.video-headings.title3 {
    font-size: 22px;
}
.welcomeAbout .single-work-services {
    box-shadow:0px 0px 5px 1px #ccccccb5;
    border-radius: 5px;
    padding: 20px 20px 30px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: var(--white);
    margin-bottom: 20px;
    height: 170px;
}
.text-center.lsp-5.lh-base.title3.text-black.fw-bold.lsp-5px.pb-0.mb-2 {
    color:var(--dark-red) !important;
}
.welcomeAbout .single-work-services img {
    width: 50px;
}
.welcomeAbout .single-work-services .title {
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: var(--dark-red);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.welcomeAbout .single-work-services p {
    font-size: 14px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin: 0;
}
.title_3:after {
    background:var(--light-yellow);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    width: 50px;
}
.title_5 {
	text-align: center;
	overflow: visible;
    padding: 0 0 0px;
    font-size: 24px;
    margin: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_5:after {
    background: var(--light-yellow);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin:0 auto;
    position: absolute;
    width: 50px;
}
.home_right{float: right; max-width: 450px; margin: 0 0 15px 25px; border-radius: 8px; overflow: hidden;}

.work-exp-area{float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--white)9ed;}
.work-exp-area .work-content .work-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
section.welcomeAbout {
    background: var(--white)9ed;
}
.work-exp-area .work-content .work-header span {
    height: 100px;
    width: 100px;
    border: 5px solid #d2d2d2;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    font-weight: 700;
    color: var(--light-yellow);
    margin-right: 20px;
    display: inline-block;
}
.work-exp-area .work-content .work-header .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
}
.work-exp-area .work-content .work-item .title {
font-size: 18px;
line-height: normal;
padding-top: 15px;
padding-bottom: 5px;
margin: 0;
text-transform: initial;
}
.work-exp-area .work-content .work-item .title span {
    color: var(--light-yellow);
}
.work-exp-area .work-content h2.title_3{font-size: 24px; margin-bottom: 20px;}
.work-exp-area .work-content h2{font-size: 20px; margin: 15px 0 10px;}
.work-exp-area .work-content .work-item p {
    line-height: 25px;
    padding-right:0px;
    text-align: justify;
}
.work-exp-area .work-content .single-work-services p{text-align: left;}
.work-exp-area .work-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 11px;
    display: block;
    max-width: 100%;
    clear: left
}

.work-exp-area .work-content li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.work-exp-area .work-content 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>");
}


.work-exp-area .single-work-services {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px 25px 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: var(--white);
    margin-bottom: 30px;
}

.work-exp-area .single-work-services .title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: var(--blue-light);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.work-exp-area .single-work-services p {
    font-size: 15px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    margin: 0;
}

.video-section {
    margin: 0;
    padding:0px 0 0px;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    max-width: 640px;
    width: 100%;
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0;
    border-radius: 6px;
}

.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--white);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background: var(--light-yellow);
    border-radius: 4px;
    border: 1px solid var(--light-yellow);
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: var(--white);
    color: var(--blue-light);
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}


/* Home About */
.home_about-web-pulse{float:left;width:100%;color:var(--white);padding:80px 0;background:url(../images/home/about_bg.jpg) no-repeat fixed;background-repeat:repeat;background-size:100%;position:relative; overflow: hidden;}
.home_about-web-pulse{ padding: 0;}
.home_about-web-pulse .features-image {
    width: calc(75% - 210px);
    float: left;
    display: block;
}
.home_about-web-pulse .web-pulse-features-area {
    width: -webkit-calc(25% + 210px);
    width: calc(25% + 210px);
    float: left;
    position: relative;
}
.home_about-web-pulse .web-pulse-features-area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
     background: rgba(229,149,9, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.home_about-web-pulse .web-pulse-features-area .features {
    max-width: 460px;
    position: relative;
    z-index: 2;
}

.home_about-web-pulse:before{background-color:rgba(17, 17, 17, 0.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}
.home_about-web-pulse h3{color:var(--white);font-size:36px;font-style:italic;}
.home_about-web-pulse h3 span{color:var(--light-yellow); font-weight: 700;}
.home_about_text{ margin-bottom: 20px;}
.home_about-web-pulse .home_about_text p{color:var(--white);font-size:15px;text-transform:capitalize;padding:0 0%;font-weight:500; line-height: 24px;}
.home_about-web-pulse .home_about_text p a{ color: var(--white);}

.webpulse_welcome_list{padding: 40px 0px 40px 30px; z-index: 9}
.webpulse_welcome_col{padding: 40px 20px 40px 90px;z-index: 5}
.webpulse_welcome_list img {width: 100%;float: left;height: auto;margin-bottom: 15px;}
.webpulse_welcome_list p {color: var(--white);letter-spacing: 0.1px;margin: 0px 0px 15px;}
.home_video{ width: 100%; height: 330px;}
.wps-factsheet{width:100%;float:left;padding:10px 0;background:#f6f6f6;border:1px solid #eaeaea;box-shadow:0 8px 4px -4px var(--light-black); margin-bottom: 15px; min-height: 80px;}
.wps-factsheet .icon{height: 55px; float: left;}
.wps-factsheet .icon img{float: left; width:55px;padding-left: 5px;padding-right:10px; }
.wps-factsheet .info{padding-top:2px; text-align: left;}
.wps-factsheet .info h4{margin:0px;padding:2px 5px;font-size:14px;font-weight:600;color:var(--light-black); text-align: left; text-transform: inherit;}
.wps-factsheet .info p{ font-size: 12px; margin: 0; line-height: 18px; color: #666;}


.webpulse_home_product{float:left;width:100%;margin:0;padding:50px 0;background:var(--blue-light);    background-image: url(../images/product-images.jpg);}
.webpulse_home_product h2{color: var(--white); margin-bottom: 50px;}

.feature_item_1{background: var(--white); margin: 0 0 0px; padding: 0;}
.feature_item_1 .feature_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    border-bottom: 3px solid var(--light-yellow);
}
.featuredProducts2 .owl-prev, .featuredProducts2 .owl-next { 
    background: var(--light-yellow) !important; 
}
.feature_item_1 .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.feature_item_1 .image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}
.feature_item_1:hover .feature_image .image{transform:scale(1.1)}
.feature_item_1 .feature_sec{display:block;overflow:hidden;padding: 0px; text-align: center;}
.feature_item_1 .feature_sec h3 {
    display: flex;
    width: 100%;
    text-align: center;
    float: inherit;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px!important;
    color: var(--light-black);
    align-items: center;
    justify-content: center;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 23px;
    text-transform: capitalize;
    height: 50px;
}
.feature_item_1 .feature_sec span a{ color: var(--light-black); font-weight: 600; border-bottom: 0px; padding-bottom: 10px;}
.feature_item_1 .feature_sec:hover span a{ color: var(--light-yellow);}
.feature_item_1 .feature_sec h3 a, .feature_item_1 .feature_sec h4 a{     color: var(--blue-light);
    font-weight: 600;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-size: 18px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;}
.feature_item_1 .feature_sec:hover h3 a, .feature_item_1 .feature_sec:hover h4 a{ color: var(--light-yellow);}
.feature_item_1 .feature_sec p{font-weight:400;font-size:15px;color:var(--light-black);}
.feature_item_1 .feature_sec .read_more{ margin-top: 0!important;}
.bg_1{background: var(--light-yellow);}

#ourProducts .owl-prev,
#ourProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--white);
    border: 0;
    outline: 0;
    background: #000;
    border-radius: 100%;
    z-index: 9
}

#ourProducts .owl-nav .owl-prev {
    left: -20px;
}

#ourProducts .owl-nav .owl-next {
    right: -20px;
}

#ourProducts .owl-prev:hover,
#ourProducts .owl-next:hover {
    background: var(--light-yellow);
    color: var(--white);
    border-color: var(--light-yellow)
}

#ourProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}


.wps_why_us {
    float: left;
    width: 100%;
    color: var(--white);
    padding: 40px 0;
    margin: 0;
    background: var(--white);
}
.wps_why_us .title_2{margin-bottom: 50px;}
.ctpbox {
    background: var(--blue-light);
    margin-top: 30px;
    height: 150px;
    position: relative;
}

.ctpbox .texti {
    padding-top: 80px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    color: var(--white);
}

.ctpcount {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: -40px auto 0;
    border: 3px solid var(--light-yellow);
    text-align: center;
    background: var(--white);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.ctpcount img {
    width: 65px;
    margin: 15px auto;
}



/* Home Nature Life */
.web-pulse-choose{float:left;width:100%;color:var(--white);padding:80px 0 0;background:url(../images/home/background1.jpg) no-repeat fixed;text-align:center;background-repeat:repeat;background-size:100%;position:relative;}
.web-pulse-choose:before{background-color:rgba(17, 17, 17, 0.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}

.red-sec-heading{border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:0px 0 50px;margin-bottom:15px;}
.red-sec-heading h5{color:var(--white);margin:0;float:left;font-size:30px;font-weight:bold;}
.why_choose_p{ color: var(--white); text-align: left; margin-bottom: 15px;}
.icon_box{background:var(--light-yellow); text-align: left; padding-left: 15px !important; position: relative; padding: 20px !important; margin-bottom: 30px; overflow: hidden; border-radius: 0; min-height: 130px; transition: all .3s ease;}
.icon_box img{
    display: inline-block;
    font-size: 42px;
    transition: all 0.3s ease;
    font-weight: 600;
        vertical-align: text-bottom;
}
.media-heading{ text-align: left; padding: 0; margin-bottom: 10px !important; color: var(--white); font-size: 20px;}
.icon_box p{ color: var(--white); font-weight: 400;}
.icon_box:hover{transform: translateY(-5px);}




/* Home Blog */
.webpulse-home_blog{float:left;width:100%;margin:0;padding:50px 0;background:var(--white)9ed;}
.carousel-indicators [data-bs-target] { 
    background-color: var(--blue-light);}
/* Home Testimonials */
.home_testimonials_webpulse {
    float: left;
    width: 100%;
    color: var(--white);
    padding: 50px 0 30px;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webpulse:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_testimonials_webpulse .title_2 {
    color: var(--white);
    margin-bottom: 50px;
}
.web-pulse-testimonials{float:left;width:100%;}
.testimonials-item{padding:40px 30px;font-size:15px;font-style:italic;background:var(--light-gray);border-radius:4px;line-height:24px;color:var(--light-black); min-height: 260px; display: flex; align-items: center}
.dont-know{float:left;width:100%;position:absolute;z-index:999;}
.web-pulse-testimonials .testimonial-info{font-size:16px;padding:0 15px;margin-top:18px;}
.web-pulse-testimonials .testimonial-info span{float:left;top:3px;font-weight:600;position:relative;color:var(--white);}
.web-pulse-testimonials .testimonial-info p{color:var(--white);display:block;font-size:13px;margin-top:10px;}
.web-pulse-testimonials .testimonial-info img{width:80px;float:left;height:80px;padding:2px;margin-right:15px;border:solid 1px var(--light-gray);}
.web-pulse-testimonials .testimonial-author{overflow:hidden;}
.testimonials-item{position:relative;}
.testimonials-item:after,
.testimonials-item:before{left:80px;bottom:-20px;}
.testimonials-item:after{border-top:22px solid;border-left:0 solid transparent;border-right:22px solid transparent;}
.testimonials-item:after{width:0;height:0;content:" ";display:block;position:absolute;border-top-color:var(--light-gray);border-left-style:inset;border-right-style:inset;}
.rounded-x{border-radius:50%;}


.faq_section{float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--light-gray);}
.accordion-item{margin-bottom: 15px; border-radius: 16px!important; overflow: hidden;}
.accordion-header{padding: 0!important; margin: 0!important; text-transform: initial;}
.accordion-item:not(:first-of-type){border: 1px solid rgba(0, 0, 0, 0.125);}
.accordion-button{padding: 12px 15px; font-size: 18px; font-weight: normal;}
.accordion-button:not(.collapsed){
    color: var(--white);
    background: var(--blue-light);
    font-weight: normal;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");    
  transform: rotate(0deg);
}
.accordion-button:hover,
.accordion-button:focus {
    color: var(--white);
    background: var(--blue-light);
}
.accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}
.accordion-body p{font-size: 15px; line-height: 24px;}

.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background-image: url(../../designer/images/pattern.png);
    background-position: center center;
}

.webpulse_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: var(--white);
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin:0px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0
}

.webpulse_home_clients .item .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: auto;
    max-height: max-content;
    overflow: hidden;
}

.webpulse_home_clients .item .image img {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    width: 100%;
    max-height: 100%;
}

.webpule_quote {
    float: left;
    width: 100%;
    background: var(--blue-gradient);
    display: block;
    overflow: hidden;
    padding: 20px 0px;
}
.banner-contact {
    float: right;
    display: flex;
    align-items: center;

}
.banner-contact a svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: var(--white);
    text-align: center;
    line-height: 24px;
}
.banner-contact a {
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.banner-contact span{
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.banner-btn {
    float: right;
    padding: 10px 20px;
    color: var(--white);
    font-weight: 600;
    font-size: 15px !important;
    background: var(--blue-light);
    border-radius: 4px;
}
.banner-btn:hover,.banner-btn:focus{
    background: var(--blue-light);
    color:var(--white);
}
.banner-content .title4 {
    float: left;
    margin-bottom: 0;
    color: var(--white);
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
    font-weight: 700;
}
.banner-contact a.banner-btn {
    color: var(--light-black);background: var(--light-yellow);
}
.footer_area {
    float: left;
    width: 100%;
    position: relative;
    background: var(--light-black);
    padding-top: 50px;
    overflow: hidden;
}
.footer_area img.footer_shape {
    position: absolute;
    right: 0;
    top: 65px;
}
.footer_area .footer_widget .footer_logo {
    margin-bottom: 23px;
    display: inline-block;
}
.footer_area .footer_widget p {
    font-size: 15px;
    color: var(--white);
    margin-bottom: 10px;    text-align: justify;
}
.footer_area .footer_widget.explore_vizeon {
    padding-left: 0px;
}
.footer_area .footer_widget .widget_title {
    color: var(--light-yellow);
    text-transform: capitalize;
    text-align: left;
    padding: 0px 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer_area .footer_widget .flex_widget_links {
    display: flex;
    align-items: flex-start;
}
.footer_area .footer_widget .flex_widget_links .link {
float: left; width: 100%; margin: 0; padding: 0;
    
}
.footer_area .footer_widget .flex_widget_links .link li {
    display: block;
    line-height: 22px;
    margin-bottom: 12px;
}
.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 22px;
    color: var(--white);
    font-size: 15px;   font-weight: 500;
    letter-spacing: 0.5px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer_area .footer_widget .flex_widget_links .link li a:hover{color: var(--light-yellow);}
.footer_area .footer_widget.question {
    padding-right: 0px;
}
.footer_area .footer_widget .address{display: flex;}
.footer_area .footer_widget .question_bx {
    margin-bottom: 23px;
    float: left; width: 100%;
}
.footer_area .footer_widget .question_bx svg {
    color: var(--blue-light);
    margin-top: 5px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: left;
    min-width: 35px;
    background: var(--white);
    border-radius: 7px;
    padding: 8px;
}
.footer_area .footer_widget .question_bx .number, .footer_area .footer_widget .question_bx .email, .footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}
.footer_area .footer_widget .question_bx p,
.footer_area .footer_widget .question_bx p a {
    color: var(--white);
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
    margin-bottom:0px;
    display: flex;
    align-items: center;
}
.question_bx.phone {
    display: flex;
    align-items: center;
}
.footer_area .footer_widget .question_bx p a:hover{color: var(--light-yellow);}
.footer_area .footer_widget .question_bx h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.footer_area .footer_widget .question_bx span a{color: var(--white); display: inline-block;}
.footer_area .footer_widget .question_bx span a:hover,.footer_area .footer_widget .question_bx span a:focus{
    color: var(--light-yellow);
}
.footer_area .footer_widget .question_bx:last-child {
    margin-bottom: 0;
}
.footer_area .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
padding: 15px 0 5px 0;
margin-top: 35px;
    color: var(--white);font-size: 15px; 

}
.footer_area .copyright a{color: var(--light-yellow); display: inline-block;}
.footer_area .copyright p {
    color: var(--white);
    font-size: 14px;
}
.footer_area .copyright p a {
    color: var(--white);
}
.text-right{text-align: right;}
.footer_area .copyright .footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_area .copyright .footer_social li {
    margin-left: 57px;
}
.footer_area .copyright .footer_social li:first-child {
    margin-left: 0;
}
.footer_area .copyright .footer_social li a {
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}
.footer_area .footer_widget .question_bx .number, .footer_area .footer_widget .question_bx .email, .footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 9;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--white);
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--light-yellow);
    
}
#web-pulse-scroll-up svg{width: 20px; height: 20px;}
#web-pulse-scroll-up:hover{background:var(--light-black);border: 1px solid;}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: var(--white);
    position: fixed;
    left: 15px;
    bottom: 90px;
    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);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: var(--white);
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}


.send_enquiry {
    background: var(--white);
    border-radius: 40px;
    bottom: 30px;
    color: var(--white);
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #fbb030 0%, #fbb030 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover{
	color:var(--white);
	padding: 0 20px;
}
.send_enquiry:focus{
	color:var(--white);
}
 .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;color: #333;font-weight: 600;
}
.send_enquiry:hover span{
	opacity:1;
	letter-spacing: 1px;
	padding-left:10px;
}


.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background:var(--light-yellow);
    color: var(--white);
    border-radius: 0;
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
}
.modal-header h6 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
}
.modal-header .modal-title {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p{font-size: 13px; line-height: 18px; text-align: center;}
.g-recaptcha{transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0}



/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: center;
    padding: 70px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: var(--white);
    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: var(--light-gray);
    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: var(--white);
    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: var(--light-gray);
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}



/* Breadcrumb*/
.inner_breadcrumb{ float: left; width: 100%; background:var(--white);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:var(--white);display:inline-block;}
.inner_breadcrumb .breadcrumb li.active{color:var(--blue-light);}
.inner_breadcrumb .breadcrumb li + li:before{content:"/";color:var(--white);padding:0 14px;}
.inner_breadcrumb .breadcrumb li + li:before{ float: left; padding:20px 10px;color:#bfbfbf;}
.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--light-yellow);
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
}
.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--light-yellow);
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
}

/* About Us */
.about_page{float:left;width:100%;margin:0;padding:50px 0;background:var(--white);}
.left_sidebar{float: left; width: 100%; margin: 0 0 25px; padding: 0;}
.left_sidebar .left_title {float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px;background: var(--light-yellow); font-size: 24px; color: var(--white); font-weight: 600;}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--blue-light);
}

.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: var(--white);
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: var(--light-yellow);
    color: var(--white);
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--white);
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed var(--light-gray);
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: var(--light-black);
    text-align: left;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: var(--light-yellow);
    color: var(--white);
}

.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: var(--white);
    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: var(--light-black);
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: initial;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: var(--light-yellow);
    color: var(--white);
}

.left_sidebar form{float: left; width: 100%;background: var(--white); padding: 10px 10px 10px;}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--light-yellow);
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: var(--blue-light);
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: var(--blue-light);
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
}

.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; 
    text-align: left;
    padding: 0;
    display: block; 
}

.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: 237px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 237px;
    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: 290px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 290px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--white);
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--light-yellow);
    font-size: 24px;
    color: var(--white);
    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 var(--light-gray);
    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 var(--light-gray);
    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 var(--light-gray);
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: var(--blue-light);
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--blue-light);
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--blue-light)
}

.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: var(--blue-light);
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: var(--white);
    background: var(--blue-light);
    border: 1px solid #6b2b76;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: var(--light-yellow);
    color: var(--white);
    border: 1px solid var(--light-yellow)
}

.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: var(--light-gray);
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid var(--light-gray);
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--light-gray);
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: var(--blue-light);
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: var(--white);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}



.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 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a {
    color: var(--blue-light);
}

.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: var(--light-gray);
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: var(--light-yellow);
}

.product_listing:hover .right-content h4 a {
    color: var(--light-yellow);
}

.right-content .table-responsive {
    width: 100%;
    max-height: max-content;
    padding-right: 5px;
    margin: 0px !important;
}
.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: var(--blue-light);
    width: 40%;
}
 

.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:var(--light-gray);}
.team_member .image{width: 100%; position:relative;padding:15px 15px 15px 0;text-align:center;min-height:268px;overflow:hidden;border-right:1px solid var(--light-gray); 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: var(--light-black); font-weight: 600; font-size: 14px;}



 

.gallery_page{float: left; width: 100%; margin: 0; padding: 40px 0; background: var(--light-gray);}
.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 h4 {
   font-size: 18px; color: var(--light-black);
    margin: 0; padding: 0;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: var(--light-black);
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: var(--white);
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--light-yellow);
}

.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>");
}

 
.right_news{ float: left; width: 100%; margin-bottom: 15px; border: 1px solid var(--light-gray); background: var(--white);}
.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: var(--light-black);}
.right_news:hover .title_h4 a{color: var(--light-yellow);}



/* New Blog Details Page */

.fb-comments{ width: 100%;}

/* Blog Details  */
.blogdetails img{ width: 100%;}
.blog_news .content_details { float: left; width: 100%;
    background: var(--light-gray);
    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: var(--light-black);
    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: 460px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

/*👉.contact_details {
    background: var(--blue-light);;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}👈*/

.contact_details .title_h2_2 {
    color: var(--blue-light);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: var(--light-black);
    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: var(--light-black);
    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: var(--light-black);
    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: var(--light-yellow);
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--white);
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: var(--light-yellow);
    border: 1px solid var(--light-yellow);
}

.contact_form_grid .form_grid {
    background-color: var(--white);
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: var(--white);
    padding: 30px;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: var(--blue-light);
}


/* Sitemap page */
.sitemap_page{float:left;width:100%;margin:0;padding:50px 0;background:var(--light-gray); position: relative;}
.sitemap_right_side h1{padding: 8px 10px;
margin: 0 0 10px;
line-height: 30px;
background: var(--light-yellow);
font-size: 24px;
color: var(--white);
font-weight: 600;}
.sitemap{
	border-left: 1px solid #666;
	padding:0;
	
}
.sitemap li{ list-style:none!important;
	background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
padding: 0px 0px 0px 15px;
margin-bottom: 5px;
}
.sitemap li ul{border-left: 1px solid #666;
	padding:0;}
.sitemap li a{
color: var(--light-black);
font-size: 15px;
padding-bottom: 5px;    
font-weight: 500;
display: block;
}
.sitemap li a:hover{ color:var(--light-yellow);}

.market_area h3 {
    float: left;
    display: block;    margin: 10px 0px;
}
.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--blue-light);
}
.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 10px 9px 0px;
    display: block !important;
    color: var(--light-black) !important;
    font-size: 15px;font-weight: 500;
    background-color: #ddd;
}

.market-list li a:hover {
    background: var(--blue-light);
    color: var(--white) !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
    position: relative;
    height: 430px;
}
#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: var(--blue-light);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: var(--light-black);
    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: var(--white);
}

.video_section iframe {
  width: 100%;
  height: 415px;
}


.latest{
    font-size: 26px;
    font-weight: bold; 
    color: #0c0c0c;
    margin: 0 0 20px;
}

 
.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;
    }
}
/* custom css */
.logo img {
    height: 65px;
    width: auto;
}
.menubar .logo {
    padding: 1px 0;
    padding-right: 10px;
    border-right: 1px solid var(--light-gray);
}
.iti {width: 100%;}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
    height: 40px;
}
a.whatapp_btn.whatapp_btn2 {
    bottom: 150px;
    background: var(--blue-light);
}
.work-content p {
    text-align: justify;
}
ul.link.links2{display: flow-root;}
ul.link.links2 li {
    float: left;
    width: 50%;
}
.footer_area .footer_widget .flex_widget_links .link li a svg#Layer_1, .footer_area .footer_widget .flex_widget_links .link li a svg#Capa_1{
    margin-top: -1px;
}
/* testimonials */
.testimonials_four {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
    background-image: url(../images/1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonials_four:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background:#01b8f1de;
    background-image: -webkit-linear-gradient(90deg,rgba(6,23,51,0) 0%,rgba(29,42,77,0) 0%,var(--blue-light)bf 80%);
}
.testimonials_four .title_style2 .titleTestimonials {
    color: var(--white);
    position: relative;
    font-size: 30px;
}
.testimonial-body {
    padding-left: 0;
    padding-right: 15px;
    padding-top: 18px;
    position: relative;
}
.testimonial-body .testimonial-content .testimonial-icon {
    top: -23px;
    right: -15px;
    left: auto;
    position: absolute;
    z-index: -1;
}
.testimonial-body .testimonial-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 20px;
}
.testimonial-body .testimonial-content .testimonial-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.testimonial-body .testimonial-content .testimonial-thumb .thumb-img {
    width: 50px;
    height: 50px;
    border-radius: 8px 0 8px 8px;
    position: relative;
    margin-right: 10px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    background: var(--dark-red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 600;
    border: 1px solid var(--white); 
}
.testimonial-body .testimonial-content .testimonial-thumb .thumb-body .clientName {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: var(--white); 
}
/* blogs */
.btc_blog_indx_box_wrapper {
    float: left;
    width: 94%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #cccccca8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 5px auto 10px;
}
.btc_blog_indx_img_wrapper {
    position: relative;
}
.btc_blog_indx_img_wrapper img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.btc_blog_indx_date_wrapper span {
    width: 50px;
    height: 50px;
    background: var(--blue-light);
    text-align: center;
    font-size: 18px;
    color: var(--white);
    line-height: 12px;
    --webkit-border-radius: 100%;
    --moz-border-radius: 100%;
    position: absolute;
    box-shadow: 0px 0px 5px 1px var(--light-gray);
    bottom: -22px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.btc_blog_indx_cont_wrapper {
    float: left;
    width: 100%;
    background: var(--white);
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.btc_blog_indx_cont_wrapper p span{
    color: var(--light-yellow);
    font-size: 15px;
    text-transform: capitalize;    font-weight: 800;
}
.btc_blog_indx_cont_wrapper h5, .btc_blog_indx_cont_wrapper .title3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btc_blog_indx_box_wrapper:hover h5, .btc_blog_indx_box_wrapper:hover .title3 {
    color: var(--blue-light);
}
.btc_blog_indx_box_wrapper:hover .btc_blog_indx_date_wrapper span {
    background: var(--light-yellow);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_indx_cont_wrapper p {
    color: var(--light-black);
}
.blog_left.blog_details ul.d-flex li {
    list-style: none;
    margin: 0px 10px 0px 0px;
}
.blog_details_img {
    height: 400px;    border: 1px solid var(--light-gray);
    overflow: hidden;    text-align: center;
    margin-bottom: 20px;border-radius: 10px;
}
.blog_details_img img {
    width: auto;
    object-fit: cover;
}
.blog_details1 ul {
    margin: 0px 0px 10px 15px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 24px;
}
/* category home page section */
.box-hover-effect {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    border: 0px solid #ddd;    width: 100%;
}
.box-hover-effect .effect-wrapper a {
    height: 260px;
}
.box-hover-effect.effect-siberia .info-box .info-content p {
    color: var(--white);
    height: 77px;
    overflow: hidden;
}
.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.box-hover-effect .effect-wrapper .thumb {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;    height: 260px;
}
.box-hover-effect.effect-siberia .info-box .info-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 55px 5px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.box-hover-effect.effect-siberia .info-box .info-title:before {
    color: var(--white);
    position: absolute;
    content: "";
    text-align: center;
    bottom: 0;
    top: 0;
    right: 0;
    width: 54px;
    height: 100%;
    background-image: url(../images/right-arrow-svgrepo-com.svg);
    background-color: var(--light-yellow);
    /* #383d74f5; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: inherit;
    padding: 5px;
    background-repeat: no-repeat;
}
.box-hover-effect.effect-siberia .info-box .info-title h4 {
    color: var(--white);
    letter-spacing: 0.5px;
    font-weight: 400;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;    text-align: left;
    text-overflow: ellipsis;
}
.box-hover-effect.effect-siberia .info-box .info-content {
    color: var(--white);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px; 
}
.box-hover-effect.effect-siberia .info-box .info-content p {
    color: var(--white);
}
.read_more_1 {
    border: 1px solid var(--white);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    color: var(--white);
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease; 
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.read_more_1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--white);
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.box-hover-effect.effect-siberia:hover .info-box .info-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.box-hover-effect.effect-siberia:hover .info-box .info-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bg_transparent {
    background-color: var(--blue-light) !important;
}
.info-content.bg_transparent .title3 {
    color: var(--white);
}
/* why choose us */
.features-section-two {
    position: relative;
    padding: 50px 0px;
    background: var(--light-light-yellow);
    color: var(--white);
    width: 100%;
    float: left;
}
.features-section-two .auto-container {
    max-width: 1300px;
    position: static;
}

.circle-one1 {
    position: absolute;
    left: -282px;
    top: 7px;
    width: 600px;
    height: 600px;
    border: 100px solid #88919b14;
    border-radius: 50%;
}
.features-section-two .column {
    position: relative;
    padding-top: 0px;
}
.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;
}
.features-section-two .column .inner {
    position: relative;
    display: block;
}
.features-section-two .image-column img {
    position: relative;
    border-radius: 10px;    height: 370px;
}
.features-section-two .column .inner {
    position: relative;
    display: block;
}
.featured-block-three {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid var(--white);
    padding: 25px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 1px #cccccc87;
    background: var(--white);
    border-radius: 10px;   
    transition: all 0.5s ease;
}
.featured-block-three:hover{ background: var(--light-yellow);}
.featured-block-three .inner-box {
    position: relative;
    display: block;
    padding-right: 100px;
    min-height: 96px;
    text-align: right;
}
.featured-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    padding: 12px 0px;
    line-height: 20px;
    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 var(--light-yellow)42;
}
 
 
.featured-block-four {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid var(--white);
    padding: 25px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 1px #cccccc87;
    background: var(--white);
    border-radius: 10px;
    transition: all 0.5s ease;
}
.featured-block-four:hover{background: var(--light-yellow);}
.featured-block-four .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    text-align: left; 
}
.featured-block-four .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    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 var(--light-yellow)42;
}
.featured-block-four .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px; 
}
.featured-block-three .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px; 
}
/* why choose us */
.shadow {
    box-shadow: 0px 0px 5px 1px #ccc !important;
}
.corner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    border: 2px solid var(--blue-light);
    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 var(--blue-light);
    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 var(--blue-light);
    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 var(--blue-light);
    border-width: 0 2px 2px 0;
    border-radius: 0 0 2px 0;
}
.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after {
    border-color: var(--blue-light);
    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;
}
i.fs-25.text-center.text-orange.shadow.rounded-circle.w-50px.h-50px.d-block.mx-auto.lh-50px {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-bottom: 15px;    background: var(--light-yellow);
}
i.fs-25.text-center.text-orange.shadow.rounded-circle.w-50px.h-50px.d-block.mx-auto.lh-50px img {
    filter:grayscale(1);
}
.features-section-two .column .inner .icon-box img {
    width: 40px;
}
p.text {
    height: 90px;
    margin-bottom: 0px;    overflow: hidden;
}
.clients-img.position-relative img {
    width: 85%;
}
.iti {width: 100%;}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { height: 40px;}
/* scrollbar */
div:hover::-webkit-scrollbar {
    display: block;
}
 
div::-webkit-scrollbar {
    width: 5px;
    display: none;
}
div::-webkit-scrollbar {
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    display: block;
}
div::-webkit-scrollbar-button {
    background: #a5a5a5;
}
div::-webkit-scrollbar-track-piece {
    background: #a5a5a5;
}
div::-webkit-scrollbar-thumb {
    background: var(--light-gray);
    border-radius: 40px;
}
/* ABOUT CSS CUSTOM */ 
.features {  width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/1.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:#01b8f1ed; background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #01b8f1e8 80%); } 
.features .h2_title { color: var(--white); } 
.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: 45px; -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: var(--light-gray); margin-top: 12px; color: var(--light-gray); } 
.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; } 
.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; } 
.features .feature-panel-holder .feature-panel .feature-content .titleFact { font-weight: 500;font-family: 'Poppins', sans-serif;font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: var(--white); -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: var(--white); 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; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: var(--blue-light); } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: var(--light-yellow); } 
.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(249 249 249 / 41%); } 
.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: var(--white); 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-family: 'Poppins', sans-serif;font-size: 18px; line-height: 32px; font-weight: 600; color: var(--blue-light); margin-bottom: 10px; text-transform: uppercase;  } 
.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 { display: -webkit-box; display: -ms-flexbox; display: flex; background: var(--white); 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: 18px; color: #f4f4f4;    position: relative; margin-bottom: 0; } 
.features .more-features.more-features-2 p a { color: var(--light-yellow); } 
.features .more-features p a { position: relative; color: var(--dark-red); -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; } 
.bg-skype { background-color: var(--blue-light) !important; } 
.bg-orange { background-color: var(--light-yellow) !important; } 
.bg-firoze { background-color: var(--blue-light) !important; } 
 .counter-block.shadow img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid var(--light-gray);} 
.div-cla p.fs-18.mt-0 {
    text-align: justify;
}
/* contact us */ 
.bg-sky { background: var(--blue-light) !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: var(--blue-light); 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: 170px; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid var(--blue-light); 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 var(--blue-light); 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 var(--blue-light); 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 var(--blue-light); 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: var(--white); } 
 
.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: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);    border: 1px solid #3a3a3a;
}
.form-group, .form-control {
    position: relative;font-size: 15px;     
    margin: 0px 0px 10px;
}
/* footer */
.footer_area .col-xxl-2.col-xl-2.col-lg-2.col-md-6 {
    width: 12.666667%;
}
.footer_area .col-xxl-4.col-xl-4.col-lg-4.col-md-12.px-lg-0 {
    width: 37.333333%;
}
/* product details */ 
.category_page ul.nav.nav-tabs li:before{display: none;} 
.category_page ul.nav.nav-tabs li a{ padding: 10px;} 
.category_page ul.nav.nav-tabs li { border: 1px solid var(--light-gray); margin-right: 5px; border-radius: 5px 5px 0px 0px; border-bottom: none; } 
.category_page ul.nav.nav-tabs li a:hover{ background: var(--blue-light); color: var(--white);} 
.category_page ul.nav.nav-tabs a.active{ background: var(--blue-light); color: var(--white); } 
.d-flex.align-items-center.justify-content-between .read_more_btn_2 { padding: 8px 12px; font-size: 14px; align-items: center; display: flex;} a.read_more_btn_2.mx-0.mb-3 svg { margin: 0px 5px; width: 20px; height: 20px; } 
.product-details a { text-align: center; } 
.product-details .text { text-align: center;    margin-bottom: 15px; } a.read_more_btn_2.mx-0.mb-3 { background: var(--blue-light); border-color: var(--blue-light); } 
.product-details .inner-box { background: var(--white);    box-shadow: 0px 0px 5px 1px #cccccc82; padding: 5px; width: 95%; margin: 5px auto; border-radius: 5px; } 
.product-details .inner-box .lower-content h3 a,  .product-details .inner-box .lower-content h4 a { text-align: center; color: var(--blue-light); } 
.iti {width: 100%;} 
.right-content {
    position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0c0c0c;
}
.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: var(--light-gray);
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}
.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}
.wps_featured .owl-next {
    right: -15px;
}
.wps_featured .owl-prev, .wps_featured .owl-next {
    top: 47%;
}
.owl-prev, .owl-next {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: var(--white) !important;
    border: 0;
    outline: 0; 
    border-radius: 100%;
    z-index: 9;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}
.product-details .inner-box .lower-content h3 a, .product-details .inner-box .lower-content h4 a {
    text-align: center;
    color: var(--blue-light);
    font-size: 18px;
    display: block;
    margin: 0px 0px;
    font-weight: bold;
}
.owl-prev, .owl-next {
    background: var(--blue-light) !important;
}
.product-details .inner-box {
    background: var(--white);
    box-shadow: 0px 0px 5px 1px #cccccc82;
    padding: 5px;
    width: 95%;
    margin: 5px auto;
    border-radius: 5px;
}
.inner-box .image-box {
    position: relative;
}
.inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    height: 242px;
}
.inner-box .lower-content {
    position: relative;
    padding: 10px;
    border-top: 1px solid #e1e1e1;
    background-color: var(--white);
}
svg:not(:root) {
    overflow: hidden;
}

.inner-box .image-box .overlay-link svg {
    color: var(--white);
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px;
    height: 30px;
}
.inner-box .image-box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.inner-box .image-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
    position: relative;
    height: 400px;
}
.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid var(--light-gray);
    display: inline-block;
}
.may_btn:hover {
    background: var(--light-yellow);
    color: var(--dark-gray);
}
.you_may { 
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--light-yellow);
    font-size: 20px;
    color: var(--dark-gray);    border-bottom: 1px solid var(--light-gray);    float: left;
    font-weight: 600;
}
.may_btn {
    background: var(--light-black);
    color: var(--white);
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: 0px;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
    display: flex;    font-weight: 500;
    align-items: center;
}
.more_info {
    padding-right: 20px;
    margin-bottom: 20px;
    height: 390px;
    overflow: auto;
}
.may_btn svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
form.d-flex.position-relative.search-box {
    height: 50px;
}
.product_listing { 
    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: var(--light-gray);
}
.product_popup_image img {
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    margin: auto;
    object-fit: cover;
    height: 100%;
}

.product_listing .product .largeImage img {
    border: none;
    width: 100%;    
    border-bottom: 1px solid var(--light-gray);
}
.small img{height: 65px;}
.product_listing .product .small img, .product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--light-gray);
}
.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product_listing .product .small .item.active {
    border-color: var(--blue-light);
}
.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}
.product_listing .product .small .item.youtube a {
    color: var(--white);
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_listing .product .small .item:last-child {
    margin: 0;
}
.product_listing .product .small .item.youtube {
    width: 60px;
    height: 65px;
    background: #f70000;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
#callback .product_popup_image {
    height: 150px;
}
.inner-box:hover .overlay-link svg {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
} 
.inner-box .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:  var(--blue-light);
    padding: 15px;
    content: "";
    outline: 2px solid var(--light-yellow);
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.inner-box .image-box .overlay-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-box .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--blue-light);
    padding: 15px;
    content: "";
    outline: 2px solid var(--light-yellow);
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.inner-box:hover .overlay-link:before {
    opacity: .70;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}
.read_more_product {
    background: #333;
    padding: 7px 10px;
    font-size: 14px;
    color: var(--white);
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}
.d-flex.align-items-center.justify-content-between .read_more_btn_2 {
    padding: 8px 10px;
    font-size: 14px;
    align-items: center;
    display: flex;
    color: var(--white);
    letter-spacing: 0px;
    margin: 0px;
    border-radius: 5px;
    width: auto;font-weight: 500;
    background: var(--light-black);
}
a.read_more_btn_2.mx-0.mb-3 {
    background: var(--light-yellow) !important;color: var(--dark-gray) !important;
}
.product-details .text {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px; 
}
.right-content .d-flex.justify-content-start.align-items-center {
    margin-bottom: 15px;
}
/* pdf */
.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 6px 0;
    margin-bottom: 8px;
}
.productBrochureandvideo {
    margin-right: 15px;
}
.productBrochureandvideo a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed var(--light-gray);
    padding: 4px 6px;color:var(--light-black);
    text-decoration: none;
    outline: none;    font-weight: 500;
}
.productBrochureandvideo a svg {
    color: var(--blue-light);
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
 .footer_area .footer_widget .question_bx p a { 
    font-weight: 700;
}
.form-group, .form-control { 
    text-align: left;
}
.single-item.p-3.pt-5.shadow.text-center.position-relative.corner.h-170.bg-white p a:hover{
    color: var(--light-yellow) !important;
}
.footer_widget.left_widget a.read_more {
    background: var(--blue-light);
    color: var(--white);
}
button.carousel-control-prev, button.carousel-control-next {
    background: var(--blue-light);
    width: 50px;
    height: 50px;
    top: 45%;
    opacity: 1;
    border-radius: 50px;
    line-height: 10px;
}
button.carousel-control-prev:hover, button.carousel-control-next:hover {
    background: var(--light-yellow); 
    box-shadow: 0px 0px 3px 1px var(--white);}
button.carousel-control-prev.owl-prev{  left: 35px;}
button.carousel-control-next.owl-next{right: 35px;}
.carousel-control-next-icon, .carousel-control-prev-icon {  width: 25px;
    height: 25px;}
    .title_2.text-start:after { 
        margin: 0px;}
        /* industry we serve */
        .ulines-dps .ukine.active.border-0 .usp-card.bg-white {
            background: var(--blue-light) !important;
        }
        .ulines-dps .ukine.active.border-0 {
            border: none !important;
        }
        .ulines-dps .ukine.active {
            background: var(--blue-light);
            color: #fff !important;
            border: 1px solid var(--blue-light) !important;
        }
        .ulines-dps li {
            border: 1px solid var(--gray);
            text-align: center;
            margin: 12px;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
        }
        .pinterest a{background:#b7081b !important}
        .ulines-dps .ukine.active.border-0 .usp-card.bg-white p {
            color:  var(--white);
        }
        .usp-title {
            width: 100%;    padding: 0px !important;
        }
        .usp-title p.mb-0.fs-15.fw-bold {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            padding: 0px 10px !important;
        }
        .usp-card:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: var(--blue-light);
            z-index: -1;
            left: -100%;
            border-radius: 50px;
            top: 0px;
            transition: all 0.5s ease;
        }
        .usp-card:hover:after {
            left: 0px;
            z-index: 0;
        }
        .usp-card:hover p {
            color: var(--white);
        }
        .ulines-dps-para .ukine.active {
            z-index: 99;
            opacity: 1;
            transition: all 0.5s ease;
        }
        .ulines-dps-para {
            height: 400px;
        }
        .usp-card.bg-white.d-flex.align-items-center.shadow.rounded-pill.text-start.p-1.position-relative.overflow-hidden.float-start {
            height: 50px;
        }
        .ulines-dps-para .ukine {
            z-index: 0;
            opacity: 0;
            transition: all 0.5s ease;
            position: absolute;
            width: 100%;
            left: 0px;
            top: 0px;
        }
        .ulines-dps-para .ukine img {
            box-shadow: 0px 0px 5px 0px var(--gray);
            border-radius: 10px;
            padding: 10px;
            width: 100%;
            height: 275px;
            margin-bottom: 20px;
        }
        .ulines-dps-para .ukine .text-start.text-black.lh-base.text-uppercase.fs-15 {
            font-size: 18px;
            color: var(--red) !important;
        }
        ul.social li.twitter a svg { 
            width: 30px;
            height: 30px;}