:root {
    --facebook: #3C5B9B;
    --twitter: #fff;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --whatsapp: #00cf4d;
    --logoColor: #002395;
    --blackColor: #000;
    --darkGreyColor: #333;
    --whiteColor: #fff;
    --gradient: linear-gradient(to left, #98b446, #6b7f2f);
    --gradientDeg: linear-gradient(0deg, rgba(152, 180, 70, 1) 0%, rgba(107, 127, 47, 1) 35%);
    --paragraphFonts: 'Poppins', sans-serif;
    --titleFonts: 'Poppins', sans-serif;
}

body {
    background: var(--whiteColor);
    color: var(--darkGreyColor);
    font-family: var(--paragraphFonts);
    font-size: 15px;overflow: hidden;overflow-y: scroll;
}

.container {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--titleFonts);
    color: var(--darkGreyColor);
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--darkGreyColor);
}

p a {
    color: var(--darkGreyColor);
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p { 
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-size: 14px;
    color: var(--darkGreyColor);
}

a {
    color: var(--darkGreyColor);
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

label {
    color: var(--darkGreyColor);
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    border-radius: 0;
    background: var(--whiteColor);
    height: 100px;
}

select {
    border-radius: 0 !important;
    background: var(--whiteColor);
    border: 1px solid #ccc;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: none;
    padding: 0 10px !important;
    box-sizing: border-box;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: var(--whiteColor);
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}

input[type="file"] {
    width: 100%;
    padding: 0px;
    font-size: 12px;
    margin: 0;
}

.form-control {
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
}

textarea.form-control {
    height: 100px;
}

.form-control::-moz-placeholder {
    color: var(--darkGreyColor);
}

.form-control:focus::-moz-placeholder {
    color: var(--logoColor);
}

.form-control:focus {
    border-color: var(--logoColor);
    box-shadow: none;
}

/**/
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--darkGreyColor);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--logoColor);
}



/* Social Media */
.socialMedia {
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

.socialMedia li {
    margin: 0px;
    display: inline-block;
}

.socialMedia li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
}

.socialMedia li a svg {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

.socialMedia li.facebook a {
    background: var(--facebook);
}

.socialMedia li.twitter a {
    background: var(--twitter);
    color: var(--blackColor);
}

.socialMedia li.linkedin a {
    background: var(--linkedin);
}

.socialMedia li.youtube a {
    background: var(--youtube);
}

.socialMedia li.instagram a {
    background: var(--instagram);
}

/* Go To Top */
.goToTop {
    position: fixed;
    z-index: 999;
    bottom: 80px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--logoColor);
}

.goToTop:hover {
    background: var(--darkGreyColor);
    color: var(--whiteColor);
}


.goToTop svg {
    width: 24px;
    height: 24px;
}



/* Header*/
.header {
    float: left;
    width: 100%;
}

.header .topbar {
    display: block;
    position: relative;
    background: #002395;
}

/* Header Top Left */
.topLeft {
    display: flex;
    align-items: center;
    min-height: 35px;
}

.topLeft .callAction {
    font-size: 16px;
    color: var(--whiteColor);
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.topLeft .callAction .telephone,
.topLeft .callAction .whatsapp {
    width: 23px;
    height: 23px;
    padding: 5px;
    border-radius: 4px;
    background: #fe0001;
    margin-right: 5px;
    color: #fff;
}

.topLeft .callAction .whatsapp {
    background: var(--whatsapp);color:#fff;
}

.topLeft .socialMedia li a {
    width: 22px;
    height: 22px;
    border-radius: 3px !important;
    margin: 3px 1px;
}

.topLeft .socialMedia li a svg {
    width: 15px;
    height: 15px;
}

.topLeft .callAction:hover,
.topLeft .callAction:focus {
    color:#ff8c68;
}

.topCenter {
    display: flex;
    align-items: center;
    min-height: 33px;
    justify-content: end;
}

.topCenter p {
    font-size: 14px;
    color: var(--whiteColor);
    font-weight: 600;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
}

.topCenter p a {
    color: var(--logoColor);
}

/* Header Search */
.headerSearch {
    margin: 5px 0;
    min-width: 100%;
    position: relative;
}

.headerSearch .form-control {
    height: 27px;
    line-height: 27px;
    background: var(--whiteColor);
    font-size: 13px;
}

.headerSearch button {
    background: #fe0001;
    color: #fff;
    border: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 50px 50px 0px;
    height: 33px;
    width: 50px;
    position: absolute;
    right: -1px;
    top: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerSearch button:hover {
    background: #9b9b9b;
    color: #fff;
}


.headerSearch .form-control {
    height: 33px;
    background: #dae3ff;
    color: #656565;
    border-radius: 50px;
    border: 3px solid #ffffff;
}


/* Menu */
.navigationBar {
    display: block;
    position: relative;
    background: var(--whiteColor);
}

.navigationBar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -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
}
.modal-header { 
    background: #000000;
}
.modal-title { 
 font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}
.modal-header .btn-close { 
    filter: invert(1);
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.wpsLogo {
    padding: 0px 0;
    height: 85px;
    width: auto;
}
.wpsLogo img{
    width: auto;
    height: 85px;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--whiteColor);
    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(--logoColor);
    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 {
    margin: 0;
    padding: 0;
    width: 100%;
}

.navigation .menu ul li {
    position: relative
}

.navigation .menu ul li a {
    padding: 15px 17px;
    display: block;
    color: #353535;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 16px;
    background: none;
    font-weight: 600;
    letter-spacing: 0px;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #fe0001;
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}


.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -39px;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 300px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: var(--whiteColor);
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: var(--whiteColor);
    background: var(--logoColor);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #ffffff;
    background: var(--logoColor);
}
.navigation .menu ul li ul.cs-dropdown li:hover a button{
    color: #ffffff; 
}
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: var(--whiteColor);
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #ffffff;
    background: var(--logoColor);
}
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover button{
    color: #ffffff;}
.navigation .menu ul li ul.cs-dropdown li a {
    color: var(--darkGreyColor);
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    background: var(--whiteColor);
    transition: all 0.3s ease;
    border-bottom: 1px solid #eee;
    letter-spacing: 0px;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--darkGreyColor);
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #000000;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: var(--darkGreyColor);
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: var(--darkGreyColor);
}

.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: #ffffff;
}

.navigation .navbar {
    display: none;
    padding: 7px 0;
    margin: 0
}



/* banner */
.wpsSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wpsSlider img {
    width: 100%
}

.wpsSlider .carousel-control-prev, .owl-prev, .owl-next,
.wpsSlider .carousel-control-next {
    top: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    color: var(--whiteColor) !important;
    font-size: 14px;
    outline: 0;
    background:#fe0001 !important;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 99;
    position: absolute;
    opacity: 1;
    left: inherit;
}

.owl-prev, .owl-next{   background:var(--logoColor) !important;}
.owl-prev:hover, .owl-next:hover{   background:#fe0001 !important;}
.videosowl .owl-nav {
    display: block !important;
}
.wpsSlider .carousel-control-next-icon,
.wpsSlider .carousel-control-prev-icon {
    background-size: 50%;
}
.webpulse_home_product .item:hover .con .titleH3, .webpulse_home_product .item:hover .con .titleH3 a {
     color: #fe0001;}
.wpsSlider .carousel-control-prev{
    left: 15px;
}
 .owl-prev {
    left: -15px;
}
.owl-next {
    right:-15px;
}
.wpsSlider .carousel-control-next {
    right:15px;
}

.wpsSlider .carousel-control-prev:hover,
.wpsSlider .carousel-control-next:hover,
.wpsSlider .carousel-control-prev:focus,
.wpsSlider .carousel-control-next:focus {
    background: var(--logoColor);
    border-color: #ffffff;
    color: #ffffff;
}
.wpsSlider .carousel-control-prev:hover svg{color: #fff;}
.wpsSlider .carousel-control-next:hover svg{color: #fff;}
.wpsSlider .carousel-control-next:hover .carousel-control-next-icon, .wpsSlider .carousel-control-prev:hover .carousel-control-prev-icon { 
    filter: drop-shadow(2px 4px 6px black);
}
.wpsSlider .sliderCaption {
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;
}

.wpsSlider .sliderCaption .sliderTitle {
    color: var(--whiteColor);
    background: var(--logoColor);
    font-family: var(--titleFonts);
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0;
    font-weight: 600;
    opacity: 0;
}

.wpsSlider .carousel-item.active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.up {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.right {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.left {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
    opacity: 1;
}


.wpsSlider .carousel-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    opacity: 1;
}

.wpsSlider .sliderCaption.rightSide {
    text-align: right;
    position: absolute;
    bottom: 60%;
    right: 150px;
    z-index: 999
}

.wpsSlider .sliderCaption.leftSide {
    text-align: left;
    position: absolute;
    bottom: 45%;
    left: 100px;
    z-index: 999
}

.wpsSlider .sliderCaption.upSide {
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 999
}

/* WPS Features */
.wpsFeture {
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin: 0;
    background: var(--logoColor);
}

.homeFeture {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ffffff47;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}

.homeFeture svg {
    color: var(--whiteColor);
    margin-right: 10px;
    padding: 0;
    width: 35px;
    height: 35px;
}

.homeFeture span {
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

/* Collection */
.webpluseCollection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

.collectionBox {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    aspect-ratio: 113/71;
    margin-bottom: 20px;    border-radius: 10px !important;
}

.collectionBox img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 113/71;
}

.collectionBox .collectionOverlay {
    background: rgba(0, 0, 0, 0);
    color: var(--whiteColor);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collectionBox .collectionOverlay .collectionInfo .collectionTitle {
    /* margin: 0;
    transition: transform 0.35s;
    font-weight: 900;
    text-shadow: 4px 3px #00000052;
    -webkit-text-stroke: .9px #ffffffb0;
    color: #fe0001 !important;
    letter-spacing: 1px; */
        margin: 0;
    transition: transform 0.35s;
    font-weight: 600;
    text-shadow: none;
    -webkit-text-stroke: 0px;
    color: #ffffff !important;
    letter-spacing: 0px;
}

.collectionBox .collectionOverlay .collectionInfo span {
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
    color: var(--whiteColor);
    font-size: 14px;
    margin-top: 25px;
}

.collectionBox:hover .collectionOverlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 1s;
}

.collectionBox:hover .collectionInfo .collectionTitle, .collectionBox:hover .collectionInfo span {
    color:#fe0001;
}

.webpluseCollection .grid_3 .collectionBox,
.webpluseCollection .grid_3 .collectionBox img {
    aspect-ratio:368/233;
}

.webpluseCollection .wow .collectionBox .collectionOverlay .collectionTitle {
    font-size:30px;
}

.collectionBox::before{ content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00000057;
    z-index: 0;
    position: absolute;}
/* Common Titles*/

.title_1 {
    position: relative;
    padding-bottom: 10px;
    line-height: normal;
    font-size: 30px;
    color:#000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.collectionBox .collectionOverlay .collectionInfo span.buttons {
    display: block;
    transform: translate3d(0, 50%, 0);
    background: #002395;
    width: 135px;
    margin: auto !important;
    transition: all 0.5s ease;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;color: #fff;
    border-radius: 50px;
}
.collectionBox:hover .collectionOverlay .collectionInfo span.buttons {
   background: #fe0001;
    color: #fff;
}
.title_1 span {
    color: var(--logoColor);
}

.light {
    color: var(--whiteColor);
}

.title_1 span {
    color: #000000
}

.title_1:before,
.title_1:after {
    content: "";
    background: var(--whiteColor);
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.title_1:after {
    background: var(--logoColor);
    left: 30px;
}



.title_2 {
    width: 100%;
    max-width: 800px;
    font-size: 25px;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    line-height: normal;
    color: #000000;
}

.title_2 span {
    background-image: var(--logoColor);
}


.title_2:before,
.title_2:after {
    content: "";
    background: var(--darkGreyColor);
    width: 25px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}


.title_2::after {
    background: var(--logoColor);
    left: 30px;
}


.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: 14px;
    text-align: center;
    letter-spacing: 0.5px;
}




/* Home About */
.wpsHomeAbout {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    background: #eee;
}

.homeAboutImage {
    float: left;
    position: relative;
    padding-right: 30px;
    padding-top: 70px;
    max-width: 550px;
    width: 100%;
    margin: 0 15px 30px 0;
}

.about_image_1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about_image_1 img {
  border-radius: 12px;
    width: 190px;
}

.about_image_2 {
    position: relative;
    text-align: right;
}

.about_image_2 img {
    border: 1px solid #ccc;
    border-radius: 12px;
}

.homeTag {
    font-size: 48px;
    line-height: 26px;
    text-transform: uppercase;
    color: #d9dce9;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 200px;
}

.homeAboutImage .shape_bg {
    position: absolute;
    top: 0px;
    left: inherit;
    left: -200px;
}

.circle {
    position: absolute;
    top: 51%;
    left: 0;
    width: 170px;
    height: 170px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--whiteColor);
}

.circle .icon {
       width: 125px;
    height: 125px;
    border-radius: 100vmax;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 23px;
    color: var(--whiteColor);
    font-size: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;

}

.homeAboutImage .text {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 15px;
    animation: textRotation 8s linear infinite;
    margin: 0;
    padding: 0;
    background: #000;
    letter-spacing: 0px;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 13px;
    transform-origin: 0 85px;
}

.wpsHomeAbout h2, .wpsHomeAbout h3, .wpsHomeAbout h4, .cmTitle{
    font-size: 22px;
    font-weight: 600;
    color: #fe0001;
    margin: 10px 0px;
    line-height: 30px;
}

 

.wpsHomeAbout p {
    text-align: justify;
}

.wpsHomeAbout ul {
    margin: 0 0 25px;
    padding: 0;
}
.wpsHomeAbout .title_1 {
    margin-bottom: 0px;    color: #002395;
}
.wpsHomeAbout ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 14px;
    font-weight: normal;    margin-bottom: 5px;
}

.wpsHomeAbout 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>");

}

.readBtn_1 {
       color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: #fe0001;
    border-radius: 80px;
    padding: 14px 20px;
    position: relative;
    z-index: 1;
    outline: 0;
    border: 1px solid #fe000140;
}
header a.readBtn_1 {
    padding: 10px 20px;
}

.readBtn_1:hover {
    transition: all 0.4s;
    color: #ffffff;
    background: #000000;
}

.readBtn_1:hover:after {
    width: 94%;
    transition: all 0.4s;
    border-radius: 80px;
}

/* .readBtn_1::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    background: #AFC473;
    left: 4px;
    top: 3px;
    z-index: -1;
} */



.readBtn_2 {
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: #000000;
    border-radius: 80px;
    padding: 15px 20px;
    position: relative;
    z-index: 1;    border: 1px solid #00000091;
}

.readBtn_2:hover {
    transition: all 0.4s;
    color: var(--whiteColor)
}

.readBtn_2:hover:after {
    width: 94%;
    transition: all 0.4s;
    border-radius: 80px;
}

/* .readBtn_2::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    background: #444;
    left: 4px;
    top: 3px;
    z-index: -1;
} */
a.readBtn_2:hover{background: #fe0001;
    color: #000000;
    border: 1px solid #fe000140;}
.readBtn_2 svg {
    width: 16px;
    height: 16px;
}

/* Featured Services */
.webpulseProducts {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.webpulseProducts .bg_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 370px;
    background-image: url(../images/background3.jpg);
}

.webpulseProducts .container {
    position: relative;
}

.webpulseProducts .title_1 {
    margin-bottom: 20px;
}

.webpulseProducts p {
    margin-bottom: 20px;
}

.titleBox {
    display: flex;

}

.video_title_box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
}

p.video_title {
    font-size: 18px;
    line-height: 28px;
    color: var(--whiteColor);
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    margin-right: 10px;
}

a.read_more_1_btn {
    font-size: 17px;
    line-height: 28px;
    color: var(--logoColor);
    font-weight: 600;
    transition: .5s;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

a.read_more_1_btn span {
    width: 26px;
    height: 26px;
    background-color: var(--logoColor);
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    transition: .5s;
}

a.read_more_1_btn:hover span {
    color: #ffff;
}

.case_studies_section a.read_more_1_btn span {
    background-color: #232c58;
}

a.read_more_1_btn span:before {
    transition: .5s;
    display: inline-block;
    margin: 3px 0;
    content: 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='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/></svg>");
}

.singleProduct_1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;       border: 1px solid #dce0f3;
    border-radius: 10px;
    overflow: hidden;    width: 98%;
    margin: 5px auto 20px;
}


.singleProduct_1 .productImg {
    position: relative;
    margin-bottom: 0px;    border-radius: 10px 10px 0px 0px;
    overflow: hidden;    aspect-ratio: 1;
    height: auto;
}

.singleProduct_1 .productView_btn a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    align-items: center;
    background-image: linear-gradient(180deg, var(--logoColor) 0%, #293602 100%);
    ;
    transform-origin: top;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    justify-content: center;
}

.singleProduct_1 .productView_btn a svg {
    width: 30px;
    height: 30px;
}

.singleProduct_1 .productView_btn a {
    cursor: pointer;
    color: #fff;background: #000;
}

.singleProduct_1:hover .productView_btn a {
    opacity: .89;
}

.singleProduct_1 .category_tag {
    font-size: 14px;
    line-height: 30px;
    color: var(--theme-color);
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.singleProduct_1 .category_tag:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    z-index: -1;
    background-color: var(--logoColor);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.singleProduct_1 .itemTitle {
    font-size: 18px;
    line-height: 20px;
    color: #fe0001;
    font-weight: 600;
    padding-right: 5px;
}

.singleProduct_1 .itemTitle a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #fe0001;
}

.singleProduct_1:hover .itemTitle a {
    color: #002395;
}

.singleProduct_1 .link_btn a {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    right: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    transform-origin: top;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #002395;
    border-radius: 3px;
}
.productOverlay {
    display: flex
;
    align-items: center;
    justify-content: space-between;    padding: 7px 12px 10px;
    background: #00239512;
}
.singleProduct_1 .link_btn a svg {
    width: 24px;
    height: 24px;
}

.singleProduct_1:hover .link_btn a {
    color: #ffffff;
}


/* Why Choose Us */
.wpsChoose {
    float: left;
    width: 100%;
    padding: 60px 0 0;
    background: url(../images/background1.jpg) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.wpsChoose:before {
    background: var(--logoColor);
    opacity: 0.5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpsChoose .container {
    position: relative;
}

.wpsChoose p {
    color: var(--whiteColor);
    text-align: left;
    margin-bottom: 15px;
}

.whyUs {
    width: 100%;
    display: flex;
    padding: 20px;
    background: var(--whiteColor);
    color: var(--darkGreyColor);
    border-radius: 12px;
    margin-bottom: 30px;
}

.whyUs span {
    margin-right: 15px;
}

.whyUs svg {
    width: 60px;
    height: 60px;
    color: var(--logoColor);
}

.whyInfo .whyTitle {
    text-align: left;
    padding: 0;
    margin-bottom: 10px !important;
    color: var(--logoColor);
    font-weight: 600;
    font-size: 18px;
}

.whyInfo p {
    font-size: 14px;
    color: var(--darkGreyColor);
    margin: 0;
    line-height: normal;
}


/* Home Blog */
.wpsBlog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #ffffff;    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.singleBlog {
    position: relative;
    transition: all .3s ease;    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, .12);    overflow: hidden;
    border-radius: 10px;
}

.singleBlog .image-box {
    position: relative;
}

.singleBlog .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.singleBlog .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
}

.singleBlog .image-box .date {
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 72px;
    display: block;
    z-index: 3;
}

.singleBlog .image-box .date strong {
    position: relative;
    display: block;
    width: 72px;
    font-size: 25px;
    font-weight: 700;
    padding: 7px 0;
    color: #fe0001;
    background: #000000;
    text-align: center;
}
.singleBlog .blogInfo .blogTitle a {
    color: #002395;
}
.bg-light {
    background: #edeff8a8 !important;
}
.singleBlog .image-box .date span {
    position: relative;
    display: block;
    width: 72px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8em;
    color: #ffffff;
    background-color: #fe0001;
    text-align: center;
}

.singleBlog .blogInfo {
    position: relative;
    padding: 15px 27px 30px;
    /* background-color: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, .12); */
    transition: all .3s ease;
}

.singleBlog .blogInfo .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 20px;
}

.singleBlog .blogInfo .post-meta li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7a7a7a;
    margin-right: 32px;
}

.singleBlog .blogInfo .post-meta li svg {
    color: var(--logoColor);
    margin-right: 10px;
}

.singleBlog .blogInfo .post-meta li:last-child {
    margin-right: 0;
}

.singleBlog .blogInfo .blogTitle {
    margin-top: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: var(--darkGreyColor);
    position: relative;
    align-items: center;
    min-height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
}

.singleBlog .blogInfo .readMore {
    position: relative;
    display: inline-block;
    font-size: 14px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all .3s ease;  color: #000000;
    font-weight: 500;
}

.singleBlog:hover .blogInfo .blogTitle a {
    color: #616161;
}

/* Home Testimonials */
.wpsTestimonials {
    float: left;
    width: 100%;
    padding: 70px 0 0;
    background: url(../images/testimonial-bg.jpg) no-repeat fixed;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.wpsTestimonials:before {
    background: var(--blackColor);
    opacity: 0.7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wpsTestimonials .container {
    position: relative;
}

.testimonialsBox {
    padding: 40px 30px;
    font-size: 15px;
    font-style: italic;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}

.testimonialsUser {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.testimonialsUser li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.testimonialsUser li:first-child span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--logoColor);
    font-size: 24px;
    color: #fff;
}

.testimonialsUser li span.name {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    padding: 0;
}

#testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--whiteColor);
}

#testimonials.owl-carousel .owl-dots .owl-dot.active span,
#testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--logoColor);
}

.serveArea {
    width: 100%;
    padding-left: 15px;
}

.serveArea p {
    color: var(--whiteColor);
}

.global_image {
    float: right;
    padding: 15px 0 0 15px;
}



/* Home Clients */
.wpsClients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--whiteColor);
}

.wpsClients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: var(--whiteColor);
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 20px;
    transition: opacity 0.3s ease;
    border-radius: 6px;
}

.wpsClients .item .image {
    position: relative;
    padding: 10px 10px;
    text-align: center;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.wpsClients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}


/**/
.bottomQuote {
    float: left;
    width: 100%;
    background: var(--logoColor);
    display: block;
    padding: 15px 0px;
}

.actionInfo {
    width: 100%;
    display: flex;
    align-items: center;
}

.actineTagline {
    font-family: var(--titleFonts);
    color: #ffffff;
    font-size: 17px;
    max-width: 690px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    padding: 7px 0px;
}

.actionContact,
.actionContact a {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.actionContact a,
.actionContact .or {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px;
}

.actionContact .or {
    margin: 0 10px;
    color:#fff;
}
a.readBtn_2 {
    color: #fff;font-size: 15px;
}
.actionContact .callUs span {
width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    padding: 10px;
}

.actionContact .callUs svg {
    width: 24px;
    height: 24px;
}

.actionContact .callUs:hover {
    color:#ff6c3e;
    text-decoration: underline;
}

.actionContact .callUs:hover span {
    border-color:#ff6c3e;
}




/* Footer */
footer {
    float: left;
    width: 100%;
    background: #181818;
    padding: 50px 0px 35px;
}

footer .footerTitle {
    width: 100%;
    font-size: 18px;
    color:#ff4e4e;
    margin-bottom: 10px;
    font-family: var(--titleFonts);
    font-weight: 600;
}

footer .footerTitle span {
    color: #ff4e4e;
}

footer p {
    float: left;
    width: 100%;
    color: var(--whiteColor);
}

.footerLinks {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footerLinks li {
    line-height: 30px;
    list-style: none;
    color: var(--whiteColor);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footerLinks li a {
    color: var(--whiteColor);
    text-transform: capitalize !important;
    position: relative;
    display: flex;
    align-items: center;
}

.footerLinks li a:hover {
    color: #ff4e4e;
}

.footerLinks a:before {
    margin-right: 3px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' 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>");
}

.footer_widget {
    margin-bottom: 10px;
}

.footer_widget .footerContact {
    display: flex;
}

.footer_widget .footerContact svg {
    color: #ff4e4e;
    margin-top: 5px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
    min-width: 24px;
}

.footer_widget .footerContact .number,
.footer_widget .footerContact .email,
.footer_widget .footerContact .address_place {
    line-height: 15px;
}

.footer_widget .footerContact p,
.footer_widget .footerContact p a {
    color: #fff;
    font-size: 14px;
    display: inline-block; 
    align-items: center;

}

.footer_widget .footerContact .number a {
    font-size: 14px;
    line-height: 32px;
}

.footer_widget .footerContact p a:hover {
    color:#ffa589;
}

.lastBottom {
    float: left;
    width: 100%;font-size: 13px;letter-spacing: 0.5px;
    background:#000;
    line-height: 24px;
    color: #fff;padding: 10px 0px;
}
.lastBottom a{color:#fff;}
.craftedText {
    width: 100%;
    text-align: right;
}


.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 999;
    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: 33px;
    color:#ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 99;
    transition: all 0.2s linear;
    background: var(--logoColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #ffffff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: var(--whiteColor);
}
.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 99;
    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_btn2 {
    background: #fe0001;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 150px;
    cursor: pointer;
    z-index: 99;
    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);
}
.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    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;
}

.intl-tel-input,
.iti {
    width: 100%;
    height: 40px;
}


.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 20px 0px;
    margin: 0;
    background-position: center center;
}

.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: 20px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px 0;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    max-width: 750px;
}


.breadcrumbSection {
    float: left;
    width: 100%;
    background: var(--whiteColor);
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.breadcrumbSection .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.breadcrumbSection .breadcrumb li {
    color: #666;
    float: left;
    line-height: 55px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbSection .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.breadcrumbSection .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: var(--whiteColor);
    display: inline-block;
}

.breadcrumbSection .breadcrumb li.active {
    color: #fe0001;
}

.breadcrumbSection .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: var(--whiteColor);
    padding: 0 14px;
}

.breadcrumbSection .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
}

.breadcrumbSection .breadcrumb li a:hover {
    color: var(--logoColor);
}

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;    border-radius: 10px;
    overflow: hidden;
}

.left_image {
    float: left;
    max-width: 300px;
    width: 100%;
    margin: 0 15px 20px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.contentInfo h2 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color:#002395;
}

.contentInfo h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color: #002395;
}

.contentInfo p {
    line-height: 24px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 14px;
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 20px 15px;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    justify-content: center;
    text-align: center;
}

.wps-factsheet .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.wps-factsheet .info .factTitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-weight: 600;
    color: var(--darkGreyColor);
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 15px;
    margin: 0;
    color: #666;
    text-align: center;
}


.about-us-three-sec {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 80px;
    background-image: url(../images/pattern2.png);
    background-position: center center;
    background-repeat: no-repeat
}

.about-us-three-content {
    padding: 0;
    padding-right: 30px;
}

.pbmit-title {
    font-size: 40px;
    line-height: normal;
    text-transform: none;
    font-style: normal;
    font-weight: 700;
    margin: 0
}

.pbmit-heading-desc {
    margin: 15px 0 25px 0
}

.pbmit-heading-desc p {
    font-size: 14px;
    color: var(--darkGreyColor);
    text-align: justify;
}

.pbmit-animation-style1 {
    margin-top: 20px;
    display: block
}

.pbmit-animation-style7 img {
    transform: scale(1)
}

.about-us-three-sec .fid-style-area {
    padding: 35px 0 0 130px
}

.aboutDirector {
    background: #fff;
    padding: 50px 0
}

.aboutDirector .pbmit-title {
    color: var(--logoColor)
}

.awardsRecognitions {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
}

.productGallery2 {
    float: left;
    width: 100%;
    height: 283px;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    /* box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75); */
    transition: all .4s ease-in-out;
    margin-bottom: 20px
}

.productGallery2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto
}

.productGallery2:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' 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 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0'/><path d='M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 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-.5'/></svg>");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: absolute;
    z-index: 1;
    line-height: 292px;
    background: var(--logoColor);
    opacity: 0.7;
    transition: all .4s ease-in-out;
    margin: 0;
    padding: 0;
    display: none
}

.productGallery2:hover:after {
    display: block
}


/*Category Page*/
.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.category_page .pageInfo ul {
    margin: 0 0 10px;
    padding: 0;
}

.category_page .pageInfo ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 14px;margin-bottom: 5px;
    font-weight: normal;
}

.category_page .pageInfo ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");

}


.product_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    border: 1px solid #eee;
    margin-bottom: 15px;
    aspect-ratio: 1;
    border-radius: 5px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.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: #9c9f07;
}



.pageInfo p {
    margin-bottom: 10px;
    font-size: 14px;    text-align: justify;
}

.pageInfo h2, .pageInfo h3, .pageInfo h4, .cmTitle{
    font-size: 20px;
    line-height: normal;
    margin: 10px 0px;font-weight: 600;
    color: #fe0001;    font-family: var(--titleFonts);
}
 

.pageInfo .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.pageInfo table {
    margin: 0;
    width: 100%;
}

.pageInfo table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    font-family: var(--paragraphFonts);
    letter-spacing: 0.3px;
}

.pageInfo table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.pageInfo table tbody tr td:first-child {
    color: #fe0001;
    width: 40%;
}

.singleProduct {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
    border-radius: 4px;
    padding-bottom: 15px;
}

.singleProduct .image {
    position: relative;
    margin-bottom: 13px;
    min-height: 374px;
    border-bottom: 1px solid #eee;
}

.singleProduct .image img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}

.singleProductTitle {
    font-size: 14px;
    color: var(--darkGreyColor);
    font-weight: 600;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleProduct:hover .singleProductTitle {
    color: var(--logoColor);
}

.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--logoColor);
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
}

.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;
    background: #fff;    border-radius: 10px;
    overflow: hidden;
}

.product_listing .product {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    transition: all 0.4s ease-in-out;
    aspect-ratio: 1;
}

.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%; 
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}



.product_listing .product .small {
    padding: 5px 0;
    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: var(--logoColor);
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #24bbd0;
    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;
}

.product_listing .product .small .item.youtube a svg {
    width: 40px;
    height: 40px;
}


.product_listing .product p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .right-content {
    position: relative;
    padding-right: 15px;
}

.product_listing .right-content .productTitle {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.product_listing .right-content .productTitle a {
    color: var(--darkGreyColor);
}

.product_listing:hover .right-content .productTitle a,
.product_listing .right-content .productTitle a:focus {
    color: #fe0001;
}

.more_info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;margin-bottom: 10px;
}

.allListing .more_info {
    max-height: 330px;margin-bottom: 20px;
}   

.right-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.btn-grp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px
}

.btn-grp .v-btn {
    background: #333;
    background-color: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 51px;
    border-radius: 6px
}

.btn-grp .w-btn {
    position: relative;
    z-index: 1;
    background: #01e675;
    display: inline-block;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    font-size: 14px;
    text-transform: capitalize;
    overflow: hidden;
    transition: .4s;
    border: 0
}

.btn-grp .w-btn svg {
    width: 20px;
    height: 20px
}

.productBrochureandvideo a {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0001;
    border-radius: 4px;
    color: #fe0001;
    padding: 5px 6px;
    font-weight: 500;
    transition: .3s;
}

.productBrochureandvideo a svg {
    margin-right: 4px
}

.productBrochureandvideo a:focus,
.productBrochureandvideo a:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}


/* FAQS */
.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 7px;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    color: #fe0001;
}

.accordion-button:not(.collapsed) {
    color: var(--whiteColor);
    background: #fe0001; 
}

.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(--whiteColor);
    background:#fe0001;
}

.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: 14px;
    line-height: 24px;
}

/**/
.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.gallery_page .gallery_item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee;
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info .title_h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: auto;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
}

.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: var(--logoColor);
}

.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*/
.videoFeedback {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;

}

.videoFeedback .image {
    position: relative;
    height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 15px;
}

.videoFeedback .image img {
    height: 100%;
    object-fit: cover;
}

.videoFeedback .image:before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: opacity 180ms ease;
    transition: opacity 180ms ease;
}

.videoFeedback .image:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.33);
}

.videoFeedback:hover .image:before {
    opacity: 0;
}


.videoFeedback .image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(10deg, rgba(17, 17, 17, .70196) 0, rgba(17, 17, 17, .01) 99%, #01102f 100%)
}


.feedbackStar {
    position: absolute;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #f90;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    color: #f90;
    z-index: 9;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}

.videoFeedback .image span {
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    position: absolute;
    z-index: 99;
}

.videoFeedback .image span svg {
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(255 255 255/1);
    border-radius: 100%;
    padding: 5px;
}

.videoTitle {
    display: flex;
    align-items: center;
    justify-content: center;

}

.videoTitle .vidoIcon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 24px;
    color: #9c9f07;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoName {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #333;
    line-height: normal;
}

.videoFeedback:hover .videoName {
    color: #9c9f07;
}

.cmTitle {
    color: #333;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    line-height: normal;
}

/*Career Page*/
.career_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--whiteColor);
}

.career_list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    background: var(--whiteColor);
    transition: all 0.5s ease-out;
}

.career_list h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #eee;
}

.career_list ul {
    display: inline-block;
    margin: 0px 0 10px;
    padding: 0px;
}

.career_list ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.career_list ul li:before {
    content: none;
    margin: 0;
}

.career_list ul li a {
    color: var(--darkGreyColor);
    transition: all 0.5s ease-out;
}

.career_list ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: var(--logoColor);
}

.careerDetail {
    padding: 0 15px 15px;
}

.career_list h2 a {
    color: var(--darkGreyColor);
}

.career_list:hover h2 a {
    color: var(--logoColor);
}

.career_list:hover .read_more_product {
    background: var(--logoColor);
    color: var(--whiteColor);
}

.career_list:hover {
    box-shadow: 0 0 7px #c1c1c1;
    border: 1px solid #eee;
}

.job-overview {
    border: thin solid #E0E6F7;
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
}

.careerRow {
    display: flex;
    margin-bottom: 15px;
}

.careerRow .image {
    margin-right: 15px;
}

.jobTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #012238;
}

.careerCompanyName {
    color: #4F5E64;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
}

.careerCompanyName a {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #474d6a;
    margin-right: 12px;
    display: inline-block;
}

.companyRating {
    display: inline-flex;
}

.companyRating svg {
    position: relative;
    color: #fdaa29;
    margin-right: 4px;
    top: 0;
    line-height: 15px;
    font-size: 12px;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.companyRating .rating {
    color: #717b9e;
    border-right: 1px solid #e7e7f1;
    margin-right: 5px;
    padding-right: 5px;
}


.detailsIcon {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;

}

.detailsIcon svg {
    width: 16px;
    height: 16px;
    color: #717b9e;
    margin-right: 6px;
}

.annualPrice {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}

.annualPrice::before {
    content: "";
    position: relative;
    display: inline-block;
    background: #e7e7f1;
    width: 1px;
    height: 14px;
    margin-right: 12px;

}

.annualPrice svg {
    width: 14px;
    height: 14px;
    color: #717b9e;
    margin-right: 6px;
}


/**/

.postWithLogin {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 12px;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #e7e7f1;

}

.postWithLogin ul {
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin-right: auto;
}

.postWithLogin ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--darkGreyColor);
    list-style: none;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #e7e7f1;
}

.postWithLogin ul li:last-child {
    border: 0;
}

.postWithLogin ul li span {
    color: var(--darkGreyColor);
    font-weight: 600;
}

.applyLoginButton {
    background-color: var(--logoColor);
    color: var(--whiteColor);
    text-transform: none;
    width: auto;
    border-radius: 40px;
    padding: 7px 15px;
    cursor: pointer;
    line-height: normal;
    border: 1px solid var(--logoColor);
    margin-top: 10px;
    margin-left: 5px;
    font-size: 14px;
}

.applyLoginButton:hover,
.applyLoginButton:focus {
    border: 1px solid var(--logoColor);
    color: var(--whiteColor);
    background-color: var(--logoColor);
}

.JobDescription {
    border: thin solid #E0E6F7;
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
    background: var(--darkGreyColor);
    box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
}

.JobDescription p {
    text-align: left;
    line-height: normal;
}

.JobDescription ul {
    margin: 0 0 15px 15px;
    padding: 0;

}

.JobDescription ul li {
    font-size: 14px;
    line-height: 26px;
}

.workOpportunity p {
    margin: 0;
}

.keySkill ul {
    margin: 0;
    padding: 0;
}

.keySkill ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.keySkill ul li a {
    border-radius: 20px;
    line-height: normal;
    font-size: 14px;
    padding: 5px 12px;
    border: 1px solid #eee;
    color: var(--darkGreyColor);

}

.keySkill ul li a:hover,
.keySkill ul li a:focus {
    border: 1px solid var(--logoColor);
    color: var(--logoColor);
}


.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 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: var(--whiteColor);
}

.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: var(--whiteColor);
    padding: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .titleBlog {
    font-size: 18px;
    margin-bottom: 15px;
    height: 90px;
    position: relative;
    line-height: normal;
    font-weight: 600;
}

.blog-content2 .titleBlog a {
    text-decoration: none;
    line-height: 30px;
    color: var(--darkGreyColor);
}

.single-post2:hover .blog-content2 .titleBlog a {
    color: var(--logoColor);
}

.blog-content2 .titleBlog span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: normal;
}

/**/
.blog_details h1 {
    color: var(--darkGreyColor);
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}

.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details_img {
    position: relative;
    min-height: 500px;
    text-align: center;
    margin-bottom: 20px;
}

.blog_details_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #fe0001;
}

.blog_details1 .block-quote span svg {
    width: 20px;
    height: 20px;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fe0001;
    margin: 0 0 10px;
    padding: 0;
}

.blog_details1 h3 {
    font-size: 22px;
    font-weight: 600;
    color:#fe0001;
    margin: 0 0 10px;
    padding: 0;
}

.blog_details1 ul {
    margin:0px 0px 10px;
    padding: 0;
}

.blog_details1 ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: var(--darkGreyColor);
    font-size: 14px;
    font-weight: normal;    letter-spacing: 0.3px;
}

.blog_details1 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>");

}

.blog_details1 p {
    text-align: justify;
}

/**/
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.contact_details {
    background: #000000;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 40px 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: var(--darkGreyColor);
}

.contact_details .title_h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.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: 14px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
}

.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: #fe0001;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

/**/
.sitemap_page{
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}
.sitemap_page .title_1::before{
background: #333;
}
.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: var(--darkGreyColor);
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}

.sitemap li a:hover {
    color: #fe0001;
}
  /* video start code */
  .video_gallery { float: left; width: 100%; position: relative; padding: 50px 0; overflow: hidden; z-index: 1; } 
  .video_gallery .vd_bx { position: relative; overflow: hidden; z-index: 1; border-radius: 16px; border: 1px solid #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; margin-bottom: 15px; } 
  .video_gallery .video-play-icon { width: 50px; height: 50px; line-height: 48px; color: #fff;  } 
  .video-play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 65px; height: 65px; border-radius: 80px; text-align: center; line-height: 65px; color: #fff; display: block; margin: auto; transition: all .5s; background: var(--liner); background-color: #d9141b; box-shadow: 0 0 0 0 rgba(110, 39, 37, .5); -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1); } @-webkit-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-moz-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @-ms-keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } @keyframes wave { to { box-shadow: 0 0 0 45px rgba(213, 142, 144, 0) } } 
  .video_gallery .moreBtn:before, .video_gallery .moreBtn:after { background: #333; } 
  .video_gallery .moreBtn:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; color: white; }
  /* video end code */
  /* testimonials */

.reviews{ 
    float: left;
    width: 100%;
    background: url(../images/reviewbg.jpg) no-repeat;
    background-position: center right;
    background-size: cover;
    position: relative;
    padding: 70px 0 75px;
}
.reviews-style-1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    bottom: 0;
    left: 0;
    background: rgba(19,35,47);
}

.reviews:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 23%);
}
.people .title4{    text-align: left;
    color: #fff;
    padding: 1px 0px 15px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;}
.people .title2{    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px;}
.people h2 span{color: #ffb600;}
.people p{color: #fff; line-height: 24px; font-size: 14px; margin-bottom: 20px;}
.view_more_btn{padding: 10px 35px; background: #ffb600; color: #333; border: 1px solid #ffb600; display: inline-block;}
.view_more_btn:hover,.view_more_btn:focus{background:transparent; color:#ffb600 ; border-color:#ffb600}
.slider-item{
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 30px;
}
.slider-image{
    width: 100px;
    float: left;
    margin-right: 30px;
    height: 100px;
}
 
.slider-content{
	padding-left: 25%;
}
.slider-content .title4{
	color: #fe0001;
    font-size: 18px; text-transform: uppercase;
	margin-bottom: 5px;
    padding: 0;font-weight: 600;;
    text-align: left;
}
.slider-content span{
	text-transform: capitalize;
  color: #333;
}
.slider-quote{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
 
.singleBlog:hover .blogInfo .readMore{    color: #fe0001;}
section.reviews.reviews-style-1{padding-bottom:100px; }

.reviews-style-1 .section-title{width: 100%; text-align: left;}

.reviews-style-1 .container{position: relative; z-index: 2;}

.reviews-style-1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    bottom: 0;
    left: 0;
    background:rgb(0 35 149);
}
.reviews-style-1 .title_2:before, .reviews-style-1 .title_2:after{background: #ffffff;}
.reviews-style-1 .slider-item{padding: 45px 30px;}
 /* why */
 /* why choose us */
.features-section-two {
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
    background: #fff;
    color: var(--white);
    width: 100%;
    float: left;
}

.features-section-two .auto-container {
    max-width: 1300px;
    position: static;
}

.circle-one1 {
    position: absolute;
    left: -282px;
    top: 7px;
    width: 600px;
    height: 600px;
    border: 100px solid #88919b14;
    border-radius: 50%;
}

.features-section-two .column {
    position: relative;
    padding-top: 0px;
}

.features-section-two .column:nth-child(2) {
    order: 12;
}

.features-section-two .image-column {
    padding-top: 0px;
    order: 4;
    text-align: center;
    margin-bottom: 0px;
}

.features-section-two .column .inner {
    position: relative;
    display: block;
}

.features-section-two .image-column img {
    position: relative;
    border-radius: 10px;
    height: 410px;
}

.features-section-two .column .inner {
    position: relative;
    display: block;
}

.featured-block-three {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 30px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 0px #ccccccbf;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.featured-block-three:hover {
    background: #0023950f;
}

.featured-block-three .inner-box {
    position: relative;
    display: block;
    padding-right: 95px;
    min-height: 96px;
    text-align: right;
}

.featured-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    padding: 12px 0px;
    line-height: 20px;
    color: #a0a9e8;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--light-yellow);
}

.featured-block-four {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 30px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 0px #ccccccbf;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.featured-block-four:hover {
    background: #1ba2ff1f;
}

.featured-block-four .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    text-align: left;
}

.featured-block-four .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    padding: 12px 0px;
    line-height: 20px;
    font-size: 42px;
    color: #a0a9e8;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--light-yellow);
}

.featured-block-four .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}

.featured-block-three .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}

.title3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #002395;
}

.icon-box svg {
    width: 55px;
    color: #fe0001;
    height: 55px;
}
.featured-block-four:hover {
    background: #0023950f;
}
/* product sections */
.webpulse_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #ffead1;
    background: url(../images/background.webp) 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.webpulse_home_product .title_2 span {
    color: #333;
}

.webpulse_home_product .item .item_info {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #3333331c;
    box-shadow: 0px 0px 4px 0px #cccccc80;
    width: 98%;
    margin: 10px auto;
}

.webpulse_home_product .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.webpulse_home_product .item:hover .con {
    bottom: 0;
}

.webpulse_home_product .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.webpulse_home_product .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fff0 0, rgb(0 0 0 / 12%) 2%, rgb(14 14 14 / 77%) 50%);
}

.webpulse_home_product .item .con .titleH3, .webpulse_home_product .item .con .titleH3 a {
    position: relative;
    color: #fff;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    font-weight: bold;
}

.webpulse_home_product .item .con p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.webpulse_home_product .item .con svg {
    color: #fff;
    width: 35px;
    height: 35px;
}

.webpulse_home_product .item:hover .con .titleH3 a {
    color: #ffffff;
}

.webpulse_home_product .item:hover .con svg {
    color: #ffffff;
}

.webpulse_home_product .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}

.webpulse_home_product .item .con .butn-light:hover {
    border-color: #b19777;
}

/* line animation */
.webpulse_home_product .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px auto 10px;
}

.webpulse_home_product .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.webpulse_home_product .item:hover .con .titleH3 a {
    color: #fe0001;
}
.webpulse_home_product .item:hover .con svg {
    color: #fe0001;
}
.text-justify{text-align: justify;}
span.rounded-circle.bg-dark.text-white.d-flex.align-items-center.justify-content-center {
      aspect-ratio: 1;
    font-size: 50px;
    height: 100px;
    background: #002395 !important;
    font-weight: 600;
}
.text-start.title_2:before, .text-start.title_2:after {  
    margin: 0px;
}
.text-start.title_2::after { 
    left: 22px;
}
/* ABOUT CSS CUSTOM */
.features {
    width: 100%;
    padding: 50px 0 0;
    margin: 0;
    position: relative;
    background-image: url(../images/about-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background:#000000;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, #4949496b 80%);
}
.features .title_2::after {
    background: #ffffff;
    left: 30px;
}
.features .h2_title {
    color: #ffffff;
}

.features .h2_title {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--dark-red);
    font-size: 30px;
    padding-bottom: 10px;
}

.features .features-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
}

.features .feature-panel-holder {
    padding-top: 25px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
    border-color: #fff;
    margin-top: 12px;
    color: #fff;
}

.features .feature-panel-holder .feature-panel {
    position: relative;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 33px;
    border-radius: 8px 0 8px 8px;
    border-color: rgba(249, 249, 249, .15);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features .h2_title:after {
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    background: #d2deff none repeat scroll 0 0;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.features .feature-panel-holder .feature-panel .feature-icon {
    margin-bottom: 5px;
}

.features .feature-panel-holder .feature-panel .feature-icon img {
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    filter: invert(1);
    transition: .3s ease-in-out;
}

.features .feature-panel-holder .feature-panel .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel .feature-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 25px;
    font-weight: normal !important;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
    background-color: #fe0001e3;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact {
    color: #fff;
}

.features .feature-panel-holder:hover {
    padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.features .feature-panel-holder .feature-panel.feature-panel-dark {
    border: 1px solid rgb(255 255 255 / 18%);
}

.features .feature-panel-holder .feature-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #ffffff;
    margin-top: -32px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .features-card .card-panel .panel-body .titleCat {
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #fe0001;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.features .features-card .card-panel.reversed .panel-icon {
    margin-right: 0;
    margin-left: 40px;
    display: flex;
    align-items: center;
    transform: translateY(-7px);
}

.features .features-card .card-panel.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.features .features-card .card-panel {
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 8px 0 8px 8px;
    padding: 30px 40px 34px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    position: relative;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    align-items: center;
}

.features .features-card .card-panel .panel-icon img {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 80px;
    width: 80px;
}

.features .more-features {
    text-align: center;
    margin-bottom: 20px;
}

.features .more-features p {
    font-weight: 700;
    font-size: 17px;
    color: #f4f4f4;
    position: relative;
    margin-bottom: 0;
}

.features .more-features.more-features-2 p a {
    color: #ffffff;
    font-weight: bold;
}

.features .more-features p a {
    position: relative;
    color: #fe0001;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.features .features-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: -100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.counter-block img {
    width: 60px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--light-gray);    filter: grayscale(1);
}

.div-cla p.fs-18.mt-0 {
    text-align: justify;
}

.counter-block p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*feature end */
/* testimonials pages */
.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 24%);
    display: table;
    position: relative;
    border-radius: 10px;
}
.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}
.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: justify;
}
.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}
.media.testimonial_author {
    display: flex
;
    align-items: center;
}
.testimonial_author .media-left {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #fe0001;
    padding: 5px;
    border-radius: 50px;
    overflow: hidden;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
.testimonial_author .media-body {
    vertical-align: middle;
}
.this-title {
    font-size: 16px;
    font-weight: bold;
    color: #002395;
}
.testimonial_text_box .this-quote img {
    filter: brightness(0.1);
}
/* market area */
.market_area h2 {
    float: left;
    display: block;
    color: #212529;
    font-size: 26px;
    font-weight: bold;    margin: 10px 0px;
}
.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}
.market_area h3 {
    float: left;
    display: block;
    color: #fe0001;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px;
}
.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}
.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: 14px;
    background-color: #fe00011c;
    font-weight: 600;
}
h1.mt25 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
}
.market-list li a:hover {
    background:#fe0001;
    color: #fff !important;
}
.category_page .slides {
    width: 50px;
    border: 1px solid #ccc;
    cursor: pointer;aspect-ratio: 1;
  
}
.category_page .slides img{aspect-ratio: 1;}
.category_page .slides.active {
    border: 1px solid #fe0001;
}
.homeFeture img {
     width: 40px;
    margin-right: 5px;
    filter: invert(1);
}
.navigationBar.stricky-fixed .wpsLogo { 
    height: 65px;}
      /* CARD */
.product_listing.grid-col{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .35s ease;height: 100%;    margin-bottom: 5px;
}

/* IMAGE */
.product_listing.grid-col .product,
.product_listing.grid-col .product a {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.product_listing.grid-col .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.product_listing.grid-col .right-content {
    position: relative;
}

.product_listing.grid-col .title3 {
     font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 5px 0px;
}

.product_listing.grid-col .title3 a {
    text-decoration: none;
    color: inherit;transition: all 0.5s ease;
}
.product_listing.grid-col .title3 a:hover{color:#fc2e45}
.product_listing.grid-col .blue-line1 {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin: 8px 0;
}

/* TEXT CLAMP */
.product_listing.grid-col .more_info p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* BUTTONS */
.product_listing.grid-col .mainBtn2,
.product_listing.grid-col .mainBtn3 {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    transition: .4s ease;
    margin-top: 10px;
}

.product_listing.grid-col .mainBtn2 {
    background: #fc2e45;
}

.product_listing.grid-col .mainBtn3 {
    background: #2a2a2a;
}

.product_listing.grid-col .mainBtn2:hover,
.product_listing.grid-col .mainBtn3:hover {
    opacity: .85;
}
/* shor video */
   /* YouTube Video Grid */
         .yt-video-section {
         width: 100%;
         overflow: hidden;
         }
         .yt-video-section .section-title p {
         max-width: 720px;
         font-size: 15px;
         color: #555;
         }
         /* Video Box */
         .yt-video-box {
         position: relative;
         height: 300px;
         overflow: hidden;
         border-radius: 16px;
         background: #000;
         box-shadow: 0 6px 18px rgba(0,0,0,0.15);
         }
         .yt-video-box img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
         /* Play Button */
         .yt-play-btn {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 52px;
         height: 52px;
         line-height: 52px;
         border-radius: 50%;
         background: #d9141b;
         color: #fff;
         text-align: center;
         font-size: 20px;
         text-decoration: none;
         animation: ytPulse 1.4s infinite;
         }
         .yt-play-btn span{    display: flex;
         align-items: center;
         justify-content: center;
         height: 100%;}
         /* Pulse Animation */
         @keyframes ytPulse {
         0% { box-shadow: 0 0 0 0 rgba(217,20,27,0.6); }
         100% { box-shadow: 0 0 0 40px rgba(217,20,27,0); }
         }
         .scrollbar-width{max-height: 555px;overflow-y: auto;padding-right: 15px;}
          .right-content table{width: 100%;}
         .right-content table tbody tr td:first-child{
    color: #d9141b;
    width: 40%;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}
.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}
.navigationBar.stricky-fixed .wpsLogo img {
    width: auto;
    height: 65px;
}
/* contact us */ 
   .bg-sky { background: #fe0001 !important; } 
   .contact .video-section .video-inner { position: relative; width: 100%; padding: 185px 0px; background-size: cover; background-repeat: no-repeat; background-position: left center; max-height: max-content; margin: 0 auto; border-radius: 6px; } 
   .corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after { border-color: #fe0001; height: 100%; z-index: 0; width: 100%; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } 
   .shadow { box-shadow: 0px 0px 5px 1px #ccc !important; } 
   .z-index-1 { z-index: 1; } 
   .h-170 { height: 100%; } 
   .corner:before { content: ""; position: absolute; top: -2px; left: -2px; width: 30px; height: 30px; z-index: 0; border: 2px solid #fe0001; border-width: 2px 0 0 2px; border-radius: 2px 0 0 0; } 
   .corner:after { content: ""; position: absolute; top: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fe0001; border-width: 2px 2px 0 0; border-radius: 0 2px 0 0; } 
   .corner .bottom_corners:before { content: ""; position: absolute; bottom: -2px; left: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fe0001; border-width: 0 0 2px 2px; border-radius: 0 0 0 2px; } 
   .corner .bottom_corners:after { content: ""; position: absolute; bottom: -2px; right: -2px; z-index: 0; width: 30px; height: 30px; border: 2px solid #fe0001; border-width: 0 2px 2px 0; border-radius: 0 0 2px 0; } 
   .base-header2 { position: relative; z-index:1; } 
   .z-index-9{z-index: 9;} 
   .icon-holder { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #ffffff; } 
   .iti {width: 100%;} 
   ul.social li { margin: 0px 3px; display: inline-block; border-radius: 5px; } 
   ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 25px; height: 25px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #ffffff;    border:0px solid #ffffff; } 
   .text-holder.position-relative.z-index-9.w-100.start-0.px-1 p {
    text-transform: capitalize;
}
.text-holder.position-relative.z-index-9.w-100.start-0.position-relative.z-index-9 a {
    font-size: 15px;
}
.wpsHomeAbout .scrollbar-width {
    margin-bottom: 15px;
    max-height: 507px;
}
@media (min-width:1024px) {
    /* .navigation .menu ul li ul.cs-dropdown { 
        width: 900px;    left: -100%; 
    } */
    .col-md-5c{width:20%;padding: 0px 15px;}
    /* .navigation .menu ul li ul.cs-dropdown{border: 1px solid #eee;} */
    /* .navigation .menu ul li ul.cs-dropdown li { 
        width: 33.33%;border-right: 1px solid #eee;
        float: left;
    } */
     .navigation .menu ul li ul.cs-dropdown { 
    left: -50%;}
     .inner .featured-block-three:last-child{margin-bottom: 0px;}
     .inner .featured-block-four:last-child{margin-bottom: 0px;}
     .features-section-two .column .inner, .features-section-two .column .image-box, .features-section-two .image-column img{height: 100%;object-fit: cover;}
}

label.error {
    color: red;
}
.counter-block.bg-light.rounded.p-3.text-center.h-350.pt-4 {
    height: 100%;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 340px !important;
    }
}
.error-message {
    color: red;
    margin-top: 5px;
}
.topLeft .callAction1 {
    font-size: 16px;
    color: var(--whiteColor);
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;

}
