@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url(https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap);

/* :root {
    --logoColor: #b1056a;
    --darkColor: #01102f;
    --white: #fff;
    --gradient: linear-gradient(to left, #b1056a, #910155);
    --fontText: "Yantramanav", sans-serif;
    --fontTitle: "Yantramanav", sans-serif;
    --facebook: #3C5B9B;
    --twitter: #0e1419;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 14px;
    --titleSize: 22px;
    --pri: #0094cb;
    --brown: #0094cb;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --black: #005387;
    --grey: #777;
     --textSize: 15px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --orageColor: #ffad0d;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --errorColor: #dc3545;
} */
li.facebook a {background: var(--facebook);}
li.twitter a{background: var(--twitter);}
li.youtube a{background: var(--youtube);}
li.instagram a{background: var(--instagram);}

:root {
    --fontFamily: 'Roboto', sans-serif;
    --logoColor: #b1056a;
    --font:"Yantramanav", sans-serif;
    --darkColor: #01102f;
    --white: #fff;
    --gradient: linear-gradient(to left, #b1056a, #910155);
    --fontText: "Yantramanav", sans-serif;
    --fontTitle: "Yantramanav", sans-serif;
    --darkColor: #3d97cf;
    --buttonBgColor: #bd946c;
    --blueDarkMore: #052655;
    --blueColor: #e17214;
    --textColor: #333;
    --colorWhite: #fff;
    --blueBorderColor: #a4896f;
    --facebook: #3C5B9B;
    --twitter: #0e1419;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 15px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --orageColor: #ffad0d;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --errorColor: #dc3545;

}

body { 
    font-family: var(--fontFamily);
    font-size: var(--textSize);
    color: var(--textColor);
    font-weight: 400;
    overflow-x: hidden;
}

p a {
    color: var(--textColor);
    width: auto;
    display: inline-block
}

p a:hover {
    text-decoration: underline;
    outline: 0
}

p {
    line-height: 24px;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: justify;
    font-weight: 400;margin-bottom: 10px;
}

a {
    color: var(--textColor);
    text-decoration: none;
    outline: 0;
    display: block
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    color: var(--color);
}

img {
    max-width: 100%;    height: auto;
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

h1 {
    font-size: var(--headingOne);
    margin: 0;
}

h2 {
    font-size: var(--headingTwo);
    margin: 0
}

h3 {
    font-size: var(--headingThree);
    margin: 0
}

h4 {
    font-size: var(--headingFour);
    margin: 0
}
textarea, select, input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: var(--paraText);
    font-weight: 400;
    line-height: 1.5;
    color: var(--textColor);
    background-color: var(--colorWhite);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    height: 40px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    height: 100px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}
/* header start */

ul.social {
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.header { 
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff;    float: left;
    border-bottom: 1px solid #eee;
}
div#slider {
    width: 100%;
    float: left;
}
.header.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
    }
}

.logo {
    margin: 0;
    height: 100%;
    background: #fff;
    padding: 0px;
    border-right: 1px solid #eee;
}
.logo img{
    max-width: 100%;
}
.menubar {
    padding-right: 28px;
}

.top_bar {
    background: #00a0db;
    padding: 0px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font);
}

.top_bar ._left {
    display: flex;
    align-items: center;
}

.get_qut {
    padding: 0 25px;
    box-sizing: border-box;
    border: 2px solid var(--logoColor);
    background: var(--logoColor);
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: auto;
}

.get_qut svg {
    width: 17px;
    height: 17px;
    margin-left: 3px;
    margin-top: -2px;
}

.get_qut:hover {
    /* background: white; */
    color: var(--white);
}

.search_bx {
    padding: 0 25px;
    border-right: 1px solid #333;
    line-height: 45px;
}

.search_bx form {
    display: flex;
    align-items: center;
}

.search_bx form input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #f7f7f7;
    font-size: 15px;
}

.search_bx form input:focus {
    border: 0;
    outline: 0;
    background: transparent;
    color: #eee;
    font-weight: 400;
}

.search_bx form button {
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
}

.search_bx form button:hover {
    color: var(--logoColor);
}

.top_bar ._left .social_box {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 25px;
    line-height: normal;
    align-items: center;
    border-right: 1px solid #fff;
}

.top_bar ._left .social_box li a {
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin: 10px 2px;
}

.top_bar ._left .social_box li a:hover {
    color: var(--logoColor);
}

.top_bar ._left .call_us {
    display: flex;
    flex-wrap: inherit;
    color: #aaa;
    align-items: center;
    font-weight: 400;
    gap: 12px;
    font-size: 14px;
    line-height: 45px;
    padding-right: 16px;
    border-right: 1px solid #fff;
}

.top_bar ._left .call_us span svg {
    height: 14px;
    width: 14px;
    margin-right: 1px;
}

.top_bar ._left .call_us a {
    color: #fff;
    font-size: 18px;
}

.top_bar ._left .call_us a span {
    font-weight: 600;
    color:#f7aa00;
}

.top_bar ._left .call_us a:hover {
    color:#f7aa00;
}

ul.nav.top-bars li a:hover{ color:#f7aa00;}
.top_bar .top-nav {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 30px;
}

.top_bar .top-nav li a {
    color: #ddd;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    transition: 0.2s;
}

.top_bar .top-nav li a:hover,
.top_bar .top-nav li.active a {
    color: var(--logoColor);
}

.top_bar .top-nav li a::before {
    content: "|";
    position: absolute;
    top: 1px;
    left: -16px;
    font-family: var(--font);
    font-weight: 400;
    font-size: 13px;
    color: #888;
}

.top_bar .top-nav li:first-child a::before {
    content: none;
}
.call-now {
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
}
.call-now .img-bx {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
    border: 1px dashed var(--brown);
}
.call-now .con-bx {
    text-align: left;
    line-height: 25px;
    margin-top: -7px;
}
.call-now .img-bx svg {
    height: 16px;
    width: 16px;
    color: #111;
}
.call-now .con-bx span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #f1bd00;
}
.call-now .con-bx span a {
    font-size: 15px;
    font-weight: bold;
    color: var(--black);
    margin-top: 0px;
}
.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: var(--logoColor);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0; 
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content:end;    padding-left: 5px;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 16px 16px;
    display: block; 
    color: #222;
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 500;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--logoColor);
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 240px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 0px solid #eee;
    width: 100%;    border-left: 0px solid #eee;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #222;
    font-size: 15px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    transition: none;   font-weight: 500;
    ;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--gradient);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--gradient);
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    left: 100%;
    top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--logoColor)
}
a.bescope-heading.px-0.fw-bold.fs-5 {
    font-size: 17px !important;
    margin-bottom: 0px !important;
}
/* */
.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    left: 100%;
    top: 0;
}

.navigation .menu ul li:hover ul.cs-dropdown li:hover ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #333;
}

.navigation ul li.cs-submenu.active a button {
    color: #333;
}

.navigation ul li.cs-submenu a button svg {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    margin-top: -2px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);

}

.navigation ul li.cs-submenu:hover button {
    color: var(--logoColor);
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
    color: var(--white);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu button {
    color: #333;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover ul.cs-dropdown li.cs-submenu:hover button {
    color: var(--white);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown {
    width: 900px
}
.navigation .menu ul li:nth-child(2) ul.cs-dropdown {
    width: 900px
}
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li {
    width: 25%;
    float: left;
    position: relative
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(2n) {
    border-left: 0px solid #eee;    border-right: 0px solid #eee
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li ul.cs-dropdown li {
    width: 100%
}


.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:nth-child(6) ul.cs-dropdown li {
    width: 100%
}


.navigation .menu ul li:nth-child(3) ul.cs-dropdown {
    width: 480px
}
.navigation .menu ul li:nth-child(10) ul.cs-dropdown {
    width: 720px;
    left: inherit;
    right: -13%;
}
.navigation .menu ul li:nth-child(10) ul.cs-dropdown li {
    width: 33%;
    float: left;
    position: relative
}
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative
}
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:nth-child(2n) {
    border-left: 0px solid #eee
}
.navigation .menu ul li:nth-child(10) ul.cs-dropdown li {
    border-left: 0px solid #eee
}
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
    width: 200px
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li {
    width: 100%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown {
    width: 480px;
    left: -200%
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative
}
.navigation .menu ul li:nth-child(5) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative;border-left: 0px solid #eee;
}
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li:nth-child(2n) {
    border-left: 0px solid #eee
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown{
    width: 480px;
    left: -200%
}
.navigation .menu ul li:nth-child(5) ul.cs-dropdown{    width: 480px;
    left: -100%}
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li {
    width: 50%;
    float: left
}
.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown  li ul.cs-dropdown{
    width: 200px
}

.navigation .menu ul li:nth-child(6) ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown li  {
    width: 100%
}

ul.nav.top-bars {
    display: flex;
    align-items: center;
    flex-wrap: initial;
    width: 420px;
}
ul.nav.top-bars li a{    padding: 16px 16px;
    display: block;
    font-family: var(--font);
    color: #fff;
    transition: all 0.3s ease;
    font-size: 17px;
    background: transparent;
    font-weight: 500;}
#carouselExampleControls { 
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-item img {
    width: 100%;
}

.allCategory {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0 0;
    background: #fff;
}

#allSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.item .image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
}

.item .title1 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.item:hover .title1 {
    color: var(--logoColor);
}
#slider .owl-prev, #slider .owl-next, #slider2 .owl-prev, #slider2 .owl-next, .owl-prev, .owl-next {
    opacity: 1;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #f9b00e !important;
    border-radius: 100%;
    z-index: 9;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;
    height: 20px;}
#slider .owl-prev, #slider2 .owl-prev,  .owl-prev{
    left: 17px;
}
#slider .owl-next, #slider2 .owl-next,  .owl-next{
    right: 17px;
}
.moreProducts .owl-prev, .moreProducts1 .owl-prev{ left: -17px;}
.moreProducts .owl-next, .moreProducts1 .owl-next{ right: -17px;}
/* banner slider css end */
/* megamenu */
.navigation .menu ul li.mg-li {
    position: static;
    display: inline-block;
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
    width:100%;
    height: auto;
    max-height: 335px;
    overflow: hidden;
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;padding-top: 15px;
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.d-flex.justify-content-between {
    flex-wrap: wrap;
}
.navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.d-flex.justify-content-between li.cs-submenu {
    width: 16%;
}
  .navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0;
  }
  .navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0;
  }
  .menubar .container {
    position: relative;
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
    width: 100%;
    height: auto;
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    padding-right: 5px;
    text-align: left;
    padding: 10px;
    float: left;
    display: block;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
    display: block;
    border: 0;
    width: 100%;
    padding: 0;
    position: relative;    float: left;
  }
  .navigation .menu ul li.cs-submenu.mg-li:hover ul.cs-dropdown{
    opacity: 1 !important;
    display: block;
    visibility: visible !important;
  }
  .navigation .menu ul li.mg-li ul.cs-dropdown li ul.cs-dropdown {
    left: 0px;
    margin-top: 0px;
    position: relative;
    width: 100% !important;
    top: 0px;
    float: left;
    transform: inherit !important;
    box-shadow: none;
  }
  .navigation .menu ul li.mg-li ul.cs-dropdown li a button.dropdown-expander {
    display: none;
  }
  .navigation .menu ul li.mg-li ul.cs-dropdown li a {
    color: #333;
    font-size: 15px;
    padding: 3px 10px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
    transition: all .3s ease;
    border-bottom: 0 solid transparent;
    float: left;
    width: 100%;
    letter-spacing: 0px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .navigation .menu ul li.mg-li ul.cs-dropdown li a span {
    color: #00a0db;
    font-weight: 500;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
  }
  .navigation .menu ul li:nth-child(3) .cs-submenu:first-child ul.cs-dropdown li{border: none;}
  .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li a button.dropdown-expander {
    display: none;
  }
  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #e3181f;
    background: #fff0;
  }
  .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a::before {
    display: inline-block;
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' 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>");
    width: 12px;
    height: 12px;display: none;
  }
  .navigation ul li.cs-submenu a button{display: none;}
  .home_working_section .working-block-one { 
    margin-bottom: 25px;
  }
  img.ci-des {
    width: 85px;
}
  .home_working_section { 
    padding-bottom: 35px;
  }
  @media (max-width:1023px) {
    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
      width: 100% !important; 
      transform: inherit;}
      .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl { 
        columns: 2;
        -webkit-columns: 2;}
        .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
          background: #ffffff !important;
          color: #414141;
      }
      .navigation .menu ul li ul.cs-dropdown, .navigation .menu ul li ul.cs-dropdown li .cs-dropdown { 
        background: #fff !important;
    }
  
  }
  @media (max-width:680px) {
    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
      columns: 1;
      -webkit-columns: 1;
  }
  .navigation .menu ul li.mg-li ul.cs-dropdown li a { 
    padding: 7px 5px;}
  .navigation .menu ul li.active a, .navigation .menu ul li:hover a {
    border-color: #ffffff00 !important;}
  
  }
  .menubar {
    padding: 10px 0px;
}
/* header end */
footer .link-secondary {
    color: #565656;
}
footer ul li a:hover{color: #0087b9;}
ul.list-unstyled.mb-0 li a {
    font-size: 15px;
    line-height: 26px;
}
.industry-we-catered .services-block { 
    margin: 0px auto 20px; 
}
.single-service-item { 
    margin-bottom: 0px;
}
header.header.stricky-fixed ul.cs-dropdown.megaMenu {
    display: none !important;
}
header.header.stricky-fixed ul li a button.dropdown-expander{
    display: none !important;
}
footer.bg-body-tertiary.bg-white.text-center.text-md-start {
    border-top: 20px solid #1ca0d1;
}
footer a.link-secondary:hover{color:#1ca0d1 !important}
ul.social_box.d-flex.list-style-none.mt-2.justify-content-start {
    padding: 0px;
    margin-bottom: 0px;
}
footer { 
    padding: 30px 0 0; 
}
.text-center p.text-body.mb-0.fs-13 {
    text-align: center;
    color: #6c757d !important;
}
.number p a {
    color: #363636;    font-weight: 500;
  }
  .w-10{width: 10%;}
  .p-2.d-flex.align-items-top.mb-3.mb-md-0.info_main_div_two_one .me-3.info_img-1 img {
    width: 95px;
  }
  .header.stricky-fixed .navigation .menu ul { 
    justify-content: end;}
    .number p a:hover{color:#00afef}
    .bg_btn_1:hover svg{    fill: #fa9928;}
    .call-now .con-bx span a:hover{color:#fa9928 !important}
    a.read_more_1.bg_btn_1.mx-su.mx-auto.text-white:hover, a.bescope-heading.px-0.fw-bold:hover{color: #fa9928 !important;}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 94%;
    }
    .lab-mega-heading {
        font-size: 22px;
        font-weight: 700;
        color: #005387;
    }
    span.sb-MMPLab-listItem-text {
        line-height: 20px;
        margin-top: 10px;
        display: block;
    }
    .bescope {
        padding: 10px;
        height: 100%;
        box-sizing: border-box;
        border: 10px solid white;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #ededed;
        background-image: url(../images/inspiration-2x.jpg);
    }
    h1.bescope-heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 10px;
    }
    span.bescope-subHeading {
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
    }
    a.read_more_1.bg_btn_1.mx-su.mx-auto.text-white.float-none.w-50 {
        width: 160px !important;color: #333 !important;
    }
    .bescope-text-content.text-center {
        padding: 40px;
    }
    .p-2.me-0.me-md-2.info_img-2 img {
        width: 150px;
    }
    .d-flex.info_main_div_two_one_last p.my-1.info_main_div_two_p {
        font-size: 22px;
    }
    p.my-1.info_main_div_two_p {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #186392;
    }
    .title.bg-primary.text-white {
        background: #1a9fd0 !important;
    }
    .col-12.bg_info_lite.col-lg-5.align-items-center.border-bottom.border-3.bg-light.rounded-3.border-primary.d-flex.info_main_div_two_one_last {
        border-color: #1a9fd0 !important;
        padding: 15px 10px;
    }
    p.info_main_div_two_one__p.mb-1.text-uppercase.text-primary {
        color: #b2056a !important;
        font-weight: 600;
        text-transform: capitalize !important;
        font-size: 15px;
        letter-spacing: 1px;    margin-bottom: 0px !important;
    }
    p.mb-0 span {
        font-size: 18px;
    }
    .d-flex.justify-content-center.flex-column a {
        color: #008abd;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .review_item {
        padding: 0px;}
        .review_item .description p {
            margin-bottom: 0;
            color: #363636;
            height: 100px;
        }
        /* asfootheaer */
        .social_box.list-style-none li a {
            color: #fff;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            margin-right: 5px;
        }
        /* asfootheaer end */
    /* footer start */
footer { 
    width: 100%;
    position: relative;
    margin: 0;
    padding: 50px 0 0;
    background: #0f0f0f;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/bg2.webp);
}
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.z-index-99 {
    z-index: 99;
}
.list-style-none{list-style: none;}
.social_box.list-style-none li a{ color:#fff}
.text-gray-light {
    color: #c7c7c7;
}
.lsp-5 {
    letter-spacing: 0.5px;
}
.fs-16 {
    font-size: 18px !important;
}
footer .link-secondary {
    color: #999999;
}
.rounded-5 {
    border-radius: 10px !important;
}
.bg-sky {
    background: #00afef  !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-13 {
    font-size: 15px;
}
.h-50px {
    height: 50px !important;
}
.w-90 {
    width: 90%;
}
.bg-dark-green, .btn-dark-green {
    background: #000 !important;
}
.text-muted2 {
    color: #dadada !important;
}
.btn {
    transition: all 0.5s ease;
}
.text-light-dark{    color: #333;}
.shadow {
    box-shadow: 0px 0px 5px 1px #ccc !important;
}
.h-50px {
    height: 50px !important;
}
.w-120 {
    width: 125px;
}
hr.border-white.bg-white {
    opacity: 0.2;
}
.text-sky {
    color: #00afef  !important;
}
.lh-22 {
    line-height: 22px;
}
.h-40px {
    height: 40px;
}
.w-48 {
    width: 48%;
}
.pb-0.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    margin-bottom: 5px;
}
.pb-2.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    font-size: 20px !important;    margin-bottom: 5px;
}
li.pb-1 a.link-secondary.d-flex.align-items-start {
    font-size: 15px;
}
.d-flow-root{display: flow-root;}
.w-40px {
    width: 40px !important;
}
.mt-02px {
    margin-top: 2px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
li.pb-1 a.link-secondary.d-flex.align-items-start i.pe-1 {
    padding-right: 10px !important;
}
li.pinterest a {
    background: #e60023;
}
/* footer end */
#carouselExampleControls { 
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-item img {
    width: 100%;
}

.allCategory {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0 0;
    background: #fff;
}

#allSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.item .image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
}

.item .title1 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.item:hover .title1 {
    color: var(--logoColor);
}
#slider .owl-prev, #slider .owl-next, #slider2 .owl-prev, #slider2 .owl-next, .owl-prev, .owl-next {
    opacity: 1;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #f9b00e !important;
    border-radius: 100%;
    z-index: 9;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;
    height: 20px;}
#slider .owl-prev, #slider2 .owl-prev,  .owl-prev{
    left: 17px;
}
#slider .owl-next, #slider2 .owl-next,  .owl-next{
    right: 17px;
}
.moreProducts .owl-prev, .moreProducts1 .owl-prev{ left: -17px;}
.moreProducts .owl-next, .moreProducts1 .owl-next{ right: -17px;}
/* banner slider css end */
/* footer start */
footer { 
    width: 100%;
    position: relative;
    margin: 0;
    padding: 35px 0 0px;
    background: #0f0f0f;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/bg2.webp);
}
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.z-index-99 {
    z-index: 99;
}
.list-style-none{list-style: none;}
.social_box.list-style-none li a{ color:#fff}
.text-gray-light {
    color: #c7c7c7;
}
.lsp-5 {
    letter-spacing: 0.5px;
}
.fs-16 {
    font-size: 18px !important;
}
footer .link-secondary {
    color: #999999;
}
.rounded-5 {
    border-radius: 10px !important;
}
.bg-sky {
    background: #00afef  !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-13 {
    font-size: 15px;
}
.h-50px {
    height: 50px !important;
}
.w-90 {
    width: 90%;
}
.bg-dark-green, .btn-dark-green {
    background: #000 !important;
}
.text-muted2 {
    color: #dadada !important;
}
.btn {
    transition: all 0.5s ease;
}
.text-light-dark{    color: #333;}
.shadow {
    box-shadow: 0px 0px 5px 1px #ccc !important;
}
.h-50px {
    height: 50px !important;
}
.w-120 {
    width: 125px;
}
hr.border-white.bg-white {
    opacity: 0.2;
}
.text-sky {
    color: #00afef  !important;
}
.lh-22 {
    line-height: 22px;
}
.h-40px {
    height: 40px;
}
.w-48 {
    width: 48%;
}
.pb-0.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    margin-bottom: 5px;
}
.pb-2.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    font-size: 20px !important;    margin-bottom: 5px;
}
li.pb-1 a.link-secondary.d-flex.align-items-start {
    font-size: 15px;
}
.d-flow-root{display: flow-root;}
.w-40px {
    width: 40px !important;
}
.mt-02px {
    margin-top: 2px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
li.pb-1 a.link-secondary.d-flex.align-items-start i.pe-1 {
    padding-right: 10px !important;
}
li.pinterest a {
    background: #e60023;
}
/*header end*/


.homeIcon svg {
    width: 26px;
    height: 26px;
}

.sliderSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.homeSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #00b1f1;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #00b1f1;
    border-radius: 100%;
    z-index: 9
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;

}

.homeSlider .swiper-button-prev {
    left: 80px;
    right: auto
}

.homeSlider .swiper-button-next {
    left: auto;
    right: 80px;
}

.homeSlider .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover {
    background: #ffad0d; 
}


.homeSlider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    transition: 3s all;
    transform: scale(1);
}

/* .homeSlider .swiper-slide-active img {
    animation: scale 8s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
} */

.homeSlider .swiper-slide .bannerInfo {
    position: absolute;
    top: 0;
    left: 12%;
    height: 100%;
    max-width: 460px;
    width: 100%;
    display: flex;
    align-items: center;

}

.homeSlider .swiper-slide .bannerInfo.rightAlign {
    top: 0;
    left: auto;
    right: 10%;
}

.homeSlider .swiper-slide .bannerInfo .sliderTag {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    background: var(--orageColor);
    color: var(--colorWhite);
    padding: 3px 15px;
    display: inline-block;
    border-radius: 4px;
    line-height: normal;
}

.homeSlider .swiper-slide .bannerInfo .sliderTitle {
    line-height: normal;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    /* text-transform: uppercase; */
    color: #ffad0d;
}

.homeSlider .swiper-slide .bannerInfo p {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.homeSlider .swiper-slide.swiper-slide-active .sliderTag {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}


.homeSlider .swiper-slide.swiper-slide-active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.homeSlider .swiper-slide.swiper-slide-active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.homeSlider .swiper-slide.swiper-slide-active .readMore {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.5s;
}


.customFeature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 0px;
    overflow: hidden;
    background: #fff;
}


.featureBox {
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px 0;
    height: 175px;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;

}

.featureBox .icon {
    padding: 10px 0 0;
    color: #0080b7;
    font-size: 52px;
    line-height: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.featureBox .icon svg {
    width: 60px;
    height: 60px;
}

.featureBox:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.featureBox:hover .icon {
    color: #0080b7;
}

.featureBox .title_01 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
}

.featureBox:hover .title_01 {
    color: #ffad0d;
}

.featureBox:hover .title_01 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.featureBox:hover p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}




.maxWidth {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.maxWidth p {
    display: inline-block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 15px !important;
    text-align: center !important;
    color: #333;
    line-height: 24px;
}



.offer_banner_v1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

.offer_banner_v1 .offer-item {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

.offer_banner_v1 .offer-item:before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: opacity 180ms ease;
    transition: opacity 180ms ease;
}

.offer_banner_v1 .offer-itemn:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

.offer_banner_v1 .offer-item:hover:before {
    opacity: 0;
}


.offer_banner_v1 .offer-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #111 100%)
}

.offer_banner_v1 .offer-item .offer-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.offer_banner_v1 .offer-item .offer-content span.span {
    color:#ffad0d;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.offer_banner_v1 .offer-item .offer-content h3 {
    padding-right: 15%;
    color: var(--colorWhite);
    font-size: var(--headingTwo);
    margin-bottom: 15px
}

.offer_banner_v1 .offer-item .offer-content .h3_title {
    color: var(--colorWhite);
    font-size: var(--headingTwo);
    margin-bottom: 15px;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.1
}


.custom_item {
    border: 1px solid var(--whiteBorderColor);
    border-radius: 6px;
    background-color: #fafafe;
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    transition: all .3s ease;
    margin: 0px 0 20px;
    text-align: center;
    display: block;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.custom_item .custom_img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;

}

.custom_item .custom_img svg {
    width: 80px;
    height: 80px;
    color: var(--darkColor);
}

.custom_item .custom_title {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #0c0c0c;
    font-size: var(--textSize);
    font-weight: 500;
    line-height: 1.1
}

.custom_item:hover .custom_title {
    color: --var(--orageColor)
}

.main-btn {
    display: inline-block;
    position: relative;
    padding: 14px 45px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #ef682f;
    text-transform: capitalize;
    border-radius: 28px;
    z-index: 1;
    transition: all .5s ease;
    background: -webkit-linear-gradient(0deg, #f25743, #ef682f 50%);
    letter-spacing: 0.5px;
}

.main-btn:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all .5s ease
}

.offer-item:hover .main-btn {
    color: #ef682f
}

.offer_banner_v1 .offer-item:hover .offer-content h3 {
    color: #ef682f
}

.offer-item:hover .main-btn:before {
    width: 100%;
    left: 0
}

.offer_banner_v1 .offer-item .offer-content .main-btn {
    padding: 6px 17px;
    font-size: 14px;
    line-height: 23px
}


.homeAbout {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0px 70px;
    background-image: url(../images/aboutbg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.homeAbout:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ededed;
    opacity: 0.90;
}

.homeAbout .title1 {
    position: relative;
    color: var(--orageColor);
    font-size: var(--headingOne);
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-family: var(--fontFamily);
}

.homeAbout h2 {
    position: relative;
    color: var(--orageColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout h3 {
    position: relative;
    color: var(--orageColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout p {
    position: relative;
    line-height: 24px;
    font-size: var(--headingFive);
    color:#333;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: justify;
}

.galleryColumn {
    float: right;
    max-width: 450px;
    margin: 10px 0 15px 15px;
    position: relative;
    z-index: 1;
}

.galleryColumn .image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.row__shape {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}

.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}



.homeProducts {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--colorWhite);
    position: relative;
}

/* .homeProducts:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
} */

.title2 {
    padding: 0;
    font-size: var(--headingTwo);
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #00aff0;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title2:after {
    background: #ffad0d;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

#products {
    float: left;
    width: 100%;
}

.singleItem {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.feature_item {
    background: var(--colorWhite);
    margin: 0 0 30px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.feature_item .feature_image {
    position: relative;
    text-align: center;
    min-height: 255px;
    overflow: hidden;
    border-bottom: 1px solid var(--whiteBorderColor);
}

.feature_item .feature_image .image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 348px;
    overflow: hidden;
    transition: all .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%
}

.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: var(--headingFour);
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--darkColor);
}

.feature_sec .title_h3 a {
    color: var(--darkColor);
}

.feature_sec:hover .title_h3 a {
    color: var(--orageColor)
}

.feature_sec p {
    font-weight: 400;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: center;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.readMore {
    position: relative; 
    color: var(--textColor);
    font-size: var(--paraText);
    background: #ffad0d;
    display: inline-block;
    padding: 10px 10px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 2px solid #ffad0d;
    transition: all .3s ease;
    font-weight: 600;
}

.readMore:focus,
.readMore:hover {
    color: #ffad0d;
    border-color: #ffad0d;
    background: transparent
}


.readMore2 {
    position: relative;
    line-height: 24px;
    color: var(--colorWhite);
    font-size: var(--paraText);
    font-weight: normal;
    background: var(--darkColor);
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--darkColor);
    transition: all .3s ease
}

.readMore2:focus,
.readMore2:hover {
    color: var(--darkColor);
    border-color: var(--darkColor);
    background: transparent
}

.readMore2 svg {
    width: 16px;
    height: 16px;
}

.feature_sec .readMore {
    margin-bottom: 10px;
}

#products .owl-next,
#products .owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--colorWhite);
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--darkColor);
    border-radius: 100%;
    z-index: 9;
    border: 0px solid var(--darkColor);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

#products .owl-nav .owl-prev {
    left: -50px;
    top: 48%
}

#products .owl-nav .owl-next {
    right: -50px;
    top: 48%
}

#products .owl-nav .owl-next:hover,
#products .owl-nav .owl-prev:hover {
    background: var(--orageColor);
    color: var(--colorWhite);
    border-color: var(--orageColor);
}



.videoSection {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: transparent linear-gradient(120deg, #00a0db 0%, #1e6593 100%) 0% 0% no-repeat padding-box;
}
.videoSection .title_1{
    color: #ffffff;

}
.videoSection .maxWidth p{
    color: #fff;
}
.videoFeedback {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;

}

.videoFeedback .image {
    position: relative;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 15px;
}

.videoFeedback .image img {
    height: 100%;
    object-fit: cover;
}

.videoFeedback .image:before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: opacity 180ms ease;
    transition: opacity 180ms ease;
}

.videoFeedback .image:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

.videoFeedback:hover .image:before {
    opacity: 0;
}


.videoFeedback .image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #01102f 100%)
}


.feedbackStar {
    position: absolute;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #f90;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    color: #f90;
    z-index: 9;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}

.videoFeedback .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    position: absolute;
    z-index: 99;
}

.videoFeedback .image span svg {
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(255 255 255/1);
    border-radius: 100%;
    padding: 5px;
}

.videoTitle {
    display: flex;
    align-items: center;
    justify-content: center;

}

.videoTitle .vidoIcon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 24px;
    color: var(--logoColor);
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoName {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.videoFeedback:hover .videoName {
    color:#ffad0d;
}











.googleReview2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 50px;
    background-color: #eee
}

.tm-testi-slide-1 {
    background: #fff;
    padding: 24px 21px 15px 21px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    transition: all .3s ease-in-out;
}

.tm-testi-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tm-trustpilot-logo {
    flex: 1;
}

.tm-trustpilot-logo img {
    max-width: 91px;
}

.tm-star-ratings {
    flex: 1;
    text-align: right;
    font-weight: 600;
}

.tm-star-ratings img {
    max-width: 84px;
    margin-left: auto;
}

.tm-slide-h4 {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 10px;
}

.tm-slide-p {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #ebeaea;
    color: #707070;
    text-align: left;
    margin: 0;
}

.tm-slide-h5 {
    color: #3a3a3a;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-size: 15px;
    color:var(--darkColor);
}

.morelink:hover,.morelink:focus{
    color:#ffad0d;
}

.owl-carousel {
    float: left;
    width: 100%;
}

#testimonials .owl-next,
#testimonials .owl-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--darkColor);
    border-radius: 100%;
    z-index: 9;
    border: 0px solid var(--darkColor);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}
.blog_details1 ul li { 
    display: inline;}
#testimonials .owl-nav .owl-prev {
    left: -50px;
    top: 48%
}

#testimonials .owl-nav .owl-next {
    right: -50px;
    top: 48%
}

#testimonials .owl-nav .owl-next:hover,
#testimonials .owl-nav .owl-prev:hover {
    background: #ffad0d;
    color: #fff;
    border-color: #ffad0d;
}




.faqSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--colorWhite);
}

.faqTitle {
    font-size: var(--headingOne);
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 36px;
}

.faqTitle span {
    color: #edac15;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 6px !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: var(--headingFour);
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    color: var(--colorWhite);
    background: var(--darkColor);
    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(--colorWhite);
    background: var(--darkColor);
}

.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: var(--textSize);
    line-height: 24px;
}

.company-video-intro {
    margin-bottom: 20px;
    margin-top: 57px;
}

.vedio-inner {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.vedio-overly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(237, 172, 21, 0.80);
}

.vedio-overly::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 85%;
    border: 1px solid #edac15;
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: translateY(-50%);
    top: 50%;
}

.vedio-button {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.vedio-inner img {
    width: 100%;
}

.vedio-button {
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: transparent;
    background-image: url('../images/play_button.png');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    margin: 0px auto;
}

.vedio-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.vedio-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.company-video-intro h2 {
    font-size: var(--headingFour);
    font-weight: 600;
    line-height: 27px;
}


.homeTestimonials {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px 40px;
    background: #f7f7f7;
}


#testimonials {
    float: left;
    width: 100%;
    margin: 0;
}

.homeTestimonials .testimonialItem {
    position: relative;
    text-align: center;
    margin: 25px 10px 35px;
    opacity: 0.5;
}

.homeTestimonials .owl-item.active.center .testimonialItem {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
    opacity: 1;
}

.homeTestimonials .testimonialItem .testimonialItem_box {
    position: relative;
    padding: 30px 20px 30px;
    background-color: var(--colorWhite);
    transition: all 300ms ease;
    border-top: 1px solid #fefefe;
    box-shadow: 0px 1px 5px 1px rgba(241, 241, 241, 1);
}

.homeTestimonials .testimonialItem .testimonialItem_box .text {
    position: relative;
    margin-bottom: 25px;


}

.homeTestimonials .testimonialItem .testimonialItem_box .text p {
    font-style: italic;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: center;
    line-height: 28px;
}

.homeTestimonials .testimonialItem .testimonialTitle {
    position: relative;
}

.homeTestimonials .testimonialItem .testimonialTitle span {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: var(--colorWhite);
    border-radius: 50%;
    transition: all 300ms ease;
    box-shadow: 0px 1px 5px 1px rgba(241, 241, 241, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blueColor);
    font-size: var(--headingOne);
    font-weight: 600;
}

.homeTestimonials .testimonialItem .testimonialTitle .name {
    position: relative;
    color: var(--textColor);
    font-size: var(--headingFour);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.homeTestimonials .testimonialItem .testimonialTitle .designation {
    position: relative;
    color: var(--blueColor);
    font-size: var(--textSize);
}



.bannerPost {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
}

.title_2 {
    color: var(--logoColor);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.bannerPost .maxWidth {
    margin: 0 0 25px;

}

.bannerPost .maxWidth p {
    text-align: left!important;
    max-width: 100%;
}

.banner-post-two {
    position: relative;
    margin-bottom: 20px;
}

.banner-post-thumb-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 16.31%, rgba(10, 23, 41, 0.00) 108.6%);
    pointer-events: none;
}

.banner-post-thumb-two {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.banner-post-two.big-post .banner-post-thumb-two img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.banner-post-content-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 50px;
}

.post-tag {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    background: var(--logoColor);
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.banner-post-content-two .post-title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-title.bold-underline a {
    background-size: 0 2px;
}

.banner-post-two:hover .post-title a {
    color: var(--blueColor)
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

.blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: #6d757f;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    list-style: none;
    gap: 5px;
}

.blog-post-meta.white-blog-meta .list-wrap li {
    color: #bacce1;
}

.blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 15px;
}

.blog-post-meta.white-blog-meta .list-wrap li a {
    color: #bacce1;
}

.banner-post-two.small-post .banner-post-thumb-two img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}

.banner-post-two.small-post .banner-post-content-two {
    left: 25px;
    right: 25px;
    bottom: 20px;
}

.banner-post-two.small-post .banner-post-content-two .post-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.home-call-section {
    float: left;
    width: 100%;
    padding: 50px 0 0px;
    position: relative;
    z-index: 0;
    background-image: url(../images/image03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -100px;
}

.home-call-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent linear-gradient(120deg, #00a0db 0%, #1e6593 100%) 0% 0% no-repeat padding-box;
    /* opacity: 0.95; */
}
.section-head .image {
    background: #fff;
    text-align: center;
    margin: 0px 0px 20px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-head .image img {
    padding: 0px 30px;
}
.home-call-section .call-wrapper {
    display: grid;
    grid-template-columns: auto 55%;
    justify-items: center;
    grid-row-gap: 40px;
}

.home-call-section .call-wrapper .call-figure {
    margin: 0;
    margin-top: -90px;
    margin-right: 60px;
    height: 510px;
    overflow: hidden;
    padding-bottom: 112px;
}

.section-head {
    line-height: 1;    width: 100%;
}

.section-head .section-title {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    border-left: 3px solid #ffad0d;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-family: var(--fontText);
    font-weight: bold;
}

.section-head p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
}

.section-head ul {
    margin: 0 0 20px;
    padding: 0;
}

.section-head ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.section-head ul li:before {
    width: 20px;
    height: 20px;
    color: #fff;
    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='white' 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>");
}

.home-call-section .mainBtn3 {
    padding: 12px 30px;
}

.home-call-section .mainBtn3:before {
    background-color: #fff;
}

.home-appointment-section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.home-appointment-section .overlay-wrapper {
    position: relative;
    z-index: 2;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;    margin: auto;
    width: 85%;
}

.background-world-map-img {
    background-image: url(../images/image08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper {
    display: grid;
    grid-template-columns: auto 45%;
    grid-row-gap: 30px;    align-items: center;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black {
    margin-right: 50px;
}

.section-head-black .section-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid #ffad0d;
    margin-bottom: 10px;
    color: var(--textColor);
    font-size: 22px;
}

.section-head-black p {
    margin-bottom: 15px;
    font-size: 15px;
}

.section-multi-button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    column-gap: 30px;
}

.section-multi-button .call-apoint {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-multi-button .call-apoint .call-icon {
    margin: 0;
    margin-right: 15px;
    text-align: center;
}

.section-multi-button .call-apoint .call-icon span {
    height: 35px;
    width: 35px;
    border: 1px solid var(--logoColor);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--logoColor);
}

.section-multi-button .call-apoint .call-icon span svg {
    width: 20px;
    height: 20px;
}

.section-multi-button .call-apoint .call-info {
    line-height: normal;
}

.section-multi-button .call-apoint .call-info .smallTitle {
    margin: 0px 0px 2px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.section-multi-button .call-apoint .call-info .phoneTitle2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
}

.section-multi-button .call-apoint .call-info .phoneTitle2 a {
    color: var(--darkColor);
}

.section-multi-button .call-apoint .call-info .phoneTitle2 a:hover {
    color: #ffad0d;
}

.sectionTitle {
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
}

.figure-round-border {
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.figure-round-border img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}




/*  Inner Blogs */
.single-post2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.blog-content2 {
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -35px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta svg {
    margin-right: 5px;
    color: #554c86;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .title_h5 {
    font-size: var(--headingFive);
    margin-bottom: 15px;
    line-height: normal;
    height: 55px;
    position: relative;
    font-weight: normal;
    font-weight: 600;
}

.blog-content2 .title_h5 a {
    text-decoration: none;
    line-height: normal;
    color: var(--buttonBgColor);
}

.blog-content2 .title_h5 a:hover {
    color: var(--orageColor);
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: normal;
}

.blog-content2 p {
    text-align: left;
    line-height: 22px;
    font-size: var(--textSize);
}




.homeClients {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.homeClients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin: 0px;
    transition: opacity 0.3s ease;
    border-radius: 6px;
    overflow: hidden;
}

.homeClients .item .image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 90px;
    max-height: 100px;
}

.homeClients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 5px;
}





 


#scrollUp {
    position: fixed;
    z-index: 99;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--textColor);
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background:#ffad0d;
}

#scrollUp svg {
    width: 24px;
    height: 24px;
}

#scrollUp:hover {
    background: var(--textColor);
    color: var(--colorWhite);
}

.contactFixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    transition: all .3s ease-in-out
}

.contactFixed ul {
    width: auto;
    margin: 0;
    padding: 0
}

.contactFixed ul li {
    list-style: none;
    position: relative
}

.contactFixed ul li a {
    background: var(--orageColor);
    width: 50px;
    height: 50px;
    color: var(--colorWhite);
    font-size: var(--headingTwo);
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

.contactFixed ul li a svg {
    width: 24px;
    height: 24px;
}

.contactFixed ul li:nth-child(1) a {
    background: var(--instagram)
}
.contactFixed ul li:nth-child(2) a {
    background: #0078d7;
}
.contactFixed ul li:nth-child(3) a {
    background: #ffad0d
}
.contactFixed ul li:nth-child(4) a {
    background: #01e675
}

#testimonials .owl-next svg, #testimonials .owl-prev svg {
    color: #333;
}

.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--colorWhite);
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
    left: 22px;
    background: #01e675;
    bottom: 40px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp:hover,
.whatsapp:focus {
    background: #0bcf6e;
    color: var(--colorWhite);
}

.whatsapp svg {
    width: 22px;
    height: 22px;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: transparent linear-gradient(120deg, #00baff 0%, #580034 100%) 0% 0% no-repeat padding-box;
    color: var(--colorWhite);
    border-radius: 0;
}
.btn-close { 
    opacity: 1;
}
.modal-header h5 {
    text-align: left;
    font-size: var(--headingFour);
    line-height: 18px;
    color: var(--colorWhite);
}

.modal-header h6 {
    text-align: left;
    font-size: var(--headingFour);
    line-height: 18px;
    color: var(--colorWhite);
}

.modal-header .modal-title {
    text-align: left;
    font-size: var(--headingFour);
    line-height: 18px;
    color: var(--colorWhite);
    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;
    z-index: 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(--colorWhite);
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: var(--headingFour);
    font-weight: normal;
    color: var(--whiteBorderColor);
    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(--colorWhite);
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: var(--headingFour);
    font-weight: normal;
    color: var(--whiteBorderColor);
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}



/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: var(--colorWhite);
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--greyColor);
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: var(--greyColor);
    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(--colorWhite);
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--darkColor);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: var(--colorWhite);
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

.title_1 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: var(--darkColor);
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
    font-weight: 600;
}

.title_1:after {
    background: var(--orageColor);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}

/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: var(--colorWhite);
}

.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(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--textColor);
}

.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(--colorWhite);
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: var(--paraText);
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: var(--orageColor);
    color: var(--colorWhite);
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--colorWhite);
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: var(--textColor);
    text-align: left;
    font-size: var(--paraText);
    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(--orageColor);
    color: var(--colorWhite);
}

.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(--colorWhite);
    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(--textColor);
    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(--orageColor);
    color: var(--colorWhite);
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: var(--colorWhite);
    padding: 10px 10px 10px;
}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: var(--headingThree);
    color: var(--textColor);
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: var(--headingThree);
    color: var(--textColor);
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    /*👉 background: var(--colorWhite);
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;👈*/
}

.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: var(--textSize);
    font-weight: normal
}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_right ul li {
    line-height: 28px;
    font-size: var(--textSize);
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid var(--whiteBorderColor);
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}



.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid var(--whiteBorderColor);
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--whiteBorderColor);
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    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: var(--textSize);
    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.category-images {
    max-width: 300px;
}
.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    border: 1px solid var(--whiteBorderColor);
    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(--whiteBorderColor);
    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(--whiteBorderColor);
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: var(--blueBorderColor);
}

.wps_right h2 {
    font-size: var(--headingThree);
    line-height: normal;
    margin-bottom: 10px;
    color: var(--darkColor);
    font-weight: 600;
}

.wps_right h3 {
    font-size: var(--headingThree);
    line-height: normal;
    margin-bottom: 10px;
    color: var(--darkColor)
}

.wps_right table {
    margin: 0;
    background: var(--colorWhite);
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: var(--textSize);
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #ccc;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--darkColor);
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: var(--headingFour);
    color: var(--colorWhite);
    background: var(--textColor);
    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(--orageColor);
    color: var(--colorWhite);
    border: 1px solid #f7b11b
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #ccc;
    background: var(--colorWhite);
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 10px 10px 0 10px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid var(--whiteBorderColor);
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 340px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    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(--whiteBorderColor);
}

.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: #ddaf1c;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: var(--colorWhite);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}
.social_box .youtube svg {
    width: 20px;
    height: 15px;
}

footer.bg-body-tertiary.bg-white.text-center.text-md-start h5.text-uppercase {
    margin-bottom: 10px !important;
}
footer.bg-body-tertiary.bg-white.text-center.text-md-start video {
    margin-top: 7px;
}
.product_listing .product p {
    font-size: var(--textSize);
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more {
    margin-top: 0;
}

.product_listing .right-content .read_more {
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
a.read_more.readMore.callback.mx-1 {
    background: #333;
    border: 2px solid #333;
    color: #ffad0d;
}
.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content .title4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.right-content .title4 a {
    color: var(--darkColor);    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: var(--textSize);
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: var(--whiteBorderColor);
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content .title4 a {
    color: var(--orageColor);
}

.product_listing:hover .right-content h4 a {
    color: var(--orageColor);
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: var(--textSize);
    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(--textColor);
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    line-height: 30px;
    color: var(--orageColor);
    font-size: var(--headingThree);
    font-weight: 600;
    border-bottom: 1px solid var(--whiteBorderColor);
}

.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(--whiteBorderColor);
}

.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(--whiteBorderColor);
    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(--textColor);
    font-weight: 600;
    font-size: var(--paraText);
}



/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: var(--whiteBorderColor);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid var(--whiteBorderColor);
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: var(--textColor);
    font-size: var(--textSize);
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;

}

.testimonial_author .media-left img {
    border: 1px solid var(--textColor);
    border-radius: 4px;
}

.testimonial_author .media-left a {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: var(--whiteBorderColor);
    border-radius: 50%;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orageColor);
    font-size: var(--headingOne);
    font-weight: 600;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: var(--headingFour);
    color: var(--textColor);
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: var(--darkColor);
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--whiteBorderColor);
}

.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: var(--headingFour);
    color: var(--textColor);
    margin: 0;
    padding: 0;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: var(--textColor);
    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: 276px;
}

.hover_effect:after {
    color: var(--colorWhite);
    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(--orageColor);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: var(--whiteBorderColor);
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}

.blog_page .blogLeft {
    margin-bottom: 20px;
    position: relative;
    background: var(--colorWhite);
}

.blog_page .blogLeft .blogInfo h4 {
    color: var(--textColor);
}

.blog_page .blogLeft .blogInfo .text p {
    color: var(--textColor);
}

.blog_page .blogLeft .blogInfo h4:hover {
    color: var(--orageColor);
}

.blog_page .blogLeft .blogInfo {
    padding-bottom: 15px;
}

/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
}

.blog_details ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px;
    padding: 0;
}

.blog_details ul li {
    display: block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: var(--textColor);
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.sharethis-inline-share-buttons {
    margin-bottom: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto
}

.form-group {
    margin-bottom: 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 20px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border-left: 3px solid var(--orageColor);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    padding: 0;
    display: block;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: var(--textSize);
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0; 
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: var(--textColor);
    font-weight: 400;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: var(--whiteBorderColor);
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: var(--headingThree);
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: var(--textColor);
    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: var(--offWhiteColor);
    border-left: 3px solid var(--darkColor);
}

.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: var(--textColor);
    font-size: 15px;
    font-weight: normal;
}

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.cs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.cs_container .csPanel {
    /* width: 50%; */
    display: table-cell;
    background-color: var(--colorWhite);
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 #989cb0;
    box-shadow: 0 2px 6px 0 #989cb0;
    padding: 20px;
}

.cs_container .csPanel:last-child {
    background-color: rgba(38, 43, 72, .92);
    color: var(--colorWhite);
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 3px 6px #989cb0;
    box-shadow: 0 3px 6px #989cb0;
    background: #514136;
    /* max-width: 300px; */
    /* width: 100%; */
}



.title_h2_2 {
    margin-bottom: 15px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: var(--orageColor);
    text-align: left;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.address-column p {
    color: var(--colorWhite);
    margin: 0;
    display: flex;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: left;
}

.address-column p span {
    font-size: var(--headingThree);
    margin-right: 10px;
    color: var(--colorWhite)
}

.address-column p span svg {
    width: 24px;
    height: 24px;
}

.address-column p.phone {
    display: block
}

.address-column p a {
    color: var(--colorWhite);
    display: inline-block;
    font-weight: 600;
}

.address-column p a:hover {
    color: var(--orageColor)
}

.contact_page textarea.form-control {
    height: 100px;
}

#contact_form label.error,
.output {
    color: var(--errorColor);
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: var(--errorColor);
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: var(--errorColor);
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}


/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: var(--colorWhite);
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--orageColor);
    font-size: var(--headingTwo);
    color: var(--colorWhite);
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid var(--greyColor);
    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 var(--greyColor);
    padding: 0;
}

.sitemap li a {
    color: var(--textColor);
    font-size: var(--paraText);
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--blueColor);
}

.market_area .mt25 {
    float: left;
    display: block;
    font-size: var(--headingFour);
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--darkColor);
}

.market_area h1 {
    font-size: var(--headingTwo);
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--textColor);
}

.market-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none;
    margin-right: 0;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block;
    color: var(--textColor);
    font-size: var(--paraText);
    background-color: var(--offWhiteColor);
}

.market-list li a:hover {
    background: var(--darkColor);
    color: var(--colorWhite);
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--whiteBorderColor);
    overflow: hidden;
    position: relative;
    height: 440px;
}

#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(--textColor);
    font-size: var(--headingFive);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: var(--paraText);
    line-height: 24px;
    color: var(--textColor);
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: var(--errorColor);
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;
}


.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: var(--colorWhite);
}

.video_section iframe {
    width: 100%;
    height: 415px;
}


.latest {
    font-size: 26px;
    font-weight: bold;
    color: var(--textColor);
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: var(--orageColor);
}

.webpulse-home_blog h6 {
    text-transform: uppercase;
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rangeProduct {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border: 1px solid var(--whiteBorderColor);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    transition: all 0.35s ease-in-out;
    background: var(--colorWhite);
}

.rangeProduct:hover {
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
}

.rangeProduct .image {
    position: relative;
    height: 253px;
    text-align: center;
    border-bottom: 1px solid var(--whiteBorderColor);
}

.rangeProduct .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.rangeProduct .rangeTitle {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 15px;
    min-height: 50px;
    color: var(--blueDarkMore);
}

.rangeProduct:hover .rangeTitle {
    color: var(--orageColor);
}

.rangeProduct .read_more_product {
    padding: 8px 18px;
    border-radius: 6px;
    line-height: 24px;
}

.titleh6 {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: var(--darkColor);
    text-align: left;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.intl-tel-input,
.iti {
    width: 100%;
}
h2.h2_title.aboutTitle.text-white {
    color: #fff !important;
}
h2.h2_title.aboutTitle.text-white span{
    color: #fff !important;
}
.home_about_2 p {
    color: #fff;
}
/* about us */
/* about us */
.home_about_2 { 
    width: 100%;
    margin: 0;
    padding: 50px 0px;
    background: #00afef;
    position: relative;
    z-index: 9;
}
.h2_title {
    font-size: 30px;
    color: #1c1c1c !important;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    font-weight: 900;
}
.aboutTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
}
.aboutTitle.text-start:before, .aboutTitle.text-start:after {
    right: inherit;
}
.aboutTitle.text-start:before, .aboutTitle.text-start:after {
    right: inherit;
}
.aboutTitle:before, .aboutTitle:after {
    content: "";
    background: #afafaf;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.h2_title span {
    color: #00a0db;
}
.home_about_2 h3 {
    margin: 10px 0px;
    color: #ffffff;
    font-size: 22px;
}
.about_img {
    float: right;
    max-width: 540px;
    width: 100%;
    position: relative;
    margin: 0 0 15px 15px;
}
.aboutTitle:after {
    background: #ce047b;
    left: 30px;
}
.about_img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #ffcd93;
}
.about_img .about_img {
    width: 45% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 15px 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    background: #ffad0d;
}
.about_img .img {
    padding: 0 0px 30px 30px;
    position: relative;
}
.about_img .img img {
    position: relative;
    z-index: 2;
    background: #272727;
    height: 500px;
}
/* about end */
/* products colam */
.pz-product-list-box {
    padding-bottom: 0px;
}
.pz-product-list-box {
    background: #fff;
    /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%); */
    border-radius: 6px;
    width: 100%;
    margin: 0px auto 20px;
    padding-bottom: 25px;
    text-align: center;
}
.pz-product-list-img, .pz-product-list-img > img {
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    height: auto;
    transition: all 0.3s linear 0s;
}
.pz-animation {
    position: relative;
    overflow: hidden;
    display: block;
}
.pz-product-list-box1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;background: #eee;
}
.pz-product-list-box1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-duration: .4s;
    transition-timing-function: ease;
    transform: translateY(101%);
}
.pz-product-list-box1:before {
    background: #0d99ce;
    border: solid white 1px;
}
.pz-product-list-btm {
    padding: 14px 20px 0px;
}
a.pz-product-list-ttl {
    text-align: center;
    color: #0c5b8d;
    font-size: 20px;
    font-weight: 700;
}
.pz-product-list-box p {
    text-align: center;
    padding: 0px 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.pz-product-list-box:hover img {
    transform: scale(1.1);
}
.pz-product-list-box:hover .pz-animation:after {
    -webkit-animation: box_animation 900ms infinite;
    animation: box_animation 900ms infinite;
}
.pz-animation:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}
.pz-product-list-box:hover .pz-product-list-box1:before {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.z-index-9 {
    z-index: 9;
}
.pz-product-list-box:hover a.pz-product-list-ttl {
    color: #fff;
}
.pz-product-list-box:hover p {
    color: #fff;
}

/* about us */
/* ABOUT CSS CUSTOM */ 
.features {  width: 100%; padding: 50px 0 0; margin: 0; position: relative; background-image: url(../images/backgrounds.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; } 
.features:before { content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; background:#0068b3bd; background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #0068b3a3 80%); } 
.features .h2_title { color: #ffffff; } 
.features .h2_title { font-weight: 700; margin-bottom: 40px; position: relative; text-transform: uppercase; text-align: center; color: var(--dark-red); font-size: 30px; padding-bottom: 10px; } 
.features .features-holder { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-column-gap: 25px; } 
.features .feature-panel-holder { padding-top: 25px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {    border-color: #fff; margin-top: 12px; color: #fff;} 
.features .feature-panel-holder .feature-panel { position: relative; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; overflow: hidden; cursor: pointer; margin-bottom: 33px; border-radius: 8px 0 8px 8px; border-color: rgba(249, 249, 249, .15); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } 
.features .h2_title:after { bottom: -10px; content: ""; height: 3px; left: 50%;  background: #d2deff none repeat scroll 0 0; margin-left: -50px; position: absolute; width: 100px; } 
.features .feature-panel-holder .feature-panel .feature-icon { margin-bottom: 5px; } 
.features .feature-panel-holder .feature-panel .feature-icon img { width: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; filter: invert(1); transition: .3s ease-in-out; } 
.features .feature-panel-holder .feature-panel .feature-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 10px;     font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;font-weight: 600;font-size: 16px; line-height: 28px; text-transform: inherit; margin-bottom: 6px; color: #ffffff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;  } 
.features .feature-panel-holder .feature-panel .feature-content p { text-align: center; font-size: 15px; line-height: 24px; margin-bottom: 0; color: #ffffff; opacity: 0; visibility: hidden; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; height: 25px;     font-weight: normal !important;} 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark { background-color: #0068b3e3; } 
.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact { color: #fff; } 
.features .feature-panel-holder:hover { padding-top: 0; } 
.features .feature-panel-holder:hover .feature-panel .feature-content p { visibility: visible; opacity: 1; height: 30px; } 
.features .feature-panel-holder .feature-panel.feature-panel-dark { border: 1px solid rgb(255 255 255 / 18%); } 
.features .feature-panel-holder .feature-panel a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); font-size: 13px; color: #ffffff; margin-top: -32px; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } 
.features .features-card .card-panel .panel-body .titleCat {    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #0068b3;
    margin-bottom: 10px;
    text-transform: capitalize; } 
.features .features-card .card-panel.reversed .panel-icon { margin-right: 0; margin-left: 40px; display: flex; align-items: center; transform: translateY(-7px); } 
.features .features-card .card-panel.reversed { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } 
.features .features-card .card-panel {     border: 1px solid #eee;display: -webkit-box; display: -ms-flexbox; display: flex; background: #ffffff; border-radius: 8px 0 8px 8px; padding: 30px 40px 34px; -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%); position: relative; -ms-flex-preferred-size: 48%; flex-basis: 48%;    align-items: center;} 
.features .features-card .card-panel .panel-icon img { margin-left: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; min-width: 80px; width: 80px; } 
.features .more-features { text-align: center; margin-bottom: 20px; } 
.features .more-features p { font-weight: 700; font-size: 17px; color: #f4f4f4;    position: relative; margin-bottom: 0; } 
.features .more-features.more-features-2 p a { color: #00459d;} 
.features .more-features p a { position: relative; color:#0068b3; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; text-transform: capitalize; padding-bottom: 8px; } 
.features .features-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); margin-top: -100px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; z-index: 9; } 
.counter-block img { width: 60px;padding: 10px; border-radius: 5px; border: 1px solid var(--light-gray);} 
.div-cla p.fs-18.mt-0 { text-align: justify; } 
.counter-block p { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden;text-align: center;} 
/*  */
.fs-20.mt-3.mb-2.title3 {
    font-size: 18px;
    font-weight: 800;
}
.iti {width: 100%; height: 40px;}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
    height: 40px;
}
/* contact us */ 
.bg-sky { background: #0068b3  !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: #0068b3; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
.shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
.z-index-1 { z-index: 1; } 
.h-170 { height: 215px; } 
.corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #fa9928; border-width: 2px 0 0 2px; border-radius: 2px 0 0 0; } 
.corner:after { content: ""; position: absolute; top: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fa9928; border-width: 2px 2px 0 0; border-radius: 0 2px 0 0; } 
.corner .bottom_corners:before { content: ""; position: absolute; bottom: -2px; left: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fa9928; border-width: 0 0 2px 2px; border-radius: 0 0 0 2px; } 
.corner .bottom_corners:after { content: ""; position: absolute; bottom: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fa9928; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
.base-header2 { position: relative; z-index:1; } 
.z-index-9{z-index: 9;} 
.icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #ffffff; } 
.iti {width: 100%;} 
ul.social li { margin: 0px 3px; display: inline-block; border-radius: 5px; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 25px; height: 25px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #ffffff;    border:0px solid #ffffff; } 
.form-group, .form-control { position: relative;font-size: 15px; margin: 0px 0px 10px;font-weight: 500;} section.testimonials_section.pb-3:before { height: 65px;} 
.why-choose-us-sd ul li{list-style:none} 
.why-choose-us-sd ul li { list-style: none; display: flex; } 
.why-choose-us-sd ul li svg { padding: 5px; background: #0068b333; border-radius: 50px; margin-right: 10px; } 
.why-choose-us-sd ul li svg{padding: 5px;} 
.why-choose-us-sd ul li { list-style: none; display: flex; margin-bottom: 10px; } 
.youtube_video.float-start.p-3.rounded.py-2.bg-white { width: 100%; background: #fff; padding: 15px; box-shadow: 0px 0px 5px 0px #ccc;} 
.default-form-area.p-4.rounded-3.text-center.border-bottom.border-3.border-light.bg-white { border: 0px solid #eee;
    box-shadow: 0px 0px 5px 0px #ccc;
    background: #fff; } 
    .row.justify-content-center .clients1 {
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    section.webpulse_home_product.bg-light .item .item_info { 
        border: 1px solid #cccccc33;
    }
    .home-headers{height: 630px;}
    .iti-mobile .iti--container { 
        height: auto;
    }
    .faq_section {
        width: 100%;
        float: left;
    }
    .clientSection {
        width: 100%;
        float: left;
    }
    .features .more-features p { 
        text-align: center;
    }
    /* blogs */
    article {
        width: 100%;
        float: left;
        position: relative;
        border: 0px solid #333;
        box-shadow: 0px 0px 1px 1px #bbbbbb4a;
        border-radius: 5px;
        overflow: hidden;
        background: #f7f3f3;
    }
    article .featured-post {
        max-width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
    }
    article .featured-post img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    article .content-post {
        overflow: hidden;
        padding: 15px 15px 0px;
    }
    article .content-post .title-post {
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fa9928;
        height: auto;
        position: relative;
    }
    article .content-post .title-post a {
        color: #0068b3;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: uppercase;
        font-weight: 900;
    }
    .entry-post p {
        font-size: 15px;
        color: #484848;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    ul.post-meta.list_inline.d-flex.justify-content-between.border-top.border-muted.list-style-none.text-white {
        margin: 0px;
        padding: 10px;
        color: #333;
    }
    ul.post-meta.list_inline.d-flex.justify-content-between.border-top.border-muted.list-style-none.text-white li {
        color: #333;
        font-weight: 600;
        letter-spacing: 0px;
    }
    .single-item p a:hover{color: #f36c11 !important;}
/* products */
    #products span.pz-product-list-img.pz-animation {
        height: auto !important;
    }
    #products span.pz-product-list-img.pz-animation img{
        height: auto !important;
    }
    #products .pz-product-list-box.pz-animation-box {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #products .item_info.wow.fadeInRight {
        margin-bottom: 20px;
    }

    a.read_more_1.readMore.view-more {
        background: #333;
        color: #ffad0d;
        border: 2px solid #333;
    }
    a.read_more_1.readMore.view-more:hover{background: #ffad0d;color:#000;border:2px solid #ffad0d}
    .product_showcase {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 6px 0;
        margin-bottom: 8px;
    }
    .productBrochureandvideo {
        margin-right: 15px;
        border: 1px dashed #16417887;
        padding: 5px;
        border-radius: 5px;
    }
    .productBrochureandvideo a {
        font-weight: 500;
        color: #3c3c3c;
    }
    .productBrochureandvideo a svg {
        color: #e59700;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    a.read_more.readMore.callback:hover{    background: #ffad0d;
        border: 2px solid #ffad0d;
        color: #333;}

        /* menubar */
        ul.cs-dropdown.top-first {
            columns: 5;
            -webkit-columns: 5;
            -moz-columns: 5; padding:10px 10px 5px !important;
            border-bottom: 1px solid #eee;
        }
        ul.cs-dropdown.top-first li {
            border: none !important;  
        }
        ul.cs-dropdown.top-first li a {
            padding: 3px 0px !important;
            color: #00a0db !important;font-size: 16px !important;
        }
        /* categorys */
        .list_item {
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }
        .list_item:before, .list_item:after {
            display: table;
            content: " ";
        }
        .thumbnail {
            display: block;
            padding: 0;
            margin-bottom: 0;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #eee;
            border-radius: 4px;
            transition: border .2s ease-in-out;
        }
        .list_item .thumbnail .product_view {
            float: left;
            width: 30%;
            padding: 15px;
            margin-right: 25px;
            border-right: 1px solid #eee;
            background: #fff;
            z-index: 2;
            margin-bottom: 0;
            position: relative;
            overflow: hidden;
            height: 250px;
        }
        .product_view .image {
            text-align: center;
            position: relative;
            width: 100%;
            height: 220px;
            overflow: hidden;
            margin: 0;
            transition: transform .5s ease;
        }
        .product_view .image img {
            position: absolute;
            max-width: 100%;
            top: 50%;
            left: 50%;
            margin: auto;
            transform: translate(-50%, -50%);
            width: 100%;
            max-height: 100%;
            padding: 0px;
            object-fit: cover;
        }
        .list_item .caption {
            text-align: left;
            color: #333;
            padding: 9px 9px 0 9px;
        }
        .item_view .caption h3 {
            padding: 10px;
            margin-bottom: 10px;
            text-transform: capitalize;
            line-height: 24px;
            margin: 0;
            height: auto;
            text-align: left;
            padding: 10px 0 13px;
        }
        .right_side h3 {
            font-size: 20px;
            color: #333;
            font-weight: 600;
        }
        .blue-line1 {
            width: 100%;
            display: block;
            height: 1.1px;
            background: #eee;
            position: relative;
            margin-bottom: 10px;
            padding: 0 15px;
        }
        .list_item .caption p {
            text-align: justify;
            height: auto;
            display: block;
            line-height: 24px;
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: normal;
            overflow: hidden;
        }
        .read_more_product {
            background: #333;
            padding: 7px 10px;
            font-size: 14px;
            color: #fff;
            margin: 10px 0px 10px 0px;
            display: inline-block;
            width: auto;
            border-radius: 3px;
        }
        .read_more_product i {
            margin-left: 10px;
        }
     
        .feature_item1 .feature_image .image {
            position: relative;
            padding: 0;
            text-align: center;
            min-height: 275px;
            overflow: hidden;
            transition: all .4s ease-in-out;
        }
        .feature_item1 .feature_sec h4.title_h3 {
            margin: 0px;
        }
        .feature_item1 .feature_image .image img{transition: all .4s ease-in-out;}
        .feature_item1:hover .feature_image .image img{
            transform: scale(1.1);
        }
        .allListing.w-100.d-block.float-start .product_listing {
            border: none;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.75);
        }
        .allListing.w-100.d-block.float-start .right-content .title4 { 
            padding: 5px 0px 0px;}
            .largeImage img {
                border: none !important;
                border-bottom: 1px solid #eee !important;
            }

            .item2{display:none}
            .single_image:hover .item1{display:none}
            .single_image:hover .item2{display:block}
            .allListing.w-100.d-block.float-start .right-content .title4 {
                padding: 3px 5px 10px;
            }
            section.webpule_quote.w-100.float-start {
                margin-bottom: -35px;
                position: relative;
            }
            .banner-content.align-items-center.justify-content-between.d-flex.bg-dark.px-5.rounded-3.py-3 {
                background: #00a0db !important;
                border: 1px solid #ffffff;
                border-bottom: 3px solid #ffad0d;
                margin: auto;
            }