@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');

:root {
    --fontFamily: 'Roboto', sans-serif;
    --darkColor: #111f29;
    --yellowColor:#f6b60b;
    --logoColor: #feed00;
    --textColor: #333;
    --colorWhite: #fff;
    --blueBorderColor: #0961bb;
    --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: 16px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --orageColor: #f68e29;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --errorColor: #dc3545;

}

body {
    background: #fff;
    color: #363636;
    font-family: var(--fontFamily);
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #363636;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #f90606;
    display: block;
    font-weight: 400;
    margin: 0;
}


textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px !important;
}

textarea {
    background: #fff;
    height: 100px;
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--textColor);
}

.form-control:focus {
    border-color: var(--yellowColor);
    box-shadow: none;
    outline: 0;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


.title_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--logoColor);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2:after {
    background: #333;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}


.title_2_1 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--colorWhite);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title_2_1:after {
    background: var(--logoColor);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



.header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--darkColor);
}

.w-p-s-logo {
    margin: 2px 0;
    position: relative;
}

.w-p-s-logo img {
    max-width: 220px;
}

.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 45px;
    align-items: center;
    margin: 0;
}

.search {
    max-width: 270px;
    width: 100%;
    margin: 0px;
    padding: 0;
    position: relative;
}
.search .form-control{
    height: 35px;
    line-height: 35px;
    border-radius: 4px 0 0 4px;
    width: 95%;
}
.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    line-height: 35px;
    background: var(--logoColor);
    color: var(--textColor);
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn:hover {
    background: var(--yellowColor);
    color: var(--colorWhite);
    ;
}


.phone_call {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
}

.phone_call a {
    color: var(--logoColor);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.phone_call a svg {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle
}

.phone_call a:hover {
    color: var(--colorWhite);
}

.navbar .phone_call {
    margin: 6px 10px 0 6px;
}

.navbar .phone_call a {
    color: var(--colorWhite);
}

.navbar .phone_call a:hover,
.navbar .phone_call a:focus {
    color: var(--logoColor);
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

.top_right ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
    margin-left: 10px;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorWhite);
}

ul.social li a svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: var(--facebook);
}

ul.social li.twitter a {
    background: var(--twitter);
}

ul.social li.linkedin a  {
    background: var(--linkedin);
}

ul.social li.youtube a  {
    background: var(--youtube);
}

ul.social li.instagram a  {
    background: var(--instagram);
}

.readMore {
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1;
    background: var(--logoColor);
    color: var(--textColor);
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}

.readMore:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--darkColor);
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}

.readMore:hover,
.readMore:focus {
    color: var(--colorWhite);
}

.readMore:hover:before,
.readMore:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.readMore2 {
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1;
    background: var(--darkColor);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}

.readMore2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--logoColor);
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}

.readMore2:hover,
.readMore2:focus {
    color: var(--textColor);
}

.readMore2:hover:before,
.readMore2:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}




.menubar {
    float: left;
    width: 100%;
    position: relative;
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    background: var(--colorWhite);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: var(--colorWhite);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--darkColor);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    position: relative;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
    padding: 12px 18px;
    display: block;
    color: var(--darkColor);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 500;
    border-bottom: 4px solid transparent;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--yellowColor);
    ;
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 260px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: var(--colorWhite);
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 280px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: left;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: var(--textColor);
    background: var(--logoColor);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: var(--textColor);
    background: var(--yellowColor);
}

.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: var(--textColor);
    background: var(--logoColor);
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--darkColor);
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--logoColor);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: var(--textColor)
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: var(--darkColor)
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: var(--colorWhite);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul li:hover ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}


.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 10px;
}


.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 var(--colorWhite);
    line-height: 0;
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: var(--textColor);
    border: 0;
    outline: 0;
    background: var(--colorWhite);
    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: var(--darkColor);
    border-color: var(--darkColor);
    color: var(--colorWhite);
}


.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.1);
    }
}

.homeSlider .swiper-slide .bannerInfo {
    position: absolute;
    top: 0;
    left: 12%;
    height: 100%;
    max-width: 490px;
    width: 100%;
    display: flex;
    align-items: center;

}

.homeSlider .swiper-slide .bannerInfo.rightAlign {
    top: 0;
    left: auto;
    right: 12%;
}

.homeSlider .swiper-slide .bannerInfo.centerAligned {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: flex;

    justify-content: center;

}

.homeSlider .swiper-slide .bannerInfo.centerAligned .center {
    display: inline-block;
}

.homeSlider .swiper-slide .bannerInfo .sliderTitle {
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 34px;
    /* text-transform: uppercase; */
    color: var(--logoColor);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}

.homeSlider .swiper-slide .bannerInfo p {
    display: block;
    color: var(--colorWhite);
    font-size: 18px;
    margin-bottom: 20px;
}

.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;
}


.featureArea{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    background: var(--logoColor);
}

.single-feature-wrap {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    border: 1px solid var(--textColor);
    border-radius: 4px;
}

.single-feature-wrap .thumb svg {
    width: 40px;
    height: 40px;
    color: var(--textColor);

}

.single-feature-wrap .media-body {
    margin-left: 10px;
}

.single-feature-wrap .media-body .featureTitle {
    font-family: var(--fontFamily);
    margin: 0 0 3px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: var(--textColor);
}

.single-feature-wrap .media-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.offer_banner_v1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
    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: var(--orageColor);
    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
}





.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: 17px !important;
    text-align: center !important;
}

.homeAbout {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px;
    background: var(--darkColor);
}

.homeAbout .title_2{
color: var(--logoColor);
}
.homeAbout .title_2::after{
    background: var(--colorWhite);
}
.homeAbout .title1 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingOne);
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-family: var(--fontFamily);
}

.homeAbout h2 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout h3 {
    position: relative;
    color: var(--logoColor);
    font-size: var(--headingThree);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.homeAbout p {
    position: relative;
    line-height: 24px;
    font-size: var(--textSize);
    color: var(--colorWhite);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: justify;
}

.homeAbout ul {
    margin: 0 0 15px 15px;
    padding: 0px;
}

.homeAbout ul li {
    list-style: square;
    line-height: 24px;
    font-size: var(--textSize);
    color: var(--colorWhite);
    text-align: justify;
    margin-bottom: 5px;
}


.galleryColumn {
    float: right;
    max-width: 450px;
    margin: 10px 0 15px 15px;
    position: relative;
    z-index: 1;
}

.galleryColumn .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

.video-btn {
    width: 54px;
    height: 54px;
    color: var(--textColor);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(254, 237, 0 .2);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 237, 0, .9)
}

.video-btn:after {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.video-btn svg {
    width: 40px;
    height: 40px;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 10px rgba(237, 27, 36, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 0 rgba(237, 27, 36, .1)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 10px rgba(237, 27, 36, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 27, 36, .1);
        box-shadow: 0 0 0 0 rgba(237, 27, 36, .1)
    }
}


.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: 50px 0 50px;
    background: var(--colorWhite);
    position: relative;
}
/* .homeProducts:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 16, 29,0.9);
    z-index: 1;
} */
.homeProducts .container{
    position: relative;
    z-index: 1;
}
.title2 {
    padding: 0;
    font-size: 28px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--darkColor);
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.title2:after {
    background: var(--yellowColor);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px
}

.homeProducts .maxWidth p {
    color: var(--textColor);
}

#products {
    float: left;
    width: 100%;
}

.singleItem {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}

.feature_item {
    margin: 0 0 15px;
    padding: 0;
}

.feature_item .feature_image {
    position: relative;
    text-align: center;
    overflow: hidden;

}

.feature_item .feature_image .image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 255px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    border-radius: 6px;
    background: var(--colorWhite);
    overflow: hidden;
    border: 1px solid #eee;
}

.feature_item .image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%
}

.feature_sec {
    display: block;
    overflow: hidden;
    padding: 9px;
    text-align: center
}

.feature_sec .title_h3 {
    font-size: var(--headingFour);
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--textColor);
}

.feature_sec .title_h3 a {
    color: var(--textColor);
}

.feature_item:hover .feature_sec .title_h3 a {
    color: var(--yellowColor);
}

.feature_sec p {
    font-weight: 400;
    font-size: var(--textSize);
    color: var(--textColor);
    text-align: center;
    line-height: 22px;
}


#products .owl-next,
#products .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: var(--logoColor);
    font-size: 14px;
    border: 0;
    outline: 0;
    background: var(--darkColor);
    border-radius: 100%;
    z-index: 50;
    border: 1px 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(--logoColor);
    color: var(--textColor);
    border-color: var(--logoColor);
}


.factCounter {
    float: left;
    width: 100%;
    background-color: var(--darkColor);
    padding-bottom: 80px;
    padding-top: 50px;
    position: relative;
    text-align: center;
}

.factCounter .title2 {
    color: var(--colorWhite);
}



.factCounter .factTitle p {
    color: #f1f1f1;
    font-size: var(--headingFour);
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.factCounter .maxWidth p {
    color: var(--colorWhite);
}

.factCounter ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    grid-gap: 15px;
    justify-content: center;
}

.factCounter ul li {
    width: calc(100% / 4 - 15px);
    padding: 35px 15px;
    border: 1px solid #24323c;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;

}


.factCounter ul li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--buttonBgColor);
    -webkit-transition: .5s;
    transition: .5s;
}

.factCounter ul li:hover:before {
    height: 100%
}

.factCounter ul li p {
    width: 100%;
    display: block;
    padding: 0px 25px 0px;
    transition: all 500ms ease;
    position: relative;
    text-align: center;
    line-height: normal;
    color: var(--colorWhite);
    margin: 0;
}

.factCounter ul li svg {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    color: var(--logoColor);
}

.factCounter ul li p strong {
    color: var(--buttonBgColor);
    font-size: var(--headingFive);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.factCounter ul li:hover p strong {
    color: var(--colorWhite);
}



.home-about-section {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #fff;
}

.home-about-section .about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 60px;
    /* align-items: end; */
}

.section-head-info {
    line-height: 1;
    margin-bottom: 25px;
}

.section-head-info .section-title {
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 35px;
    color: var(--textColor);
    font-size: 32px;
    line-height: 1.2;
}

.section-head-info p {
    margin-bottom: 0px;
    line-height: 1.7;
    font-size: var(--textSize);
    text-align: justify;
}


.home-about-section .about-left-side .about-left-img {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
}

.figure-round-border img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: var(--yellowColor);
    border-top-right-radius: 3px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #ffffff;
    padding: 15px 35px;
    text-align: center;

}

.home-about-section .about-left-side .about-left-img .experience-wrapper .experience-no {
    font-size: 26px;
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper .yearOf {
    font-family: var(--fontFamily);
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: var(--textColor);
    text-transform: uppercase;
}

.home-about-section .about-left-side .about-left-img .experience-wrapper .experience-no,
.home-about-section .about-left-side .about-left-img .experience-wrapper h5,
.home-about-section .about-left-side .about-left-img .experience-wrapper p {
    margin-bottom: 0px;
    color: var(--textColor);
}


.home-about-section .about-right-side .about-right-img {
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.home-about-section .about-right-side .regarding-us {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
    margin-bottom: 37px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content {
    margin: 0 15px;
    max-width: 50%;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content:first-child {
    margin-left: 0;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content:last-child {
    margin-right: 0;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag {
    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;
    margin-bottom: 7px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon {
    margin-right: 10px;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon svg {
    width: 40px;
    height: 40px;
    color: var(--yellowColor);
}

.home-about-section .about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-title {
    font-size: 20px;
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.home-about-section .about-right-side .regarding-us .qulifaction-content p {
    margin-bottom: 0;
    font-size: var(--textSize);
    text-align: left;
}

.home-service-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 90px;
    background-color: var(--darkColor);
}

.home-service-section .maxWidth p {
    color: var(--colorWhite);
}

.home-service-section .service-content-wrapper {
    display: grid;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 0;
    grid-column-gap: 0;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

.home-service-section .service-content-wrapper .service-type {
    background-color: #ffffff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    padding: 10px;
}

.home-service-section .service-content-wrapper .service-type.active {
    background-color: var(--logoColor);
    border-color: var(--logoColor);
    -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);
    /* transition: all .5s;
    transform: scale(1.05);
    z-index: 9; */
}

.home-service-section .service-content-wrapper .service-type .service-figure {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.home-service-section .service-content-wrapper .service-type .service-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.home-service-section .service-content-wrapper .service-type p {
    margin-bottom: 15px;
    font-size: 16px;
}

.home-service-section .service-content-wrapper .service-type.active .service-title {
    color: var(--colorWhite);
}

/* .home-service-section .service-content-wrapper .service-type.active .readMore2:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
} */


.homeTestimonials {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px 40px;
    background-color: var(--darkColor);
}
.homeTestimonials .maxWidth p{
    color: #fff;
}

#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;
}

.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: 1px solid #eee;
    border-radius: 50%;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--logoColor);
    font-size: var(--headingOne);
    font-weight: 600;
}

.homeTestimonials .testimonialItem .testimonialTitle .name {
    position: relative;
    color: var(--colorWhite);
    font-size: var(--headingFour);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.homeTestimonials .testimonialItem .testimonialTitle .designation {
    position: relative;
    color: var(--logoColor);
    font-size: var(--textSize);
}


.home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 100px;
    background: #fff;
}


.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;
    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: flex;
    align-items: center;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
    color: var(--darkColor);
}

.b-meta svg {
    margin-right: 5px;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .title_h5 {
    font-size: var(--headingFour);
    margin-bottom: 15px;
    line-height: normal;
    height: 70px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.blog-content2 .title_h5 a {
    text-decoration: none;
    line-height: normal;
    color: var(--textColor);
}

.blog-content2 .title_h5 a:hover {
    color: var(--yellowColor);
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: 24px;
}

.blog-content2 p {
    text-align: left;
    line-height: 22px;
    font-size: var(--textSize);
}



.faqSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    background: #eee;
}

.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(--yellowColor);
    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(--yellowColor);
}

.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;
}

.home-call-section {
    float: left;
    width: 100%;
    padding: 100px 0;
    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-color: var(--darkColor);
    /* opacity: 0.95; */
}

.home-call-section .call-wrapper {
    display: grid;
    grid-template-columns: auto 45%;
    justify-items: center;
    grid-row-gap: 40px;
}

.home-call-section .call-wrapper .call-figure {
    margin: 0;
    margin-top: -180px;
    margin-right: 70px;
}

.section-head {
    line-height: 1;
}

.section-head .section-title {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--fontFamily);
    font-weight: bold;
}

.section-head p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 24px;
    font-size: var(--textSize);
}

.section-head ul {
    margin: 0 0 20px;
    padding: 0;
}

.section-head ul li {
    line-height: 28px;
    font-size: var(--textSize);
    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-appointment-section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.home-appointment-section .overlay-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px;
    -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;
}

.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 40%;
    grid-row-gap: 30px;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black {
    margin-right: 50px;
}

.section-head-black .section-title {
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid var(--logoColor);
    margin-bottom: 25px;
    color: var(--textColor);
    font-size: 22px;
}

.section-head-black p {
    margin-bottom: 20px;
}

.section-head-black .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-head-black .section-multi-button .readMore2 {
    padding: 13px 30px;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .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;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-icon {
    margin: 0;
    margin-right: 15px;
    text-align: center;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-icon span {
    height: 48px;
    width: 48px;
    border: 1px solid var(--yellowColor);
    -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(--yellowColor);
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-icon span svg {
    width: 30px;
    height: 30px;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-info .smallTitle {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-info .phoneTitle2 {
    font-family: var(--fontFamily);
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-info .phoneTitle2 a {
    color: var(--textColor);
}
.home-appointment-section .overlay-wrapper .appointment-wrapper .section-head-black .section-multi-button .call-apoint .call-info .phoneTitle2 a:hover{
    color: var(--darkColor);
}
.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;
}



.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;
}


footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background-color: var(--darkColor);
}

footer p {
    color: var(--colorWhite);
    font-size: 17px;
    margin-bottom: 20px;
}

footer .widget-title {
    margin: 0 0 30px;
    color: var(--colorWhite);
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
}

footer .widget-title:after {
    width: 50px;
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-color: var(--logoColor);
    margin-top: 10px;
    border-top-width: 2px;
    left: 0;
    top: 100%;
}

.widget {
    float: left;
    width: 100%;
    display: block;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.widget ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: 5px;
    top: 11px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--logoColor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li:hover:before {
    opacity: 1;
    visibility: visible;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li a {
    color: var(--colorWhite);
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    border: 1px solid;
    border-color: #ccc;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: calc(100% - 6px);
    width: 1px;
    top: 22px;
    left: 8px;
    background-color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:hover {
    color: var(--logoColor);
}

.widget ul li a:hover:before {
    border-color: var(--logoColor);
}

.widget ul li:last-child a:after {
    display: none;
}


footer .widgetAddress .title_6 {
    font-size: 16px;
    color: var(--colorWhite);
    margin: 0 0 10px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
}

footer .widget_info {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.86;
    color: var(--colorWhite);
    margin-bottom: 5px;
    display: flex;
}



footer .widget_info p {
    color: var(--colorWhite);
}

footer .widget_info svg {
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    color: var(--logoColor);
    width: 24px;
    height: 24px;
    min-width: 24px
}

footer .widget_info a {
    font-size: 16px;
    line-height: 1.86;
    color: var(--colorWhite);
    font-weight: 400;
}

footer .widget_info a:hover {
    color: var(--logoColor);
}


.footer ul.social {
    margin-top: 25px;
}

.webpulse_bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: var(--colorWhite);
    background: #080f13;
    font-size: 16px;
}

.textRight {
    text-align: right;
}

.webpulse_bottom a {
    font-size: 16px;
    display: inline-block;
    color: var(--colorWhite);
}

.webpulse_bottom a:hover {
    color: var(--logoColor);
}







#scrollUp {
    position: fixed;
    z-index: 8030;
    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: var(--logoColor)
}

#scrollUp svg {
    width: 24px;
    height: 24px;
}

#scrollUp:hover {
    background: var(--textColor);
    color: var(--colorWhite);
}


.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}

.send_enquiry {
    border-radius: 40px;
    bottom: 45px;
    color: var(--colorWhite);
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: var(--darkColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: var(--colorWhite);
    padding: 0 20px;
}

.send_enquiry:focus {
    color: var(--colorWhite);
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--logoColor);
    color: var(--textColor);
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    color: var(--textColor);
}

.modal-header .modal-title {
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    color: var(--textColor);
    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='grey'%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: 15px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 70px 0 70px;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}
.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: var(--yellowColor);
    text-align: center;
    display: block;
    width: auto;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 750px;
}

.heading_banner .cat_title2 p{
    color: var(--colorWhite);
    font-size: 17px;
}
/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 3px;
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    line-height: 55px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a {
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: #f66419;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--yellowColor);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    color: #bfbfbf;
}

ul.subCatList {
    display: flow-root;
    margin-bottom: 10px !important;
}

ul.subCatList li {
    display: flex !important;
    align-items: center;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 3px;
    width: 48% !important;
    float: left;
}

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.read_more_btn_2 {
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 5px;
    height: 40px;
}

.read_more_btn_2 svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.read_more_btn_2:hover,
.read_more_btn_2:focus {
    background: #f66419;
    border-color: #f66419;
    color: #fff;
    margin: 0;
}

.read_more_btn_2.callback {
    background: #f66419;
    color: #fff;
    border-radius: 4px;
    border-color: #f66419;
}

.read_more_btn_2.callback svg {
    width: 24px;
    height: 24px;
}

.read_more_btn_2.callback:hover,
.read_more_btn_2.callback:focus {
    background: #fff;
    color: #f66419;
    border-color: #f66419;
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1:hover .left_centered .image {
    transform: scale(1.1);
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 3px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    box-shadow: 0 8px 4px -10px #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
}


.wps-factsheet .icon {
    height: 60px;
    width: 60px;
    padding: 10px;
    margin-right: 5px;
}
.wps-factsheet .icon img{
    width: 100%;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info .factsheetTitle {
    margin: 0px;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    color: #666;
    text-align: left;
}

/* left menu */
.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #f66419;
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: #f66419;
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: #f66419;
    color: #fff;
}

/* About Right*/
.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.wps_right {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info h4 {
    font-size: 16px;
}

.right_side .factsheet .info p {
    font-size: 15px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.category_page .title_h2 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
    height: 15px;
}

.wps_right h3 a,
.wps_right h4 a {
    color: #f66419;
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #f66419;
}

.wps_right p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

.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>");
}


.wps_right h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 10px;
    color: var(--darkColor);
}

.wps_right h3,
.wps_right h4 {
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--darkColor);
    text-align: left;
    padding-bottom: 0px;
}

.wps_right .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: var(--darkColor);
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 15px;
    color: #fff;
    background: var(--darkColor);
    border: 1px solid var(--darkColor);
    border-radius: 3px;
    padding: 10px 0;
    width: 215px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

a.read_more_btn_2.mx-3.mb-3 {
    background: var(--yellowColor);
    border-color: var(--yellowColor);
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #f66419;
    color: #fff;
    border: 1px solid #f66419
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
}

.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 #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: #f66419;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.product_listing .product p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more_btn_2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content .categoryTitle {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content .categoryTitle a {
    color: #333;
}
.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.more_info {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 15px 0px 0px;
    max-height: 310px;
    overflow: hidden;
    overflow-y: auto;
}

.product_listing:hover .right-content .categoryTitle a {
    color: var(--yellowColor);
}


.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 10px;
}

.right-content table {
    margin: 0;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 7px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color:var(--darkColor);
    width: 40%;
}

/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h6 {
    color: #f66419;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

#callback .product_popup h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

#product_pop_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

#callback_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

#callback .modal-dialog {
    margin: 12% auto;
}

/* You May Also Like  */
.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0px 30px;
    text-align: center;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 20px;
    color: #e59509;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: #e59509;
}

.product_more:hover .may_btn {
    background: #e59509;
}

.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.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: auto;
    height: 100%;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info .title_h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 15px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #f66419;
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

/* Video Gallery */
.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.video_gallery i {
    line-height: inherit;
    color: #f66419;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

/* Client Page */
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

/* Blog Page */
.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_left .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog-item {
    margin-bottom: 25px;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 0px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.right_news .image img {
    position: relative;
    max-width: 50px;
    margin: auto;
    top: 0%;
    left: 0%;
    transform: inherit;
    width: 50px;
    height: 50px;
    max-height: 50px;
}

.right_news .title_h4 {
    padding: 6px 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
    width: 80%;
    height: 40px;
    overflow: hidden;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: #f66419;
}

/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
}

.blog_details ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: 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: auto;
    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: 30px 40px;
    margin-bottom: 20px;
    background: var(--offWhiteColor);
    border-left: 3px solid var(--yellowColor);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    display: block;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: var(--textSize);
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: var(--textColor);
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}


.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.share-area {
    background: #fff;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #ffffff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #ffffff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #ffffff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #ffffff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 20%);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: var(--darkColor);
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details .contactTitle {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #7c0000;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .contactTitle {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.sitemap_right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f66419;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #f66419;
}

.market_area h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f66419;
}

.market_area h3 {
    float: left;
    display: block;
}
.market_area .mt25 {
    float: left;
    display: block;
    font-size: var(--headingFour);
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--darkColor);
}
.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 15px;
    background-color: #eee;
}

.market-list li a:hover {
    background: #f66419;
    color: #fff !important;
}

.video-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    width: 640px;
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 480px;
    margin: 0 auto;
    border-radius: 6px;
}

.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background: #f66419;
    border-radius: 4px;
    border: 1px solid #f66419;
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: #fff;
    color: #f66419;
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}

.home_about_content p strong {
    color: #c52222;
}

.ctpcount {
    width: 90px;
    height: 90px;
    padding: 0;
    margin: -40px auto 0;
    border: 3px solid #f66419;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctpcount img {
    width: 50px;
    margin: 0px auto;
}

.ctpbox {
    background: #333;
    margin-top: 30px;
    height: 210px;
    border-radius: 5px;
    position: relative;
}

.ctpbox .texti p {
    color: #fff;
    padding: 0 15px;
    line-height: 22px;
    font-size: 15px;
}

.ctpbox .texti {
    padding-top: 70px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.sitemap_page .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

p.ti-words.c-7 {
    height: 170px;
    overflow-y: auto;
}

.title {
    text-align: center;
}

.title:before {
    left: 47.5% !important;
}

.title:after {
    left: 49.5% !important;
}

.md-header.title:before {
    left: 3px !important;
}

.md-header.title:after {
    left: 30px !important;
}

.md-header.title {
    text-align: left;
}


.wps_why_us.py-5 {
    background: #f9f9f9;
}

.product-lists .right-content h4 {
    margin-bottom: 0px;
}

div#featuredProducts .inner-box .lower-content h4 a {
    font-size: 18px;
}

.wps-factsheet .info_content p {
    text-align: left;
}


/* update css */
.inner_breadcrumb.hidden_xs.border-bottom {
    margin-top: 130px !important;
}

.product_box.text-center.mb-3 .read_more_btn_2 {
    padding: 0px 10px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.product_box.text-center.mb-3 .product_right_image .detail_image {
    margin-bottom: 0px;
    height: 270px;
}

.product_box.text-center.mb-3 .product_right_image .product_dimage {
    height: auto;
    border: 0px solid #eee;
    margin-bottom: 0px;
}

.product_right_image.m-0.text-center {
    float: none;
    margin-bottom: 0px;
}

.product_box.text-center.mb-3 {
    box-shadow: 0px 0px 5px 0px #ccccccd1;
    border-radius: 5px;
    padding-bottom: 20px;
}

.product_box.text-center.mb-3 .product_right_image .detail_image {
    border: none;
    border-bottom: 1px solid #eee;
}

.product_box.text-center.mb-3 h4.text-center {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 15px 0px;
    font-size: 18px;
}

.home_about_content ul {
    margin: 0px;
    padding: 0px;
}

.home_about_content ul li {
    list-style: square;
    margin-left: 20px;
    color: #363636;
    text-align: justify;
    margin-bottom: 5px;
}

.images-about {
    position: relative;
    width: 470px;
    max-width: 470px;
    margin: 0px 0px 30px 35px;
}

.webpulse_home_featured a.read_more_btn.text-center {
    width: 145px;
    display: block;
    margin: auto;
}

.img-wrap a {
    height: 350px;
    border: 1px solid #cccccc47;
}

.icon-play.positionj-absolute.start-50.top-50.translate-middle.z-index-99 {
    background: #f66419;
    width: 80px;
    display: block;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    z-index: 9;
}


.top_right.border-bottom {
    border-color: #eee !important;
}

.whatapp_btn1 {
    background: #1bbaf6!important;
    bottom: 165px;
}

.about_page .product_right_image .detail_image {
    height: 270px;
}
.intl-tel-input,
.iti {
    width: 100%;
    height: 40px;
}